@charset "UTF-8";
/* Tema do cliente */
/**  cor-1: #199BD7;  **/
/**  cor-2: #0082BE;  **/
/**  cor-3: #19AB5C;  **/
/**  cor-4: #D9D9D9;  **/
/**  cor-5: #0F437F;  **/

/* Fonts */
/* Open Sans */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.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: #FF0000;
  color: #FFF;
  transition: all .3s linear;
  margin-left: 10px;
  cursor: pointer;
  &:hover{
  filter: brightness(1.2);
  }
}

@media (width<=900px) {
  .btnwhats{
    right: auto;
    left: 50%;      
    transform: translate(-50%,0);
  }
}

.website{
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  overflow-x: hidden;
}

.postagemcompleta a{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  display: inline-block;
  position: relative;
  top: 7px;
}

.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;
}

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: #734397!important;
}

.editor a:hover{
  text-decoration: underline!important;
}

a:link, a:visited{
  color: inherit;
}

a:hover, a:active{
  color: var(--color-1);
}

::-moz-selection{
  background: var(--color-1);
}

::selection{
  background: var(--color-1);
}

.pagination .active a,
.pagination .active a:hover{
  background-color: var(--color-1);
  border-color: var(--color-1);
}

.lds-ellipsis div{  
  background-color: var(--color-1);
}

.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.editor p{
  margin-bottom: 20px;
}

body{  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.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);
  }
}

.container{
  width: 100%!important;
  max-width: 1170px!important;
}

.container{
  .row{
    margin-left: -15px;
    margin-right: -15px;
  }
  .row>*{
    padding: 0px 1.5rem 0px 1.5rem;
  }
}

.alignleft{
  float: left;
  margin-top: 16px;
  margin-right: 16px;
  margin-bottom: 16px;
}

.alignright{
  float: left;
  margin-top: 16px;
  margin-left: 16px;
  margin-bottom: 16px;
}

.aligncenter{
  display: block;
  margin: 16px auto;
}

.website{
  position: relative;
}

:root{
  --fontPadrao: 'Open Sans';

  --color-1: #199BD7;
  --color-2: #0082BE;
  --color-3: #19AB5C;
  --color-4: #D9D9D9;
  --color-5: #0F437F;
}

/* BUTTONS */

.btn-blue{
  display: inline-block;

  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;

  color: #FFFFFF !important;

  background-color: var(--color-1);
  border-radius: 10px;

  padding: 7px 19px;
}

.btn-red{
  display: inline-block;

  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;

  color: #FFFFFF !important;

  background-color: #A90000;
  border-radius: 10px;

  padding: 9px 39px;
}

/* /BUTTONS */

/* HEADER */

.header{
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;

  background-color: transparent;
}

.header .container{
  padding-top: 10px;
  padding-bottom: 10px;
}

.header .logo{
  display: inline-block;
  width: 100%;
  height: 100%;
}

.header .logo img{
  width: 100%;
  height: auto;
  object-fit: cover;
}

.header .menu-wrapper{
  height: 100%;

  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  row-gap: 38px;
}

.header .menu-wrapper .info-phone{
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.menu-wrapper .info-phone .icon{
  width: 26px;
  height: 26px;
}

.menu-wrapper .info-phone .icon img{
  width: 100%;
  height: auto;
  object-fit: cover;
}

.menu-wrapper .info-phone span{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;

  color: #FFFFFF;
}

.menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.menu>li{
  display: inline-block;
  position: relative;
}
.menu>li{
  margin-right: 19px;
}

.menu>li>a{
  position: relative;

  display: block;
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;

  color: #FFFFFF;
  padding-right: 0px;
}

.menu>li>a::before{
  content: '';
  position: absolute;
  bottom: -5px;

  background-color: var(--color-1);

  width: 100%;
  height: 0px;

  transition: height .3s ease-in-out;
}

.menu li:last-child{
  border-right: none;
  padding-right: 0;
  margin-right: 0;
  background-image: none;
}

.menu>li:hover>a::before,
.menu>li>a.active::before{
  height: 3px;
}

.menu>li:hover .submenu{
  display: block;
}

/* 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: var(--color-5);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      cursor: pointer;
      display: block;
    }

    .menu{
      display: none;
      background-color:  var(--color-2);
      width: 265px;
      border-radius: 10px;
      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  var(--color-2);
        position: fixed;
        right: 30px;
        top: 45px;
    }

    .menu>li{
      display: block;
      text-align: left;
      line-height: 30px;
      height: auto!important;
      background-image: none;

      margin-bottom: 10px;
    }

    .menu>li:last-child{
      margin-bottom: 0;
    }

    .menu>li>a{
      color: #FFF!important;
      height: auto!important;
    }

    .menu>li>a::before{
      background-color: var(--color-3);
    }

    .navbtn span{
      background-color: var(--color-3);
      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 .col-lg-2{
      text-align: center;
    }

    .header .logo{
      width: auto;
    }

    .header a.logo img{
      max-width: 200px;
    }

    .header .menu-wrapper{
      align-items: center;
      padding-top: 15px;
    }

    .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{
      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: 480px) {
    .tel img{
      display: none;
    }
  }
  
/* /menu responsivo 2*/

/* /HEADER */

/* CONTENT-HEADER */

.content-header{
  --bg-content-header: #ccc;

  background: 
  linear-gradient(
    rgba(0, 0, 0, .76),
    rgba(0, 0, 0, .76)
  ),
  var(--bg-content-header);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-header .container{
  padding-top: 224px;
  padding-bottom: 74px;
}

.content-header .content{
  position: relative;

  min-height: 131px;
  align-content: center;

  padding: 6px 0px 6px 15px;
}

.content-header .content::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;

  width: 6px;
  height: 100%;

  background: 
    linear-gradient(
      var(--color-1) 0%,
      var(--color-3) 100%
    );
  border-radius: 10px;
}

.content-header .content h1{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 25px;
  line-height: 34px;

  color: #FFFFFF;
  margin-bottom: 12px;
}

.content-header .content p,
.content-header .content .bread,
.content-header .content a,
.content-header .content span{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;

  color: #FFFFFF;
  margin-bottom: 0;
}

/* RESPONSIVO CONTENT-HEADER */

  @media (max-width: 991px) {
    .content-header .container{
      padding-top: 281px;
    }
    .content-header .content{
      text-align: center;
      padding: 6px 0px;
    }
    .content-header .content::before{
      display: none;
    }
  }

/* /RESPONSIVO CONTENT-HEADER */

/* /CONTENT-HEADER */

/* FOOTER */

.footer{
  background-color: #030303;
}

.footer .container{
  padding-top: 70px;
  padding-bottom: 99px;
}

.footer .container .row{
  row-gap: 25px;

  border-bottom: 1px solid #1e1e1e;

  padding-bottom: 49px;
}

.footer .logo-rodape{
  display: block;
  width: 100%;
}

.footer .logo-rodape img{
  width: 100%;
  height: auto;
  object-fit: cover;
}

.footer h4{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;

  color: var(--color-3);
  margin-bottom: 19px;
}

.footer .site-map{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 7px;
}

.footer .site-map a{
  position: relative;
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;

  color: #FFFFFF;
}

.footer .site-map a::before{
  content: '';
  position: absolute;
  bottom: -5px;

  background-color: var(--color-1);

  width: 100%;
  height: 0px;

  transition: height .3s ease-in-out;
}

.footer .site-map a:hover::before{
  height: 3px;
}

.footer .contato-wrapper{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 21px;
}

.footer .numero-inner{
  display: flex;
  flex-direction: column;
  row-gap: 13px;
}

.footer .numero-inner .whatsapp{
  display: flex;
  align-items: center;
  column-gap: 6px;
}

.numero-inner .whatsapp .icon{
  width: 17px;
  height: 17px;
}

.numero-inner .whatsapp .icon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer .contato-wrapper span,
.footer .contato-wrapper a{
  display: inline-block;
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;

  color: #FFFFFF;
}

.footer .atendimento-wrapper p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;

  color: #FFFFFF;
  margin-bottom: 14px;
}

.footer .social-media{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;

  margin-top: 46px;
}

.footer .social-media a{
  display: inline-block;
  width: 32px;
  height: 32px;
}

.footer .social-media a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer .credits{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;

  margin-top: 49px;
}

.footer .credits p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;

  color: #FFFFFF;
  margin-bottom: 0;
}

.footer .kryzalis{
  display: flex;
  align-items: flex-end;
  column-gap: 23px;
}

.footer .kryzalis .logo-kry{
  width: 50px;
  height: 31px;
}

.footer .kryzalis .logo-kry img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* RESPONSIVO FOOTER */

  @media (max-width: 991px) {
    .footer .col-lg-3{
      justify-items: center;
    }
    .footer .logo-rodape{
      max-width: 450px;
      padding: 0 20px;
    }
    .footer .site-map,
    .footer .contato-wrapper,
    .footer .atendimento-wrapper{
      align-items: center;
      text-align: center;
    }
    .footer .credits{
      flex-direction: column;
      align-items: center;
      text-align: center;
      row-gap: 18px;
    }
    .fx1_contato form{
      align-items: center;
    }
    .fx1_contato form .form-group{
      width: 85%;
    }
  }

/* /RESPONSIVO FOOTER */

/* /FOOTER */

/* HOME */

.fx1_home .container{
  padding-top: 46px;
  padding-bottom: 33px;
}

.fx1_home .cursos-container{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;

  justify-items: center;
}

.card-curso{
  position: relative;

  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;

  border: 2px solid #FFF;
  border-radius: 10px;
}

.card-curso::before{
  content: '';
  position: absolute;
  top: 7px;
  left: 6px;

  width: 95.7386%;
  height: 95.1851%;

  border: 2px solid #FFF;
  border-radius: 10px;
}

.card-curso .img-destaque{
  width: 100%;
  height: 176px;
  flex-shrink: 0;
}

.card-curso .img-destaque img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
}

.card-curso .content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex-grow: 1;
  row-gap: 58px;

  background-color: var(--color-4);
  border-radius: 0px 0px 10px 10px;

  padding: 16px 21px 21px 21px;
}

.card-curso .content p{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;

  color: #000000;
}

.fx1_home .filter-wrapper h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;

  color: #000000;
  margin-bottom: 17px;
}

.fx1_home .select-filter{
  width: 100%;
}

.fx1_home .filter-wrapper .btn-blue{
  margin-bottom: 27px;
}

.fx1_home .select-filter #filtro-home{
  width: 100%;

  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;

  color: #737373;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('../imagens/icon-chevron-down.png');
  background-size: 9px 4px;
  background-position: 95% center;
  background-repeat: no-repeat;

  border: 1px solid #737373;
  border-radius: 2px;

  padding: 8px 9px;
}

.fx2_home{
  background-color: var(--color-4);
}

.fx2_home .container{
  padding-top: 34px;
  padding-bottom: 68px;
}

.fx2_home h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 25px;
  line-height: 34px;
  text-align: center;

  color: #000000;
  margin-bottom: 33px;
}

.accordion-turmas{
  display: flex;
  flex-direction: column;
  row-gap: 19px;
}

.accordion-turmas .title-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;

  background-color: var(--color-2);
  border-radius: 5px;

  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 19px;
  line-height: 26px;

  color: #FFFFFF;

  outline: none;
  margin: 0;
  cursor: pointer;
  
  background-image: url(../imagens/seta-lado.png);
  background-position: left center;
  background-repeat: no-repeat;

  padding: 21px 34px;
}

.accordion-turmas .title-wrapper p{
  font-weight: 800;
  margin-bottom: 0;
}

.accordion-turmas .ui-accordion-header-icon{
  display: none;
}

.accordion-turmas .content{
  position: relative;

}

.accordion-turmas .content strong,
.accordion-turmas .content b{
  font-weight: 700;
}

.accordion-turmas .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;

  border-bottom: 1px solid #FFF;
  color: #000000;

  padding: 0px 34px 5px 34px;

  margin-bottom: 5px;
}

.fx3_home{
  background: 
    linear-gradient(
      var(--color-1) 0%,
      var(--color-3) 100%
    );
}

.fx3_home .container{
  padding-top: 54px;
  padding-bottom: 58px;
}

.fx3_home .container .row{
  justify-content: center;
  row-gap: 25px;
}

.fx3_home h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 25px;
  line-height: 34px;
  text-align: center;

  color: #FFFFFF;
  margin-bottom: 30px;
}

.card-beneficio{
  display: inline-block;

  width: 100%;
  height: 100%;

  background: linear-gradient(
    rgba(251, 251, 251, .11) 0%,
    rgba(251, 251, 251, .11) 100%);
  border-radius: 10px;

  padding: 5px 6px;
}

.card-beneficio .card-beneficio-wrapper{
  height: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;

  border: 2px solid #FFF;
  border-radius: 10px;

  padding: 27px 24px;
}

.card-beneficio .icon{
  width: 51px;
  height: 51px;

  margin-bottom: 17px;
}

.card-beneficio .icon img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-beneficio span{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 17px;
  line-height: 23px;
  text-align: center;

  color: #FFFFFF;
}

.fx4_home .container{
  padding-top: 48px;
  padding-bottom: 44px;
}

.fx4_home .chamada-importante{
  --bg-chamada-importante: #ccc;

  background: var(--bg-chamada-importante);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;

  justify-items: center;

  padding: 50px 25px 65px 25px;
  margin-bottom: 71px;
}

.fx4_home .chamada-importante .content{
  max-width: 484px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;

  background: rgba(0, 0, 0, .64);
  border-radius: 10px;

  padding: 32px 55px;
}

.fx4_home .chamada-importante .content p{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 25px;
  line-height: 34px;

  color: #FFFFFF;
  margin-bottom: 0;
}

.fx4_home .chamada-importante .content span{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;

  color: #FFFFFF;
  margin-bottom: 16px;
}

.fx4_home .img-fx4{
  width: 100%;
  height: 100%;
}

.fx4_home .container .row{
  align-items: center;
  row-gap: 25px;
}

.fx4_home .img-fx4 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.fx4_home .text h3{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 25px;
  line-height: 34px;

  color: #000000;
  margin-bottom: 20px;
}

.fx4_home .text p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;

  color: #000000;
  margin-bottom: 0;
}

.fx4_home .text .btn-blue{
  margin-top: 39px;
}

.fx5_home{
  background: linear-gradient(
    #FFF 0%,
    #FFF 50px,
    var(--color-3) 50px,
    var(--color-3) 100%
  );
}

.fx5_home .container{
  padding-bottom: 22px;
}

.fx5_home .content{
  text-align: right;

  padding-top: 73px;
}

.fx5_home .content h3{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 25px;
  line-height: 34px;

  color: #FFFFFF;
  margin-bottom: 20px;
}

.fx5_home .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;

  color: #FFFFFF;
  margin-bottom: 0;
}

.fx5_home .content .btn-red{
  margin-top: 20px;
}

.fx5_home .img-fx5{
  width: 100%;
  height: 100%;
  filter: drop-shadow(7px 9px 17.5px rgba(0, 0, 0, .53));
}

.fx5_home .img-fx5 img{
  width: 100%;
  height: auto;
  object-fit: contain;
}

.mapa-container{
  width: 100%;
  height: 282px;
  max-height: 283px;
}

.mapa-container iframe{
  width: 100%;
  height: 100%;
}

/* RESPONSIVO HOME */

  @media (max-width: 991px) {
    .fx1_home .container .row{
      flex-direction: column-reverse;
    }
    .fx1_home .container .col-lg-3{
      margin-bottom: 30px;
    }
    .fx1_home .filter-wrapper{
      text-align: center;
      justify-items: center;
    }
    .fx1_home .select-filter{
      width: 85%;
    }

    .card-curso .content{
      align-items: center;
      text-align: center;
    }

    .accordion-turmas .title-wrapper{
      font-size: 17px;
      padding: 21px;
    }

    .fx4_home .container .col-lg-4{
      justify-items: center;
    }
    .fx4_home .img-fx4{
      max-width: 400px;
    }
    .fx4_home .text{
      text-align: center;
    }

    .fx5_home .container .row{
      flex-direction: column-reverse;
    }
    .fx5_home .img-col{
      justify-items: center;
      margin-bottom: 25px;
    }
    .fx5_home .img-fx5{
      max-width: 550px;
    }

    .fx5_home .content{
      text-align: center;
      padding: 0;
    }
  }
  @media(max-width: 767px){
    .fx1_home .cursos-container{
      grid-template-columns: repeat(2, 1fr);
    }

    .fx3_home .container .col-lg-3{
      text-align: center;
    }
    .card-beneficio{
      width: 85%;
    }

    .fx4_home .chamada-importante{
      padding: 25px;
    }
  }
  @media (max-width: 575px) {
    .fx1_home .cursos-container{
      grid-template-columns: 1fr;
    }
    .card-curso{
      width: 85%;
    }
  }

/* /RESPONSIVO HOME */

/* /HOME */

/* QUEM SOMOS */

.fx1_quem_somos .container{
  padding-top: 50px;
  padding-bottom: 57px;
}

.fx1_quem_somos .container .row{
  justify-content: center;
  align-items: center;
  row-gap: 25px;
}

.fx1_quem_somos .img-esquerda{
  width: 100%;
  height: 100%;
}

.fx1_quem_somos .img-esquerda img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.fx1_quem_somos .content h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 25px;
  line-height: 34px;

  color: #000000;
  margin-bottom: 20px;
}

.fx1_quem_somos .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;

  color: #000000;
  margin-bottom: 0;
}

.fx3_quem_somos .container{
  padding-top: 55px;
  padding-bottom: 53px;
}

.fx3_quem_somos .container .row{
  justify-content: center;
  align-items: center;
  row-gap: 25px;
}

.fx3_quem_somos .content{
  text-align: right;
}

.fx3_quem_somos .content h3{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 25px;
  line-height: 34px;

  color: #000000;
  margin-bottom: 20px;
}

.fx3_quem_somos .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;

  color: #000000;
  margin-bottom: 0;
}

.fx3_quem_somos .img-direita{
  width: 100%;
  height: 100%;
}

.fx3_quem_somos .img-direita img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

/* RESPONSIVO QUEM SOMOS */

  @media(max-width: 1199px){

  }
  @media (max-width: 991px) {
    .fx1_quem_somos .content,
    .fx3_quem_somos .content{
      text-align: center;
    }
    .fx1_quem_somos .col-lg-4,
    .fx3_quem_somos .col-lg-4{
      justify-items: center;
    }

    .fx1_quem_somos .img-esquerda,
    .fx3_quem_somos .img-direita{
      max-width: 450px;
    }
  }
  @media (max-width: 860px) {

  }
  @media(max-width: 767px){

  }
  @media (max-width: 480px) {

  }

/* /RESPONSIVO QUEM SOMOS */

/* /QUEM SOMOS */

/* CURSOS */

.fx1_cursos .container{
  padding-top: 40px;
  padding-bottom: 61px;
}

.fx1_cursos .container .row{
  justify-content: center;
  row-gap: 25px;
}

/* RESPONSIVO CURSOS */

  @media(max-width: 575px){
    .fx1_cursos .container .col-lg-3{
      justify-items: center;
    }
  }

/* /RESPONSIVO CURSOS */

/* /CURSOS */

/* DEPOIMENTOS */

.fx1_depoimentos .container{
  padding-top: 52px;
  padding-bottom: 47px;
}

.fx1_depoimentos h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 25px;
  line-height: 34px;
  text-align: center;

  color: #000000;
  margin-bottom: 38px;
}

.fx1_depoimentos .depoimentos_grid_x{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;

  justify-items: center;

  margin-bottom: 44px;
}

.fx1_depoimentos .depoimentos_grid_y{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;

  justify-items: center;
}

.fx1_depoimentos .grid_x_item{
  display: inline-block;
  position: relative;

  width: 100%;
  height: 228px;
  max-height: 229px;
  border-radius: 10px;
}

.fx1_depoimentos .grid_y_item{
  display: inline-block;
  position: relative;

  width: 100%;
  height: 405px;
  max-height: 406px;
  border-radius: 10px;
}

.fx1_depoimentos .grid_x_item img,
.fx1_depoimentos .grid_y_item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.fx1_depoimentos .grid_x_item::before,
.fx1_depoimentos .grid_y_item::before{
  content: '';
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 43px;
  height: 30px;

  background-image: url('../imagens/icon-play.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* RESPONSIVO DEPOIMENTOS */

  @media(max-width: 1199px){

  }
  @media (max-width: 991px) {
    .fx1_depoimentos .depoimentos_grid_x{
      grid-template-columns: repeat(2, 1fr);
    }
    .fx1_depoimentos .depoimentos_grid_y{
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media (max-width: 860px) {

  }
  @media(max-width: 767px){
    .fx1_depoimentos .depoimentos_grid_x{
      grid-template-columns: 1fr;
    }
    .fx1_depoimentos .grid_x_item{
      width: 85%;
    }
    .fx1_depoimentos .depoimentos_grid_y{
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 575px) {
    .fx1_depoimentos .depoimentos_grid_y{
      grid-template-columns: 1fr;
    }
    .fx1_depoimentos .grid_y_item{
      width: 85%;
    }
  }

/* /RESPONSIVO DEPOIMENTOS */

/* /DEPOIMENTOS */

/* PROXIMAS TURMAS */

.fx1_proximas_turmas .container{
  padding-top: 52px;
  padding-bottom: 46px;
}

.fx1_proximas_turmas .container .row{
  justify-content: center;
  row-gap: 25px;
}

.fx1_proximas_turmas h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 25px;
  line-height: 34px;
  text-align: center;

  color: #000000;
  margin-bottom: 17px;
}

.card-next-turma{
  position: relative;

  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 30px;

  background-color: var(--color-4);
  border-radius: 10px;

  padding: 32px 20px 24px 20px;
}

.card-next-turma::before{
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;

  width: 95.18518518%;
  height: 93.80952380%;

  border: 2px solid #FFF;
  border-radius: 10px;
}

.card-next-turma p{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;

  color: var(--color-5);
  margin-bottom: 0;
}

.card-next-turma .info-turma{
  display: flex;
  flex-direction: column;
  row-gap: 9px;
}

.card-next-turma .info-turma .item{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 6px;
}

.card-next-turma .info-turma .item .icon{
  width: 21px;
  height: 21px;
}

.card-next-turma .info-turma .item .icon img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-next-turma .info-turma .item span{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;

  color: #000000;
}

.fx2_proximas_turmas.fx2_home{
  background-color: transparent;
}

.fx2_proximas_turmas.fx2_home .container{
  padding-top: 0;
  padding-bottom: 54px;
}

.fx2_proximas_turmas .accordion-turmas .content p{
  border-bottom: 1px solid #000;
}

/* RESPONSIVO PROXIMAS TURMAS */

  @media (max-width: 991px) {
    .card-next-turma,
    .card-next-turma .info-turma{
      align-items: center;
      text-align: center;
    }
  }
  @media (max-width: 575px) {
    .fx1_proximas_turmas .col-lg-3{
      justify-items: center;
    }
    .card-next-turma{
      width: 85%;
    }
    .card-next-turma::before{
      width: 96.185185%;
    }
  }

/* /RESPONSIVO PROXIMAS TURMAS */

/* /PROXIMAS TURMAS */

/* CONTATO */

.fx1_contato .container{
  padding-top: 46px;
  padding-bottom: 43px;
}

.fx1_contato .container .row{
  justify-content: center;
  align-items: flex-start;
  row-gap: 25px;
}

.fx1_contato .content h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 25px;
  line-height: 34px;

  color: #000000;
  margin-bottom: 23px;
}

.fx1_contato .content p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;

  color: #000000;
}

.fx1_contato .form-container{
  margin-top: 27px;
}

.fx1_contato form{
  width: 100%;

  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.fx1_contato form p{
  margin-bottom: 0
}

.fx1_contato form .form-group{
  flex-grow: 1;
  margin-bottom: 0;
}

.fx1_contato form .form-group input,
.fx1_contato form .form-group textarea{
  width: 100%;

  border: 1px solid var(--color-5);
  border-radius: 5px;

  padding: 11px;
}

.fx1_contato form .form-group textarea{
  resize: none;
  height: 75px;
}

.fx1_contato form .form-group input,
.fx1_contato form .form-group input::placeholder,
.fx1_contato form .form-group textarea,
.fx1_contato form .form-group textarea::placeholder{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;

  color: #000000;
}

.fx1_contato form .form-submit div p{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.fx1_contato form .btn-blue{
  border: none;
}

.fx1_contato .img-form{
  width: 100%;
  height: 100%;
}

.fx1_contato .img-form img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.fx2_contato{
  background-color: var(--color-5);
}

.fx2_contato .container{
  padding-top: 45px;
  padding-bottom: 48px;
}

.fx2_contato .contact-info-wrapper{
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.fx2_contato .contact-info-wrapper span{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;

  color: #FFFFFF;
}

.contact-info-wrapper .numero-inner{
  max-width: 170px;

  display: flex;
  flex-direction: column;
  row-gap: 13px;
}

.contact-info-wrapper .numero-inner .whatsapp{
  display: flex;
  align-items: center;
  column-gap: 6px;
}

.contact-info-wrapper .email_horario{
  max-width: 270px;

  display: flex;
  flex-direction: column;
  row-gap: 6px;
}

.contact-info-wrapper .endereco{
  max-width: 270px;
}

/* RESPONSIVO CONTATO */

  @media (max-width: 991px) {
    .fx1_contato .content{
      text-align: center;
    }
    .fx1_contato .img-form{
      display: none;
    }
    .fx2_contato .contact-info-wrapper{
      flex-direction: column;
      text-align: center;
      row-gap: 20px;
    }
  }

/* /RESPONSIVO CONTATO */

/* /CONTATO */

/* 404 */


.pg-404 {
  padding: 80px 20px;
  text-align: center;
  background-color: var(--color-4);
  font-family: var(--fontPadrao);
  color: var(--color-5);
}

.pg-404 h1 {
  font-size: 120px;
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--color-1);
}

.pg-404 h2 {
  font-size: 28px;
  margin-bottom: 30px;
  color: var(--color-5);
}

.pg-404 .editor {
  font-size: 18px;
  line-height: 1.6;
  color: var(--color-5);
}

.pg-404 .editor a {
  color: var(--color-2);
  font-weight: bold;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.pg-404 .editor a:hover {
  color: var(--color-3);
}

/* Responsividade */
@media (max-width: 768px) {
  .pg-404 h1 {
    font-size: 80px;
  }

  .pg-404 h2 {
    font-size: 22px;
  }

  .pg-404 .editor {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .pg-404 {
    padding: 60px 15px;
  }

  .pg-404 h1 {
    font-size: 60px;
  }

  .pg-404 h2 {
    font-size: 20px;
  }

  .pg-404 .editor {
    font-size: 15px;
  }
}

/* /404 */

/* OBRIGADO */

.fx1_obrigado{
  background-color: var(--color-4);
}

.fx1_obrigado .container{
  padding-top: 75px;
  padding-bottom: 75px;
}

.fx1_obrigado .content{
  text-align: center;
}

.fx1_obrigado h2{
  font-family: var(--fontPadrao);
  font-weight: 700;
  font-size: 40px;

  color: var(--color-2);
  margin-bottom: 23px;
}

.fx1_obrigado p{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 23px;

  color: #000000;
}

.fx1_obrigado span{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 19px;
  line-height: 23px;

  color: #000000;
}

.fx1_obrigado a{
  font-family: var(--fontPadrao);
  font-weight: 400;
  font-size: 19px;

  color: var(--color-5);

  transition: color .3s ease-in-out;
}

.fx1_obrigado a:hover{
  color: var(--color-3);
}


/* /OBRIGADO */

/*@media(max-width: 1400px){
   
    }
    @media(max-width: 1199px){
   
    }
    @media (max-width: 991px) {
   
    }
    @media (max-width: 860px) {
   
    }
    @media(max-width: 767px){
   
    }
    @media (max-width: 480px) {
   
    }*/