@charset "UTF-8";
/* Tema do cliente */

/**  cor: #FF0000;  **/
/**  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: 'muliregular';
    src: url('../fonts/muli-webfont.woff2') format('woff2'),
         url('../fonts/muli-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Be_Vietnam_Pro';
    src: url('../fonts/BeVietnamPro-Regular.woff2') format('woff2'),
        url('../fonts/BeVietnamPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Be_Vietnam_Pro_Bold_Italic';
    src: url('../fonts/BeVietnamPro-BoldItalic.woff2') format('woff2'),
        url('../fonts/BeVietnamPro-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Be_Vietnam_Pro_Extra_Bold_Italic';
    src: url('../fonts/BeVietnamPro-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/BeVietnamPro-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Be_Vietnam_Pro_Light_Italic';
    src: url('../fonts/BeVietnamPro-LightItalic.woff2') format('woff2'),
        url('../fonts/BeVietnamPro-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Be_Vietnam_Pro_Medium_Italic';
    src: url('../fonts/BeVietnamPro-MediumItalic.woff2') format('woff2'),
        url('../fonts/BeVietnamPro-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Be_Vietnam_Pro_Semi_Bold_Italic';
    src: url('../fonts/BeVietnamPro-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/BeVietnamPro-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Be_Vietnam_Pro_Thin_Italic';
    src: url('../fonts/BeVietnamPro-ThinItalic.woff2') format('woff2'),
        url('../fonts/BeVietnamPro-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

strong, b{
  font-weight: lighter;
  font-family: 'Be_Vietnam_Pro_Extra_Bold_Italic';
}
body{
  font-family: 'Be_Vietnam_Pro';
}

:root{

  --fontvietnam: 'Be_Vietnam_Pro';

  --fontvietnambolditalic: 'Be_Vietnam_Pro_Bold_Italic';

  --fontvietnamextrabolditalic: 'Be_Vietnam_Pro_Extra_Bold_Italic';

  --fontvietnamthinitalic: 'Be_Vietnam_Pro_Thin_Italic';

  --fontvietnamsemibolditalic: 'Be_Vietnam_Pro_Semi_Bold_Italic';

  --fontvietnammediumitalic: 'Be_Vietnam_Pro_Medium_Italic';

  --fontvietnamlightitalic: 'Be_Vietnam_Pro_Light_Italic';

  --fontmuli: 'muliregular';

}

.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;
}
.aceitar_termos a{
    color: #FFFC9E;
}
.aceitar_termos a:hover{
    color: #38A7EB;
}
a.ctacookies{
    display: inline-block;
    padding: 3px 15px 3px 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #FF0000;
    color: #FFF;
    transition: all .2s linear;
    margin-left: 10px;
    cursor: pointer;
}
a.ctacookies:hover{
    filter: brightness(1.2);
}

.btnwhats{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}.btnwhats img{
  transition: all .2s linear;
}.btnwhats:hover img{
  filter: brightness(1.2);
}
@media (max-width: 900px) {
  .btnwhats{
    right: auto;
    left: 50%;      
    transform: translate(-50%,0);
  }
}
@media (max-width: 1555px) {
  .footer2{
    padding-bottom: 120px!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 (max-width: 400px) {
  .g-recaptcha{
      transform: scale(0.7);
      transform-origin: 0 0;
  }
}

@media (max-width: 991px) {
  form .row>div{
    width: 100%;
  }
  form{
    border: 0;
    padding: 0;
  }
}

@media (min-width: 1200px) {.container{padding: 0px; } }


@media (max-width: 991px) {
  .fxsm{
    height: auto;
    min-height: 0;
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .fxsm{
    padding: 30px 0;
  }
}

a{
  transition: all .2s linear;
}
.editor a{
  color: #FF0000!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: #FF0000;
}
::-moz-selection{
  background: #FF0000;
}
::selection{
  background: #FF0000;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #FF0000;
  border-color: #FF0000;
}
.lds-ellipsis div{  
  background-color: #FF0000;
}

.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.editor p{
  margin-bottom: 20px;
}


/* start */



body{
  background-color: #EEEEEE;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.header{

  padding-top: 25px;
  position: absolute;
  width: 100%;
  z-index: 2;

}

.icon__header{

  display: flex;
  justify-content: flex-end;
  gap: 45px;
  margin-bottom: 35px;

}

.icon_header_insta{

  display: inline-flex;
  align-items: center;

}

.icon_header_insta img, .icon_tel_header img{

  margin-right: 10px;

}

.icon_header_insta p{

  line-height: 1.2;
  margin-bottom: 0px;
  margin-top: 0px;
  font-family: var(--fontvietnammediumitalic);
  color: #000;
  font-size: 16px;

}

.icon_tel_header{

  display: inline-flex;
  align-items: center;

}

.icon_tel_header p{

  line-height: 1.2;
  margin-bottom: 0px;
  margin-top: 0px;
  font-family: var(--fontvietnammediumitalic);
  color: #000;
  font-size: 16px;

}

.menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
  
}

.menu:after{

  content: '';
  display: block;
  width: 102vh;
  bottom: -6px;
  right: -42%;
  position: absolute;
  height: 2px;
  background-color: #000000;

}

.menu>li{
  display: inline-block;
  position: relative;
}
.menu>li{
  margin-right:33px;
}

.menu>li>a{
  display: block;  
  color: #000;  
  padding-right: 0px;
  font-size: 15px;
  font-family: var(--fontvietnamextrabolditalic);
  
}

.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;
  color: #0000FF;
  
}

.menu>li>a:hover:after{

  opacity: 1;
  transition: all .5s linear;

}

.menu>li>a:after{

  content: '';
  display: block;
  width: 100%;
  position: absolute;
  height: 8px;
  background-color: #0000FF;
  opacity: 0;
  transition: all .5s linear;

}

.menu>li:hover .submenu{
  display: block;
}


.owli a{
  height: 846px;
  width: 100%!important;
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;

}

.owl-theme .owl-nav.disabled+.owl-dots {

    margin-top: -40px;

}

.owl-banner .owl-dots .owl-dot{
  outline: none;
}
.owl-banner .owl-dots{
  position: relative;
  bottom: 10px;
  width: 100%;

}

.owl-banner .owl-dots .owl-dot span{
  transition: all .2s linear;
  text-align: right;
  width: 20px;
  height: 20px;
  border-radius: 0px;
}
.owl-banner .owl-dots .owl-dot span{
  transition: all .2s linear;
  background-color: #FFF;
  text-align: right;
  border: 1px solid #000;
}
.owl-banner .owl-dots .owl-dot.active span, .owl-banner .owl-dots .owl-dot:hover span{
  background-color: black;
}

.content__post__fx1{

  padding-top: 70px;

}

.content__post__fx1 h1{

  font-size: 30px;
  font-family: var(--fontvietnammediumitalic);
  margin-top: 0px;
  margin-bottom: 30px;

}

.content__post__fx1 h1 strong{

  font-family: var(--fontvietnamextrabolditalic);
  font-size: 52px;
  color: #0000FF;

}

.content__post__fx1 p{

  font-family: var(--fontvietnammediumitalic);
  color: #3A394E;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: .1px;
  margin-bottom: 35px;

}

.btn_cta a{

  display: block;
  width: 176px;
  line-height: 36px;
  text-align: center;
  background-color: #0000FF;
  color: #fff;
  font-size: 13px;
  font-family: var(--fontvietnambolditalic);
  border-radius: 50px;

}

.btn_cta a:hover{

  background-color: royalblue;

}

.fx1{

  padding-top: 85px;
  padding-bottom: 103px;
  background-color: #F5F5F5;

}

.post__fegtf{

  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px 0px;

}

.box__fx1{

  border-right: 7px solid #0000ff;
  border-top: 7px solid #0000ff;
  border-bottom: 7px solid #0000ff;
  position: relative;

}

.box__fx1:before{

  content: '';
  display: block;
  height: 77px;
  width: 7px;
  background-color: #0000ff;
  position: absolute;
  top: 0px;
  left: 0px;

}

.box__fx1:after{

  content: '';
  display: block;
  height: 153px;
  width: 7px;
  background-color: #0000ff;
  position: absolute;
  bottom: 0px;
  left: 0px;

}

.content__fegtf{

  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 45px;

}

.content__fegtf img{

  margin-right: 20px;

}

.content__fegtf p{

  font-size: 28px;
  color: #3A394E;
  font-family: var(--fontvietnammediumitalic);
  margin-bottom: 0px;
  margin-top: 0px;
  line-height: 1.1;

}

.fx2{

  background-image: url(../imagens/fx1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 936px;
  padding-top: 100px;

}

.fx2 h2{

  text-align: center;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 60px;
  font-size: 40px;
  font-family: var(--fontvietnamthinitalic);
  letter-spacing: .3px;
  line-height: 1.3;

}

.post__es h3{

  text-align: center;
  color: #fff;
  font-size: 35px;
  font-family: var(--fontvietnamsemibolditalic);
  margin-bottom: 20px;

}

.img_post_es{

  margin-bottom: 20px;

}

.fx2 .btn_cta a{

  display: block;
  margin-right: auto;
  margin-left: auto;

}

.fx3{

  padding-top: 100px;
  padding-bottom: 80px;
  background-color: #fff;

}

.fx3 h2{

  text-align: center;
  font-family: var(--fontvietnammediumitalic);
  color: #000;
  font-size: 40px;
  margin-top: 0px;
  margin-bottom: 50px;

}

.post_blog_home{

  text-align: center;

}

.title_blog{

  padding-top: 20px;

}

.title_blog h3{

  font-family: var(--fontvietnammediumitalic);
  font-size: 18px;
  color: #0000ff;
  margin-top: 0px;
  line-height: 1.4;

}

.resumo_blog{

  padding-top: 5px;

}

.resumo_blog p{

  font-family: var(--fontvietnammediumitalic);
  font-size: 19px;
  color: #39394D;
  line-height: 1.6;
  margin-bottom: 20px;

}

.btn_ler_mais{

  display: block;
  width: 170px;
  line-height: 36px;
  background-color: #0000ff;
  color: #fff;
  border-radius: 30px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  font-family: var(--fontvietnambolditalic);
  transition: all .2s linear;

}

.post_blog_home:hover .btn_ler_mais{

  background-color: royalblue;
  transition: all .2s linear;

}

.footer{

  background-image: url(../imagens/rodape.jpg);
  min-height: 478px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 80px;

}

.icrd{

  font-family: var(--fontmuli);
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;

}

.tel__icrd{

  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 10px;

}

.icrd p{

  margin-bottom: 0px;
  line-height: 1.2;
  margin-top: 0px;

}

.email__icrd{

  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;

}

.logo2{

  margin-bottom: 5px;

}

.insta_footer{

  display: flex;
  align-items: center;
  color: #000;
  gap: 7px;
  font-size: 16px;
  font-family: var(--fontvietnammediumitalic);
  padding-left: 10px;

}

.insta_footer p{

  margin-bottom: 0px;
  margin-top: 0px;

}

.footer2{
   
  font-family: 'Verdana';
  font-size: 11px;
  color: #FFF;
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 15px;
}

.logokryz{
  background-image: url(../imagens/logo-kryzalis.png);
  width: 50px;
  height: 31px;
  display: inline-block;
  position: relative;
  top: 7px;
  transition: all .2s linear;
}

.footer2 a:hover .logokryz{
  background-image: url(../imagens/logo-kryzalis-2.png);  
}

.footer2 p{
  margin-top: 13px;
  margin-bottom: 0;
  font-size: 11px;
}

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

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

.copyright{
  text-align: right;
}

@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) {

    .icon__header{

      gap: 15px;

    }

    .icon_tel_header p{

      font-size: 12px;

    }

    .menu>li{

      margin-right: 27px;

    }

    .fx1{

      padding-top: 60px;
      padding-bottom: 60px;

    }

    .content__post__fx1{

      padding-top: 20px;

    }

    .content__post__fx1 p{

      font-size: 19px;

    }

    .post__fegtf{

      gap: 10px;

    }

    .content__fegtf p{

      font-size: 21px;

    }

    .fx2{

      padding-top: 50px;
      padding-bottom: 50px;
      min-height: auto;

    }

    .fx2 h2{

      font-size: 31px;

    }

    .fx3{

      padding-top: 50px;
      padding-bottom: 50px;

    }

    .title_blog h3{

      font-size: 14px;
      margin-bottom: 0px;

    }

    .resumo_blog p{

      font-size: 14px;

    }

    .footer{

      padding-top: 40px;

    }

    .icrd{

      margin-bottom: 20px;

    }

    .icrd{

      font-size: 17px;

    }

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

    .header{

      position: static;

    }

    .icon__header{

      display: none;

    }

    .fx1{

      padding-top: 35px;
      padding-bottom: 30px;

    }

    .content__post__fx1{

      padding-top: 0px;
      text-align: center;
      margin-bottom: 20px;

    }

    .content__post__fx1 h1{

      font-size: 23px;
      margin-bottom: 10px;

    }

    .content__post__fx1 h1 strong{

      font-size: 41px;

    }

    .content__post__fx1 p{

      font-size: 17px;
      margin-bottom: 15px;

    }

    .btn_cta a{

      display: block;
      margin-right: auto;
      margin-left: auto;

    }

    .post__fegtf{

      flex-direction: column;

    }

    .content__fegtf{

      flex-direction: column;
      text-align: center;
      padding-left: 10px;
      padding-right: 10px;

    }

    .content__fegtf p{

      font-size: 19px;

    }

    .fx2{

      min-height: auto;
      padding-top: 40px;
      padding-bottom: 10px;

    }

    .fx2 h2{

      font-size: 26px;

    }

    .post__es{

      margin-bottom: 30px;

    }

    .post__es h3{

      font-size: 23px;
      margin-top: 0px;

    }

    .fx3{

      padding-top: 30px;
      padding-bottom: 10px;

    }

    .fx3 h2{

      font-size: 27px;
      margin-bottom: 0px;
      
    }

    .post_blog_home{

      margin-bottom: 50px;
      text-align: center;

    }

    .post_blog_home img{

      display: block;
      margin-right: auto;
      margin-left: auto;

    }

    .fx3 .flex{

      flex-direction: column;
      gap: 40px;

    }

    .title_blog h3{

      font-size: 14px;

    }

    .resumo_blog p{

      font-size: 14px;

    }

    .footer{

      text-align: center;
      padding-top: 40px;
      min-height: auto;

    }

    .icrd{

      font-size: 14px;

    }

    .tel__icrd{

      justify-content: center;

    }

    .email__icrd{

      justify-content: center;

    }

    .insta_footer{

      justify-content: center;

    }

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

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

  }
/* /responsivo */

/* menu responsivo  2 #EDC407 */ 
  @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: #f5f5f5;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      cursor: pointer;
      display: block;
    }

    .menu{
      display: none;
      background-color:  #EDC407;
      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  #EDC407;
        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: 70px;
    }
  }
  @media (max-width: 480px) {
    .tel img{
      display: none;
    }
  }
  
/* /menu responsivo 2*/

/*produtos*/

.header2{

  padding-bottom: 25px;
  position: static;
  background-color: #fff;

}

.fx1_bcn{

  background-color: #f5f5f5;

}

.bread{

  text-align: right;
  font-size: 14px;
  font-family: var(--fontvietnambolditalic);
  color: #444;
  text-transform: uppercase;

}

.fx1_produtos{

  background-color: #f5f5f5;
  padding-top: 90px;
  padding-bottom: 40px;

}

.fx1_produtos h3{

  font-size: 30px;
  font-family: var(--fontvietnamextrabolditalic);
  color: #0000ff;

}

.fx1_produtos p{

  font-family: var(--fontvietnammediumitalic);
  font-size: 18px;
  color: #000;
  margin-bottom: 50px;

}

.post_prod{

  display: block;
  text-align: center;
  margin-bottom: 50px;

}

.img_prod{

  background-color: #fff;
  overflow: hidden;
  margin-bottom: 30px;
  display: block;

}

.img_prod img{

  transition: all .2s linear;

}

.post_prod:hover img{

  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all .2s linear;

}

.title_prod{

  font-size: 19px;
  color: #0000ff;
  font-family: var(--fontvietnamextrabolditalic);

}

/* responsivo */  
  @media (min-width: 1200px) { }  
  @media (min-width: 992px) and (max-width: 1199px) {

    .fx1_produtos{

      padding-top: 30px;
      padding-bottom: 0px;

    }

    .fx1_produtos p{

      font-size: 16px;
      margin-bottom: 30px;

    }

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

    .bread{

      text-align: center;

    }

    .fx1_produtos{

      padding-top: 10px;
      padding-bottom: 10px;
      text-align: center;

    }

    .fx1_produtos .flex{

      flex-direction: column;

    }

    .fx1_produtos p{

      margin-bottom: 30px;
      font-size: 15px;

    }

    .post_prod{

      margin-bottom: 30px;

    }

    .img_prod{

      margin-bottom: 10px;

    }

    .title_prod h4{

      font-size: 15px;
      margin-top: 0px;

    }

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

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

  }
/* /responsivo */

/*produto detalhe*/

.fx1_prod_inter{

  padding-bottom: 63px;

}

.img_prod_inter{

  padding-top: 20px;

}

.desc_prod h3{

  font-size: 32px;
  font-family: var(--fontvietnamextrabolditalic);
  margin-bottom: 25px;
  color: #0000ff;

}

.desc_prod ul{

  padding-left: 20px;

}

.desc_prod ul li{

  font-size: 20px;
  margin-bottom: 30px;
  font-family: var(--fontvietnammediumitalic);

}

.desc_prod ul li::marker{

  color: #0000ff;

}

/* responsivo */  
  @media (min-width: 1200px) { }  
  @media (min-width: 992px) and (max-width: 1199px) {

    .desc_prod h3{

      font-size: 26px;

    }

    .desc_prod ul li{

      font-size: 17px;
      margin-bottom: 20px;

    }

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

    .logo a img{

      text-align: center;
      width: 150px;
      display: block;
      margin-right: auto;
      margin-left: auto;

    }

    .fx1_prod_inter{

      padding-bottom: 20px;

    }

    .desc_prod h3{

      font-size: 22px;

    }

    .desc_prod ul li{

      font-size: 16px;

    }

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

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

  }
/* /responsivo */

/*servicos*/

.fx1_servicos{

  background-color: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 60px;

}

.title_serv h4{

  font-size: 25px;
  font-family: var(--fontvietnammediumitalic);
  margin-bottom: 40px;

}

.flex_list{

  display: flex;
  flex-direction: column;
  gap: 20px;

}

.flex_post{

  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;

}

.desc_serv h3{

  font-size: 32px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0000ff;
  font-family: var(--fontvietnamextrabolditalic);

}

/* responsivo */  
  @media (min-width: 1200px) { }  
  @media (min-width: 992px) and (max-width: 1199px) {

    .title_serv h4{

      font-size: 21px;

    }

    .img_serv img{

      max-width: 270px;
      max-height: 183px;

    }

    .desc_serv h3{

      font-size: 26px;

    }

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

    .fx1_servicos{

      text-align: center;
      padding-top: 20px;
      padding-bottom: 30px;

    }

    .fx1_servicos h4{

      font-size: 18px;
      margin-bottom: 20px;

    }

    .img_serv img{

      max-width: 290px;
      max-height: 196px;

    }
    .flex_list{

      gap: 40px;

    }

    .flex_post{

      flex-direction: column;
      gap: 10px;

    }

    .desc_serv h3{

      font-size: 20px;

    }

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

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

  }
/* /responsivo */

/*quem somos*/

.fx1_quemsomos{

  background-color: #f5f5f5;
  padding-top: 100px;

}

.fx1_quemsomos img{

  padding-top: 45px;

}

.fx1_quemsomos p{

  font-size: 22px;
  font-family: var(--fontvietnammediumitalic);
  margin-bottom: 40px;

}

.fx2_quemsomos{

  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 40px;

}

.flex__post__list{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.flex__post{
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: calc(
    (100% - (
      (var(--columns, 1) - 1) * 30px
    )) / var(--columns, 1)
  );

  margin-bottom: 0px;
  justify-self: center;
}

.flex__post__img{

  margin-bottom: -10px;

}

.flex__post__title{
  flex-grow: 1;
  text-align: center;
  overflow: hidden;
  display: block;
  /*display: -webkit-box;*/
  font-family: var(--fontvietnammediumitalic);
  color: #39394D;
  font-size: 28px;
 
}

.flex__post__excerpt {
  flex-grow: 1;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  font-size: 20px;
  color: #000;
}

.flex__post__img{

  text-align: center;

}

@media (min-width: 992px) {

  .flex__post__list{
    --columns:  5;
  }
}

.fx3_quemsomos{

  background-color: #f5f5f5;
  padding-top: 70px;
  padding-bottom: 20px;

}

.fx3_quemsomos img{

  padding-top: 0px;

}

/* responsivo */  
  @media (min-width: 1200px) { }  
  @media (min-width: 992px) and (max-width: 1199px) {

    .fx1_quemsomos{

      padding-top: 40px;

    }

    .fx1_quemsomos p{

      font-size: 18px;
      margin-bottom: 20px;

    }

    .flex__post__title{

      font-size: 20px;

    }

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

    .fx1_quemsomos{

      text-align: center;
      padding-top: 10px;

    }

    .fx1_quemsomos img{

      padding-top: 20px;
      margin-bottom: 20px;

    }

    .fx1_quemsomos p{

      font-size: 18px;
      margin-bottom: 10px;

    }

    .fx2_quemsomos{

      padding-top: 30px;
      padding-bottom: 20px;

    }

    .flex__post__title{

      font-size: 20px;

    }


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

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

  }
/* /responsivo */

/*contato*/

.fx1_contato{

  background-color: #f5f5f5;
  padding-top: 130px;
  padding-bottom: 60px;

}

.text_cont p{

  font-size: 22px;
  font-family: var(--fontvietnammediumitalic);
  color: #000;
  margin-bottom: 40px;

}

.fx1_contato .icrd{

  color: #000;

}

.fx1_contato .insta_footer{

  color: #000;
  padding-left: 0px;

}

.fx1_contato form input,
.fx1_contato form textarea,
.fx1_contato form select{
  font-size: 12px;
  margin-bottom: 10px;
  border-radius: 0; 
  border: 1px solid #ccc;
  height: 40px;
  background-color: #FFF;
  font-family: var(--fontvietnammediumitalic);
  color: #222222;
  
}
.fx1_contato ::-webkit-input-placeholder { /* Edge */ color: #222!important; } .fx1_contato :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #222!important; } .fx1_contato ::placeholder {color: #222!important; }

.fx1_contato form textarea{
  height: 82px;
  margin-bottom: 25px;
}

.fx1_contato form .btn-enviar-form{
  display: inline-block;  
  border: none;
  padding: 12px 54px;
  font-size: 16px;
  transition: all .2s linear;
  background-color: #1E1EFE;
  font-family: var(--fontvietnambolditalic);
  color: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: auto;
  margin-right: 20px;
  float: left;
  margin-bottom: 0;
}.fx1_contato form .btn-enviar-form:hover{
  filter: brightness(1.7);
}

.fx1_contato iframe{
  width: 100%;
  height: 320px;
}

.title_form h3{

  font-size: 32px;
  font-family: var(--fontvietnamextrabolditalic);
  color: #0000ff;
  margin-top: 0px;
  margin-bottom: 35px;

}

.mapa{

  padding-top: 60px;

}

.mapa iframe{

  display: block;
  width: 100%;
  height: 345px;

}

.footer2{

  min-height: auto;
  padding-top: 10px;
  padding-bottom: 10px;

}

/* responsivo */  
  @media (min-width: 1200px) { }  
  @media (min-width: 992px) and (max-width: 1199px) {

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

    .fx1_contato{

      padding-top: 20px;
      text-align: center;

    }

    .text_cont p{

      font-size: 19px;
      margin-bottom: 20px;

    }

    .title_form h3{

      font-size: 21px;
      margin-bottom: 15px;

    }

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

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

  }
/* /responsivo */
