/*IMPORTANDO AS FONTES*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

.body{
    font-family: 'Lato', sans-serif;
    font-size: 1.5rem; 
    box-sizing: border-box;
}

.azulclaro{
    color: #89c6f4;
}

.azulescuro{
    color: #000d43
}

.pagina01{
    background-color: #fff;
    height: 100vh;
    width: 100%;
    box-sizing: border-box;
    background-image: url("../img/bg-rosto.png");
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
}

.pagina02{
    background-color: #f2f9ff;
    height: 100vh;
    width: 100%;
    box-sizing: border-box;
}

.pagina03{
    background-color: #fff;
    height: 100vh;
    width: 100%;
    box-sizing: border-box;
}

.flex-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

h1{
   font-weight: 300 !important;
   font-size: 3rem !important; 
   text-transform: uppercase
}

h2{
    font-weight: 700 !important;
    font-size: 4rem !important; 
}

 .titulos{
    font-weight: 300 !important;
    font-size: 2.5rem !important; 
    text-transform: uppercase
 }

.linha{
    width: 400px;
    height: 2px;
    background-color: #89c6f4;
    margin: auto;
    margin-top: 5px;
}

.rosto{
    position: relative;
}

.rosto img{
    width: 100% ;
}

.chamada{
    background-color: #89c6f4;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    font-weight: 300;
    text-transform: uppercase;
    width: max-content;
    margin: 20px auto;
    padding: 5px 40px;
}

.valor{
    text-align: center;
    color: #000d43;
    font-size: 6rem;
    font-weight: bold;
    font-style: italic;
}

.botao{
    background-color: #000d43;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    padding: 10px 40px;
    margin: 10px auto;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
}

.bordas-botoes{
    border-radius: 30px;
    background-color: #55a4d8;
    padding: 50px 10px;
    margin: auto;
    width: 80%;
    text-align: center;
}

.p:hover .bordas-botoes{
    background-color: #000d43;
}

.bordas-botoes img{
    width: 80px;
}

.planos{
    border-radius: 30px;
    border: solid 3px #55a4d8;
    background-color: #fff;
    padding: 20px 10px;
    margin: 50px auto;
    width: 80%;
    text-align: center;

}

.planos p{
    font-size: 2rem;
    font-weight: 800;
    color: #55a4d8;
}

.planos img{
    width: 90%;
}


.p{
    color: #000d43;
    text-align: center;
    font-size: 1.5rem;
}

.botao:hover{
    background-color: #89c6f4;
}

.frase{
    background-color: rgba(85, 164, 216, 0.9);
    border-radius: 30px;
    padding: 15px 30px;
    position: absolute;
    z-index: 1;
    bottom: -80px;
    right: -120px;
    color: #fff;
    width: 80%;
    text-align: center;
    font-size: 1.3rem;
}

.wpp{
    position: fixed;
    z-index: 2;
    bottom: 10px;
    right: 10px;
}

.wpp img{
    width: 100px;
}

.menu{
    position: absolute;
    top: 10px;
    right: 10px;
}

.menu ul{
    list-style-type: none;
}

.menu ul li{
    display: inline;
    margin: 0 30px;
    font-size: 1.5rem;
    color: #89c6f4;
}

.ativo{
    font-weight: bold !important;
    color: #000d43 !important;
}

.rs{
    font-size: 4rem;
}


@media (max-width:1544px) {
    .titulos{
        font-size: 2.1rem !important; 
     }
}

@media (max-width:1302px) {
    .titulos{
        font-size: 1.6rem !important; 
     }
}

@media (max-width:1200px) {
    .bordas-botoes{
        width: 97%;
    }
}


@media (max-width:1200px) {
    .pagina01, .pagina02, .pagina03{
        height: auto;
        padding: 50px 20px;
    }
}

@media (max-width:1083px) {
    h1{
        font-size: 2rem !important; 
     }
     
     h2{
         font-size: 3rem !important; 
     }
     .chamada{
        font-size: 1.8rem !important; 
        padding: 5px 20px;
     }
     .valor{
        font-size: 4rem;
    }
    .botao{
        padding: 10px 20px;
        font-size: 1.2rem;
    }
    .linha{
        width: 200px;
    }

    .frase{
        padding: 15px 10px;
        bottom: -120px;
        right: -100px;
        width: 100%;
        font-size: 1.1rem;
    }
}

@media (max-width:992px) {
    .frase{
        padding: 15px 10px;
        bottom: -100px;
        right: 20px;
        width: 100%;
        font-size: 1.1rem;
    }
}

@media (max-width:846px) {
    .chamada{
        font-size: 1.5rem !important; 
        padding: 5px 15px;
     }
}

@media (max-width:766px) {
    .frase{
        bottom: -130px;
        right: 0px;
    }

    .menu{
        display: none;
    }

    h1{
        font-size: 1.8rem !important; 
     }
     
     h2{
         font-size: 2.5rem !important; 
     }
     .chamada{
        font-size: 1.5rem !important; 
        padding: 5px 10px;
     }
     .valor{
        font-size: 3rem;
    }
    .botao{
        padding: 10px 20px;
        font-size: 1.2rem;
    }
    .rs{
        font-size: 2rem;
    }
}

@media (max-width:668px) {
    .frase{
        bottom: -150px;
        right: 0px;
    }

    h1{
        font-size: 1.5rem !important; 
     }
     
     h2{
         font-size: 2rem !important; 
     }
     .chamada{
        font-size: 1.2rem !important; 
        padding: 5px 10px;
     }
     .valor{
        font-size: 2rem;
        margin-bottom: 25px;
    }
    .botao{
        padding: 10px 20px;
        font-size: 1.1rem;
    }
    .rs{
        font-size: 1.5rem;
    }
}

@media (max-width:626px) {
    .botao{
        padding: 10px 20px;
        font-size: 1rem;
    }
}

@media (max-width:600px) {
    .pagina01{
        background-image: none;
    }
    .rosto img{
        width: 80% ;
        margin: auto;
    }
    .rosto{
        position: unset;
        text-align: center;
    }
    .frase{
        position: unset;
        margin-top: 30px;
        width: 100%;
    }
    h1{
        font-size: 1.8rem !important; 
     }
     
     h2{
         font-size: 2.3rem !important; 
     }
     .chamada{
        font-size: 1.5rem !important;
        width: 100%;
     }
     .valor{
        font-size: 2.8rem;
    }
    .botao{
        font-size: 1.4rem;
    }
    .rs{
        font-size: 2rem;
    }
}

@media (max-width:432px) {
    .botao{
        font-size: 1.5rem;
        text-transform: uppercase;
        display: block;
    }
}