/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

body{
    font-family: 'Roboto', sans-serif;
}

#content{
    overflow: visible !important;
}

p{
    font-size: 16px;
    font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: normal;
      color: #ffffff;
}

.top-links li a, #top-social li a{
    color: #FFF !important;
}

#footer .logo{
    padding-top:30px !important;
    padding-bottom:45px !important;
}

#logo img{

}

@media only screen and (max-width: 991px){
    #logo img{
        margin: auto;
    }

    body{
        text-align: center;
    }
    body p{
        text-align: justify;
    }

    #footer .logo{
        padding-top:20px !important;
        padding-bottom:45px !important;
    }
}

#primary-menu ul li > a{
    font-weight: 600;
}
@media only screen and (min-width: 992px){
    #primary-menu ul li > a{
        font-size:14px !important;
    }

    .flex-control-nav.flex-control-thumbs {
        left: calc((100% - 580px) / 2);
    }
}

@media only screen and (min-width: 1200px){
    #primary-menu ul li > a{
        font-size:16px !important;
    }
}



.bg-yl {
    background: url('../img/fundo2.jpg?b') !important;
}

.white{
    color:#FFF !important;
}

/*MENU*/
.logo_colegiofeb {
  width: 177px;
  height: 31px;
  object-fit: contain;
}

.btn-menu {
    text-align: center;
}

.btn-roxo{
    color:white;
    background: #000;
}

.btn-menu img {
    height: 42px;
}

.btn-menu a {
    padding: 24px 0px 24px 4px !important;
}

.sticky-header .btn-menu a {
    padding: 8px 0px 8px 4px !important;
}

.form-process{
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}



/*BANNER PRINCIPAL*/
.banner-principal {
    max-width: 1440px !important;
    margin: 0 auto !important;
    position: relative;
    min-height: 40vw;
    margin-bottom:-90px !important;
    z-index: 900;
}

@media(min-width: 1440px){
    .banner-principal{
        background-color: #000;
        min-height: 480px;
    }
    #section-sobre-background{
        padding-top:250px !important;
    }
}

.banner-principal .mobile{
    background-color: #1f194b;
}
.banner-principal .top-destaque{
    position:absolute;
    top:0;
    left:0;
    z-index: 1;
}

.banner-principal h3, .mobile h3{
    font-size: 2.5em;
    font-weight: 300;
    letter-spacing: normal;
    color: #ffffff !important;

    margin-top:60px;
}


@media(min-width: 992px){
    .banner-principal .principal{
        position:absolute;
        top:0;
        left:0;
        z-index: 0;
    }
    .printer{
        margin-top:3vw;
    }
}
@media (min-width: 1260px){
    .banner-principal .container{
        padding-top: 5vw;
    }
}
@media (max-width: 1260px){
    .banner-principal .container{
        padding-top: 3.2vw;
    }
     .banner-principal h3{
        font-size: 2.3em;
        margin-top:60px;
        margin-bottom:5px;
    }
}

@media (max-width: 1150px){
    .banner-principal .container{
        padding-top: 1.5vw;
    }
}

@media (max-width: 1130px){
    .banner-principal h3{
        font-size: 2em;
        margin-top:60px;
        margin-bottom:5px;
    }
    .banner-principal p{
        font-size: 1em;
        margin-bottom: 10px;
    }
    .banner-principal p{
        font-size: 1em;
    }
}

.logo_branco{
    margin: 30px auto
}

.banner-principal .bold{
    color: #FFF;
    font-weight: bold;
}

.mobile h3{
    margin: 50px auto;
}
.mobile img{
    margin-top:20px;
    margin-bottom:-70px;
}
.mobile p{
    margin-bottom: 30px;
}

@media(max-width:479px){
    .g-recaptcha{
        transform: scale(0.74);
        margin-left: -36px;
    }
}

@media(min-width:480px){
    .mobile img{
        margin-top: 50px;
        margin-bottom:-150px;
    }
}

#section-sobre-background{
    background-image: url('../img/group-4@3x.jpg');
    background-repeat: no-repeat;
    background-position: center; /* Center the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    max-width: 1440px;
    padding-top:150px;
    padding-bottom:100px;
    margin: 0 auto;

}
#section-sobre{
    text-align: center;
}
#section-sobre .img{
    min-height: 160px
}
#section-sobre h3{
    font-size: 2.8em;
    font-weight: 300;
    color: #5e005e;
    margin-bottom:100px;
}
#section-sobre .bold{
    font-weight: 900;
    color: #5e005e;
}
#section-sobre h4{
    font-size: 1.5em;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.42;
    letter-spacing: normal;
    text-align: center;
    color: #5e005e;
}
#section-sobre p{
    color:#303030;
}

/*O ESPACO*/
#section-espaco {
    background-image: url('../img/group-5@3x.jpg');
    background-repeat: no-repeat;
    background-position: center; /* Center the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    max-width: 1440px;
    padding:80px 0;
    margin: 0 auto;
}
#section-espaco .container{
    max-width: 700px;
}
#section-espaco h3{
  font-size: 3em;
  font-weight: 900;
  text-align: center;
  color: #ffffff;
}

/*EQUIPS*/
#section-equipamentos h3{
    font-size: 2.6em;
    text-align: center;
    color:#5e005e !important;
    margin: 50px auto 30px;
}
.slide h4{
    color:#5e005e !important;
}
.slide p{
    color: #7c7c7c !important;
}
    

/*FUNCIONAMENTO*/
#section-funcionamento{
    background-color: #50e3c2;
    color: #5e005e;
    text-align: center;
    padding: 60px 0 80px;
}
#section-funcionamento h3{
    color: #5e005e;
    font-size: 2.5em;
}
#section-funcionamento h5{
    font-size: 1.6em;
    font-weight: 900;
    color: #5e005e;
    margin-top: 20px;
}
#section-funcionamento img{
    margin-top:50px;
}
#section-funcionamento p{
    color: #606060 !important;
    margin: 0;
    text-align: center;
}


#section-interesse p{
    color: #606060 !important;
}


.custom-btn {
  min-width: 172px;
  height: 47px;
  border-radius: 39.6px;
  background-color: #5e005e;
  font-size: 14px;
  font-weight:800;
  border:0;
  color: #FFF;
}

.btn-white-blue{
    background-color: #ffffff;
    color: #352c76;
}
.btn-white-purple{
    background-color: #ffffff;
    color: #5e005e;
}


.flex-control-nav li:hover a, .flex-control-nav li a.flex-active {
    background-color: #5e005e;
}

.flex-control-nav li a {
    border: 1px solid #5e005e;
}

/*#5e005e
#1f194a*/

.mundo-maker{
    position: relative;
    min-height: 70vw
}

.youtube{
    width:704px;
    position: absolute;
    top:235px;
    left: 214px;
}

@media(max-width: 1200px){
    .youtube{
        width:582px;
        position: absolute;
        top:194px;
        left: 176px;
    }

    .mundo-maker{
        min-height: 780px;
    }

    .play{
        margin-top:12vw;
    }

}

@media(max-width: 991px){
    .youtube{
        width:448px;
        position: absolute;
        top:148px;
        left: 134px;
    }
     .mundo-maker{
        min-height: 620px;
    }
}

@media(max-width: 767px){
    .youtube{
        width:272px;
        position: absolute;
        top:91px;
        left: 82px;
    }

    .mundo-maker{
        min-height: 400px;
    }
}


@media(max-width: 480px){
    .youtube{
        width:174px;
        position: absolute;
        top:57px;
        left: 52px;
    }

    .mundo-maker{
        min-height: 360px;
    }
}


@media(min-width: 1200px){
    .mundo-maker{
        position: relative;
        min-height: auto;
        height: 890px;
    }

    .play{
        margin-top:150px;
    }

}

#section-mundomaker h3{
    font-weight: 400;
    text-align: center;
}



.image-wrapper {
  position: relative;
  padding-bottom: 56.2%;
}

.image-wrapper img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}


.btn-saiba{
    color:white;
    background: #ffbe65;
}