@charset "UTF-8";
.introduction .direitos a,
.introduction h2,
.introduction h3,
.introduction h4,
.introduction li,
.social {
    color: #fff;
}

.register .btn,
.register-shop .btn {
    padding: 8px 20px 9px !important;
    font-weight: 500;
 
    transition: all 0.5s ease;
    width: 100%;
    font-size: 15px;
}
.inf-inbound .btn,
.register-shop {
    transition: all 0.3s ease-in-out 0s;
}
.register .btn:focus,
.register-shop .btn:focus {
    box-shadow: 0 !important;
    outline: 0;
}
.register .btn:hover,
.register-shop .btn:hover {
    opacity: 0.8;
}
.social {

    padding: 10px 0;
    text-align: center;
background: linear-gradient(45deg,#896a5d,#664b40);
}
.social h6 {
    text-align: center;
    width: 100%;
    margin: 0;
}
.social a .white-fc {
    margin-top: 10px;
}
.social h5 {
    float: left;
    font-size: 12px;
}
.social figure {
    display: inline;
}
.social figure img {
    width: 100px;
}
@media screen and (max-width: 767px) {
    .social a .white-fc {
        margin: 0 auto;
    }
    .social h5 {
        float: none;
        line-height: 15px;
    }
}

@media screen and (max-width: 767px) {
    .introduction {
        padding: 0 0 15px;
    }
    .introduction .direitos {
        position: inherit;
        margin: 0 auto;
    }
    .introduction .link-fc {
        position: inherit;
    }
    .introduction .link-fc .footer-fc {
        margin: 0 auto;
    }
}
@media screen and (max-width: 1999px) and (min-width: 992px) {
    .introduction .video-know {
        width: 350px;
    }
    .introduction iframe {
        height: 220px;
    }
}
.register {
    padding: 0;
    background-color: #dadf0a;
}
.register h2 {
    color: #3b5a95;
    margin: 20px 0;
}
.register .btn {
    border-radius: 50px !important;
    background-color: #b6a766;
    color: #fff;
    margin-top: 15px;

}
@media screen and (max-width: 1199px) and (min-width: 992px) {
    .img-register {
        height: 335px;
        position: absolute;
        right: 0;
        width: auto;
        max-width: none;
        margin-top: -20px;
        margin-bottom: -40px;
    }
}
@media screen and (max-width: 1199px) {
    .register {
        padding: 20px 0 40px;
    }
}
.about {
    padding: 30px 0;
    background-color: #fff;
}
.about h2 {
    color: #000;
    margin-bottom: 30px;
}
.about .what-speak-english li {
    clear: both;
    margin-bottom: 15px;
}
.about .what-speak-english li div.text {
    color: #000;
    font-size: 18px;
    font-weight: 100;
    line-height: 20px;
    padding-top: 10px;
}
.about .what-speak-english li div.text span {
    font-weight: 700;
}
.about .what-speak-english li div.icon {
    border: 2px solid #3b5a95;
    border-radius: 100%;
    color: #3b5a95;
    font-size: 22px;
    font-style: italic;
    margin-right: 0;
    float: left;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 40px;
}
.about .what-speak-myenglish li {
    clear: both;
    margin-bottom: 10px;
}
.about .what-speak-myenglish li .item-icon {
    width: auto;
}
.about .what-speak-myenglish li div.text {
    color: #000;
    font-size: 14px;
    font-weight: 100;
    line-height: 18px;
    padding-top: 5px;
}
.about .what-speak-myenglish li div.text span {
    font-weight: 700;
}
.about .what-speak-myenglish li div.icon {
    border: 2px solid #3b5a95;
    border-radius: 100%;
    color: #3b5a95;
    font-size: 15px;
    font-style: italic;
    margin-right: 0;
    float: left;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 24px;
}
@media screen and (max-width: 767px) {
    .about .what-speak-english li div.text {
        padding-left: 0;
    }
    .about .what-speak-english li div.icon {
        border: 2px solid #00406a;
        font-size: 14px;
        height: 30px;
        width: 30px;
        line-height: 25px;
    }
}

.modal-body {
    padding:0;
}
.register-shop.fixed {
    position: fixed;
    bottom: 75px;
    right: 20px;
    z-index: 99999999;
    width: 40%;
}
.register-shop {
    color: #000;
    text-align: center;
    background-color: #f9f9f9;
    padding: 10px 15px;

}
.register-shop h2 {
 font-size: 20px;
    font-weight: 400;
margin-top: 0;
    margin-bottom: 35px;
}


.register-shop .btn {
background-color: #26794e;
    color: #fff;
    width: 100%;
    font-size: 24px;
    margin-top: 10px;
    border-radius: 60px;
    padding: 5px 20px !important;
    font-weight: 700;
    text-transform: uppercase;
}
.register-shop .radio-inline {
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
}
.register-shop .radio-inline input[type="radio"] {
    width: 20px;
    height: 20px;
    margin-left: -25px;
    margin-top: 1px;
}
.register-shop .form-control {

    height: 45px;
    font-size: 16px;
    margin-top: 14px;
    border-radius: 20px;
    border: 1px solid #d0d0d0;
    box-shadow: none !important;
    padding-left: 15px;
   
}
@media screen and (max-width: 991px) {
    .register-shop.fixed {
        position: inherit;
        width: 100%;
    }
    .form-control {
        width: 100% !important;
        margin-left: 0 !important;
        float: none !important;
    }
}
.conteudo {
    padding: 90px 0 70px 0;
    background-color:#eaeaea;
 background-image: url(../img/bg-banner.jpg);

    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.conteudo img {

    margin-left: -200px;
    width: 680px;
}





.inf-inbound {
    padding-top: 30px;
 
}
.inf-inbound .carousel-indicators {
    display: none;
}


.inf-inbound .btn i {
    font-size: 24px;
    vertical-align: sub;
}

.inf-inbound .btn {
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px auto;
    padding: 10px 50px;


}

.inf-inbound .btn:hover {
    opacity: 0.7;
}
.inf-inbound h1 {
font-size: 30px;
    color: #664b40;
    font-weight: 800;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.inf-inbound p {

    color: #000;
    font-weight: 600;
    font-size: 16px;
margin-bottom: 0;
    text-transform: uppercase;
}

.inf-inbound p.text-uppercase {


        font-size: 15px;

}

.inf-inbound span {
    display: inline-block;
 
    text-transform: uppercase;
    padding: 5px 15px;
    border: 2px solid #664b40;
    border-radius: 10px;
margin: 10px 0;

}


.inf-inbound h2 {
color: #000;
    font-size: 18px;
    font-style: italic;
    font-weight: 800;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
.conteudo img {

    width: 100%;
    margin-left: 0;
    margin-bottom: 70px;
    margin-top: 5px;

}
  
.conteudo {
    padding: 20px 0 0 0;
    background-position: right top;
}

.inf-inbound {
    padding-top: 70px;
    padding-left:15px;
}

    .inf-inbound h1 {
        text-align: center;
        font-size: 24px;

    }


.inf-inbound p.text-uppercase{

     font-size: 13px !important;
         line-height: 15px;
}
.inf-inbound p {
    text-align: center;
    font-weight: 700;
    font-size: 13px !important;
}

    .inf-inbound .btn {
        float: none !important;
        font-size:14px !important;

        width: 100%;
        text-transform: uppercase;
        text-align: center;
    }

    .inf-inbound span {
   display: table;
    margin: 10px auto 10px auto;
    font-size: 19px;
    width: 100%;
    padding: 10px 5px;
    }

    .inf-inbound h2 {
        text-align: center;
    }

}

.clientes {
    background-color: #fff;
    padding: 20px 0;
}
.clientes .img-responsive {
    width: 80%;
    margin: 0 auto;
}
.enviado {
    background-color: #105189;
}



.faixa .slider-areas-home {
    padding: 25px 15px;
    background-color: #fff;
    margin: -70px 10px 0 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}


.faixa {
    text-align: center;
   
    color:#fff;
    padding-top:0;
    padding-bottom:20px;
background: linear-gradient(to bottom,#6c5349,#4c362d);
}

.faixa h5 {
    text-transform: uppercase;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        margin-top: 30px;
      
    }

    .faixa h5:after {
        content: "";
        display: block;
        margin: 0 auto 10px auto;
        background: #fff;
        width: 40px;
        height: 6px;
        border-radius: 5px;
    }

    .faixa h5 i {
 
        font-size: 35px;
        vertical-align: middle;
   
    }

.faixa h2 {
text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}
.faixa h2 i {
 
        font-size: 40px;
        vertical-align: middle;
   
    }
    .faixa .btn {
        margin-top: 0px;
        font-size: 15px;
    
        font-weight: 700;
      
    }

.antes-depois {
     padding-top:40px;
     padding-bottom:40px;
    text-align:center;
        background-color:#664b40;
        background-image: url(../img/bg-dark.jpg);
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
}

.antes-depois h3 {
text-transform: uppercase;
    font-size: 22px;
    display: inline-block;
    font-weight: 700;
        color:#fff;

}

.antes-depois h3:after {
content:"";
display:block;
margin:10px auto;
background:#fff;
width: 50px;
height: 6px;
border-radius: 15px;
}


.antes-depois .caixas {
    margin-top:30px;

   
}

.antes-depois .caixas .infos {

    background-color: #fff;
    padding: 2px;
    border-radius: 20px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
}
.antes-depois .caixas .infos h4 {
font-size: 14px;
    color: #664b40;
    text-transform: uppercase;
    font-weight: 700;

}

.antes-depois .caixas .infos img {
    width: 100%;
    border-radius: 20px 20px 0 0;
}




.antes-depois .btn {
    font-size: 16px;
    margin-top: 30px;
}


.antes-depois .btn i {
    font-size: 22px;
    vertical-align: middle;}

@media screen and (max-width: 767px) {
    .faixa h5 i {
 
        display: block;
        margin-bottom: 10px;
   
    }
    .faixa h5:after {
  
        margin: 10px auto 10px auto;
    }
        .faixa h2 i {
         
              
                display: block;
            margin-bottom: 10px;
           
            }


.faixa h3 {

    font-size: 20px;
}

.antes-depois .row {
    margin-right: -15px;
    margin-left: -15px;
}

}
.sobre {
     padding-top:40px;
     padding-bottom:50px;

}


.sobre h3 {
text-transform: uppercase;
    font-size: 28px;
    display: inline-block;
    font-weight: 500;
        color:#664b40;

}
.sobre h3 strong {
  
        font-weight: 800;
}
.sobre h3:after {
    content: "";
    display: block;
    margin: 10px 0;
    background: #664b40;
    width: 60px;
    height: 6px;
    border-radius: 5px;
}

.sobre .btn{
    font-size:16px;
    margin-top:10px;
  

}
.sobre .btn i {
    font-size:25px;
    vertical-align: bottom;
}
.sobre p {
    font-size: 16px;
  
    margin-bottom: 15px;
    font-weight: 500;

}
.sobre p strong {
    letter-spacing: -0.3px;
}
.sobre p small{
font-size: 12px;
    font-weight: 500;
}

.sobre .col-md-4 {
    padding-right: 0
}

.sobre h4 {
    text-transform: uppercase;
    top: 0;
}
.sobre img {
    border-radius: 30px;
    margin-left: 15px;
    margin-top: 20px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
.sobre.alinhadores ul {
    padding: 0;
    margin:0;
    list-style: none;
}
.sobre.alinhadores ul li {
    font-size: 16px;
  
  margin-bottom: 10px;
    font-weight: 500;
}
.sobre.alinhadores ul li i {
    font-size: 20px;
    vertical-align: middle;;
    margin-right: 5px;
    color:#664b40;
}
.sobre.alinhadores p b {
    text-transform: uppercase;
    padding-top: 10px;
    display: block;
}
@media screen and (max-width: 767px) {

    .sobre.alinhadores {
        background: #e3e3e3;
        padding-bottom: 0;
    }

    .sobre .col-md-4 {
    padding-right: 15px;
}
.antes-depois h3 {

    font-size: 20px;

}
    .faixa p {
font-size: 16px;
 
}

.sobre {
    padding-top: 0px;
     text-align: center !important;
     padding-bottom: 30px;
}
.sobre img {

    margin-left: 0px;
}
.sobre .btn{
width:100%;
margin-bottom: 10px;
}

.sobre h3:after {

margin:10px auto;

}

.sobre iframe {
    height:200px;
}
.sobre .col-md-5 {
background:#fbfbfb;
padding-top: 20px;
padding-bottom: 20px;

}
}

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

    .sobre.alinhadores {
        padding-top:40px;
        padding-bottom:50px;
        background-image: url(../img/bg-moldes.jpg);

        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
   
   }
   
    .sobre .hidden-xs img{

margin-top:30px;

    }

    .slider-areas-home .item .tipo p {
        min-height: 110px;
    }
}

.instagram-links {
     padding-top:50px;
     padding-bottom:50px;
    background-color:#eaeaea;
 background-image: url(../img/bg-gray.jpg);
text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.instagram-links h5 {

margin-bottom:30px;

}

.instagram-links h5 a {

text-transform: uppercase;
    font-size: 32px;

    font-weight: 500;
        color:#664b40;

}

.instagram-links h5 a i{
     font-size: 40px; 
     vertical-align: text-bottom; 
}
@media screen and (max-width: 767px) {
.instagram-links img {
    margin-top:15px;
}

.instagram-links h5 {
    margin-bottom: 10px;
  
}

.instagram-links h5 a {


    font-size: 23px;


}

.instagram-links h5 a i{
     font-size: 30px; 

}


}

.depoimentos {
     padding-top:50px;
     padding-bottom:50px;
    background-color:#eaeaea;
 
text-align: center;
 
}
.depoimentos .btn {
    font-size: 16px;
    margin-top: 30px;
}
.depoimentos .btn i {
    font-size: 22px;
    vertical-align: middle;
}
.depoimentos h6 {

    margin-bottom: 10px;
    color: #664b40;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 25px;
}
.depoimentos p{
     font-size: 20px; 
     font-weight: 500;
}

.depoimentos h6:after {
content:"";
display:block;
margin:10px auto;
background:#664b40;
width: 50px;
height: 6px;
border-radius: 6px;
}
.depoimentos .ascento {
    font-size: 35px !important;
    font-weight: 700;
    padding: 0 10px !important;
    color: #664b40;
  
    font-family: times new roman;
}

.depoimentos .item .conteudo-depoimento:after {
    display: block;
    position: relative;
    content: "";
    width: 0;
    margin: 0 auto;
    height: 0;
    left: 0;
    right: 50%;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
}

.depoimentos .item .conteudo-depoimento p {
background: #fff;
    font-size: 15px;
    padding: 10px;
    margin: 0 20px;
    letter-spacing: -0.4px;
}

.depoimentos .item .conteudo-depoimento {

    padding: 10px;

}

.depoimentos .item span.sigla{
    color: #fff;
    font-weight: 400;
    display: inline-block;
    font-size: 18px;
    background-color: #664b40;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    line-height: 40px;
    margin-right: 10px;
    vertical-align: bottom;
}
.depoimentos .item span.nome{
    font-size: 15px;
    display: inline-block;
    line-height: 20px;
    text-align: left;
}
.depoimentos .carousel-control {
  background: none;
    opacity: 1;
    width: auto;
    top: 40%
}

.depoimentos .carousel-control i {
background: #664b40;
    width: 30px;
    border-radius: 100%;
    padding-top: 5px;
    height: 30px;
}

.depoimentos .Main__Container-sc-1n4ud0o-0 > a > svg, .depoimentos .Main__Container-sc-1n4ud0o-0 > a > div {
    opacity: 0;
}

.contato {
     padding-top:60px;
     color:#fff;
     padding-bottom:60px;
    text-align:center;
        background-color:#4a3830;
          background-image: url(../img/bg-contato.jpg);
          margin-top: -5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.contato h4 {

    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
 

}
.contato h4 b{
    display:block;
}
.contato .register-shop {
    background-color: transparent;
    box-shadow:none;
}

.contato .register-shop .btn {
      background-color: transparent;
        font-size: 19px;
        padding-top:10px !important;
         padding-bottom:10px !important;
}

.contato .infos{
    text-align: left;
    padding-top: 75px;
}


.contato .infos a {
    color: #fff;
    display: block;
    margin-bottom: 15px;
}
.contato .infos a i {
    font-size: 45px;
    display: inline-block;
  
    margin-right: 10px;
}
    .contato .infos a span {
        font-size: 18px;
        display: inline-block;
        line-height: 20px;
         }
@media (max-width:767px) {


    .contato .infos {
        text-align: center;
        padding-top: 5px;
    }
    .contato {
        padding-top:30px;
        color:#fff;
        padding-bottom:20px;
    }
.contato h4 {

    font-size: 16px !important;
 

}

}
a.botao-whats-msg {
    position: fixed;
    border: 2px solid #fff;
    left: 10px;
    bottom: 90px;
    z-index: 1000;
    padding: 10px 15px;
    background: #3ab967;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 30px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
a.botao-whats-msg:hover {
color: #fff;
background: #079439;
}
a.botao-whats-msg:active,
a.botao-whats-msg:focus {
color: #fff
}
a.botao-whats-msg i {
padding: 0;
margin-right: 5px;
vertical-align: middle;
color: #fff;
font-size: 20px
}
a.botao-whats-msg span {
color: #fff;
}
@media (max-width:767px) {
a.botao-whats-msg span {
display: none
}
a.botao-whats-msg i {
padding: 0;
margin-right: 0;
line-height: 37px;
font-size: 35px
}
a.botao-whats-msg {
left: 10px;
bottom: 30px;
padding: 10px;
width: 60px;
height: 60px;
text-align: center;
border-radius: 100%
}
.footer-fc {
margin: 0 auto
}

}
.pulse {
    animation: pulse 0.7s infinite;
    margin-top: 0px;
    animation-direction: alternate;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}



footer{
     padding-top:40px;
      padding-bottom:40px;
        background-color: #f3f3f3;
}

footer .logo img {
    width: 250px;
    margin:30px auto 0 auto;
}

footer h5 {
    font-size:18px;
    font-weight: 700;
    color:#000;
    text-transform:uppercase;
}

footer a {
    font-size:16px;
    font-weight: 500;
    color:#000 !important;
line-height: 30px;
}

footer figure {
    text-align: center;
}

footer a.green {

    font-weight: 700;
    color:#26794e;
}

@media (max-width:767px) {
footer .logo img {
 
    margin:0 auto;
}
footer {
    text-align:center;
}

}


/*Modal Whats*/

#ModalWhatsapp .modal-header {
    background: linear-gradient(45deg,#896a5d,#664b40);
    background: #664b40;
    color: #fff;
    text-align: center;
    /* font-weight: 600; */
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
}

#ModalWhatsapp .modal-title {
    font-weight: 700;
    text-transform: uppercase;
}

#ModalWhatsapp .modal-body {
    padding: 20px 10px;
    text-align:center;
}


#ModalWhatsapp .modal-body img {
width: 120px;
border-radius: 120px;
    
    }


    #ModalWhatsapp .modal-body .col-xs-6:first-child {
        border-right:1px solid #ddd;
    }
    #ModalWhatsapp .modal-body h6 {
       text-transform: uppercase;
       font-weight: 700;
       font-size: 15px;
            
            }

.slider-areas-home .item .tipo h2 {
    text-transform: uppercase;
    color: #664b40;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 0;
    margin-top: 0;
}

.slider-areas-home .item .tipo h2:after {
    content: "";
    display: block;
    margin: 5px auto;
    background: #664b40;
    width: 40px;
    height: 5px;
    border-radius: 6px;
}

.slider-areas-home .item .tipo p {

    font-size: 13px;
    letter-spacing: -0.8px;
    line-height: 18px;
    font-weight: 500;
    padding: 0 0 10px 0;
    margin: 0 0px;
    color: #000;
}

.slider-areas-home .item .tipo {

    padding: 0px 5px;

}
.slider-areas-home .item span{
    color: #fff;
    font-weight: 200;
    display: inline-block;
    font-size: 20px;
    background-color: #664b40;
    background: radial-gradient(#a78b81,#4c362d);
    width: 70px;
    height: 70px;
    border-radius: 100%;
 padding: 10px;
 margin-bottom: 10px;
}
.slider-areas-home .item span img {
    width: 100%;
}

.slider-areas-home .item .col-md-3  {

   border-right: 1px solid #ddd;

}
.slider-areas-home .item .col-md-3:last-child {
    border-right:0;
}

.slider-areas-home .carousel-control {
  background: none;
    opacity: 1;
    width: auto;
    top: 40%
}

.slider-areas-home .carousel-control i {
    color: #664b40;
    font-size: 40px;
    width: 30px;
    border-radius: 100%;
    padding-top: 5px;
    height: 30px;
    text-shadow: none !important;
}

.slider-areas-home .carousel-control i.fa-caret-left{
    margin-left:-10px;
}
.slider-areas-home .carousel-control i.fa-caret-right{
    margin-right:-10px;
}



.slider-resultado .carousel-control {
    background: none;
      opacity: 1;
      width: auto;
      top: 40%
  }
  
  .slider-resultado .carousel-control i {
      color: #fff;
      font-size: 40px;
      width: 30px;
      border-radius: 100%;
      padding-top: 5px;
      height: 30px;
      text-shadow: none !important;
  }
  
  .slider-resultado .carousel-control i.fa-caret-left{
      margin-left:-10px;
  }
  .slider-resultado .carousel-control i.fa-caret-right{
      margin-right:-10px;
  }


@media (max-width:767px) {


.slider-resultado .carousel-control {
  
    position: relative;
}

    .slider-areas-home .item .tipo p {
        font-size: 14px;
        letter-spacing: 0;

    }
    .slider-areas-home .carousel-control i.fa-caret-left{
        margin-left:-20px;
    }
    .slider-areas-home .carousel-control i.fa-caret-right{
        margin-right:-20px;
    }

}

.modal-backdrop {

    z-index: 99999;
}

.modal {

    z-index: 999999;
}