@charset "UTF-8";
/* Tema do cliente */
/**  cor: #93005D;  **/
/**  cor-hover: #FF5555;  **/
/* Fonts */
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/open-sans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Geologica_Regular';
  src: url('../fonts/GeologicaRoman-Regular.woff2') format('woff2'),
      url('../fonts/GeologicaRoman-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geologica_SemiBold';
  src: url('../fonts/GeologicaRoman-SemiBold.woff2') format('woff2'),
      url('../fonts/GeologicaRoman-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geologica_Black';
  src: url('../fonts/GeologicaRoman-Black.woff2') format('woff2'),
      url('../fonts/GeologicaRoman-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geologica_Light';
  src: url('../fonts/GeologicaRoman-Light.woff2') format('woff2'),
      url('../fonts/GeologicaRoman-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geologica_ExtraBold';
  src: url('../fonts/GeologicaRoman-ExtraBold.woff2') format('woff2'),
      url('../fonts/GeologicaRoman-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter_Regular';
  src: url('../fonts/Inter18pt-Regular.woff2') format('woff2'),
      url('../fonts/Inter18pt-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
strong, b{
  font-weight: lighter;
  font-family: 'Geologica_Black';
}
body{
  font-family: 'Geologica_Regular';
}
p{
  line-height: 1.2;
  margin-bottom: 0px;
  margin-top: 0px;
}
h1,h2,h3,h4,h5,h6{
  margin-top: 0px;
  margin-bottom: 0px;
}
:root{
  --color_one:;
  --fontinterregular:'Inter_Regular';
  --fontregular:'Geologica_Regular';
  --fontextrabold:'Geologica_ExtraBold';
  --fontblack:'Geologica_Black';
  --fontsemibold:'Geologica_SemiBold';
  --fontlight:'Geologica_Light';
}
*{
  border:none;
  
}
.modal-open {
    overflow: auto!important;
    padding-right: 0!important;
}
.aceitar_termos{
    position: fixed;
    bottom: 0;
    padding: 20px 20px;
    text-align: center;
    color: #FFF;
    background-color: rgba(33,33,33, 0.9);
    width: 100%;
    z-index: 999999;

    a{
      color: #FFFC9E!important;
      &:hover{
        color: #38A7EB!important;
      }
    }
}
a.ctacookies{
    display: inline-block;
    padding: 3px 15px 3px 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #93005D;
    color: #FFF;
    transition: all .2s linear;
    margin-left: 10px;
    cursor: pointer;
    &:hover{
      filter: brightness(1.2);
    }
}
.btnwhats{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  img{
    transition: all .2s linear;
    &:hover{
      filter: brightness(1.2);
    }
  }
}
@media (width<=900px) {
  .btnwhats{
    right: auto;
    left: 50%;      
    transform: translate(-50%,0);
  }
}
@media (width<=1555px) {
  .footer2{
    padding-bottom: 30px!important;
  }
}
.website{
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}
.postagemcompleta a{
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    display: inline-block;
    position: relative;
    top: 7px;
}
/* novo css form */
  .wpcf7-not-valid{
    background-color: #FFD2D2!important;
  }
  .wpcf7-form-control-wrap{
    display: block;
  }
  .wpcf7-response-output{
    color: #FFF!important;
    border: 0!important;
    margin-right: 0!important;
    margin-left: 0!important;
    text-align: center!important;
    font-weight: bold!important;
    padding: 10px 20px!important;
  }

  .wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450;
  }
  .wpcf7 form.failed .wpcf7-response-output,
  .wpcf7 form.aborted .wpcf7-response-output {
    background-color: #dc3232;
  } 
  .wpcf7 form.spam .wpcf7-response-output {
    background-color: #f56e28;
  }
  .wpcf7 form.invalid .wpcf7-response-output, 
  .wpcf7 form.unaccepted .wpcf7-response-output{
    background-color: #ffb900;
  }
  span.wpcf7-not-valid-tip{
    position: absolute;
    z-index: 1;
    right: 3px;
    font-size: 9px;
    top: 1px;
  }
/* noovo css form */
form iframe{
  width: 304px!important;
  height: 78px!important;
}
.g-recaptcha{
    margin-bottom: 20px;    
    display: block;
}
@media (width<=400px) {
  .g-recaptcha{
      transform: scale(0.7);
      transform-origin: 0 0;
  }
}
.outer-div{
  display: none!important;
}
.wc-block-grid__product{
  font-size: 19px!important;
}
@media (width<=991px) {
  form .row>div{
    width: 100%;
  }
  form{
    border: 0;
    padding: 0;
  }
}
@media (width>=1200px) {.container{padding: 0px; } }
@media (width<=991px) {
  .fxsm{
    height: auto;
    min-height: 0;
    padding: 40px 0;
  }
}
@media (width<=480px) {
  .fxsm{
    padding: 30px 0;
  }
}
a{
  transition: all .2s linear;
}
.editor a{
  color: #93005D!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: #93005D;
}
::-moz-selection{
  background: #93005D;
}
::selection{
  background: #93005D;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #93005D;
  border-color: #93005D;
}
.lds-ellipsis div{  
  background-color: #93005D;
}
.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
.editor p{
  margin-bottom: 20px;
}
body{
  background-color: #EEEEEE;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header{
  .topheader{
    background-color: #F9F2F6;
    padding-top: 9px;
    padding-bottom: 10px;
    color: #93005D;
    .redes_sociais{
      display: flex;
      justify-content: left;
      column-gap: 10px;
      a{
        transition: all .2s linear;
      }
    }
    .fale_conosco{
      a{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: end;
        margin-right: 50px;
        column-gap: 10px;
        p{
          font-family: var(--fontsemibold);
          font-size: 12px;
          font-weight: bolder;
        }
      }
    }
  }
  .downheader{
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 23px;
    nav{
      display: block;
    }
    .login{
      display:flex;
      padding-top: 40px;
      flex-direction:row;
      column-gap:10px;
      justify-content:space-between;
      form{
        display: flex;
        column-gap: 10px;
        position:relative;
        width:100%;
        button{
          background-image: url(../imagens/ic-lupa.png);
          background-repeat: no-repeat;
          background-position: center center;
          background-color: transparent;
          position: absolute;
          top: 50%;
          transform: translate(-0%,-50%);
          right: 0px;
        }
      }
    }
  }
}
.menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly!important;
  padding-top: 65px;
}

.menu>li{
  display: inline-block;
  position: relative;
}
.menu>li{
}

.menu>li>a{
  display: block;  
  color: #FE98D4;  
  padding-right: 0px;
  font-size: 20px;
  font-family: var(--fontsemibold);
  font-weight: bolder;
}

.menu li:last-child{
  border-right: none;
  padding-right: 0;
  margin-right: 0;
  background-image: none;
}

.menu>li:hover>a,
.menu>li>a.active{
  text-decoration: none;
  transform: translate(0px,-5px);
}
.menu>li:hover .submenu{
  display: block;
}
.menu li:hover .submenu{
  display: block;
}

.submenu{
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #FE98D4;
  text-align: center;
  position: absolute;
  text-align: left;
  padding: 12px;
  padding-right: 50px;
  left: 0;
  top: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 999;
  box-shadow:         2px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.submenu::after {
    content: ' ';
    border: 10px solid transparent;
    border-bottom: 10px solid #FE98D4;
    position: absolute;
    left: 20px;
    top: -20px;
}

.submenu>li{
  display: block;
}

.submenu>li>a{
  font-size: 13px;
  color: #FFF;
  white-space: nowrap;
  line-height: 2;
  transition: all .2s linear;
}

.submenu>li:last-child {
  
}

.submenu>li>a:hover,
.submenu>li>a.active{
  color: #FFC926;
}
.owli a{
  height: 455px;
  width: 100%!important;
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.owl-banner .owl-dots .owl-dot{
  outline: none;
}
.owl-banner .owl-dots{
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.owl-banner .owl-dots .owl-dot span{
  transition: all .2s linear;
  width: 15px;
  height: 15px;
}
.owl-banner .owl-dots .owl-dot span{
  transition: all .2s linear;
  background-color: #FFF;
}
.owl-banner .owl-dots .owl-dot.active span, .owl-banner .owl-dots .owl-dot:hover span{
  background-color: red;
}
.owl-banner .owl-nav{
  display: block!important;
  margin-top: 0;
}
.owl-banner .owl-next,
.owl-banner .owl-prev{
  line-height: 0;
  background-color: transparent!important;
  outline: none;
  position: absolute;  
  top: 50%;
  transform: translate(0%,-50%);
  z-index: 2;
}
.owl-banner .owl-next span,
.owl-banner .owl-prev span{
  font-size: 1px;
  background-color: transparent!important;
  color: transparent!important;
  line-height: 0;
  background-image: url(../imagens/seta-esq.png);
  display: block;
}
@media (max-width: 991px) {
  .owl-banner .owl-nav{
    padding-top: 10px;
  }
  .owl-banner .owl-prev,
  .owl-banner .owl-next{
    position: static!important;
    margin: 5px;
  }
}
.owl-banner .owl-prev{
  left: 15%;
}
.owl-banner .owl-next{
  right: 15%;  
}
.owl-banner .owl-next span,
.owl-banner .owl-prev span{
  background-image: url(../imagens/seta-esq.png);
  width: 55px;
  height: 55px;
}
.owl-banner .owl-next span{
  background-image: url(../imagens/seta-dir.png);
}
.fx1{
  background-color: #fff;
  padding-top: 100px;
  .list{
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 50px;
    .card{
      display: flex;
      flex-direction: row;
      column-gap: 20px;
      align-items: center;
      .body{
        text-align: center;
        p{
          font-family: var(--fontsemibold);
          color: #FFA8C4;
          font-size: 12px;
          b{
            color: #93005D;
          }
        }
      }
    }
  }
}
.fx2{
  background-color: #fff;
  padding-top: 126px;
  h2{
    font-family: var(--fontlight);
    color: #93005D;
    font-size: 35px;
    margin-bottom: 70px;
  }
  .list{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 30px;
    .card{
      text-align: center;
      img{
        margin-bottom: 10px;
      }
      .img_card{
        position: relative;
        &:after{
          content: '';
          position: absolute;
          transition: all .2s linear;
          width: 100%;
          height: calc(100% - 10px);
          background-color: rgba(255, 255, 255, 0.6);
          top: 0px;
          left: 0px;
          border: 4px solid #93005D;
          opacity: 0;
        }
      }
      h3{
        font-size: 25px;
        margin-bottom: 5px;
      }
      h4{
        font-size: 20px;
        margin-bottom: 5px;
      }
      h5{
        font-size: 15px;
      }
      &:hover{
        color: #93005D;
        .img_card{
          &:after{
            content: '';
            transition: all .2s linear;
            position: absolute;
            width: 100%;
            height: calc(100% - 10px);
            background-color: rgba(255, 255, 255, 0.6);
            top: 0px;
            left: 0px;
            border: 4px solid #93005D;
            opacity: 1;
          }
        }
      }
    }
  }
}
.fx3{
  background-color: #fff;
  padding-top: 70px;
  h2{
    font-family: var(--fontlight);
    color: #93005D;
    font-size: 35px;
    margin-bottom: 70px;
  }
  .list{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 30px;
    .card{
      text-align: center;
      img{
        margin-bottom: 10px;
      }
      .img_card{
        position: relative;
        &:after{
          content: '';
          position: absolute;
          transition: all .2s linear;
          width: 100%;
          height: calc(100% - 10px);
          background-color: rgba(255, 255, 255, 0.6);
          top: 0px;
          left: 0px;
          border: 4px solid #93005D;
          opacity: 0;
        }
      }
      h3{
        font-size: 25px;
        margin-bottom: 5px;
      }
      h4{
        font-size: 20px;
        margin-bottom: 5px;
      }
      h5{
        font-size: 15px;
      }
      &:hover{
        color: #93005D;
        .img_card{
          &:after{
            content: '';
            transition: all .2s linear;
            position: absolute;
            width: 100%;
            height: calc(100% - 10px);
            background-color: rgba(255, 255, 255, 0.6);
            top: 0px;
            left: 0px;
            border: 4px solid #93005D;
            opacity: 1;
          }
        }
      }
    }
  }
}
.footer{
  background-color: #fff;
  padding-top: 150px;
  .hold{
    display: flex;
    justify-content: center;
    column-gap: 20px;
  }
  .list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 80px;
    justify-content: center;
    .card{
      max-width: 270px;
      ul{
        list-style: none;
        padding-left: 0px;
        li{
          margin-bottom: 5px;
          a{
            color: #93005D;
            font-size: 14px;
          }
        }
      }
      h4{
        font-size: 15px;
        font-family: var(--fontextrabold);
        color: #93005D;
        border-top: 2px solid #FFA8C4;
        width: 270px;
        padding-top: 40px;
        margin-bottom: 20px;
      }
      .icrd{
        display: flex;
        flex-direction: column;
        row-gap: 10px;
        .content{
          display: flex;
          flex-direction: row;
          align-items: center;
          column-gap: 5px;
          color: #93005D;
          p{
            font-size: 14px;
          }
        }
      }
    }
  }
  .form_pay{
    margin-top: 20px;
    .container{
      border-top: 2px solid #FFA8C4;
      border-bottom: 2px solid #FFA8C4;
      padding: 25px 0px;
    }
  }
  .hold_pay{
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 50px;
    color: #93005D;
    p{
      font-size: 15px;
      font-family: var(--fontextrabold);
    }
  }
}

.footer2{
  border-top: 1px solid rgba(255,255,255,0.2);  
  font-family: 'Verdana';
  font-size: 11px;
  color: #93005D;
  margin-top: 10px;
  padding-bottom: 15px;
}
.footer2 p{
  margin-top: 13px;
  margin-bottom: 0;
  font-size: 11px;
}

.footer2 a{
  color: #93005D;
  transition: all .2s linear;
  text-decoration: none;
}

.footer2 a:hover{
  color: #D90000;
}

.copyright{
  text-align: right;
  background-color: transparent!important;
  padding:0px!important;
}

@media (max-width: 990px) {.copyright,.footer2 *{text-align: center; } .footer2 .row>div{width: 100%; } }
/* responsivo */	
@media (min-width: 1200px) { }	
@media (min-width: 992px) and (max-width: 1199px) {
  .fx2{
    .list{
      .card{
        max-width: 100%;
        img{
          max-width: 100%;
        }
      }
    }
  }
  .fx3{
    .list{
      .card{
        img{
          max-width: 100%;
        }
      }
    }
  }
}

@media (max-width: 767px) {

}
@media (max-width: 480px) {

}
/* /responsivo */
/* menu responsivo  2 #93005D */ 
@media (max-width: 991px) {
    
  .menuholder, .menuholderfloat{
    position: static;
  }

  .nav{
    position: fixed;
    right: 15px;
    top: 10px;
    z-index: 9998;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
  }    

  .navbtn{
    background-color: #EEE;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: block;
  }

  .menu{
    display: none;
    background-color:  #93005D;
    width: 265px;      
    margin-top: 0px!important;
    height: auto;
  }

  .nav:hover .menu{
    display: block;
  }
  
  .menu{
    padding: 15px;
  }

  #menu{
    max-height: calc(100vh - 65px);
    width: 280px;
    position: absolute;
    right: 0px;
    top: 40px;
    overflow: auto;
    border-top: 15px solid transparent;
  }

  .menu{   
    width: 100%; 
  }

  #menu::after {
      content: ' ';
      border: 10px solid transparent;
      border-bottom: 10px solid  #93005D;
      position: fixed;
      right: 30px;
      top: 45px;
  }

  .menu>li{
    display: block;
    text-align: left;
    line-height: 30px;
    height: auto!important;
    background-image: none;
  }

  .menu>li>a{
    color: #FFF!important;
    height: auto!important;
  }

  .navbtn span{
    background-color: #666;
    width: 20px;
    height: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 18px;
    left: 15px;
  }

  .nav span + span{
    top: 25px;
  }

  .nav span + span + span{
    top: 32px;
  }    

  .header{
    height: auto;
    min-height: 30px;
    padding: 10px 0;
  }

  .header a.logo img{
    max-height: 50px;
    width: auto;
    margin-top: 0;
  }

  .tel{
    margin-top: 0!important;
    line-height: 50px;
  }

  .header .row{
    margin: 0;
  }

  .header .row > div{
    padding: 0;
  }

  .header{
    height: auto;
  }
  
  #menu{
    display: none;
  }

  .submenu{
    /*display: block!important;*/
    position: static!important;
    background-color: transparent!important;
    padding: 5px 0 0 5px!important;
    margin-top: -15px!important;
    margin-bottom: 15px!important;
    padding-top: 0px!important;
    margin-bottom: 10px!important;
    padding-bottom: 5px!important;
    margin-top: 10px;
    border-left: 4px solid rgba(0,0,0,0.2);
    border-bottom: 0!important;
    margin-top: 0!important;
    padding-left: 9px!important;
  }
  .submenu::after{
    display: none!important;
  }
  .submenu>li>a{
    padding-top: 5px;      
  }
  .susubmenu{

    /*display: block!important;*/
    position: static!important;
    background-color: transparent!important;
    padding: 0 0 0 10px!important;
    margin-top: -5px!important;
    margin-bottom: 15px!important;
  }
  .susubmenu::after{
    display: none!important;
  }
  .susubmenu>li>a{
    color: #FFF!important; 
  }

  .menu>li>a{
    padding-bottom: 0;
  }

  .submenu{
    box-shadow: none;
  }

} 
@media (max-width: 860px) {
  .header .container{
    padding-right: 15px;
  }
}
@media (max-width: 480px) {
  .tel img{
    display: none;
  }
}

/* /menu responsivo 2*/
@media (max-width: 991px) {
  .header{
    padding: 5px 0px;
    .topheader{
      padding: 5px 0px;
      .redes_sociais{
        margin-bottom: 5px;
      }
      .fale_conosco{
        a{
          justify-content: start;
        }
      }
    }
    .downheader{
      padding: 10px 0px;
      .logo{
        img{
          display: block;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 20px;
        }
      }
      .login{
        .seach{
          margin-bottom: 5px;
          form{
            width: 100%;
            input{
              width: 100%;
            }
          }
        }
        .icons{
          display: flex;
          flex-direction: row;
          justify-content: center;
        }
      }
    }
  }
  .fx1{
    padding-top: 20px;
    .list{
      flex-direction: column;
      justify-content: center;
      row-gap: 20px;
      .card{
        flex-direction: column;
      }
    }
  }
  .fx2{
    padding-top: 20px;
    h2{
      margin-bottom: 20px;
      text-align: center;
      font-size: 20px;
    }
    .list{
      grid-template-columns: repeat(2,1fr);
      column-gap: 10px;
      row-gap: 30px;
      .card{
        img{
          max-width: 100%;
        }
        h3{
          font-size: 17px;
        }
        h4{
          font-size: 12px;
        }
      }
    }
  }
  .fx3{
    padding-top: 30px;
    h2{
      text-align: center;
      font-size: 20px;
      margin-bottom: 20px;
    }
    .list{
      grid-template-columns: repeat(2,1fr);
      column-gap: 10px;
      row-gap: 20px;
      .card{
        img{
          max-width: 100%;
        }
        h3{
          font-size: 17px;
        }
        h4{
          font-size: 12px;
        }
      }
    }
  }
  .footer{
    padding-top: 30px;
    .hold_pay{
      flex-direction: column;
      justify-content: center;
      text-align: center;
      row-gap: 20px;
    }
    .list{
      grid-template-columns: repeat(1,1fr);
      .card{
        text-align: center;
        h4{
          padding-top: 15px;
          margin-bottom: 7px;
        }
        .icrd{
          .content{
            flex-direction: column;
          }
        }
      }
    }
    .copyright{
      display: flex;
      flex-direction: column;
      margin-top: 20px;
    }
  }
}
/* interna produto */
.fx1int{
  background-color: #fff;
  padding-top: 55px;
  .content_primary{
    margin-bottom: 13px;
  }
  .card{
    h3{
      font-family: var(--fontinterregular);
      font-size: 35px;
      color: #000;
      line-height: 1.2;
      margin-bottom: 30px;
    }
    .size{
      display: grid;
      grid-template-columns: repeat(4,1fr);
      column-gap: 25px;
      margin-bottom: 25px;
      .buttons{
        height: 49px;
        background-color: #D9D9D9;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000;
        font-size: 20px;
        transition: all .2s linear;
        &:hover{
          background-color: #FFD2ED;
          transition: all .2s linear;
        }
      }
    }
    .table_size{
      a{
        font-size: 15px;
        color: #A0A0A0;
      }
      margin-bottom: 25px;
    }
    .valor{
      margin-bottom: 27px;
      h4{
        font-size: 31px;
      }
      h5{
        font-size: 25px;
      }
    }
    .btns{
      display: flex;
      flex-direction: column;
      row-gap: 25px;
      .buy{
        display: flex;
        width: 100%;
        text-align: center;
        background-color: #FFA8C4;
        justify-content: center;
        height: 56px;
        color: #fff;
        align-items: center;
        font-size: 20px;
        font-weight: bolder;
        border-radius: 5px;
        &:hover{
          background-color: #FF55C1;
        }
      }
      .buywpp{
        display: flex;
        width: 100%;
        border: 1px solid #000;
        border-radius: 5px;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: #93005D;
        font-size: 20px;
        height: 40px;
        transition: all .2s linear;
        &:hover{
          background-color: #43AE00;
          border: 1px solid #43AE00;
          color: #fff;
          transition: all .2s linear;
        }
      }
    }
  }
  .fx2int{
    padding-top: 37px;
    h2{
      text-align: center;
      font-size: 35px;
      font-family: var(--fontinterregular);
      margin-bottom: 70px;
    }
    p{
      font-size: 20px;
    }
    ul{
      li{
        font-size: 20px;
        line-height: 1.2;
      }
    }
  }
  .fx3int{
    padding-top: 110px;
    h2{
      font-size: 35px;
      font-family: var(--fontinterregular);
      margin-bottom: 50px;
      color: #000;
    }
    .list{
      display: grid;
      grid-template-columns: repeat(3,1fr);
      column-gap: 30px;
      .card{
        text-align: center;
        img{
          margin-bottom: 10px;
          max-width: 100%;
        }
        .img_card{
          position: relative;
          &:after{
            content: '';
            position: absolute;
            transition: all .2s linear;
            width: 100%;
            height: calc(100% - 10px);
            background-color: rgba(255, 255, 255, 0.6);
            top: 0px;
            left: 0px;
            border: 4px solid #93005D;
            opacity: 0;
          }
        }
        h3{
          font-size: 22px;
          margin-bottom: 5px;
          font-family: var(--fontinterregular);
        }
        h4{
          font-size: 18px;
          margin-bottom: 5px;
          font-family: var(--fontinterregular);
        }
        h5{
          font-size: 15px;
          font-family: var(--fontinterregular);
        }
        &:hover{
          color: #93005D;
          .img_card{
            &:after{
              content: '';
              transition: all .2s linear;
              position: absolute;
              width: 100%;
              height: calc(100% - 10px);
              background-color: rgba(255, 255, 255, 0.6);
              top: 0px;
              left: 0px;
              border: 4px solid #93005D;
              opacity: 1;
            }
          }
        }
      }
    }
  }
}
/* responsivo */	
@media (min-width: 1200px) { }	
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (max-width: 991px) {

}
@media (max-width: 767px) {

}
@media (max-width: 480px) {

}
/* /responsivo */

.quantity{
  margin-bottom: 20px;
}
th.label{
  display: none;
}
.vi-wpvs-variation-wrap {
  max-width: 100%;
  display: inline-flex;
  flex-wrap: nowrap!important;
  text-align: center!important;
  justify-content: flex-start!important;
  flex-direction: row!important;
}
.fxprodutos{
  .list{
    row-gap: 30px;
  }
}
#productModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content {
    background: #fff;
    padding: 20px;
    max-width: 500px;
    width: 90%;
    border-radius: 10px;
    position: relative;
}

.close-modal {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    font-size: 24px;
}
.btns_card{
  display: flex;
  flex-direction: column;
  justify-items: center;
  text-align: center;
  row-gap: 10px;
  a{
    background-color: #FF55C1;
    padding: 5px;
    border-radius: 4px;
    color: #fff;
    transition: all .2s linear;
    &:hover{
      transition: all .2s linear;
      filter: brightness(1.4);
    }
  }
}

.modal-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 1000;
    }

    /* Caixa do modal */
    .modall {
      background: white;
      padding: 20px;
      border-radius: 8px;
      width: 90%;
      max-width: 400px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      animation: fadeIn 0.3s ease;
      position: relative;
    }

    /* Botão de fechar */
    .modal-close {
      position: absolute;
      top: 10px;
      right: 15px;
      border: none;
      background: none;
      font-size: 20px;
      cursor: pointer;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(-20px); }
      to { opacity: 1; transform: translateY(0); }
    }

    /* Estilo do link */
    .abrir-modal {
      display: inline-block;
      color: white;
      background-color: #007bff;
      padding: 10px 20px;
      border-radius: 4px;
      text-decoration: none;
    }

    .abrir-modal:hover {
      background-color: #0056b3;
    }