*{
 font-family: 'Inter', sans-serif;
}
figcaption{
    color: #fff;
    text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #28a745;
    background: #28a745;
    color: #fff;
	padding: 20px;
	border-radius: 10px;
	font-family: 'Space Grotesk', sans-serif;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #e91751;
	background: #e91751;
    color: #fff;
	padding: 20px;
	border-radius: 10px;
}
.light-page{
  background: #D9D9D9;
}
#wrap {
  overflow-x: hidden;
  overflow-y: hidden;
}
body::-webkit-scrollbar {
  width: 4px;
  height: 8px;
  -webkit-border-radius: 16px;
}
body::-webkit-scrollbar-track-piece {
  background-color: #ffffff;
  -webkit-border-radius: 3px;
}
body::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: #EA7DFF;
  -webkit-border-radius: 3px;
}

body::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: #EA7DFF;
  -webkit-border-radius: 3px;
}
.carousel-secao, .carousel-secao2{
  display: contents;
  position: relative;
}
.separate-list li:last-child {
  border-bottom-width: 0;
  padding-bottom: 4px;
}
.navbar-toggler .icon-bar {
  background: #fff;
}
#nav-menu .img-logo{
  width: 80px;
}
.menu-topo {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 8;
  transition: all 2s linear;
}
#nav-menu{
  background: #FE5735;
}

#nav-menu ul li {
  margin-right: 12px;
  margin-left: 12px;
}
#nav-menu .nav-link {
  color: #fff;
  font-size: 15px;
}
#nav-menu .nav-link:hover{
  font-weight: 700;
}
.navbar-nav li a{
  position: relative;
}
.navbar-nav li a:after{
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: .4s width;
  transition: .4s width;
}
.navbar-nav li:hover a:after{
  width: 100%;
}
.menu-contato{
  padding: 10px;
}
.menu-contato a {
  background: #EA7DFF;
  color: #fff !important;
  border-radius: 50px;
  padding: 4px 30px 3px 30px !important;
}
.menu-contato a:after{
  display: none;
}
.media {
  border-top-width: 0px;
  border-top-style: solid;
  padding-top: 0px;
  margin-top: 0;
}
#menu-fixed .bg-wrap{
  background: #fff;
}

.btn-ctal{
  border-radius: 30px;
  padding: 11px 19px;
  font-size: 15px;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #F2FDFF;
  border: 0;
  text-align: center;
  white-space: normal;
  text-transform: uppercase;
}
.btn-ctal .icon{
  width: 17px;
}
.btn-ctal:hover{
  opacity: 0.8;
}

/*===========================
    secao 1
=============================*/
#header .bg{
  background: #6EC043;
  height: 180px;
  width: 100%;
  top: auto;
  bottom: 0px;
}
#header iframe{
	width: 100%;
	height: 350px;
}
#header h1{
  font-weight: 800;
  font-size: 28px;
  color: #013B7F;
  margin-bottom: 10px;
}
#header h2{
  font-size: 23px;
  color: #013B7F;
  margin-bottom: 10px;
}
#header p{
  font-size: 15px;
  color: #013B7F;
  margin-bottom: 0px;
}
#header .foto{
  width: 100%;
  display: block;
  margin: 0 auto;
}
#header .content-box{
  background: #013B7F;
  padding: 28px 15px;
  border-radius: 49px;
  min-height: 261px;
}
#header .content-box .foto{
  width: 64px;
}
#header .content-box h4{
  color: #fff;
  font-size: 17px;
  margin-bottom: 10px;
  border-radius: 70px;
}
#header .content-box p{
  color: #fff;
  font-size: 15px;
  margin-bottom: 0px;
}
#header .btn-ctal{
  background: #FE5735;
  font-size: 15px;
  letter-spacing: normal;
  font-weight: 700;
  text-transform: none;
}
#header .btn-ctal .icon{
  width: 27px;
}

/*===========================
    Noticias
=============================*/

#noticia .bg{
  background:#013B7F;
}
 
#noticia .fonte-redirect{
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('https://olhi.com.br/wp-content/uploads/2023/11/imagem_2023-11-30_093145056.png');
}

.carousel-noticia{
	height:15vh;
}

.noticia .content-box{
  border-radius: 16px;
  background-color: #fff;
  display: flex;
  padding: 15px;
  justify-content: space-between;
  gap: 10px;
}

.noticia .content-box .image-box{
  display: flex;
  min-width: 25%;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}

.noticia .content-box .image-box img{
  object-fit: contain;
  width: 100%;
  min-height: 50%;
  max-height: 60%;
}

.noticia .content-box .text-box{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  min-width: 70%;
}

.noticia .content-box p{
  font-family: 'Inter', sans-serif !important;
  margin-bottom:0.5rem;
}

.noticia .content-box a{
  font-family: 'Inter', sans-serif !important;
  font-weight: 600;
  margin:0;
}

.carousel-noticia .owl-stage-outer div{
  height:100%;
}

@media (max-height: 970px) {
  .carousel-noticia{
    height:20vh;
  }	
}

@media (max-height: 800px) {
  .carousel-noticia{
    height:27vh;
  }	
}

/*===========================
    secao 2
=============================*/
#secao-2 .content-box{
  background: #FE5735;
  padding: 40px;
  border-radius: 60px;
}
#secao-2 h3,
#secao-4 h3{
  font-size: 40px;
  color: #FFFFFF;
  margin-bottom: 3px;
}
#secao-2 .btn-ctal,
#secao-4 .btn-ctal{
  background: #013B7F;
}
/*===========================
    secao 3 
=============================*/
#secao-3 .bg-wrap{
  background: #013B7F;
}

#secao-3 h2, 
#secao-5 h2,
#secao-6 h3{
  font-size: 40px;
  color: #FFFFFF;
  margin-bottom: 18px;
}
#secao-2 p,
#secao-3 p,
#secao-4 p,
#secao-5 p,
#secao-6 p{
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 0px;
}
#secao-3 .foto,
#secao-5 .foto,
#secao-6 .foto{
  width: 617px;
  margin: 0 auto;
  display: block;
}
#secao-3 .btn-ctal,
#secao-5 .btn-ctal{
  background: #FE5735;
}
/*===========================
    secao 4
=============================*/
#secao-4 .content-box{
  background: #6EC043;
  padding: 40px;
  border-radius: 60px;
}
/*===========================
    secao 5
=============================*/
#secao-5 h2, 
#secao-5 p {
  color: #013B7F;
}
/*===========================
    secao 6
=============================*/
#secao-6 .bg-wrap{
  background: #FE5735;
}
#secao-6 .btn-ctal{
  background: #013B7F;
}
/*===========================
    secao 7
=============================*/
#secao-7 .bg-wrap{
  background: #013B7F;
}
#secao-7 .bg {
  background: #B073FF;
  height: 211px;
  width: 100%;
  top: auto;
  bottom: 0px;
}
#secao-7 h2{
  font-size: 34px;
  color: #FFFFFF;
}
#secao-7 p{
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
}
#secao-7 .icone{
  width: 102px;
}
#secao-7 a{
  color: #FFFFFF;
  font-size: 20px;
  letter-spacing: 0.2em;
}
#secao-7 .content-box{
  background: #D9D9D9;
  padding: 28px;
  border-radius: 49px;
  min-height: 261px;
}
#secao-7 .content-box .foto{
  width: 64px;
}
#secao-7 .content-box h4{
  color: #013B7F;
  font-size: 17px;
  margin-bottom: 10px;
  border-radius: 70px;
}
#secao-7 .content-box p{
  color: #013B7F;
  font-size: 15px;
  margin-bottom: 0px;
}

/*===========================
    secao 8
=============================*/
#secao-8 .bg-wrap{
  background: #D9D9D9;
}
#secao-8 .foto{
  width: 100%;
  margin: 0 auto;
  display: block;
  border-radius: 46px;
}
#secao-8 p{
  font-size: 24px;
  color: #013B7F;
  margin-bottom: 0px;
}

/*===========================
    secao 8
=============================*/
#secao-9 .content-box{
  background: #013B7F;
  padding: 47px;
  border-radius: 70px;
}
#secao-9 label{
  color: #fff;
  font-size: 20px;
}
#secao-9 .form-control{
  border: 0;
  background: #FFFFFF;
  border-radius: 11px;
  padding: 10px;
  font-size: 15px;
  margin-bottom: 6px;
}
#secao-9 textarea{
  height: 45px;
}
#secao-9 .foto{
  width: 263px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
#secao-9 h3{
  color: #013B7F;
  font-size: 30px;
}
#secao-9 .icone-rs{
  width: 34px;
}
#secao-9 .btn-ctal {
  border-radius: 13px;
  padding: 15px 19px;
  font-size: 18px;
  display: block;
  width: 100%;
  background: #b073ff;
}

::-webkit-input-placeholder { /* Edge */
  font-size: 18px !important;
  color: #D9D9D9 !important;
  text-align: center !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 18px !important;
  color: #D9D9D9 !important;
  text-align: center !important;
}
::placeholder, select{
  font-size: 18px !important;
  color: #D9D9D9 !important;
  text-align: center !important;
}
a.video-box::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    background: url(../images/play3.svg);
    background-repeat: no-repeat;
    background-size: cover;
    top: 50%;
    width: 204px;
    height: 204px;
    border-radius: 0%;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: transparent;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
a.video-box:hover::after{
  opacity: 1;
}
a.video-box::before {
  display: none;
}
.mfp-iframe-holder .mfp-content {
  width: 50%;
}
.map iframe{
  width: 100%;
  height: 500px;
  border:0 !important;
}
.seta{
  width: 32px;
  height: 32px;
  background: url('../images/setanav.svg');
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -20px;
}
.seta2{
  width: 24px;
  height: 24px;
  background: url('../images/setanav2.svg');
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: -20px;
}

.setanav{
  width: 24px;
  height: 24px;
  background: url('../images/seta.svg');
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -29px;
  
}
.setanav2{
  width: 24px;
  height: 24px;
  background: url('../images/seta2.svg');
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: -29px;
}

.owl-nav .owl-prev {
  left: -44px;
  top: 55%;
}
.owl-nav .owl-next {
  right: -44px;
  top: 55%;
}
.carousel-nav-aside-center .owl-nav .owl-prev, 
.carousel-nav-aside-center .owl-nav .owl-next{
  background: transparent;
}
.owl-theme .owl-nav [class *=owl-]::after,
.owl-theme .owl-nav .owl-prev::before,
.owl-theme .owl-nav .owl-next::before {
   display:none;
}
.owl-theme .owl-dot span {
    width: 13px !important;
    height: 13px !important;
    margin: 5px 7px !important;
    background: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    border-radius: 20px;
    cursor: pointer;
}
.owl-dot.active>span{
  background: #01CDBA!important;
  border-color: #01CDBA !important;
}
.carousel-dots-center-bottom .owl-dots{
  bottom: -42px;
}
.wpcf7-spinner {
    position: absolute;
}

/*===========================
    aprender
=============================*/
#page-header h1{
  font-size: 57px;
  color: #013B7F;
  margin-bottom: 3px;
}
#aprender-2{
  background: #013B7F;
}
#aprender-2 h2{
	font-size: 40px;
    color: #FFFFFF;
    margin-bottom: 18px;
}
#aprender-2 p{
	font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: #FFFFFF;
}
#aprender-2 .foto,
#impacto-2 .foto,
#impacto-3 .foto,
#impacto-4 .foto,
#impacto-5 .foto,
#investir-2 .foto{
    width: 100%;
    display: block;
    margin: 0 auto;
}
#aprender-3{
  background: #FE5735;
}
#aprender-3 h3{
  font-size: 40px;
  color: #FFFFFF;
  margin-bottom: 18px;
}
#aprender-3 p{
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #FFFFFF;
}
#aprender-3 h4{
	color: #013B7F;
	font-size: 44px;
	font-weight: 700;
}
#aprender-3 h5{
	color: #013B7F;
	font-size: 17px;
	font-weight: 700;
}
#aprender-3 .content-box p{
	font-size: 15px;
	 margin-bottom: 0px;
}
#aprender-3 a {
	font-weight: bold;
}

@media (min-width: 768px){
.col-md-33 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
}
}
/*===========================
    impacto-2
=============================*/
#impacto-2{
	background-image: url("https://olhi.com.br/wp-content/uploads/2023/06/BG-impactar.jpeg");
	position: relative;
}
#impacto-2 .bg-wrap {
	background: #00000030;
}
#impacto-2 h2{
	font-size: 40px;
    color: #fff;
    margin-bottom: 18px;
}
#impacto-2 h4{
  color: #ff9a9a;
  font-size: 47px;
  font-weight: 700;
}
#impacto-2 p{
	font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
}
#impacto-2 h6{
	font-weight: 500;
    font-size: 13px;
    color: #000;
}
#impacto-3 {
	background: #6EC043;
}
#impacto-3 h1{
	font-weight: 800;
    font-size: 40px;
    color: #013B7F;
    margin-bottom: 10px;
}
#impacto-3 h2,
#impacto-phrase h2{
	font-weight: 400;
    font-size: 30px;
    color: #013B7F;
    margin-bottom: 0px;
}
#impacto-phrase h2 {
	font-weight: 600;
}

#impacto-phrase {
	background:#fff;
}

#impacto-3 p{
	font-weight: 500;
    font-size: 22px;
    color: #fff;
	margin-top: 20px;
}
#impacto-2 .content-box .foto {
    width: 64px;
}
#impacto-3 .content-box{
  background: #fff;
  padding: 28px 15px;
  border-radius: 49px;
  min-height: 285px;
}
#impacto-3 .content-box h4{
  color: #000;
  font-size: 17px;
  margin-bottom: 10px;
  border-radius: 70px;
}
#impacto-3 .content-box p{
  color: #000;
  font-size: 15px;
  margin-bottom: 0px;
}
#impacto-2 .bg {
    background: #6EC043;
    height: 180px;
    width: 100%;
    top: auto;
    bottom: 0px;
}
#impacto-4 .bg-wrap,
#impacto-5 .bg-wrap{
   background: #fff;
}
#impacto-4 h2{
	font-size: 24px;
	font-weight: 700;
}
#impacto-4 h3{
	background: #FE5735;
	border-radius: 97px;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	padding: 7px 20px;
	margin-bottom: 12px;
	margin-top: 20px;
}
#impacto-4 p{
	color: #000;
	font-size: 15px;
}
#impacto-3 .owl-carousel.owl-drag .owl-item {
	display: flex;
	align-items: center;
	height: 122px;
	background: #fff;
	border-radius: 10px;
	overflow: clip;
}

#impacto-banner{
  background-color: #FE5735;
  max-height: 400px;
  overflow:hidden;
}

#impacto-banner .container-txt{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  min-width: 75%;
  max-height: 400px;
  gap: 10px;
}

#impacto-banner .container-txt h3{
  font-size: 2.75rem;
  color: #013B7F;
  font-weight: 700;
  line-height: 48px;
}

#impacto-banner .container-txt p{
  font-size: 22px;
  color: #013B7F;
  font-weight: 500;
  line-height: 28px;
}

#impacto-banner .container-txt a{
  background: #013B7F;
  color: #fff;
  padding: 12px 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

#impacto-banner .container-txt button{
  background: #013B7F;
  color: #fff;
  padding: 12px 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  border:none;
  cursor:pointer;
}

#impacto-modal{
  height:100%;
  width: 100%;
  top:0;
  z-index: 21;
  backdrop-filter: blur(5px);
}

#impacto-modal .container{
  background:#fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width:720px;
  min-height:50vh;
  border-radius: 10px;
  border: 1px solid #abb8c3;
  padding: 30px 15px;
}

#impacto-modal .modal-btn{
  top: 5px;
  right: 5px;
  border: none;
  background: none;
  color: #FE5735;
  font-weight: 600;
  cursor:pointer;
}

#impacto-modal .modal-container-txt{
  width: 100%;
  text-align: center;
}

#impacto-modal .impacto-form{
  margin: 0 auto;
}

#impacto-modal div.wpforms-field{
	margin:0 auto;
	text-align:center;
}

#impacto-modal div.wpforms-field input{
	margin:auto;
	min-width:100%;
}

#impacto-modal .wpforms-submit-container{
	text-align:center;
}

@media (min-width: 768px) and (max-width: 999px){
	#impacto-2 .foto {
		width: 80%;
	}
	#impacto-3 .foto {
		width: 60%;
	}
}

/*===========================
    Investir
=============================*/
.investir .bg{
	background: #013B7F;
	border-bottom: 1px solid #eee;
}
.investir h2 {
    font-size: 40px;
    color: #b073ff;
    margin-bottom: 18px;
}
.investir .content-box{
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
}
.investir .content-box p{
	font-size: 15px;
	margin-bottom: 8px;
}
.investir .content-box h3{
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 0px;
}
.investir .owl-carousel .owl-item {
    margin-top: 17px;
	margin-bottom: 17px;
}
#investir-5 .bg{
	border-top: 1px solid #eee;
}
#investir-6 .bg{
  background: #fff;
}
#investir-6 .foto2{
    border: 4px solid rgb(254, 87, 53);
    border-radius: 30px;
    width: 143px;
	height: 143px;
	object-fit: cover;
}
#investir-6 h3 {
    font-size: 18px;
    font-weight: 700;
}
#investir-6 h2{
    font-weight: 800;
    font-size: 40px;
    color: #000;
    margin-bottom: 10px;
}
#investir-6 h4{
    font-weight: 500;
    font-size: 16px;
    color: #000;
}
#investir-2{
	background: #fff;
}
#investir-2 h2{
	font-size: 40px;
    color: #000;
    margin-bottom: 18px;
}
#investir-2 p{
	font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: #000;
}
#investir-2 .container-fluid img.foto {
	max-height: 550px;
	width: 100%;
}
#investir-2 .container-fluid p {
	color: #013B7F;
}
.media-outlet-name {
	font-size: 0.9rem;
	font-weight: 600;
}
.external-icon {
	vertical-align: text-bottom;
	padding-left: 3px;
}
.external-icon img {
	width: 12px;
	height: 12px;
}
.profile-container {
	position: relative;
}
.profile-container .linkedin-logo {
	position: absolute;
    top: 125px;
    background: #fff;
    right: calc(50% - 60px);
    padding: 5px;
    border-radius: 7px;
}
@media (min-width: 1230px) {
  #investir-2 .container-fluid img.foto {
      width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #investir-6 .row {
	  align-items: baseline !important;	
  }
  .profile-container .linkedin-logo {
      right: 20px;
  }
}
@media (min-width: 500px) and (max-width: 770px) {
  #investir-2 .container-fluid img.foto {
      width: auto;
  }
}
/*===========================
    modal
=============================*/
.modal_orcamento .bg-wrap {
  border-radius: 8px;
  background: #fff;
}
.modal_orcamento .modal-content{
  width: 90%;
  margin: 0 auto;
  padding: 26px;
  border-radius: 8px;
}
.modal_orcamento .content-box{
  position: relative;
}
.modal_orcamento .content-box h6 {
  top: -36px
}
.modal_orcamento  textarea {
    height: 130px;
}
.modal_orcamento  h3, .modal_orcamento  h4{
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #03233A;
  margin-bottom: 20px;
}
.icon-seta {
  width: 16px;
  height: 9px;
  background-image: url(../images/icon-seta.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 68% !important;
}
.modal_orcamento .btn-ctal{
  background: #FBFF64;
  font-size: 18px;
  font-weight: 700;
  color: #0B2782;
  border: 0;
  display: block;
  text-align: center;
  white-space: normal;
  width: 100%;
  padding: 15px;
  margin-top: 30px;
  border-radius: 8px;
}
.btn-arquivo::-webkit-file-upload-button {
  visibility: hidden;
  -webkit-appearance: none!important
}
.wpcf7 input[type="file"] {
    cursor: pointer;
    margin-left: 14px;
}
.btn-arquivo::before {
  content: 'Anexar arquivo';
  margin-left: -4%;
  margin-top: -2%;
  color: #FFF;
  position: absolute;
  display: inline-block;
  background: #0B2782;
  padding: 12px;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 15px;
}
.btn-arquivo:hover::before {
  background: #4bd0e5;
  -webkit-appearance: none!important
}
.social img{
  border-radius: 4px;
}
.social{
   left: calc(50% + 0px);
    transform: translateX(-50%);
    position: fixed;
    bottom: 0;
    z-index: 8;
    font-weight: 700;
    text-align: center;
     background: #FF6B00;
    padding: 10px 10px 10px 10px;
    width: 100%;
    margin: 0 auto;
    color: #fff;

}
.social ul.list-inline {
  margin-bottom: 0;
}
.social .separate-list li {
  border-bottom-width: 0px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.social .separate-list li:last-child {
    border-right: 0;
}
.social p{
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #878787;
}
.separate-list li {
  border-color: rgba(0, 0, 0, 0.2);
}
.social ul.list-inline > li + li, .social ul.list-justify > li + li {
    margin-left: 0;
}
.social img{
  
}
.padding-x2-list li {
  padding: 9px 0 12px 0;
}
.separate-list li:last-child {
  border-bottom-width: 0;
  padding-bottom: 4px;
}
.social{
    display: none;
  }

.download-store-column figure {
	display: flex !important;
	flex-direction: column-reverse;
	align-items: center;
}
@media (max-width: 1201px) {

}

@media (max-width: 1100px) {
  .menu-topo {
    position: initial;
  }
  .wpcf7-list-item {
    display: block;
    margin: 0 0 0 1em;
}
  .mfp-iframe-holder .mfp-content {
    width: 80%;
  }
  .setanav{
    margin-bottom: 0;
    margin-left: 0px;
  }
  .setanav2{
    margin-right: 0px;
  }
  .hidden-r, br{display: none;}
  .linha-secao {
    align-items: center;
    margin: 0 auto;
    display: block;
  }
  .modal_orcamento .modal-content{
  width: 90%;
  }
  .seta{
    margin-left: 0;
  }
  .seta2{
    margin-right: 0;
  }
  .social {
    display: block;
  }
  .center-logo {
    text-align: center !important;
  }
  #nav-menu .nav-link {
    text-align: center;
  }
  #secao-2 h3, #secao-4 h3 {
    font-size: 32px;
  }
  #secao-2 p, #secao-3 p, #secao-4 p, #secao-5 p, #secao-6 p {
    font-size: 16px;
  }
  #secao-3 .foto, #secao-5 .foto, #secao-6 .foto {
    width: 100%;
  }
  #secao-3 h2, #secao-5 h2, #secao-6 h3 {
    font-size: 33px;
  }
  #secao-7 h2 {
    font-size: 26px;
  }
  #secao-7 p {
    font-size: 15px;
  }
  #secao-8 .bg{
    background: #D9D9D9;
  }
  #secao-8 .foto {
    margin-bottom: 20px;
  }
  #secao-9 .foto {
    width: 52%;
    margin-top: 20px;
  }
  #footer .foto {
    margin-top: 20px;
  }
  #secao-2 .content-box {
		background: #fe5735a6;
  }
  #secao-4 .content-box {
	  background: #6ec043b5;
	}
	#header iframe {
    width: 100%;
    height: 200px;
}


}

@media (max-width: 1000px) {
 .linha-secao{
    align-items: center;
    margin: 0 auto;
    display: block;
    width: 100%;
  }

}
@media (max-width: 500px) {
 
}
@media (max-width: 330px) {

}
/*===========================
    ShortCode Ensinar-Aprender
=============================*/
#shortcode-ensinar-aprender {
	color: #fff;
    width: 80%;
    margin: 0 auto;
    border-radius: 40px;
    padding: 50px;
}

#shortcode-ensinar-aprender p,
#shortcode-ensinar-aprender h2 {
	color: #fff;
}

#shortcode-ensinar-aprender .body-ensinar p,
#shortcode-ensinar-aprender .body-aprender p{
    font-size: 20px;
    font-weight: 500;
}

#shortcode-ensinar-aprender .bt-orange {
	border-radius: 30px;
    padding: 11px 19px;
    font-size: 15px;
    letter-spacing: 0.2em;
    font-weight: 700;
    color: #F2FDFF;
    border: 0;
    text-align: center;
    white-space: normal;
    text-transform: uppercase;
    background: #FE5735;
    margin-top: 30px;
    display: inline-block;
}

#shortcode-ensinar-aprender h2 {
    font-weight: bold;
    font-size: 70px;
}

#shortcode-ensinar-aprender.bg-ensinar {
	background: #013B7F;
} 

#shortcode-ensinar-aprender.bg-aprender {
	background: #6EC043;
} 

#shortcode-ensinar-aprender .custom-tabs {
	display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #FFF;
}

#shortcode-ensinar-aprender .custom-tabs .custom-tab {
	display: flex;
    padding: 0px 40px;
    opacity: 0.6;
    font-weight: bold;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    margin-bottom: 20px;;
}

#shortcode-ensinar-aprender .custom-tabs .custom-tab.bt-active {
	opacity: 1;
}

#shortcode-ensinar-aprender .custom-tabs .custom-tab.bt-aprender .custom-img-bt,
#shortcode-ensinar-aprender .custom-tabs .custom-tab.bt-ensinar .custom-img-bt {
    display: block;
	width: 24px;
    height: 24px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;	
}

#shortcode-ensinar-aprender .custom-tabs .custom-tab.bt-ensinar .custom-img-bt {
	background-image: url('https://olhi.com.br/wp-content/uploads/2023/09/icon-ensinar.png');
}

#shortcode-ensinar-aprender .custom-tabs .custom-tab.bt-aprender .custom-img-bt {
	background-image: url('https://olhi.com.br/wp-content/uploads/2023/10/learn-icon.png');
}

#shortcode-ensinar-aprender .custom-tabs .custom-tab.bt-ensinar {
	
}

#shortcode-ensinar-aprender .custom-tabs .custom-tab.bt-ensinar .custom-img-bt {
	
}

#shortcode-ensinar-aprender .custom-tabs .custom-tab.bt-aprender {
	
}

#shortcode-ensinar-aprender .custom-tabs .custom-tab.bt-aprender .custom-img-bt {
	
}

#shortcode-ensinar-aprender .body-ensinar,
#shortcode-ensinar-aprender .body-aprender {
	display: none;	
	margin-top: 20px;
}

#shortcode-ensinar-aprender .body-aprender.body-active,
#shortcode-ensinar-aprender .body-ensinar.body-active{
	display: block;
}

@media (max-width: 990px) {
	#shortcode-ensinar-aprender h2 {
		font-weight: bold;
		font-size: 50px;
	}
}

@media (max-width: 800px) {
	#shortcode-ensinar-aprender h2 {
		font-weight: bold;
		font-size: 30px;
	}

@media (max-width: 500px) {
	#shortcode-ensinar-aprender h2 {
		font-weight: bold;
		font-size: 20px;
	}

	#shortcode-ensinar-aprender .body-ensinar p,
	#shortcode-ensinar-aprender .body-aprender p{
		font-size: 15px;
		font-weight: 500;
	}

	#shortcode-ensinar-aprender .bt-orange {
		font-weight: 400;
		font-size: 10px;
	}
	

	
	#shortcode-ensinar-aprender .custom-tabs {
		flex-direction: column;
	}
}