@media (min-width: 768px) {
  .blog-content .post-content h2 {
    font-size: 24px;
    margin-top: 3.6rem;
    margin-bottom: 1.6rem;
  }
  .blog-content .post-content .wp-block-list {
    margin-left: 15px;
  }
  .blog-content .post-content .wp-block-list li {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
  }
  .blog-content .post-content a,
  .blog-content .post-content a:active{
    color: #0190d2;
    text-decoration: inherit;
    font-weight: bold;
  }
  .blog-content .post-content a:hover{
    text-decoration: underline;
  }

}

@media (max-width: 767px){
.blog-content .post-content h2 {
    font-size: 20px;
    margin-top: 2.6rem;
    margin-bottom: 1.6rem;
  }
  
}



.page-id-1414 .gallery-block .section-title,
.page-id-1657 .gallery-block .section-title,
.page-id-1672 .gallery-block .section-title{
  margin-bottom: 0;
  }

.page-id-1414 .gallery-block .gallery-block__header,
.page-id-1657 .gallery-block .gallery-block__header,
.page-id-1672 .gallery-block .gallery-block__header{
  text-align: center;
  }

.page-id-1414 .gallery-block .gallery-block__text,
.page-id-1657 .gallery-block .gallery-block__text,
.page-id-1672 .gallery-block .gallery-block__text{
  text-align: center;
  margin-bottom: 3.3rem;
  }


/* ------------ Embed Vídeo -------------*/

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
.embed-container iframe,
.embed-container object,
.embed-container video,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.boxVideo {
    position: relative;
    padding-bottom: 53.25%; 
    padding-top: 25px;
    height: 0;
    margin:0 auto;
    margin-bottom: 30px;
}
.boxVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}





/* ------------ Formulario -------------*/


.form-ll {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07)!important;
    border-top: 1px solid rgba(0, 0, 0, 0.07)!important;
    border-left: 1px solid rgba(0, 0, 0, 0.07)!important;
    border-right: 1px solid rgba(0, 0, 0, 0.07)!important;
    /*padding: 10px 25px 10px 0!important;*/
    padding: .75rem 1rem !important;
    line-height: 1.6!important;
    font-size: inherit!important;
    height: auto!important;
    width: 100%!important;
    background: none!important;
    color: inherit!important;
    margin-bottom: 2%!important;
    box-shadow: none!important;
    
}

.iti__country-list .content ul li::before{
	background-image: none!important;
       color: red!important;
}



/* ------------ CTAS -------------*/

.wen-cta-content .addtoany_share_save_container,
.wen-cta-title{
	display: none;
}



.wen-cta-wrap a {
  text-decoration: none !important;
}


/*@media (max-width: 480px) {
  .wen-cta-wrap .ilustra img {
    display: block;
    max-width: 100%;
    height: auto;
  }
}
*/

.cta991{
   width: 100%;
   background-color: #f3f4f6;
   border-radius: 10px;
   padding: 25px 30px;
   
}

.cta991 .ilustra img{
 margin: 0px;
}

.cta991 .description {
 padding-left: 40px;
 width: 40%;
}
.cta991 .botao {
 padding-left: 40px;
 text-align: center;
}
.cta991 .btn {
 color: #ffffff!important;
}


.cta991 .description h3 {
  font-family: 'NexaHeavy', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin-top: 10px;
  color: #292929;
  margin-bottom: 10px;
  display: inline-block;

}

.cta991 .description p {
  font-family: 'NexaRegular', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #454545;
  margin-bottom: 0;
}


@media (min-width: 768px) {
  .cta991 {
    display: table;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .cta991 .ilustra,
  .cta991 .description,
  .cta991 .botao {
    display: table-cell;
    vertical-align: middle;
  }
  .cta991 .ilustra{
     width: 160px;
  } 
}


@media (min-width: 768px) and (max-width: 992px) {

  .cta991 .description h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }

  .cta991 .description p {
    font-size: 16px;
    line-height: 24px;
  }

  .cta991 .description .btn {
      font-size: 14px;
  }

}

@media (max-width: 767px) {

  .cta991{
    padding: 30px 30px 40px 30px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .cta991 .ilustra {
      margin-top: 0px;
      margin-bottom: 0;
      padding: 30px;
  }
  
  .cta991 .description {
      width: 100%;
      padding: 0px 10px 30px 10px;
      text-align: center;
  }

  .cta991 .botao {
      padding: 0px;
  }

  .cta991 .description .btn {
      font-size: 14px;
  }

}


.cta1002 {
   width: 100%;
   background-color: #f3f4f6;
   border-radius: 10px;
   padding: 25px 30px;
}

.cta1002 .ilustra img{
 margin: 0px;
}

.cta1002 .description {
 padding-left: 40px;
 width: 40%;
}
.cta1002 .botao {
 padding-left: 40px;
 text-align: center;
}

.cta1002 .btn {
 color: #ffffff!important;
}

.cta1002 .description h3 {
  font-family: 'NexaHeavy', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin-top: 10px;
  color: #292929;
  margin-bottom: 10px;
  display: inline-block;

}

.cta1002 .description p {
  font-family: 'NexaRegular', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #454545;
  margin-bottom: 0;
}


@media (min-width: 768px) {
  .cta1002 {
    display: table;
    margin-top: 35px;
    margin-bottom: 15px;
  }
  .cta1002 .ilustra,
  .cta1002 .description,
  .cta1002 .botao {
    display: table-cell;
    vertical-align: middle;
  }
  .cta1002 .ilustra {
     width: 160px;
  } 
}


@media (min-width: 768px) and (max-width: 992px) {


  .cta1002 .description h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }

  .cta1002 .description p {
    font-size: 16px;
    line-height: 24px;
  }

  .cta1002 .description .btn {
      font-size: 14px;
  }

}

@media (max-width: 767px) {

  .cta1002{
    padding: 30px 30px 40px 30px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .cta1002 .ilustra {
      margin-top: 0px;
      margin-bottom: 0;
      padding: 30px;
  }
  
  .cta1002 .description {
      width: 100%;
      padding: 0px 10px 30px 10px;
      text-align: center;
  }

  .cta1002 .description h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }

  .cta1002 .botao {
      padding: 0px;
  }

  .cta1002 .description .btn {
      font-size: 14px;
  }


}



.cta1347 {
   width: 100%;
   background-color: #f3f4f6;
   border-radius: 10px;
   padding: 25px 30px;
}

.cta1347 .ilustra img{
 margin: 0px;
}

.cta1347 .description {
 padding-left: 40px;
 width: 54%;
}
.cta1347 .botao {
 padding-left: 40px;
 text-align: center;
}

.cta1347 .btn {
 color: #ffffff!important;
}

.cta1347 .description h3 {
  font-family: 'NexaHeavy', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin-top: 10px;
  color: #292929;
  margin-bottom: 10px;
  display: inline-block;

}

.cta1347 .description p {
  font-family: 'NexaRegular', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #454545;
  margin-bottom: 0;
}


@media (min-width: 768px) {
  .cta1347 {
    display: table;
    margin-top: 35px;
    margin-bottom: 15px;
  }
  .cta1347 .ilustra,
  .cta1347 .description,
  .cta1347 .botao {
    display: table-cell;
    vertical-align: middle;
  }
  .cta1347 .ilustra {
     width: 160px;
  } 
}


@media (min-width: 768px) and (max-width: 992px) {


  .cta1347 .description h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }

  .cta1347 .description p {
    font-size: 16px;
    line-height: 24px;
  }

  .cta1347 .description .btn {
      font-size: 14px;
  }

}

@media (max-width: 767px) {

  .cta1347{
    padding: 30px 30px 40px 30px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .cta1347 .ilustra {
      margin-top: 0px;
      margin-bottom: 0;
      padding: 30px;
  }
  
  .cta1347 .description {
      width: 100%;
      padding: 0px 10px 30px 10px;
      text-align: center;
  }

  .cta1347 .description h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }

  .cta1347 .botao {
      padding: 0px;
  }

  .cta1347 .description .btn {
      font-size: 14px;
  }


}

.cta1746 {
   width: 100%;
   background-color: #f3f4f6;
   border-radius: 10px;
   padding: 25px 30px;
}

.cta1746 .ilustra img{
 margin: 0px;
}

.cta1746 .description {
 padding-left: 40px;
 width: 45%;
}
.cta1746 .botao {
 padding-left: 40px;
 text-align: center;
}

.cta1746 .btn {
 color: #ffffff!important;
}

.cta1746 .description h3 {
  font-family: 'NexaHeavy', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin-top: 10px;
  color: #292929;
  margin-bottom: 10px;
  display: inline-block;

}

.cta1746 .description p {
  font-family: 'NexaRegular', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #454545;
  margin-bottom: 0;
}


@media (min-width: 768px) {
  .cta1746 {
    display: table;
    margin-top: 35px;
    margin-bottom: 15px;
  }
  .cta1746 .ilustra,
  .cta1746 .description,
  .cta1746 .botao {
    display: table-cell;
    vertical-align: middle;
  }
  .cta1746 .ilustra {
     width: 160px;
  } 
}


@media (min-width: 768px) and (max-width: 992px) {


  .cta1746 .description h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }

  .cta1746 .description p {
    font-size: 16px;
    line-height: 24px;
  }

  .cta1746 .description .btn {
      font-size: 14px;
  }

}

@media (max-width: 767px) {

  .cta1746{
    padding: 30px 30px 40px 30px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .cta1746 .ilustra {
      margin-top: 0px;
      margin-bottom: 0;
      padding: 30px;
  }
  
  .cta1746 .description {
      width: 100%;
      padding: 0px 10px 30px 10px;
      text-align: center;
  }

  .cta1746 .description h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }

  .cta1746 .botao {
      padding: 0px;
  }

  .cta1746 .description .btn {
      font-size: 14px;
  }


}


.cta1749 {
   width: 100%;
   background-color: #f3f4f6;
   border-radius: 10px;
   padding: 25px 30px  25px 25px;
}

.cta1749 .ilustra img{
 margin: 0px;
}

.cta1749 .description {
 padding-left: 30px;
 width: 40%;
}
.cta1749 .botao {
 padding-left: 40px;
 text-align: center;
}

.cta1749 .btn {
 color: #ffffff!important;
}

.cta1749 .description h3 {
  font-family: 'NexaHeavy', sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 28px;
  margin-top: 10px;
  color: #292929;
  margin-bottom: 10px;
  display: inline-block;

}

.cta1749 .description p {
  font-family: 'NexaRegular', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #454545;
  margin-bottom: 0;
}


@media (min-width: 768px) {
  .cta1749 {
    display: table;
    margin-top: 35px;
    margin-bottom: 15px;
  }
  .cta1749 .ilustra,
  .cta1749 .description,
  .cta1749 .botao {
    display: table-cell;
    vertical-align: middle;
  }
  .cta1749 .ilustra {
     width: 175px;
  } 
}


@media (min-width: 768px) and (max-width: 992px) {


  .cta1749 .description h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }

  .cta1749 .description p {
    font-size: 16px;
    line-height: 24px;
  }

  .cta1749 .description .btn {
      font-size: 14px;
  }

}

@media (max-width: 767px) {

  .cta1749{
    padding: 30px 30px 40px 30px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .cta1749 .ilustra {
      margin-top: 0px;
      margin-bottom: 0;
      padding: 30px;
  }
  
  .cta1749 .description {
      width: 100%;
      padding: 0px 10px 30px 10px;
      text-align: center;
  }

  .cta1749 .description h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }

  .cta1749 .botao {
      padding: 0px;
  }

  .cta1749 .description .btn {
      font-size: 14px;
  }


}

