@charset "UTF-8";
/* Tema do cliente */
/**  cor: #FF60F1;  **/
/**  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: 'Roboto_Regular';
  src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
      url('../fonts/Roboto-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto_Bold';
  src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
      url('../fonts/Roboto-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


strong, b{
  font-weight: lighter;
  font-family: 'Roboto_Bold';
}
body{
  font-family: 'Roboto_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:;
  --fontregular:'Roboto_Regular';
  --fontbold:'Roboto_Bold';
}
.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: #FF60F1;
    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: 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 (width<=400px) {
  .g-recaptcha{
      transform: scale(0.7);
      transform-origin: 0 0;
  }
}
@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: #FF60F1!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: #FF60F1;
}
::-moz-selection{
  background: #FF60F1;
}
::selection{
  background: #FF60F1;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #FF60F1;
  border-color: #FF60F1;
}
.lds-ellipsis div{  
  background-color: #FF60F1;
}
.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;
  color: #000;
  -moz-osx-font-smoothing: grayscale;
}
.no-scroll {
  overflow: hidden;
  width: 100%; 
}
.menu-active{
  min-height: 100vh;
  max-height: 100vh;
  transition: all .2s linear;
}
.header{
  overflow-y: hidden;
  position: absolute;
  width: 100%;
  z-index: 99;
  padding-top: 30px;
  transition: all .2s linear;
  .btn_menu{
    display: block;
    width: 35px;
    cursor: pointer;
    .stick{
      display: block;
      width: 35px;
      height: 7px;
      background-color: #fff;
      box-shadow: 0px 0px 7px #000000;
      margin-bottom: 5px;
      &:nth-child(1){
        transition: all .2s linear;
      }
      &:nth-child(2){
        transition: all .2s linear;
      }
      &:nth-child(3){
        transition: all .2s linear;
      }
    }
    &:before{
      content: '';
      position: absolute;
      width: 0%;
      height: 100vh;
      background-color: transparent;
      left: 0px;
      top: 0px;
      z-index: -1;
      transition: all .0s linear;
    }
    &:after{
      content: '';
      position: absolute;
      top: 0px;
      right: 0px;
      width: 0%;
      height: 100vh;
      background-color: rgba(33,33,33, 0.5);
    }
  }
  .btn_menu.active{
    .stick{
      box-shadow: 0px 0px 0px #000000;
      background-color: #D90000;
      &:nth-child(1){
        transition: all .2s linear;
        transform: rotate(45deg);
        position: absolute;
        top: 42px;
      }
      &:nth-child(2){
        opacity: 0;
        transition: all .2s linear;
      }
      &:nth-child(3){
        transition: all .2s linear;
        transform: rotate(-45deg);
        
      }
    }
    &:before{
      width: 42%;
      transition: all .2s linear;
      background-color: #F3DDCA;
    }
    &:after{
      width: 58%;
      transition: all .2s linear;
    }
  }
  .menu{
    margin-bottom: 130px;
    ul{
      list-style: none;
      padding-left: 0px;
      padding-top: 55px;
      display: flex;
      flex-direction: column;
      row-gap: 25px;
      li{
        transition: all .2s linear;
        a{
          font-size: 16px;
          display: inline;
          color: #000;
          border-bottom: 3px solid transparent;
        }
        &:hover{
          transition: all .2s linear;
          &:nth-child(10n+1){
            a{
              color: #E62329;
              border-color: #E62329;
            }
          }
          &:nth-child(10n+2){
            a{
              color: #FE971E;
              border-color: #FE971E;
            }
          }
          &:nth-child(10n+3){
            a{
              color: #2E8CD6;
              border-color: #2E8CD6;
            }
          }
          &:nth-child(10n+4){
            a{
              color: #239A20;
              border-color: #239A20;
            }
          }
          &:nth-child(10n+5){
            a{
              color: #0DB4CE;
              border-color: #0DB4CE;
            }
          }
          &:nth-child(10n+6){
            a{
              color: #A68D01;
              border-color: #A68D01;
            }
          }
          &:nth-child(10n+7){
            a{
              color: #9747FF;
              border-color: #9747FF;
            }
          }
          &:nth-child(10n+8){
            a{
              color: #E13491;
              border-color: #E13491;
            }
          }
          &:nth-child(10n+9){
            a{
              color: #DB4848;
              border-color: #DB4848;
            }
          }
        }
      }
    }
  }
  .redes_sociais{
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    margin-bottom: 160px;
    a{
      img{
        filter: brightness(0);
      }
    }
  }
  .footer_menu{
    a{
      display: flex;
      flex-direction: row;
      align-items: end;
      font-size: 14px;
      column-gap: 20px;
      margin-bottom: 10px;
    }
  }
}
.fixed{
  position: fixed;
  width: 100%;
}
.owli a{
  height: 836px;
  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: 0px;
  height: 0px;
}
.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;
}

.fx1{
  background-color: #FFFFFF;
  padding-top: 55px;
  padding-bottom: 20px;
  .txt{
    padding-top: 90px;
    padding-right: 60px;
    margin-bottom: 30px;
    h3{
      font-size: 22px;
      font-family: var(--fontbold);
      color: #000;
      padding-left: 20px;
      margin-bottom: 25px;
    }
    p{
      font-size: 17px;
      text-align: justify;
      line-height: 1.4;
      margin-bottom: 20px;
    }
  }
  .btn_cta{
    background: rgb(252,0,0);
    background: linear-gradient(90deg, rgba(252,0,0,1) 0%, rgba(254,151,30,1) 15%, rgba(253,221,25,1) 32%, rgba(176,224,40,1) 50%, rgba(35,154,32,1) 66%, rgba(46,140,214,1) 85%, rgba(151,71,255,1) 100%);
    display: flex;
    width: 270px;
    height: 60px;
    justify-content: center;
    align-items: center;
    transition: all .2s linear;
    position: relative;
    span{
      text-align: center;
      font-size: 17px;
      font-family: var(--fontbold);
      background: -webkit-linear-gradient(#000,#000);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      transition: all .2s linear;
      z-index: 2;
    }
    &:after{
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      height: 100%;
      width: 0%;
      background-color: #fff;
      z-index: 1;
      transition: all .2s linear;
    }
    &:hover{
      span{
        transition: all .2s linear;
        background: linear-gradient(to right, #FC0000 0%, #FE971E 15%, #FDDD19 32%, #B0E028 50%, #239A20 66%, #2E8CD6 85%, #9747FF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }
      filter: drop-shadow(0px 0px 10px #00000050);
      &:after{
        width: 270px;
        transition: all .2s linear;
      }
    }
  }
}
.fx2{
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 50px;
  .txt{
    text-align: center;
    margin-bottom: 35px;
    h3{
      font-size: 22px;
      font-family: var(--fontbold);
      margin-bottom: 20px;
    }
    p{
      font-size: 17px;
      line-height: 1.3;
    }
  }
  .card{
    text-align: center;
    margin-bottom: 30px;
    a{
      text-align: center;
      img{
        margin-bottom: 40px;
      }
      p{
        font-size: 18px;
        font-family: var(--fontbold);
      }
    }
  }
}

.fx2 a img{
  transition: all .2s linear;
}

.fx2 a:hover img{
  transform: scale(1.05,1.05);
}

.fx3{
  background-image: url(../imagens/fx1.jpg);
  background-position: top center;
  background-size: cover;
  min-height: 730px;
  padding-bottom: 350px;
  color: #fff;
  padding-top: 190px;
  .card{
    text-align: center;
    p{
      font-size: 29px;
      font-family: var(--fontbold);
      filter: drop-shadow(0px 0px 10px #00000050);
    }
    img{
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-top: 40px;
    }
  }
}
.fx4{
  background-image: url(../imagens/fx2.png);
  min-height: 439px;
  margin-top: -430px;
  background-position: top center;
  background-repeat: no-repeat; 
  position: relative;
  z-index: 3;
}
.fx5{
  background-color: #fff;
  margin-top: -100px;
  padding-bottom: 60px;
  .group_img{
    display: grid;
    position: relative;
    z-index: 4;
    grid-template-columns: repeat(3,1fr);
    img{
      filter: drop-shadow(0px 0px 10px #00000050);
      &:nth-child(1){
        margin-left: 0px;
      }
      &:nth-child(2){
        margin-left: -40px;
        margin-top: 160px;
      }
      &:nth-child(3){
        margin-left: -50px;
        margin-top: 100px;
      }
    }
  }
  .txt{
    padding-top: 220px;
    h3{
      font-size: 22px;
      font-family: var(--fontbold);
      text-align: center;
      margin-bottom: 40px;
    }
  }
  .btn_cta{
    background: rgb(252,0,0);
    background: linear-gradient(90deg, rgba(252,0,0,1) 0%, rgba(254,151,30,1) 15%, rgba(253,221,25,1) 32%, rgba(176,224,40,1) 50%, rgba(35,154,32,1) 66%, rgba(46,140,214,1) 85%, rgba(151,71,255,1) 100%);
    display: flex;
    width: 370px;
    height: 60px;
    justify-content: center;
    align-items: center;
    transition: all .2s linear;
    position: relative;
    span{
      text-align: center;
      font-size: 17px;
      font-family: var(--fontbold);
      background: -webkit-linear-gradient(#000,#000);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      transition: all .2s linear;
      z-index: 2;
    }
    &:after{
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      height: 100%;
      width: 0%;
      background-color: #fff;
      z-index: 1;
      transition: all .2s linear;
    }
    &:hover{
      span{
        transition: all .2s linear;
        background: linear-gradient(to right, #FC0000 0%, #FE971E 15%, #FDDD19 32%, #B0E028 50%, #239A20 66%, #2E8CD6 85%, #9747FF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }
      filter: drop-shadow(0px 0px 10px #00000050);
      &:after{
        width: 370px;
        transition: all .2s linear;
      }
    }
  }
}
.fx6{
  min-height: 897px;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.fx7{
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 70px;
  .txt{
    text-align: center;
    margin-bottom: 40px;
    h3{
      font-size: 22px;
      font-family: var(--fontbold);
      margin-bottom: 20px;
    }
    p{
      font-size: 17px;
    }
  }
  .card{
    margin-bottom: 40px;
    a{
      text-align: center;
      img{
        margin-bottom: 25px;
      }
      p{
        background: -webkit-linear-gradient(#000,#000);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        transition: all .2s linear;
        font-family: var(--fontbold);
        font-size: 17px;
      }
    }
    &:hover{
      a{
        p{
          background: linear-gradient(to right, #FC0000 0%, #FE971E 15%, #FDDD19 32%, #B0E028 50%, #239A20 66%, #2E8CD6 85%, #9747FF 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          transition: all .2s linear;
        }
      }
    }
  }
  .btn_cta{
    background: rgb(252,0,0);
    background: linear-gradient(90deg, rgba(252,0,0,1) 0%, rgba(254,151,30,1) 15%, rgba(253,221,25,1) 32%, rgba(176,224,40,1) 50%, rgba(35,154,32,1) 66%, rgba(46,140,214,1) 85%, rgba(151,71,255,1) 100%);
    display: flex;
    width: 370px;
    height: 60px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    transition: all .2s linear;
    position: relative;
    span{
      text-align: center;
      font-size: 17px;
      font-family: var(--fontbold);
      background: -webkit-linear-gradient(#000,#000);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      transition: all .2s linear;
      z-index: 2;
    }
    &:after{
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      height: 100%;
      width: 0%;
      background-color: #fff;
      z-index: 1;
      transition: all .2s linear;
    }
    &:hover{
      span{
        transition: all .2s linear;
        background: linear-gradient(to right, #FC0000 0%, #FE971E 15%, #FDDD19 32%, #B0E028 50%, #239A20 66%, #2E8CD6 85%, #9747FF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }
      filter: drop-shadow(0px 0px 10px #00000050);
      &:after{
        width: 370px;
        transition: all .2s linear;
      }
    }
  }
}
.footer{
  background-image: url(../imagens/footer.jpg);
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  min-height: 794px;
  padding-top: 135px;
  h2{
    font-family: var(--fontbold);
    font-size: 40px;
    margin-bottom: 30px;
  }
  .icrd{
    padding-top: 75px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    .content_pin{
      padding-top: 20px;
      &:after{
        display: none;
      }
      .item{
        display: flex;
        flex-direction: row;
        align-items: center;
        p{
          font-size: 17px;
          font-family: var(--fontbold);
        }
      }
    }
    .content_icrd{
      display: flex;
      flex-direction: column;
      row-gap: 7px;
      position: relative;
      &:after{
        content: '';
        width: 1px;
        height: 100%;
        background-color: #fff;
        position: absolute;
        top: 0px;
        left: -10px;
      }
      .item_icrd{
        display: flex;
        flex-direction: row;
        align-items: center;
        column-gap: 5px;
        p{
          font-size: 17px;
          font-family: var(--fontbold);
        }
      }
    }
  }
  .redes_sociais{
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 10px;
  }
}
.footer form input,
.footer form textarea,
.footer form select{
  font-size: 17px;
  margin-bottom: 10px;
  font-family: var(--fontbold);
  border-radius: 0;
  height: 48px;
  background-color: #FFF;
  border: 0;
}
.footer ::-webkit-input-placeholder { /* Edge */ color: #000!important; } 
.footer :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #000!important; } 
.footer ::placeholder {color: #000!important; }

.footer form textarea{
  height: 137px;
  margin-bottom: 10px;
}

.footer form .btn-enviar-form{
  display: inline-block;  
  border: none;
  padding: 10px 60px;
  font-size: 17px;
  font-family: var(--fontbold);
  transition: all .2s linear;
  background-color: #000;
  color: #F8E800;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  height: auto;
  margin-right: 20px;
  float: left;
  margin-bottom: 0;
}.footer form .btn-enviar-form:hover{
  background-color: #F8E800;
  color: #000;
}

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

  font-family: 'Verdana';
  font-size: 11px;
  color: #000;
  margin-top: 20px;
  padding-top: 130px;
  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%; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .fx1{
    img{
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
  }
  .fx2{
    text-align: center;
    .card{
    }
  }
  .fx5{
    .txt{
      padding-top: 40px;
    }
    .btn_cta{
      margin-left: auto;
      margin-right: auto;
    }
  }
  .fx7{
    text-align: center;
  }
  .footer{
    .icrd{
      width: 100%;
    }
  }
}
@media(width<991px){
  .fx1{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    .txt{
      padding: 0px;
    }
    .btn_cta{
      margin-left: auto;
      margin-right: auto;
    }
    img{
      max-width: 100%;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
  }
  .fx2{
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    .card{
      a{
        flex-direction: column-reverse;
        display:flex;
        height:100%;
        align-items:center;
        img{
          margin-bottom: 10px;
        }
      }
    }
  }
  .fx3{
    padding-top: 20px;
    min-height: auto;
    padding-bottom: 20px;
    .card{
      p{
        font-size: 17px;
      }
    }
  }
  .fx4{
    background-image: none;
  }
  .fx5{
    padding-top: 20px;
    padding-bottom: 20px;
    .group_img{
      grid-template-columns: repeat(1,1fr);
      row-gap: 20px;
      img{
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        &:nth-child(1){
          margin-left: auto;

        }
        &:nth-child(2){
          margin-left: auto;
          margin-top: 0px;
        }
        &:nth-child(3){
          margin-left: auto;
          margin-top: 0px;
        }
      }
    }
    .txt{
      padding-top: 20px;
      h3{
        margin-bottom: 20px;
      }
    }
    .btn_cta{
      margin-left: auto;
      margin-right: auto;
      width: 270px;
      &:hover{
        &:after{
          width: 270px;
        }
      }
    }
  }
  .fx6{
    min-height: 250px;
  }
  .fx7{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    .txt{
      h3{
        margin-bottom: 10px;
      }
      margin-bottom: 20px;
    }
    .card{
      margin-bottom: 20px;
      a{
        img{
          margin-bottom: 10px;
        }
      }
    }
  }
  .footer{
    padding-top: 20px;
    text-align: center;
    h2{
      font-size: 20px;
      margin-bottom: 10px;
    }
    .icrd{
      width: 100%;
      padding-top: 30px;
      .content_icrd{
        &:after{
          display: none;
        }
        .item_icrd{
          flex-direction: column;
        }
      }
      .content_pin{
        padding-top: 0px;
        .item{
          flex-direction: column;
        }
      }
    }
    .redes_sociais{
      justify-content: center;
    }
  }
  .footer2{
    padding-top: 0px;
  }
}

/* medicina */
.fx_bread{
  background-image: url('../imagens/fx-bread.jpg');
  min-height: 495px;
  background-position: top center;
  background-size: cover;
  color: #fff;


  align-items: center;

  display: flex;

  .card{
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 30px;
  }
  .bread{
    color: #fff;
    h3{
      font-size: 45px;
      font-family: var(--fontbold);
      margin-bottom: 10px;
    }
  }
}

.fx_bread{
  position: relative;
  text-shadow: 1px 1px #000;
}
.fx_bread .container{
  position: relative;
  z-index: 2;
}

.videohome{
  position: relative;
  height: 836px;
  max-height: 100vh;
  display: flex;
  align-items: center;
}

.videohome .container{
  position: relative;
  z-index: 2;
}


.videohome video,
.fx_bread video{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}

.fx1_mf{
  background-color: #fff;
  padding-top:70px;
  .txt{
    margin-bottom: 35px;
    p{
      font-size: 17px;
      line-height: 1.9;
    }
    h3{
      font-size: 26px;
      font-style: italic;
      color: #2E8CD6;
      line-height: 1.4;
    }
  }
  img{
    max-width: 100%;
  }
}
.fx2_mf{
  background-color: #fff;
  padding-top: 40px;
  h3{
    font-size: 22px;
    font-family: var(--fontbold);
    margin-bottom:37px;
  }
  .txt{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 20px;
    ul{
      padding-left: 20px;
      li{
        font-size: 17px;
        margin-bottom: 13px;
      }
    }
  }
}
.fx3_mf{
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 25px;
  h3{
    font-size: 22px;
    font-family: var(--fontbold);
    margin-bottom: 10px;
  }
  h4{
    font-size: 22px;
    font-family: var(--fontbold);
    color: #333;
    margin-bottom: 30px;
  }
  .txt{
    display: flex;
    flex-direction: row;
    column-gap: 130px;
    ul{
      padding-left: 20px;
      li{
        font-size: 17px;
        margin-bottom: 15px;
      }
    }
  }
}
.fx7_mf,
.fx4_mf{
  background-color: #F3DDCA;
  padding-top: 45px;
  padding-bottom: 75px;
  h3{
    font-size: 22px;
    font-family: var(--fontbold);
    margin-bottom: 40px;
  }
  .list_accordion{
    display: flex;
    flex-direction: column;
    row-gap: 17px;
    .item_accordion{
      &:nth-child(9n+1){
        .btn_accn{
          &:after{
            filter: brightness(0) saturate(100%) invert(28%) sepia(42%) saturate(5655%) hue-rotate(341deg) brightness(86%) contrast(112%);
          }
        }
        .btn_accn.active{
          background-color: #E62329;
        }
      }
      &:nth-child(9n+2){
        .btn_accn{
          &:after{
            filter: brightness(0) saturate(100%) invert(61%) sepia(100%) saturate(641%) hue-rotate(11deg) brightness(103%) contrast(98%);
          }
        }
        .btn_accn.active{
          background-color: #E1C203;
        }
      }
      &:nth-child(9n+3){
        .btn_accn{
          &:after{
            filter: brightness(0) saturate(100%) invert(42%) sepia(72%) saturate(963%) hue-rotate(80deg) brightness(91%) contrast(81%);
          }
        }
        .btn_accn.active{
          background-color: #239A20;
        }
      }
      &:nth-child(9n+4){
        .btn_accn{
          &:after{
            filter: brightness(0) saturate(100%) invert(67%) sepia(40%) saturate(6317%) hue-rotate(182deg) brightness(86%) contrast(93%);
          }
        }
        .btn_accn.active{
          background-color: #2E8CD6;
        }
      }
      &:nth-child(9n+5){
        .btn_accn{
          &:after{
            filter: brightness(0) saturate(100%) invert(33%) sepia(60%) saturate(3809%) hue-rotate(308deg) brightness(92%) contrast(91%);
          }
        }
        .btn_accn.active{
          background-color: #E13491;
        }
      }
      &:nth-child(9n+6){
        .btn_accn{
          &:after{
            filter: brightness(0) saturate(100%) invert(67%) sepia(15%) saturate(2737%) hue-rotate(343deg) brightness(100%) contrast(101%);
          }
        }
        .btn_accn.active{
          background-color: #FE971E;
        }
      }
      &:nth-child(9n+7){
        .btn_accn{
          &:after{
            filter: brightness(0) saturate(100%) invert(60%) sepia(85%) saturate(372%) hue-rotate(35deg) brightness(98%) contrast(93%);
          }
        }
        .btn_accn.active{
          background-color: #98C027;
        }
      }
      &:nth-child(9n+8){
        .btn_accn{
          &:after{
            filter: brightness(0) saturate(100%) invert(81%) sepia(27%) saturate(1044%) hue-rotate(150deg) brightness(99%) contrast(94%);
          }
        }
        .btn_accn.active{
          background-color: #60E0F5;
        }
      }
      &:nth-child(9n+9){
        .btn_accn{
          &:after{
            filter: brightness(0) saturate(100%) invert(34%) sepia(55%) saturate(4330%) hue-rotate(250deg) brightness(100%) contrast(102%);
          }
        }
        .btn_accn.active{
          background-color: #9747FF;
        }
      }
    }
  }
  .btn_accn{
    display: flex;
    transition: all .2s linear;
    min-height: 65px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #885931;
    padding: 10px 10px 10px 30px;
    font-size: 19px;
    color: #885931;
    background-color: var(--colortwo);
    outline: none;
    font-family: var(--fontbold);
    border-radius: 0px;
    &:after{
      content: '';
      width: 29px;
      height: 29px;
      display: block;
      background-image: url(../imagens/seta.png);
      transition: all .1s linear;
    }
  }
  .btn_accn.active{
    background-color: var(--color_one);
    transition: all .2s linear;
    color: #000;
    &:after{
      transition: all .2s linear;
      transform: rotate(-90deg);
      filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7489%) hue-rotate(175deg) brightness(107%) contrast(101%)!important;
    }
  }
  .panel {
    padding: 10px 18px;
    display: none;
    background-color: transparent;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    font-size: 15px;
  }
  .active + .panel {
    display: block;
    max-height: 0;
    transition: max-height 0.2s ease-out;
  }
}
.fx5_mf{
  background-color: #F5F5F5;
  padding-top: 35px;
  padding-bottom: 40px;
  .images{
    display: flex;
    flex-direction: column;
    align-items: start;
    img{
      box-shadow: 0px 0px 30px rgba(30, 30, 30, .5);
      &:not(:nth-child(1)){
        margin-top: -40px;
      }
      &:nth-child(odd){
        display: block;  
        margin-right: auto;     
      }
      &:nth-child(even){
        display: block;
        margin-left: auto;
      }
    }
  }
  .txt{
    text-align: justify;
    padding-top: 30px;
    h3{
      font-family: var(--fontbold);
      font-size: 22px;
      color: #333;
      line-height: 1.4;
      margin-bottom: 30px;
    }
    p{
      font-size: 17px;
      line-height: 1.9;
    }
  }
}
.fx6_mf{
  background-color: #fff;
  padding-top: 70px;
  text-align: justify;
  h3{
    font-family: var(--fontbold);
    font-size: 22px;
    margin-bottom: 30px;
  }
  p{
    font-size: 17px;
    line-height: 1.9;
  }
}
.fx7_mf{
  background-color: #fff;
  padding-top: 40px;
  h3{
    font-size: 30px;
    font-family: var(--fontbold);
    text-align: center;
    margin-bottom: 45px;
  }
  .list_accordion{
    display: flex;
    flex-direction: column;
    row-gap: 17px;
  }
  .btn_accn{
    display: flex;
    transition: all .2s linear;
    min-height: 65px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #000;
    padding: 10px 10px 10px 30px;
    font-size: 19px;
    color: #000;
    background-color: var(--colortwo);
    outline: none;
    font-family: var(--fontbold);
    border-radius: 0px;
    &:after{
      content: '';
      width: 29px;
      height: 29px;
      display: block;
      background-image: url(../imagens/seta.png);
      transition: all .1s linear;
    }
  }
  .btn_accn.active{
    background-color: var(--color_one);
    transition: all .2s linear;
    &:after{
      transition: all .2s linear;
      transform: rotate(-90deg);
    }
  }
  .panel {
    padding: 10px 18px;
    display: none;
    background-color: white;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    font-size: 15px;
  }
  .active + .panel {
    display: block;
    max-height: 0;
    transition: max-height 0.2s ease-out;
  }
}
.fx8_mf{
  background-color: #fff;
  padding-top: 70px;
  p{
    font-size: 17px;
    text-align: justify;
    line-height: 1.9;
  }
}
.fx9_mf{
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 50px;
  h3{
    text-align: center;
    font-size: 17px;
    margin-bottom: 25px;
  }
  .list{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 30px;
    row-gap: 40px;
    margin-bottom: 50px;
    .card{
      text-align: center;
      img{
        margin-bottom: 15px;
        width: 270px;
        height: 211px;
      }
      p{
        font-size: 17px;
        font-family: var(--fontbold);
        background: -webkit-linear-gradient(#000,#000);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        transition: all .2s linear;
      }
      &:hover{
        p{
          transition: all .2s linear;
          background: linear-gradient(to right, #FC0000 0%, #FE971E 15%, #FDDD19 32%, #B0E028 50%, #239A20 66%, #2E8CD6 85%, #9747FF 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        }
      }
    }
  }
  .btn_cta{
    background: rgb(252,0,0);
    background: linear-gradient(90deg, rgba(252,0,0,1) 0%, rgba(254,151,30,1) 15%, rgba(253,221,25,1) 32%, rgba(176,224,40,1) 50%, rgba(35,154,32,1) 66%, rgba(46,140,214,1) 85%, rgba(151,71,255,1) 100%);
    display: flex;

    width: 270px;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
    justify-content: center;
    align-items: center;
    transition: all .2s linear;
    position: relative;
    span{
      text-align: center;
      font-size: 17px;
      font-family: var(--fontbold);
      background: -webkit-linear-gradient(#000,#000);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      transition: all .2s linear;
      z-index: 2;
    }
    &:after{
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      height: 100%;
      width: 0%;
      background-color: #fff;
      z-index: 1;
      transition: all .2s linear;
    }
    &:hover{
      span{
        transition: all .2s linear;
        background: linear-gradient(to right, #FC0000 0%, #FE971E 15%, #FDDD19 32%, #B0E028 50%, #239A20 66%, #2E8CD6 85%, #9747FF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }
      filter: drop-shadow(0px 0px 10px #00000050);
      &:after{
        width: 270px;
        transition: all .2s linear;
      }
    }
  }
}
.footer_interna{
  min-height: auto;
  padding-top: 0px;
  background-position: bottom;
  .footer2{
    padding-top: 70px;
    padding-bottom: 30px;
    margin-top: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fx6_mf{
    img{
      max-width: 100%;
    }
  }
  .fx5_mf{
    .images{
      flex-direction: row;
      img{
        max-width: 100%;
        width: 300px;
        &:not(:nth-child(1)){
          margin-top: 0px;
        }
        &:nth-child(odd){
          display: block;  
          margin-right: auto;
          margin-left: auto;     
        }
        &:nth-child(even){
          display: block;
          margin-left: auto;
          margin-right: auto;
        }
      }
    }
  }
  .fx9_mf{
    .list{
      grid-template-columns: repeat(3,1fr);
    }
  }
}
@media(width<991px){
  .fx_bread{
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 40px;
    .card{
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      row-gap: 20px;
      img{
        max-width: 50%;
      }
      .bread{
        h3{
          font-size: 20px;
          margin-bottom: 0px;
        }
      }
    }
  }
  .fx1_mf{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    .txt{
      margin-bottom: 5px;
      h3{
        font-size: 22px;
      }
    }
  }
  .fx2_mf{
    padding-top: 0px;
    padding-bottom: 20px;
    h3{
      text-align: center;
      font-size: 20px;
    }
    .txt{
      display: flex;
      flex-direction: column;
    }
  }
  .fx3_mf{
    padding-top: 10px;
    padding-bottom: 10px;
    h3{
      text-align: center;
      font-size: 20px;
    }
    h4{
      font-size: 18px;
      text-align: center;
    }
    .txt{
      flex-direction: column;
    }
  }
  .fx4_mf{
    padding-top: 20px;
    padding-bottom: 20px;
    h3{
      text-align: center;
      margin-bottom: 20px;
    }
  }
  .fx5_mf{
    padding-top: 20px;
    padding-bottom: 20px;
    .images{
      flex-direction: column;
      row-gap: 20px;
      img{
        max-width: 100%;
        &:not(:nth-child(1)){
          margin-top: 0px;
        }
        &:nth-child(odd){
          display: block;  
          margin-right: auto;
          margin-left: auto;     
        }
        &:nth-child(even){
          display: block;
          margin-left: auto;
          margin-right: auto;
        }
      }
    }
    .txt{
      h3{
        margin-bottom: 10px;
      }
    }
  }
  .fx6_mf{
    padding-top: 20px;
    padding-bottom: 20px;
    img{
      max-width: 100%;
    }
    h3{
      margin-bottom: 10px;
      text-align: center;
      font-size: 20px;
    }
  }
  .fx7_mf{
    padding-top: 0px;
    padding-bottom: 20px;
    h3{
      font-size: 20px;
      margin-bottom: 10px;
    }
  }
  .fx8_mf{
    padding-top: 20px;
    img{
      max-width: 100%;
    }
  }
  .fx9_mf{
    padding-top: 10px;
    padding-bottom: 20px;
    .list{
      grid-template-columns: repeat(1,1fr);
      row-gap: 20px;
      margin-bottom: 20px;
      .card{
        img{
          max-width: 100%;
        }
      }
    }
  }
  .footer_interna{
    .footer2{
      padding-top: 20px;
    }
  }
  .header{
    .menu{
      ul{
        padding-top: 30px;
        row-gap: 13px;
      }
    }
    .btn_menu.active{
      &:after{
        width: 25%;
      }
      &:before{
        width: 75%;
      }
    }
  }
}
/* retiro */
.fx1_ri{
  background-color: #fff;
  padding-top: 50px;
  img{
    box-shadow: 0px 0px 10px rgba(30, 30, 30, .4);
    max-width: 100%;
  }
  p{
    font-size: 17px;
    line-height: 1.9;
    text-align: justify;
  }
}
.fx2_ri{
  background-color: #fff;
  padding-top: 27px;
  .txt{
    margin-bottom: 37px;
    text-align: justify;
    p{
      font-size: 17px;
      line-height: 1.9;
    }
    h4{
      font-family: var(--fontbold);
      font-size: 17px;
      line-height: 1.9;
    }
  }
  img{
    max-width: 100%;
  }
}
.fx3_ri{
  background-color: #fff;
  padding-top: 37px;
  img{
    max-width: 100%;
  }
  h3{
    font-size: 22px;
    font-family: var(--fontbold);
    text-align: justify;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  p{
    font-size: 17px;
    text-align: justify;
    line-height: 1.9;
    margin-bottom: 27px;
  }
}
.fx4_ri{
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
  h3{
    text-align: center;
    font-family: var(--fontbold);
    font-size: 30px;
    margin-bottom: 50px;
  }
  .card{
    .image{
      img{
        box-shadow: 0px 0px 15px rgba(30, 30, 30, .5);
        width: 467px!important;
      }
      h4{
        font-family: var(--fontbold);
        font-size: 22px;
        margin-bottom: 20px;
      }
      p{
        font-size: 17px;
        text-align: justify;
        line-height: 1.9;
        margin-bottom: 30px;
      }
    }
  }
}
.owl-atividade .owl-nav{
  display: block!important;
  margin-top: 0;
}
.owl-atividade .owl-next,
.owl-atividade .owl-prev{
  line-height: 0;
  background-color: transparent!important;
  outline: none;
  position: absolute;  
  bottom: -20%;
  transform: translate(0%,-50%);
  z-index: 2;
}
.owl-atividade .owl-next span,
.owl-atividade .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-atividade .owl-nav{
    padding-top: 10px;
  }
  .owl-atividade .owl-prev,
  .owl-atividade .owl-next{
    position: static!important;
    margin: 5px;
  }
}

.owl-atividade .owl-prev{
  left: 46%;
}
.owl-atividade .owl-next{
  right: 46%;  
}

.owl-atividade .owl-next span,
.owl-atividade .owl-prev span{
  background-image: url(../imagens/seta-esq.png);
  width: 31px;
  height: 31px;
}
.owl-atividade .owl-next span{
  background-image: url(../imagens/seta-dir.png);
}
.fx5_ri{
  background-color: #fff;
  padding-top: 70px;
  .txt{
    h3{
      text-align: center;
      font-size: 30px;
      font-family: var(--fontbold);
      margin-bottom: 20px;
    }
    p{
      font-size: 17px;
      text-align: justify;
      line-height: 1.9;
    }
    h4{
      margin-top: 60px;
      font-family: var(--fontbold);
      font-size: 22px;
      margin-bottom: 20px;
    }
  }
}
.fx6_ri{
  background-color: #fff;
  padding-top: 40px;
  text-align: right;
  h3{
    font-family: var(--fontbold);
    font-size: 22px;
    margin-top: 35px;
    margin-bottom: 20px;
  }
  p{
    font-size: 17px;
    line-height: 1.9;
    margin-bottom: 40px;
  }
  h4{
    font-style: italic;
    font-size: 22px;
    line-height: 1.6;
  }
}
.fx7_ri{
  background-color: #fff;
  padding-top: 70px;
  img{
    box-shadow: 0px 0px 15px rgba(30, 30, 30, .5);
    max-width: 100%;
  }
  p{
    text-align: justify;
    font-size: 17px;
    line-height: 1.9;
    margin-bottom: 20px;
  }
}
@media(width<991px){
  .fx1_ri{
    padding-top: 20px;
    p{
      margin-bottom: 10px;
    }
  }
  .fx2_ri{
    padding-top: 00px;
    .txt{
      margin-bottom: 10px;
    }
  }
  .fx3_ri{
    h3{
      margin-bottom: 10px;
      text-align: center;
    }
    p{
      margin-bottom: 10px;
    }
    h4{
      margin-top: 10px;
    }
  }
  .fx4_ri{
    padding-top: 20px;
    padding-bottom: 20px;
    h3{
      font-size: 22px;
      margin-bottom: 20px;
    }
    .card{
      .image{
        h4{
          margin-bottom: 10px;
          text-align: center;
        }
        p{
          margin-bottom: 10px;
        }
      }
    }
  }
  .fx5_ri{
    padding-top: 0px;
    .txt{
      h3{
        font-size: 22px;
        margin-bottom: 10px;
      }
      h4{
        margin-top: 20px;
        text-align: center;
        margin-bottom: 10px;
      }
    }
  }
  .fx6_ri{
    padding-top: 20px;
    text-align: center;
    img{
      max-width: 100%;
    }
    h3{
      margin-bottom: 10px;
    }
    p{
      margin-bottom: 10px;
    }
  }
  .fx7_ri{
    padding-top: 20px;
  }
}
/* tecnolçogia */
.fx1_tq{
  background-color: #F5F5F5;
  padding-top: 50px;
  img{
    max-width: 100%;
  }
  h3{
    font-family: var(--fontbold);
    font-size: 17px;
    margin-bottom: 30px;
    margin-top: 10px;
  }
  p{
    font-size: 17px;
    line-height: 1.9;
    text-align: justify;
  }
}
@media(width<991px){
  .fx1_tq{
    padding-top: 20px;
    padding-bottom: 10px;
    h3{
      text-align: center;
      margin-bottom: 10px;
    }
  }
}
/* egregora */
.fx1_egregora{
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 0px;
  img{
    max-width: 100%;
  }
  h3{
    font-family: var(--fontbold);
    font-size: 17px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  p{
    font-size: 17px;
    line-height: 1.9;
    margin-bottom: 13px;
    text-align: justify;
  }
  h4{
    font-family: var(--fontbold);
    font-size: 17px;
    margin-top: 45px;
  }
}
@media(width<991px){
  .fx1_egregora{
    padding-top: 20px;
    padding-bottom: 20px;
    h3{
      text-align: center;
      margin-bottom: 10px;
    }
    p{
      margin-bottom: 10px;
    }
    h4{
      margin-top: 20px;
      text-align: center;
    }
  }
}
/* equipe */
.fx1_equipe{
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 70px;
  .txt{
    margin-bottom: 20px;
    p{
      font-size: 17px;
      text-align: justify;
      line-height: 1.9;
    }
  }
  .list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 30px;
    .card{
      img{
        box-shadow: 0px 0px 20px rgba(30, 30, 30, .5);
        margin-bottom: 30px;
        max-width: 100%;
      }
      h4{
        font-size: 22px;
        font-family: var(--fontbold);
        margin-bottom: 10px;
      }
      p{
        font-size: 17px;
        text-align: justify;
        line-height: 1.3;
      }
    }
  }
}
@media(width<991px){
  .fx1_equipe{
    padding-top: 20px;
    padding-bottom: 30px;
    .list{
      grid-template-columns: repeat(1,1fr);
      row-gap: 40px;
      .card{
        img{
          margin-bottom: 10px;
        }
        h4{
          text-align: center;
          margin-bottom: 0px;
        }
      }
    }
  }
}
@media(width<991px){
  .fx1_equipe{
    .list{
      .card{
        text-align: center;
      }
    }
  }
}
/* loja */
.fx1_loja{
  background-color: #fff;
  padding-top: 63px;
  padding-bottom: 20px;
  .txt{
    margin-bottom: 30px;
    h4{
      font-size: 17px;
      font-family: var(--fontbold);
      margin-bottom: 27px;
    }
    p{
      font-size: 17px;
      text-align: justify;
      line-height: 1.9;
    }
  }
  .list{
    .card+.card{
      border-top: 1px solid #8D8D8D;
      padding-top: 30px;
    }
    .card{
      display: grid;
      margin-bottom: 30px;
      grid-template-columns: 5fr 7fr;
      .images{
        width: 470px;
        max-width: 100%;
        .owlilojapri{
          img{
            width: 100%;
            object-fit: cover;
          }
        }
        img{
          border: 1px solid #CFCFCF;
          max-width: 100%;
        }
      }
      .content{
        padding-top: 30px;
        padding-left: 20px;
        h3{
          font-size: 30px;
          font-family: var(--fontbold);
          margin-bottom: 20px;
        }
        p{
          font-size: 17px;
          text-align: justify;
          line-height: 1.9;
          margin-bottom: 40px;
        }
        .btn_cta{
          background: rgb(252,0,0);
          background: linear-gradient(90deg, rgba(252,0,0,1) 0%, rgba(254,151,30,1) 15%, rgba(253,221,25,1) 32%, rgba(176,224,40,1) 50%, rgba(35,154,32,1) 66%, rgba(46,140,214,1) 85%, rgba(151,71,255,1) 100%);
          display: flex;
          width: 270px;
          height: 60px;
          justify-content: center;
          align-items: center;
          transition: all .2s linear;
          position: relative;
          span{
            text-align: center;
            font-size: 17px;
            font-family: var(--fontbold);
            background: -webkit-linear-gradient(#000,#000);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            transition: all .2s linear;
            z-index: 2;
          }
          &:after{
            content: '';
            position: absolute;
            top: 0px;
            left: 0px;
            height: 100%;
            width: 0%;
            background-color: #fff;
            z-index: 1;
            transition: all .2s linear;
          }
          &:hover{
            span{
              transition: all .2s linear;
              background: linear-gradient(to right, #FC0000 0%, #FE971E 15%, #FDDD19 32%, #B0E028 50%, #239A20 66%, #2E8CD6 85%, #9747FF 100%);
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent;
            }
            filter: drop-shadow(0px 0px 10px #00000050);
            &:after{
              width: 270px;
              transition: all .2s linear;
            }
          }
        }
      }
    }
  }
}
.owl-loja-pri{
  margin-bottom: 10px;
}
.owl-loja-seg .owl-dots {
  position: static;
}
.owl-loja-seg .owl-dots .owl-dot span{
  background-color: #000;
  height: 14px;
  width: 14px;
}
.owl-loja-seg .owl-dots .owl-dot.active span, .owl-loja-seg .owl-dots .owl-dot:hover span{
  background: rgb(252,0,0);
  background: linear-gradient(90deg, rgba(252,0,0,1) 0%, rgba(254,151,30,1) 15%, rgba(253,221,25,1) 32%, rgba(176,224,40,1) 50%, rgba(35,154,32,1) 66%, rgba(46,140,214,1) 85%, rgba(151,71,255,1) 100%);
}
@media(width<991px){
  .owl-loja-seg{
    display: none!important;
  }
  .fx1_loja{
    padding-top: 20px;
    padding-bottom: 20px;
    .txt{
      h4{
        text-align: center;
        margin-bottom: 10px;
      }
    }
    .list{
      max-width: 100%;
      .card{
        display: flex;
        flex-direction: column;
        .images{
          width: 100%;
          max-width: 100%;
          img{
            max-width: 100%;
            height: auto;
            max-height: 100%;
          }
        }
        .content{
          padding-top: 10px;
          padding-left: 0px;
          h3{
            text-align: center;
            font-size: 22px;
            margin-bottom: 10px;
          }
          p{
            margin-bottom: 10px;
          }
          .btn_cta{
            margin-right: auto;
            margin-left: auto;
          }
        }
      }
    }
  }
}
/* sobre */
.fx1_sobre{
  background-color: #fff;
  padding-top: 40px;
  img{
    box-shadow: 0px 0px 30px rgba(30, 30, 30, .4);
  }
  p{
    font-size: 17px;
    text-align: justify;
    line-height: 1.9;
    margin-bottom: 30px;
  }
}
.fx2_sobre{
  background-color: #fff;
  padding-top: 20px;
  padding-bottom:130px;
  h3{
    font-size: 17px;
    font-family: var(--fontbold);
    text-align: center;
    padding-top: 45px;
    margin-bottom: 30px;
  }
  .owl-depoimento{
    .card{
      display: flex;
      column-gap: 30px;
      .image{
        img{
          box-shadow: 0px 0px 30px rgba(30, 30, 30, .5);
        }
      }
      .content{
        p{
          font-size: 17px;
          line-height: 1.9;
          text-align: justify;
        }
      }
    }
  }
}
.owl-depoimento .owl-nav{
  display: block!important;
  margin-top: 0;
}
.owl-depoimento .owl-next,
.owl-depoimento .owl-prev{
  line-height: 0;
  background-color: transparent!important;
  outline: none;
  position: absolute;  
  bottom: -20%;
  transform: translate(0%,-50%);
  z-index: 2;
}
.owl-depoimento .owl-next span,
.owl-depoimento .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-depoimento .owl-nav{
    padding-top: 10px;
  }
  .owl-depoimento .owl-prev,
  .owl-depoimento .owl-next{
    position: static!important;
    margin: 5px;
  }
}

.owl-depoimento .owl-prev{
  left: 46%;
}
.owl-depoimento .owl-next{
  right: 46%;  
}

.owl-depoimento .owl-next span,
.owl-depoimento .owl-prev span{
  background-image: url(../imagens/seta-esq.png);
  width: 31px;
  height: 31px;
}
.owl-depoimento .owl-next span{
  background-image: url(../imagens/seta-dir.png);
}
@media(width<991px){
  .fx1_sobre{
    padding-top: 20px;
    padding-bottom: 0px;
    img{
      max-width: 100%;
    }
    p{
      margin-bottom: 10px;
    }
  }
  .fx2_sobre{
    padding-top: 0px;
    padding-bottom: 10px;
    h3{
      padding-top: 10px;
      text-align: center;
    }
    .owl-depoimento{
      .card{
        .image{
          img{
            margin-bottom: 20px;
          }
        }
        flex-direction: column;
      }
    }
  }
}
/* agenda */
.fx1_agenda{
  background-color: #fff;
  padding-top: 40px;
  img{
    max-width: 100%;
    margin-bottom: 27px;
  }
  p{
    font-size: 17px;
    text-align: center;
    line-height: 1.9;
  }
}
.fx2_agenda{
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 50px;
  .list{
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    margin-bottom: 50px;
    .card{
      display: flex;
      flex-direction: row;
      column-gap: 30px;
      border: 1px solid #D9D9D9;
      .content{
        display: flex;
        flex-direction: column;
        padding-top: 23px;
        padding-right: 30px;
        h3{
          font-family: var(--fontbold);
          font-size: 22px;
          margin-bottom: 45px;
        }
        p{
          font-size: 17px;
          line-height: 1.4;
        }
        .date{
          padding-top: 40px;
          display: flex;
          column-gap: 60px;
          font-size: 17px;
        }
      }
    }
  }
  .btn_cta{
    background: rgb(252,0,0);
    background: linear-gradient(90deg, rgba(252,0,0,1) 0%, rgba(254,151,30,1) 15%, rgba(253,221,25,1) 32%, rgba(176,224,40,1) 50%, rgba(35,154,32,1) 66%, rgba(46,140,214,1) 85%, rgba(151,71,255,1) 100%);
    display: flex;
    width: 270px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
    transition: all .2s linear;
    position: relative;
    span{
      text-align: center;
      font-size: 17px;
      font-family: var(--fontbold);
      background: -webkit-linear-gradient(#000,#000);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      transition: all .2s linear;
      z-index: 2;
    }
    &:after{
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      height: 100%;
      width: 0%;
      background-color: #fff;
      z-index: 1;
      transition: all .2s linear;
    }
    &:hover{
      span{
        transition: all .2s linear;
        background: linear-gradient(to right, #FC0000 0%, #FE971E 15%, #FDDD19 32%, #B0E028 50%, #239A20 66%, #2E8CD6 85%, #9747FF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }
      filter: drop-shadow(0px 0px 10px #00000050);
      &:after{
        width: 270px;
        transition: all .2s linear;
      }
    }
  }
}
@media(width<991px){
  .fx1_agenda{
    padding-top: 20px;
    img{
      margin-bottom: 10px;
    }
  }
  .fx2_agenda{
    padding-bottom: 20px;
    .list{
      margin-bottom: 20px;
      .image{
        img{
          max-width: 100%;
        }
      }
      .card{
        flex-direction: column;
        text-align: center;
        .content{
          padding-right: 0px;
          h3{
            margin-bottom: 10px;
          }
          .date{
            padding-top: 10px;
            flex-direction: column;
            justify-content: center;
          }
        }
      }
    }
  }
}
/* agenda aberta */
.fx1_agendaop{
  background-color: #fff;
  padding-top: 60px;
  img{
    box-shadow: 0px 0px 30px rgba(30, 30, 30, .5);
    max-width: 100%;
  }
  .txt{
    padding-top: 40px;
    h3{
      font-size: 22px;
      font-family: var(--fontbold);
      line-height: .7;
      margin-bottom: 33px;
    }
    p{
      font-size: 17px;
      text-align: justify;
      line-height: 1.4;
    }
  }
}
.fx2_agendaop{
  background-color: #fff;
  padding-top: 85px;
  padding-bottom: 60px;
  .list{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    column-gap: 30px;
    margin-bottom: 60px;
    .card{
      text-align: center;
      img{
        margin-bottom: 20px;
      }
      p{
        font-size: 20px
      }
    }
  }
  .btn_cta{
    background: rgb(252,0,0);
    background: linear-gradient(90deg, rgba(252,0,0,1) 0%, rgba(254,151,30,1) 15%, rgba(253,221,25,1) 32%, rgba(176,224,40,1) 50%, rgba(35,154,32,1) 66%, rgba(46,140,214,1) 85%, rgba(151,71,255,1) 100%);
    display: flex;
    width: 182px;
    height: 60px;
    justify-content: center;
    align-items: center;
    transition: all .2s linear;
    position: relative;
    span{
      text-align: center;
      font-size: 17px;
      font-family: var(--fontbold);
      background: -webkit-linear-gradient(#000,#000);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      transition: all .2s linear;
      z-index: 2;
    }
    &:after{
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      height: 100%;
      width: 0%;
      background-color: #fff;
      z-index: 1;
      transition: all .2s linear;
    }
    &:hover{
      span{
        transition: all .2s linear;
        background: linear-gradient(to right, #FC0000 0%, #FE971E 15%, #FDDD19 32%, #B0E028 50%, #239A20 66%, #2E8CD6 85%, #9747FF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }
      filter: drop-shadow(0px 0px 10px #00000050);
      &:after{
        width: 182px;
        transition: all .2s linear;
      }
    }
  }
}
@media(width<991px){
  .fx1_agendaop{
    padding-top: 20px;
    .txt{
      padding-top: 20px;
      h3{
        text-align: center;
        margin-bottom: 10px;
      }
    }
  }
  .fx2_agendaop{
    padding-top: 20px;
    padding-bottom: 20px;
    .list{
      grid-template-columns: repeat(1,1fr);
      justify-content: center;
      row-gap: 30px;
      margin-bottom: 20px;
      .card{
        img{
          margin-bottom: 10px;
        }
        p{
          font-size: 17px;
        }
      }
    }
    .btn_cta{
      margin-left: auto;
      margin-right: auto;
    }
  }
}
/* contato */
.fx1_contato{
  background-color: #fff;
  padding-top:30px;
  padding-bottom: 60px;
  h2{
    font-family: var(--fontbold);
    font-size: 40px;
    margin-bottom: 30px;
  }
  .icrd{
    padding-top: 75px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    .content_pin{
      padding-top: 20px;
      &:after{
        display: none;
      }
      .item{
        display: flex;
        flex-direction: row;
        align-items: center;
        p{
          font-size: 17px;
          font-family: var(--fontbold);
        }
      }
    }
    .content_icrd{
      display: flex;
      flex-direction: column;
      row-gap: 7px;
      position: relative;
      &:after{
        content: '';
        width: 1px;
        height: 100%;
        background-color: #fff;
        position: absolute;
        top: 0px;
        left: -10px;
      }
      .item_icrd{
        display: flex;
        flex-direction: row;
        align-items: center;
        column-gap: 5px;
        p{
          font-size: 17px;
          font-family: var(--fontbold);
        }
      }
    }
  }
  .redes_sociais{
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 10px;
  }
  .maps{
    padding-top: 50px;
    iframe{
      width: 100%;
      height: 270px;
    }
  }
}
.fx1_contato form input,
.fx1_contato form textarea,
.fx1_contato form select{
  font-size: 17px;
  margin-bottom: 10px;
  font-family: var(--fontbold);
  border-radius: 0;
  height: 48px;
  background-color: #FFF;
  border: 1px solid #8D8D8D;
}
.fx1_contato ::-webkit-input-placeholder { /* Edge */ color: #000!important; } 
.fx1_contato :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #000!important; } 
.fx1_contato ::placeholder {color: #000!important; }

.fx1_contato form textarea{
  height: 137px;
  margin-bottom: 10px;
}

.fx1_contato form .btn-enviar-form{
  display: inline-block;  
  border: none;
  padding: 10px 60px;
  font-size: 17px;
  font-family: var(--fontbold);
  transition: all .2s linear;
  background-color: #000;
  color: #F8E800;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  height: auto;
  margin-right: 20px;
  float: left;
  margin-bottom: 0;
}.fx1_contato form .btn-enviar-form:hover{
  background-color: #F8E800;
  color: #000;
}

.fx1_contato iframe{
  width: 100%;
  height: 320px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fx1_contato{
    .icrd{
      width: 100%;
    }
  }
}
@media(width<991px){
  .fx1_contato{
    padding-top: 20px;
    padding-bottom: 20px;
    h2{
      text-align: center;
      font-size: 22px;
      margin-bottom: 10px;
    }
    .icrd{
      width: 100%;
      padding-top: 30px;
      .content_icrd{
        .item_icrd{
          flex-direction: column;
          text-align: center;
        }
      }
      .content_pin{
        padding-top: 0px;
        .item{
          flex-direction: column;
          text-align: center;
        }
      }
    }
    .redes_sociais{
      justify-content: center;
    }
    .maps{
      padding-top: 10px;
    }
  }
}



.logo-home img{
  margin-right: 25px;
  max-width: 95%;
}

.logo-home img.shd {
  filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.5));

}

.blog03 .postthumb{
  border-radius: 5px;
}

@media (max-width: 1024px){
  .logo-home{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
  }
  .logo-home img{
  margin-bottom: 30px;
  margin-right: 0px;
}
}

@media (max-width: 425px){
  .logo-home img{
    display: flex;
    max-width: 100%;
    height: 100%;
  }
  .fx7 .btn_cta{
    width: 100%;
  }  
}