
:root{
    --colorfirst: #98152d; 
    --colorsecond: #b4b4b4;
    --white: #fff;
    --black: #000000;
    --verydarkgrey: #191919;
    --darkgrey: #32353a; 
    --mediumgrey: #737373; 
    --grey: #787878;    
    --lightgrey: #e6e6e6;
    --verylightgrey: #f0f3f6;

    --img-corner-radius: 20px;
}
.var_use_example {
    background-color: var(--white);
}

.bg_colorfirst {
  background-color: var(--colorfirst) !important;
}
.color_colorfirst {
  color: var(--colorfirst) !important;
}
.bg_colorsecond {
  background-color: var(--colorsecond) !important;
}
.color_colorsecond {
  color: var(--colorsecond) !important;
}
.bg_black {
  background-color: var(--black) !important;
}
.color_black {
  color: var(--black) !important;
}
.bg_verydarkgrey {
  background-color: var(--verydarkgrey) !important;
}
.color_verydarkgrey {
  color: var(--verydarkgrey) !important;
}
.bg_darkgrey {
  background-color: var(--darkgrey) !important;
}
.color_darkgrey {
  color: var(--darkgrey) !important;
}
.bg_grey {
  background-color: var(--grey) !important;
}
.color_grey {
  color: var(--grey) !important;
}
.bg_lightgrey {
  background-color: var(--lightgrey) !important;
}
.color_lightgrey {
  color: var(--lightgrey) !important;
}
.bg_verylightgrey {
  background-color: var(--verylightgrey) !important;
}
.color_verylightgrey {
  color: var(--verylightgrey) !important;
}
.bg_white {
  background-color: var(--white) !important;
}
.color_white {
  color: var(--white) !important;
}

@font-face {
  font-family: 'BEBAS';
  font-style: normal;
  src: url('../fonts/BebasNeue Bold.otf');
}

@font-face {
  font-family: 'OpenSans-Regular';
  font-style: normal;
  src: url('../fonts/OpenSans-Regular.ttf');
}

@font-face {
  font-family: 'OpenSans-Light';
  font-style: normal;
  src: url('../fonts/OpenSans-Light.ttf');
}

@font-face {
  font-family: 'OpenSans-Bold';
  font-style: normal;
  src: url('../fonts/OpenSans-Bold.ttf');
}


/*a {
    color: var(--colorfirst) !important;
}*/


h1,
.h1 {
  font-family: BEBAS;
  font-size: 40px;
  line-height: 50px;
  color: var(--black);
  font-weight: normal !important;
}
h2,
.h2 {
  font-family: BEBAS;
  font-size: 20px;
  line-height: 40px;
  color: var(--colorfirst);
  font-weight: normal !important;
}
h3,
.h3 {
  font-family: BEBAS;
  font-size: 20px; 
  line-height: 30px;
  color: var(--black);
  font-weight: normal !important;
}
h4,
.h4 {
  font-family: OpenSans-Regular;
  font-size: 16px;
  line-height: 24px;
  color: var(--black);
  font-weight: normal !important;
}
h5,
.h5 {
  font-family: OpenSans-Bold;
  font-size: 24px;
  line-height: 32px;
  color: var(--lightgrey);
  font-weight: normal !important;
}
h6,
.h6 {
  font-family: OpenSans-Bold;
  font-size: 18px;
  line-height: 24px;
  color: var(--lightgrey);
  font-weight: normal !important;
}
h7,
.h7 {
  font-family: OpenSans-Bold;
  font-size: 80px;
  line-height: 80px;
  color: var(--white);
  font-weight: normal !important;
}

h8,
.h8 {
  font-family: Bitter-Regular;
  font-size: 20px;
  line-height: 28px;
  color: var(--lightgrey);
  font-weight: normal !important;
}

h12,
.h12 {
  font-family: Raleway-Regular;
  font-size: 18px;
  line-height: 28px;
  color: var(--white);
  font-weight: normal !important;
}

h13,
.h13 {
  font-family: OpenSans-Regular;
  font-size: 16px;
  line-height: 16px;
  color: var(--darkgrey);
  font-weight: normal !important;
}

p,
.p {
  font-family: OpenSans-Regular;
  font-size: 14px;
  line-height: 22px;
  color: var(--grey);
  font-weight: normal !important;
}
.row > .h1 *,
.row > .h2 *,
.row > .h3 *,
.row > .h4 *,
.row > .h12 * {
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  font-style: inherit !important;
  color: inherit !important;
}

.footer_nav_text{
    font-family: NotoSans-Regular;
    font-size: 16px; 
    line-height: 50px;
    color: var(--grey);
}
/* fim de estilos pré definidos */

.loadingwrapper{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(255,255,255,0.8);
    z-index: 99999;
}


.checkbox_item_custom label,
.checkbox_item_custom label p,
.checkbox_item_custom label .p{
    font-size: 12px !important;
    line-height: 24px !important;
    color: var(--darkgrey) !important;
}

.checkbox_item_custom label a,
.checkbox_item_custom label p a,
.checkbox_item_custom label .p a{
    color: var(--darkgrey) !important;
}

.checkbox_item_custom .container{
    min-height: 5px !important;
}

.checkbox_item_custom .container input:checked ~ .checkmark{
    background-color: var(--colorfirst) !important;
}


.bold_grey_link{
    text-decoration: none;
    color: var(--lightgrey);
    font-weight: bold;
}
.bold_grey_link:hover{
    text-decoration: none;
    color: var(--grey);
    
}

.verProjectos:hover{
    font-weight: bold !important;
}

@media (max-width: 575px) {
    h1,
    .h1 {
      font-size: 32px;
      line-height: 42px;
    } 
    
    h2,
    .h2 {
      font-size: 28px;
      line-height: 36px;
    }
    h3,
    .h3 {
      font-size: 20px; 
      line-height: 28px;
    }
}

.tipo_sl{
    padding: 5px;
    margin: 5px;
    display: block !important;
}
.tipo_sl *{
    margin: 0;
}




.main_btn,
.btn_solid_first{
  cursor: pointer;
  background-color: var(--colorfirst);
  border-radius: 5px;
  padding: 8px 30px;
  color: white;
  text-transform: uppercase;
}
.btn_solid_first:hover{
  color: white;
  text-decoration: none !important;
}

.btn_solid_lightgrey{
  cursor: pointer;  
  background-color: var(--verylightgrey);
  border-radius: 5px;
  padding: 8px 30px;
  color: var(--verydarkgrey);
  color: var(--verydarkgrey);
}
.btn_solid_lightgrey:hover{
  text-transform: uppercase;
}

.footer *{
    margin: 0;
}


@media (max-width: 1038px) {
  .main_body{
    width: 95%;
  }

}
@media (max-width: 850px) {
  .main_body{
    width: 90%;
  }

}


/* ------------------------------------------------------------------------------------ */
/* -------------------------------------CUSTOM CSS------------------------------------- */
/* ------------------------------------------------------------------------------------ */

/* BOOTSTRAP SELECT */

  .bootstrap-select .dropdown-toggle[aria-expanded="true"]{
    background-color: transparent;
    border: solid 1px black;
  }
  .bootstrap-select .dropdown-toggle{
    background-color: transparent;
    border: solid 1px black;
    border-radius: 0;
  }

  .bootstrap-select .dropdown-menu{
    padding: 0 ;
    border-radius: 0 ;
    border: none ;
  }
  .bootstrap-select .dropdown-item.active,
  .bootstrap-select .dropdown-item:active{
    background-color: var(--colorfirst);
  }

/* END BOOTSTRAP SELECT */


/* CART TABLE STYLES */
table.dataTable.fpr_table{
  border-collapse: collapse !important;
}
.fpr_table{
  border: none !important;
}
.fpr_table a{
  color: var(--colorfirst);
}
.fpr_table th{
  border: none !important;
}
.fpr_table thead tr th{
  padding: 10px 5px;
}
.fpr_table thead tr span{
  background-color: var(--verylightgrey);
  display: block;
  padding: 5px;
  text-align: center;
}
.fpr_table .table_prod_img{
  max-height: 80px;
}
.fpr_table tbody tr{
  border-top: solid 1px var(--black);
}
.fpr_table tbody tr td{
  padding: 15px;
  border: none;
}
.fpr_table .checkoutprodquantity{
  width: 60px;
  border: solid 1px black;
  padding: 5px;
  text-align: center;
}

.fpr_table tr{
  background-color: transparent !important;
}
/* END CART TABLE STYLES */


.animated.delay-100ms {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}
.animated.delay-200ms {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
.animated.delay-300ms {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}
.animated.delay-400ms {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}
.animated.delay-500ms {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
.animated.delay-600ms {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}
.animated.delay-800ms {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}
.animated.delay-800ms {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}
.animated.delay-400ms {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}


/* hover zoom image  */
  /* add class to the element that is going to recive the hover effect */

  /* FAST */
  .img_hover_slow_zoom_trigger img{
      z-index: 1;
      transform-origin: center;
      transition: all 5s;
  }
  .img_hover_slow_zoom_trigger{
      overflow: hidden;
  }
  .img_hover_slow_zoom_trigger:hover img{
      transform: scale(1.05, 1.05);
  }

  /* MEDIUM */
  .img_hover_medium_zoom_trigger img{
      z-index: 1;
      transform-origin: center;
      transition: all 2.5s;
  }
  .img_hover_medium_zoom_trigger{
      overflow: hidden;
  }
  .img_hover_medium_zoom_trigger:hover img{
      transform: scale(1.05, 1.05);
  }

  /* FAST */
  .img_hover_fast_zoom_trigger img{
      z-index: 1;
      transform-origin: center;
      transition: all 1s;
  }
  .img_hover_fast_zoom_trigger{
      overflow: hidden;
  }
  .img_hover_fast_zoom_trigger:hover img{
      transform: scale(1.05, 1.05);
  }
/* END hover zoom image  */

/* CURRENCY SPAN */
.store_price_currency_span{
  margin: 0 0 0 5px;
}
/* END CURRENCY SPAN */


.rounded_opposite_corners{
  border-top-left-radius: var(--img-corner-radius);
  border-bottom-right-radius: var(--img-corner-radius);
  overflow: hidden;
  position: relative;
}


/* PROD OVERNAY */
.prod_listing_overlay{
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
    pointer-events: none;

    position: absolute;
    top:0;
    left:0;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    z-index: 2;

    display: flex;
    justify-content: center;
    align-items: center;
}

.prod_listing_overlay_cont:hover .prod_listing_overlay{
    opacity: 1;
    pointer-events: all;
}

.prod_listing_overlay_icons{
    color: white;
    font-size: 30px;
    margin: 8px;
}
/* END PROD OVERNAY */

/* FPR BACK BTN */

.store_back_btn{
  width: 40px;
  height: 40px;
  
  display: flex;
  justify-content: center;
  align-items: center;

  background-color: var(--colorfirst);

  cursor: pointer;
}
.store_back_btn span{
  color: white;
}

/* END FPR BACK BTN */

/* FORM STYLES */

  .form_styles input[type="date"],
  .form_styles input[type="email"],
  .form_styles input[type="password"],
  .form_styles input[type="text"]{
    border: solid 1px var(--black);
    background-color: transparent;
    padding: 8px;
    width: 100%;
    color: var(--black);
  }
  .form_styles button[type="submit"],
  .form_styles input[type="submit"]{
    background-color: var(--colorfirst);
    color: white !important;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
  }

  .form_styles input[readonly]{
    background-color: var(--lightgrey);
  }
  .form_styles .cie_label{
  }

  
/* END FORM STYLES */

a{
  color: unset;
}
a:hover{
  color: var(--colorfirst);
}

.modal-title{
  color: var(--colorfirst) !important;
  margin: 0 !important;
  padding: 0 !important;
}