@import url("https://fonts.googleapis.com/css?family=Poppins:400,700|Lato:300,400,700|Sora:300,400,700&display=swap");

@font-face {
    font-family: AgletSlabRegular;
    src: url("/assets/fonts/AgletSlabRegular.otf");
}

@font-face {
  font-family: AgletSlabLight;
  src: url("/assets/fonts/AgletSlabLight.otf");
}

@font-face {
    font-family: AgletSlabSemiBold;
    src: url("/assets/fonts/AgletSlabSemiBold.otf");
  }

@font-face {
  font-family: AgletSlabBold;
  src: url("/assets/fonts/AgletSlabBold.otf");
}

body {
    font-family: "AgletSlabLight", "Lato", sans-serif;
}

.text-center {
    text-align: center;
}

.alert-warning {
    font-family: "Sora", "Lato", sans-serif;
    font-size: 15px;
}

.esphera-footer-area::before {
    background: #4D49BE;
}

.footer-about .logo img {
    width: 100%;
}

.esphera-footer-area .subtitle {
    font-family: "Sora", "Lato", sans-serif;
    font-size: 16px;
    margin-top: 10px;
}

.esphera-footer-area .social-media-title {
    font-family: "AgletSlabSemiBold", "Lato", sans-serif;
    color: #fff;
    font-size: 14.5px;
}

.esphera-footer-area .social-media-comp {
    margin-top: 15px;
    display: flex;
}

.esphera-footer-area .social-media-comp img {
    margin-right: 15px;
}

.esphera-footer-area .social-media-comp a img {
    width: 34px;
}

.esphera-footer-area .social-media-comp p {
    font-family: "AgletSlabRegular", "Lato", sans-serif;
    color: #fff;
    font-size: 15px;
    align-self: flex-end;
}

.esphera-footer-area .social-media-comp p a
, .esphera-footer-area .social-media-comp p a:hover
, .esphera-footer-area .social-media-comp p a:active {
    color: #fff;
}

.maps {
    padding-top: 40px;
}

.maps h2 {
    font-family: "AgletSlabBold", "Lato", sans-serif;
    text-align: center;
    color: #4D49BE;
    font-size: 45px;
    padding: 20px;
}
@media(max-width: 425px) {
    .maps h2 {
        font-size: 34px;
    }
}

.maps .google {
    margin: 20px 0 70px;
}

.contact-form {
    background: #4D49BE;
    padding: 60px 0;
}

.contact-form h2 {
    font-family: "AgletSlabBold", "Lato", sans-serif;
    text-align: center;
    color: #FFF;
    font-size: 45px;
    padding: 20px 0 0;
}

@media(max-width: 425px) {
    .contact-form h2 {
        font-size: 32px;
    }
}

.contact-form h3 {
    font-family: "AgletSlabRegular", "Lato", sans-serif;
    text-align: center;
    color: #FFF;
    font-size: 45px;
    font-weight: 100;
}
@media(max-width: 425px) {
    .contact-form h3 {
        font-size: 33px;
        font-weight: 100;
    }
}

.contact-form p {
    margin: 30px 0;
    font-family: "Sora", "Lato", sans-serif;
    text-align: center;
    color: #FFF;
    font-size: 16px;
}
@media(max-width: 425px) {
    .contact-form p {
        font-size: 13px;
        font-weight: 100;
    }
}

.contact-form .form-imput{
    margin: 10px auto;
}

.contact-form input {
    width: 100%;
    background: #4D49BE;
    border: solid 3px #eee;
    padding: 15px;
    font-size: 19px;
    text-align: center;
    color: #fff;
}

::-webkit-input-placeholder {
    text-align: center;
    color: #fff;
    opacity: .4;
 }
 
 :-moz-placeholder { /* Firefox 18- */
    text-align: center;  
    color: #fff;
    opacity: .4;
 }
 
 ::-moz-placeholder {  /* Firefox 19+ */
    text-align: center;  
    color: #fff;
    opacity: .4;
 }
 
 :-ms-input-placeholder {  
    text-align: center; 
    color: #fff;
    opacity: .4;
 }

.contact-form input[type=button] {
    background: #1E1A34;
    border: none;
    width: 70%;
}

.contact-form .arrow_left {
    padding-top: 20px;
    float: left;
}

.contact-form .arrow_right {
    padding-top: 20px;
    float: right;
}

.contact-form  .social-media {
    text-align: center;
    margin: 30px 0 50px;
}

.contact-form  .social-media a {
    margin: 0 10px;
}
@media(max-width: 425px) {
    .whatsapp-phone {
        display: inline-block !important;
    }
    .whatsapp-web {
        display: none !important;
    }
    .maps-phone {
        display: inline-block !important;
    }
    .maps-web {
        display: none;
    }
}

.about-esphera {
    padding-top: 40px;
    background: #ACAFA8 url("/assets/images/bg-team.png") no-repeat;
    background-size: 100%;
}
@media(max-width: 1024px) {
    .about-esphera {
        background-size: 170%;
        background-position-x: 90%;
    }
}
@media(max-width: 425px) {
    .about-esphera {
        background: #ACAFA8;
    }
}

.about-esphera img.logo {
    width: 70%;
    margin-bottom: 30px;
}

.about-esphera p {
    font-family: "Sora", "Lato", sans-serif;
    color: #fff;
    font-size: 14px;
    margin: 15px 0;
    line-height: 1.5;
    text-shadow: 1px 1px #000;
}
@media(max-width: 425px) {
    .about-esphera p {
        font-size: 13px;
    }
}

.about-esphera p.small {
    width: 60%;
}
@media(max-width: 425px) {
    .about-esphera p.small {
        width: 100%;
    }
}

@media(max-width: 425px) {
    .about-esphera img.foto {
        display: block !important;
    }
}

.about-esphera a.btn-to-contact {
    font-family: "Sora", "Lato", sans-serif;
    background: #fff;
    color: #4D49BE;
    margin-top: 20px;
    margin-bottom: 80px;
    padding: 15px;
    width: 60%;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3;
}

@media(max-width: 425px) {
    .about-esphera a.btn-to-contact {
        width: 80%;
    }
}

.call_services {
    margin-top: 40px;
}

.call_services .content{
    -webkit-box-shadow: 0px 0px 18px 0px rgba(50, 77, 215, 0.14);
    -moz-box-shadow: 0px 0px 18px 0px rgba(50, 77, 215, 0.14);
    box-shadow: 0px 0px 18px 0px rgba(50, 77, 215, 0.14);
    /*border-radius: 10px 10px 0 0;*/
    padding: 40px;
    text-align: center;
}

.call_services .content p {
    font-family: "Sora", "Lato", sans-serif;
    color: #4D49BE;
    font-size: 14px;
    line-height: 1.3;
}
.call_services a.btn-to-services {
    font-family: "Sora", "Lato", sans-serif;
    background: #4D49BE;
    color: #fff;
    margin-top: 20px;
    padding: 15px 40px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.3;
}

.bg-gray {
    background: #F6F6FF;
}

.about-area h3 {
    font-family: "AgletSlabBold", "Lato", sans-serif;
    color: #4D49BE;
    font-size: 30px;
}

.about-area p {
    font-family: "AgletSlabLight", "Lato", sans-serif;
    color: #1E1A34;
    line-height: 1.3;
}

.about-area .ecopontos {
    margin-top: 15px;
}

.about-area .reverse {
    flex-direction: row-reverse;
}

.about-area embed {
    width: 100%;
}

.about-area .title_ecopontos {
    margin-top: 110px;
}
@media(max-width: 425px) {
    .about-area .title_ecopontos {
        margin-top: 0px;
    }
}

@media(max-width: 425px) {
    .about-area .section-title {
        margin-top: 0px;
        font-size: 27px;
    }
}

.about-area .sucata {
    margin-top: 15px;
}


.about-area .title_sucata {
    margin-top: 130px;
}
@media(max-width: 425px) {
    .about-area .title_sucata {
        margin-top: 0px;
    }
}

.about-area .text-left {
    padding-left: 60px;
}
@media(max-width: 425px) {
    .about-area .text-left {
        padding-left: 0px;
    }
}

.about-area .title_consultoria {
    margin-top: 90px;
}
@media(max-width: 425px) {
    .about-area .title_consultoria {
        margin-top: 0px;
    }
}

.about-area .title_resituos {
    margin-top: 30px;
}
@media(max-width: 425px) {
    .about-area .title_resituos {
        margin-top: 0px;
    }
}

.about-area .title_resituos h3 {
    font-size: 30px !important;
}

section.history {
    background: #1E1A34;
    
}

section.history .team-image {
    position: relative;
}

section.history .social {
    font-family: "AgletSlabBold", "Poppins", sans-serif !important;
    font-size: 40px;
    color: #4D49BE;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50px;
}

section.history .single-testimonial {
    padding: 0;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: inherit;
}

section.history .team-content {
    padding: 30px;
    text-align: center;
}

section.history .team-content p{
    font-family: "Sora", "Lato", sans-serif !important;
}

section.history .slick-dots {
    display: none;
    border: 1px solid #4D49BE;
    border-radius: 20px;
    padding: 0 30px;
}
@media(max-width: 425px) {
    section.history .slick-dots {
        display: block;
    }
}

section.history .testimonial-active .slick-dots li {
    font-size: 7px;
    top: -5px;
    position: relative;
}

section.history .testimonial-active .slick-dots li button {
    color: #fff;
    background: #fff;
    width: 3px;
    height: 3px;
    opacity: 1;
}

section.history .testimonial-active .slick-dots li.slick-active button {
    color: #4D49BE;
    background: #4D49BE;
    width: 8px;
    height: 8px;
}

@media(max-width: 425px) {
    /*.content-test-fin {
        padding-bottom: 57px !important;
    }*/
    section.history .team-content p {
        height: 300px;
    }
}


section.history .purple {

    background: #4D49BE;
    padding: 65px !important;
    border-radius: 0px !important;
    z-index: 998;
    margin-top: 180px;
    margin-bottom: -200px;
    position: relative;
    text-align: center;

}
@media(max-width: 425px) {
    section.history .purple {
        padding: 10px !important;
        margin-bottom: -135px;
    }
}

section.history .purple .col-lg-6 {

    margin: 0 auto;
    flex: auto !important;
    max-width: 100%;

}

section.history  .purple h2 {

    color: #fff !important;
    font-family: "AgletSlabBold", "Poppins", sans-serif !important;
    font-weight: 700;
    font-size: 35px;

}
@media(max-width: 425px) {
    section.history  .purple h2 {
        font-weight: 100;
        font-size: 31px;
    }
}

section.history .purple p {
    color: #fff !important;
    font-family: "Sora", "Lato", sans-serif;
}
@media(max-width: 425px) {
    section.history .purple p {
        font-size: 15px;
    }
}

.brand-area {
    background-image: url("/assets/images/banner_01.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
@media(max-width: 425px) {
    .brand-area {
        background-size: 370%;
    }
}

.brand-area .col-lg-6{
    margin: 20px auto;
}

.brand-area p.hashtag-banner-top {
    font-family: "Sora", "Lato", sans-serif;
    /*margin-top: 15%;*/
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
}
@media(max-width: 1024px) {
    .brand-area p.hashtag-banner-top {
        margin-top: 0;
    }
}
@media(max-width: 425px) {
    .brand-area p.hashtag-banner-top {
        font-size: 14px;
    }
}

.brand-area p.title-banner-top {
    font-family: "AgletSlabLight", "Lato", sans-serif;
    color: #fff;
    font-size: 35px;
    letter-spacing: 0.5px;
    margin-top: 10px;
    line-height: 1.5;
}
@media(max-width: 425px) {
    .brand-area p.title-banner-top {
        font-size: 27px;
    }
}

.brand-area div.space-banner-top {
    margin-top: 15%;
}
@media(max-width: 1024px) {
    .brand-area div.space-banner-top {
        margin-top: 10%;
    }
}

p.title-banner-top b {
    font-family: "AgletSlabSemiBold", "Lato", sans-serif;
}

.impactometro , .impactometro-2{
    position: relative;
    z-index: 5;
    background: #4D49BE 0% 0% no-repeat padding-box;
}

.impactometro .header-sub-title {
    background: url("/assets/images/linhapreta.svg") repeat-x center;
    font-size: 25px;
    font-weight: 300;
    color: #fff;
}
@media(max-width: 425px) {
    .impactometro .header-sub-title {
        font-size: 15px;
        margin-top: 50px;
    }
}

.impactometro h2.header-title {
    font-size: 28em !important;
    margin-top: -8%;
    font-family: "AgletSlabLight", "Poppins", sans-serif;
}
@media(max-width: 1024px) {
    .impactometro h2.header-title {
        font-size: 23em !important;
    }
}
@media(max-width: 425px) {
    .impactometro h2.header-title {
        font-size: 9em !important;
    }
}

.impactometro h2.header-title span {
    font-size: .15em !important;
}

.impactometro p.header-desc {
    margin-top: -30px !important;
    font-size: 24px;
    font-weight: 400;
}
@media(max-width: 425px) {
    .impactometro p.header-desc {
        margin-top: -20px !important;
        font-size: 16px;
        font-weight: 200;
    }
}


.impactometro p.header-desc-dark {
    margin-top: 50px !important;
    font-family: "Sora", "Lato", sans-serif;
    color: #1E1A34 !important;
}
@media(max-width: 425px) {
    .impactometro p.header-desc-dark {
        margin: 50px auto 0 !important;
        color: #1E1A34 !important;
        font-size: 13px;
        width: 70%;
        font-weight: 700;
        line-height: 1.2;
    }
}


.impactometro  .main-btn {
    font-family: "Sora", "Lato", sans-serif;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 25px;
    font-size: 16px;
    line-height: 48px;
    border-radius: 8px;
    border-radius: none;
    border: 0;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background: #1E1A34;
    margin-top: 10px;
    border-radius: 0;
    margin-bottom: 50px;
}

.impactometro-2 h2.header-title {
    font-size: 7em !important;
    margin-top: -5%;
    font-family: "AgletSlabLight", "Poppins", sans-serif;
}
@media(max-width: 1024px) {
    .impactometro-2 h2.header-title {
        font-size: 6em !important;
    }
}

.impactometro-2 h2.header-title span {
    font-size: .35em !important;
}

.impactometro-2 .header-desc {
    margin-top: -17px;
    line-height: 1.2;
}

.impactometro-2 .header-hero-content {
    padding-top: 350px;
    padding-bottom: 350px;
    background: url("/assets/images/ball_graf.svg") ;
    background-position: bottom -328px right 0px;
}

#home-2 .content-detalhes {
    padding-top: 45%;
    padding-left: 30%;
}

#home-2 .title-detalhes {
    font-family: "Sora", "Lato", sans-serif;
    font-size: 2.3em;
    color: #1E1A34;
    margin-top: 10%;
}

#home-2 .text-detalhes {
    width: 100%;
    font-family: "Sora", "Lato", sans-serif;
    color: #FFF;
    margin-bottom: 10%;
}

#home-2 .link-detalhes {
    padding-top: 20%;
    padding-left: 30%;
}

#home-2 .link-detalhes p {
    color: #1E1A34;
    font-family: "Sora", "Lato", sans-serif;
    line-height: 1.2;
    font-size: 12px;
}

#home-2 .link-detalhes a {
    background: #fff;
    margin-top: 20px;
    width: 100%;
    color: #4D49BE;
    font-family: "Sora", "Lato", sans-serif;
    text-align: center;
    padding: 10px;
    font-weight: bold;
}

@media(max-width: 1024px) {
    .load-scream-3 {
        display: block !important;
    }
    .load-scream-2 {
        display: none !important;
    }
}

#home-3 .content-detalhes {
    padding-top: 10%;
}

#home-3 .title-detalhes {
    font-family: "Sora", "Lato", sans-serif;
    font-size: 2em;
    color: #1E1A34;
    margin-top: 10%;
}

#home-3 .text-detalhes {
    font-family: "Sora", "Lato", sans-serif;
    color: #FFF;
    margin-bottom: 10%;
}

#home-3 .link-detalhes {
    padding-top: 20%;
    padding-bottom: 20%;
}

#home-3 .link-detalhes p {
    color: #1E1A34;
    font-family: "Sora", "Lato", sans-serif;
    line-height: 1.2;
    font-size: 12px;
    text-align: center;
}

#home-3 .link-detalhes a {
    background: #fff;
    margin-top: 20px;
    width: 100%;
    color: #4D49BE;
    font-family: "Sora", "Lato", sans-serif;
    text-align: center;
    padding: 10px;
    font-weight: bold;
}

#home-3 .diplay-mobile{
    display: table;
    margin: 0 auto;
}


#home-3 .header-hero-content{
    padding-top: 150px;
    padding-bottom: 117px;
    background-position: bottom 9px right -87px;
    background-size: 150%;
    background-repeat: no-repeat;
}

#home-3  .seta {
    transform: rotate(270deg);
    margin-top: 20%;
}

#home-3  a.seta-link {
    padding-top: 80px;
}










.navbar-area {

    font-family: "Sora", "Lato", sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background: #4D49BE 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #0000003D;

}

.sticky {

    position: fixed;
    z-index: 99999;
    background-color: #4D49BE 0% 0% no-repeat padding-box !important;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;

}

.sticky a {
    color: #fff !important;
}

.navbar-brand{
    width: 30%;
}

@media(max-width: 1024px) {
    .navbar-brand{
        width: 25%;
    }
}

@media(max-width: 420px) {
    .navbar-brand{
        /*width: 60%;*/
        width: 100%;
        text-align: center;
        margin: 0;
        
    }
}

.portal-cliente {
    padding: 7px 14px !important;
    border-radius: 5px;
    margin-top: 4px;
    background: #1f1a33;
}