@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:#373737;
}
.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: 25px;
    }
}

@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: 30px;
    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: 390px 0 0 0;
    background-color:#eaeaea;
 background-image: url(../img/bg-banner.jpg);

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

.conteudo img {
    margin-left: 30px;
}



.inf-inbound {
    padding-left: 100px;
    margin-top: -240px;
    margin-bottom: 180px;
}
.inf-inbound .carousel-indicators {
    display: none;
}




.inf-inbound .btn {
    position: relative;
    z-index: 1;
    border: 2px solid #fff;
    border-radius: 50px  !important;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px auto;
    padding: 10px 50px;


}
.inf-inbound .btn:hover {
    opacity: 0.7;
}
.inf-inbound h1 {
    font-size: 28px;
    line-height: 34px;
    color: #000;
    font-weight: 800;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.inf-inbound p {

    color: #3d3d3d;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
}

.inf-inbound p.text-uppercase {


        font-size: 15px;

}

.inf-inbound span {
    display: block;
    color: #e38a34;
    font-weight: 600;
    font-size: 27px;
    text-transform: uppercase;
}


.inf-inbound h2 {
    color: #000;
    font-size: 36px;
   
    font-weight: 400;
    text-transform: uppercase;
}

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

.conteudo img {

    width: 100%;
    margin-left: 0;
        margin-top: -25px;

}
  
.conteudo {
    padding: 110px 0 0 0;
  background-image: url(../img/bg-gray.jpg) !important;
}

.inf-inbound {

    padding-left: 15px;
    margin-top: 0px;
    margin-bottom: 0;
}

    .inf-inbound h1 {
        margin-top: 0px !important;
        text-align: center;
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 10px;

    }


.inf-inbound p.text-uppercase{

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

.inf-inbound p br {
    display: none;
}

    .inf-inbound .btn {
        float: none !important;
        font-size:14px !important;
margin-bottom: 0;
        width: 100%;
        text-transform: uppercase;
        text-align: center;
    }

    .inf-inbound span {
        display: table;
        margin: 0px auto 0 auto;
        font-size: 22px;
    
    }

    .inf-inbound h2 {
        text-align: center;
        font-size: 29px;
        margin: 0 !important;
    }

}

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




.faixa.absolute {
    width: 100%;
    position: absolute;
    left: 0;
    background: rgba(255,255,255, 0.8);
    margin-top: -110px;
    padding-top:20px;
    padding-bottom:20px;
}



.faixa {
    text-align: center;
    position: relative;
    color:#fff;
    padding-top:30px;
    padding-bottom:30px;
background: #e1e1e1;
}



.faixa h4 {
    text-transform: uppercase;
        color: #333333;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 0;
        margin-top: 0;
    }

    .faixa h4 span {
        font-weight: 400;
    }

.faixa h3 {
text-transform: uppercase;
    color: #3d3d3d;
    font-size: 26px;
    font-weight: 800;
}

.faixa .btn {
 margin-top: 15px;
    font-size: 13px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-weight: 800;
       color: #3d3d3d !important;
       border-color: #3d3d3d !important;
       border-radius: 25px !important;
}


.planos {
     padding-top:40px;
     padding-bottom:40px;
    text-align:center;
        background-color:#6a5871;
 background-image: url(../img/bg-dark.jpg);
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
position: relative;
}

.planos .row {
    margin-right: -64px;
    margin-left: -64px;
}
.planos h3 {
text-transform: uppercase;
    font-size: 27px;
    display: inline-block;
    font-weight: 800;
        color:#efcfe2;

}

.planos h3:after {
content:"";
display:block;
margin:10px auto;
background:#efcfe2;
width: 50px;
height: 6px;
}


.planos .caixas {
    margin-top:30px;
   
}
.planos .caixas .infos h4 {
font-size: 18px;
    color: #efcfe2;
    text-transform: uppercase;
    font-weight: 800;

}

.planos .caixas .infos h4:after {
content:"";
display:block;
margin:10px auto 15px auto;
background:#efcfe2;
width: 40px;
height: 5px;
}



.planos .caixas .infos .descricao{
    

    font-size: 13px;


}


.planos .caixas .infos .descricao p {
   font-size:13.5px;   
   letter-spacing: -0.4px;
       color: #fff;
}


.planos .caixas .infos .btn{
    
color: #e6cee0 !important;
    border-color: #e6cee0 !important;
    font-weight: 600;
  margin-top:10px;
      
}


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

    .faixa h4 {
    
            font-size: 15px;
            font-weight: 700;
       line-height: 22px;
        }
    
        .faixa h4 span {
            font-size: 18px;
            display: block;
            margin-top: 10px;
        }
    
    
.faixa.absolute {
padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -148px;
}

.faixa h3 {

    font-size: 23px;
    margin-top: 10px;
    text-align: left;
}

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

}
.sobre {
     padding-top:40px;
     padding-bottom:40px;
    background-color:#eaeaea;
 background-image: url(../img/bg-sobre-novo.png);

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

    border-top: 6px solid #e38a34;
}


.sobre h3 {
    text-transform: uppercase;
    font-size: 30px;
    display: inline-block;
    font-weight: 400;
    color: #000;
    margin: 0;

}



.sobre .btn{
    font-size:17px;
    margin-top:10px;
    margin-bottom:10px;
    white-space: normal;
}
.sobre .btn i {
    font-size: 28px;
    vertical-align: sub;
    margin-right: 5px;

}
.sobre p {
    font-size: 19px;
    /* letter-spacing: 0.1px; */
    margin-bottom: 5px;
    line-height: 28px;
}
.sobre p strong {
    letter-spacing: -0.3px;
}
.sobre p small{
    font-size: 14px;
    font-weight: 500;
    color: #e38a34;
}

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

.sobre h4 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    color: #636363;
    margin-bottom: 5px;

}
.sobre h5 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    color: #636363;
    margin-bottom: 10px;

}
.sobre .problema h5 {
    font-size: 17px;
    color: #fff;
    background-color: #e38a34;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 20px;
    text-align: center;
    width: fit-content;
    border-radius: 30px;
}

.sobre .problema ul {
    padding: 0 0 0 10px;
    margin: 20px 0 0 0;

}
.sobre .problema ul li {
font-size: 18px;
padding-bottom: 5px;
font-weight:500;
list-style-image: url(../img/bullets.png);
}


.sobre .problema .btn {
    font-size: 15px;
    margin-bottom: 15px;
}
.sobre .problema p {
    text-transform: uppercase;
    font-size: 17px;
    color:#e38a34;
}

.sobre ul.sobre-consulta {
    padding: 0 0 0 10px;
    margin: 5px 0 0 0;
}

.sobre ul.sobre-consulta li {
    font-size: 18px;
    padding-bottom: 5px;
    font-weight:500;
    list-style-image: url(../img/bullets.png);
}
@media screen and (max-width: 767px) {

.sobre .problema ul li, .sobre ul.sobre-consulta li {
    font-size: 16px;
text-align: left;
}
.sobre .problema ul, .sobre ul.sobre-consulta {
    padding: 0 0 0 15px;
 
}
.sobre .problema p {
    font-size: 14px;
    line-height: 20px;
}
.sobre .problema h5 {
    font-size: 14px;
    line-height: 20px;

    border-radius: 40px;
}

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

.sobre .problema .btn {
  
    margin-bottom: 20px;
}

.sobre p {
    font-size: 17px;

    line-height: 25px;
}

.sobre h4 {

    font-size: 18px;
}
.sobre h3 {

    font-size: 30px;
}

.planos h3 {

    font-size: 20px;

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

.sobre {
    padding-top: 30px;
     text-align: center !important;
     padding-bottom: 0;
}
.sobre img {
    margin-top: 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;
margin-top: 20px;
}
}

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

    margin-top: -40px;
    right: 0;
    position: absolute;
    width: fit-content;


    }

}

.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:#000;

}

.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:#fff;
 
text-align: center;
 
}

.depoimentos h6 {

    margin-bottom: 10px;
    color: #e38a34;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 28px;

}
.depoimentos p{
     font-size: 18px; 
     font-weight: 500;
     margin-bottom: 20px;
}

.depoimentos h6:after {
content:"";
display:block;
margin:10px auto;
background:#e38a34;
border-radius: 15px;
width: 50px;
height: 6px;
}
.depoimentos .ascento {
    font-size: 35px !important;
    font-weight: 700;
    padding: 0 10px !important;
    color: #6a5871;
  
    font-family: times new roman;
}
.depoimentos .item .imgconteudo-depoimento img{
border-radius: 10px;
border:1px solid #ccc
}
.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 #e6cee0;
}

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

.depoimentos .item .conteudo-depoimento {

    padding: 10px;

}

.depoimentos .item span{
    color: #fff;
    font-weight: 200;
    display: inline-block;
    font-size: 20px;
    background-color: #e38a34;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    line-height: 60px;
}

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

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

.contato {
     padding-top:60px;
     color:#fff;
     padding-bottom:60px;
    text-align:center;
        background-color:#b6a766;
          background-image: url(../img/bg-footer.jpg);

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


.contato h4 {

    font-size: 23px;
 

}

.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;
}

@media (max-width:767px) {

    .depoimentos .item .imgconteudo-depoimento {
padding: 10px;
}
.contato h4 {

    font-size: 17px !important;
 

}

}
a.botao-whats-msg {
    position: fixed;
    left: 10px;
    bottom: 90px;
    z-index: 1000;
    padding: 10px 15px;
    background: #3ab967;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 20px;
}
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*/

.modal-header {
    background: #4dad62;
    color: #fff;
    text-align: center;
    /* font-weight: 600; */
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
}

.modal-title {
    font-weight: 700;
}

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

.modal-body .btn {
width: 48%;
    margin-left: 1%;
    float: left;

}
/*Livro*/
.livro {
    position: fixed;
    z-index: 2;
    right: 0;
    top: 40%;
}

.livro a {
    color:#fff;
}

.livro a h6 {
    background-color: #a51009;
    text-align: center;
    border-radius: 7px;
    padding: 6px;
    text-transform: uppercase;
    margin: 0;
    width: max-content;
    position: absolute;
    margin-top: -50px;
    right: 3px;
    font-weight: 600;
    font-size: 9px;
}




.livro a.clique {
    background-color: #27a252;
    border-radius: 6px;
    padding: 4px 6px;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    font-size: 10px;
    margin-right: 2px;
    margin-top: 5px;
}

.livro a img {
    margin: 0 auto !important;
    display: block;
}

.livro:before {
    display: block;
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    background-color: #fff;
    border-radius: 100%;
    z-index: -1;
    right: -45px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.09);
    margin-top: -30px;

}

@media screen and (max-width: 767px) {
    .livro {
     
     
        top: auto;
        bottom: 25px;
    }
}