@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700;800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

body {
    font-size: 100%;
}

.cabecalho {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    padding: 70px 0px 50px;
    gap: 2vh;
}

.cabecalho-imagem {
    height: 66px;
}

.cabecalho-menu {
    display: flex;
    gap: 10vh;
}

#inicio {
    color: #3645AD;
}

.cabecalho-menu-item {
    color: #3C3C3B;
    font-weight: lighter;
    font-size: 16px;
}

.cabecalho-menu-item:hover {
    cursor: pointer;
    color: #3645AD;
}

.conteudo-inicial {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 100px;
}

.cabecalho-menu-botoes {
    display: flex;
    gap: 20px;
    font-size: 13px;
    font-weight: lighter;
}

.conteudo-principal {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 120px;
}

.conteudo-secundario-inicio{
    font-size: 20px;
    font-weight: lighter;
    align-self: flex-start;
    padding: 60px 50px 30px;
}

.conteudo-principal-imagem {
    width: 354px;
    height: 422px;
}

.conteudo-principal-escrito {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
	font-family: 'Poppins', sans-serif;
    gap: 18px;
}

.conteudo-principal-escrito-titulo {
    font-weight: 800;
    font-size: 42px;
    line-height: 52px;
    color: #6679FA;
}

.conteudo-principal-escrito-subtitulo {
    font-weight: lighter;
    font-size: 20px;
    line-height: 32px;
}

.texto-colorido{
    font-weight: bold;
    color: #3645AD;
}

.conteudo-principal-escrito-texto {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
}

button:hover {
    cursor: pointer;
}

.botao-azul {
    background-color: #3645AD;
    color: #FFFFFF;
    width: 145px;
    height: 45px;
    border-radius: 24px;
    border: none;
}

.botao-branco {
    background-color: #FFFFFF;
    color: #3C3C3B;
    width: 145px;
    height: 45px;
    border-radius: 24px;
    border-width: thin;
    border-color: #3C3C3B;
}

.conteudo-secundario {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}


.conteudo-secundario-escrito {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 70px;
    width: 100%;
}

.conteudo-secundario-titulo {
    font-weight: 800;
    font-size: 42px;
    line-height: 52px;
    color: #6679FA;
}

.texto-negrito {
    font-weight: bold;
}

.conteudo-secundario-imagem {
    width: 50%;
    height: 286px;
}

.conteudo-secundario-texto {
    font-size: 16px;
    font-weight: lighter;
}

.retangulo {
    width: 226px;
    height: 21px;
    background-color: #3645AD;
    top: 65px;
    position: relative;
    z-index: -1;
}

.conteudo-secundario-subtitulo {
    font-size: 25px;
    font-weight: bold;
    padding: 30px 7px;
    color: #b3bdfd;
}

.conteudo-azul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 50px;
    background-color: #3645AD;
    width: 100%;
    height: 230px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: lighter;
    position: relative;
    bottom: 20px;
    z-index: -1;
}

.diferenciais {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

#quadrado {
    text-align: start;
    background-color: #FFFFFF;
    padding: 30px;
    width: 220px;
    height: 210px;
    font-size: 13px;
    border: 1px solid #6679FA;
    border-radius: 25px;
    position: relative;
    z-index: +1;
    bottom: 120px;
}

#icone {
    width: 36px;
}

.planos {
    display: flex;
    align-items: center;
    justify-content: center;
}

.planos img {
    align-self: center;
    width: 50%;
    height: auto;
}

.rodape {
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:space-evenly;
	background-color:#CCCCCC;
	opacity:0.73;
	width:100%;
	height:227px;
	padding-top:70px;
	font-size:16px;
	font-weight:lighter;
}

.depoimento {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 150px;
}

.fundo-azul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
    width: 50%;
    padding: 50px 80px;
    background-color: #3645AD;
    color: #FFFFFF;
    font-size: 16px;
    border: 1px solid #6679FA;
    border-top-right-radius: 130px;
    border-bottom-right-radius: 130px;
}

#citacao {
    font-weight: bold;
}

#depoimento-texto {
    font-weight: lighter;
}

.depoimento-titulo{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.depoimento-titulo h1{
    font-size: 42px;
    color: #6679FA;
    font-weight: 100px;
}

.depoimento-titulo  p{
    font-size: 16px;
    font-weight: lighter;
}

.contato {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contato h1 {
    align-self: center;
    font-size: 42px;
    font-weight: bolder;
    color: #3645AD;
}
.contato-conteudo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 100px;
}

.contato-conteudo img {
    align-self: flex-end;
    width: 50%;
    height: 384px;
}


.contato-campos {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

form.form {
    display: flex;
    flex-direction: column;
    width: 430px;
    height: 370px;
}

.area-input, #area-input-email {
    width: 394px;
    height: 28px;
    border: none;
    border-bottom: 1px solid #6679FA;
    margin-bottom: 20px;
    font-size: 16px;
    outline: none;
    padding: 10px;
}

.area-input::placeholder {
    padding-left: 20px;
    font-size: 16px;
    font-weight: lighter;
}

.textarea-input {
    width: 394px;
    height: 118px;
    border: 1px solid #6679FA;
    border-bottom-right-radius: 30px;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 16px;
    outline: none;
    resize: none;
}

.textarea-input::placeholder {
    padding-left: 16px;
    padding-top: 10px;
    font-size: 16px;
    font-weight: lighter;
}

form.form button {
    align-self: flex-end;
    margin-right: 30px;
}

@media screen and (max-width: 850px) {
    .cabecalho {
        background-color: #F1F7FD;
        width: 100%;
        height: 70px;
        justify-content: space-between;
    }
    
    .cabecalho-menu, .cabecalho-menu-botoes {
        display: none;
    }

    .cabecalho-imagem {
        margin-left: 3vh;
    }

    .one,
    .two,
    .three {
        background-color: #000000;
        height: 5px;
        width: 100%;
        margin: 6px auto;
    }

    .menu-toggle {
        width: 40px;
        height: 30px;
        margin-right: 3vh;
    }

    .conteudo-principal, .conteudo-secundario, .conteudo-azul, .conteudo-secundario-escrito, .conteudo-secundario-paragrafo, .depoimento, .contato-conteudo {
        flex-direction: column;
        text-align: center;
        align-self: center;
    }

    .diferenciais {
        width: 100%;
        justify-content: center;
        gap: 3vh;
    }

    .conteudo-principal-imagem, .conteudo-secundario-imagem, .depoimento-titulo, .contato-conteudo img{
        order: -1;
        width: 90%;
        height: auto;
        align-self: center;
    }

    #quadrado {
        z-index: 0;
        bottom: 0px;
        align-self: center;
    }

    .retangulo {
        align-self: center;
        width: 100%;
    }

    .conteudo-azul {
        margin-top: 10px;
        font-size: 14px;
    }

    .rodape {
        width: 100%;
        height: auto;
        justify-content: center;
        padding-top: 30px;
        padding-bottom: 25px;
        gap: 4vh;
        font-size: 10px;
    }

    .rodape img {
        width: 20%;
    }

    .planos img {
        align-self: center;
        width: 90%;
        height: auto;
    }    

    .diferenciais {
        flex-direction: column;
    }
}


