/*margin top*/
.mt-10{
    margin-top: 10px;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.mt-40{
    margin-top: 40px;
}
.mt-50{
    margin-top: 50px;
}
.mt-60{
    margin-top: 60px;
}
.mt-70{
    margin-top: 70px;
}
.mt-80{
    margin-top: 80px;
}
.mt-90{
    margin-top: 90px;
}
.mt-100{
    margin-top: 100px;
}
.mt-200{
    margin-top: 200px;
}

/*margin bottom*/
.mb-10{
    margin-bottom: 10px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-40{
    margin-bottom: 40px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-60{
    margin-bottom: 60px;
}
.mb-70{
    margin-bottom: 70px;
}
.mb-80{
    margin-bottom: 80px;
}
.mb-90{
    margin-bottom: 90px;
}
.mb-100{
    margin-bottom: 100px;
}
.mb-200{
    margin-bottom: 200px;
}

.m-0{
    margin: -1px !important;
}

.lp-header{
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 20px;
}

.fundo-lp{
    background-image: url('../images/fundolp.png');
    background-position: top center;
    background-repeat: repeat-y;
    background-size: cover; 
}

.fundo-lp2{
    background-image: url('../images/fundo-lp2.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover; 
}

.fundo-claro{
    background-color: #f8f9fc;
}

.imagem-flutuante{
    position: absolute;
    top: 0px;
    right: 0%;
    height: 710px;
    z-index: 1;
}

.texto-ceta{
    font-size: 24px;
    font-weight: 300;
    color: #fff;
}

.titulo-banner-branco{
    color: #fff !important;
    font-size: 40px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    line-height: 40px;
}

.titulo-banner-branco2{
    color: #fff !important;
    font-size: 50px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    line-height: 50px;
}

.titulo-banner-branco3{
    color: #fff !important;
    font-size: 60px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    line-height: 60px;
}

.titulo-banner-azul{
    color: #86b3c0;
    font-size: 52px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    line-height: 52px;
}

.titulo-banner-azul2{
    color: #86b3c0;
    font-size: 52px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    line-height: 52px;
}

.sombra-azul{
    text-shadow: 0px 0px 10px rgba(134, 179, 192, 1);
}

.sombra-azul-box{
    box-shadow: 0px 0px 10px rgba(134, 179, 192, 1);
}

.titulo-banner-branco-fundo{
    color: #fff;
    font-size: 46px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    line-height: 40px;
    background: #86b3c0;
    padding: 5px 5px;
    margin-left: 20px;
    position: absolute;
    top: 0px;
    z-index: 2;
}

.texto-banner{
    font-size: 18px;
    color: #86b3c0;
}

.underline-block{
    width: 80px;
    height: 20px;
    display: inline-block;
    background: #86b3c0;
    box-shadow: 0px 0px 10px rgb(134 179 192);
}

.underline-divisor{
    width: 90%;
    height: 4px;
    display: inline-block;
    background: #86b3c0;
    box-shadow: 0px 0px 10px rgb(134 179 192);
}

.texto-alternado-branco{
    color: #fff !important;
    font-size: 30px !important;
    font-weight: 300 !important;
    line-height: 30px;
}

.texto-alternado-branco-maior{
    color: #fff;
    font-size: 40px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    line-height: 40px;
}

.texto-alternado-azul{
    color: #86b3c0;
    font-size: 40px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    line-height: 40px;
}

.btn-lp{
    background: #86b3c0;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    padding: 30px 30px;
    box-shadow: 0px 0px 10px rgb(134 179 192);
}

.btn-lp:hover{
    color: #fff !important;
    box-shadow: 0px 0px 15px rgb(134 179 192);
}

.t-upper{
    text-transform: uppercase !important;
}

.t-300{
    font-weight: 300 !important;
}

.t-400{
    font-weight: 400 !important;
}

.t-bold{
    font-weight: 600 !important;
}

.t-ubold{
    font-weight: 700 !important;
}

.texto-branco{
    color: #fff !important;
}

.texto-azul{
    color: #86b3c0 !important;
}

.texto-azul-escuro{
    color: #102240 !important;
}

.font-pp{
    font-size: 18px !important;
    line-height: 19px !important;
}

.font-20{
    font-size: 20px !important;
    line-height: 20px !important;
}

.font-p{
    font-size: 30px !important;
    line-height: 30px !important;
}

.font-p2{
    font-size: 35px !important;
}

.font-m{
    font-size: 40px !important;
    line-height: 40px !important;
}

.font-g{
    font-size: 52px !important;
    line-height: 52px !important;
}

.back .eng-content {
    border-radius: 4px !important;
    background-image: url('../images/fundo-flip.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;   
}

.box-azul{
    background: #86b3c0;
    padding: 40px 40px;
}

.fundo-quatro{
    background: rgb(16,34,64);
    background: linear-gradient(90deg, rgba(16,34,64,1) 50%, rgba(134,179,192,1) 50%);
}

.fundo-contato{
    background-image: url('../images/fundo-final.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover; 
}

.box-contato{
    background-image: url('../images/fundo-form.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; 
    padding: 50px;
    border: 3px solid #86b3c0;
}

.label-lp{
    font-size: 18px;
}

.input-lp,
.input-lp:focus-visible{
    width: 100%;
    background: transparent;
    border: 0px;
    color: #fff;
    outline: -webkit-focus-ring-color auto 0px;
}

.textarea-lp,
.textarea-lp:focus-visible{
    min-height: 250px;
    width: 100%;
    background: transparent;
    border: 0px;
    outline: -webkit-focus-ring-color auto 0px;
}

.line-input{
    width: 100%;
    height: 1px;
    background: #86b3c0;
}

.btn-enviar{
    background: #86b3c0;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    padding: 15px 30px;
    border: 0px;
    box-shadow: 0px 0px 10px rgb(134 179 192);
}

.btn-enviar:hover{
    color: #fff !important;
    box-shadow: 0px 0px 15px rgb(134 179 192);
}


.footer{
    background: #001c3f !important;
}

.linha-cinza{
    background: #747474;
}

.linha-azul{
    background: #102240;
}

.pd-line{
    padding: 20px 20px;
}

.box-metade{
    border: 3px solid #86b3c0;
}

.fundo-line{
    background-image: url('../images/fundo-line.png');
    background-position: center center;
    background-repeat: no-repeat;
}

@media(max-width: 767px){
    .titulo-banner-branco{
        font-size: 25px !important;
        line-height: 25px !important;
    }

    .titulo-banner-branco2{
        color: #fff !important;
        font-size: 50px !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        line-height: 50px;
    }

    .titulo-banner-branco3{
        color: #fff !important;
        font-size: 60px !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        line-height: 60px;
    }

    .titulo-banner-azul{
        font-size: 40px !important;
        line-height: 40px;
    }

    .titulo-banner-azul2{
        font-size: 28px !important;
        line-height: 28px;
    }
    .titulo-banner-branco-fundo {
        margin-left: 0px;
        color: #fff;
        font-size: 30px !important;
        line-height: 30px;
        background: #86b3c0;
        padding: 5px 5px;
        position: relative;
        z-index: 2;
    }

    img.l-dark{
        width: 100px;
    }
}