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

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Rubik";
    overflow-x: hidden;
}

main{
    width: 100vw;
    display: flex;
    flex-direction: column;
    background-color: rgb(250, 250, 250);
    align-items: center;
}

.header{
    width: 1360px;
    height: 108px;
    display: flex;
    align-items: center;
}

.header > .logo{
    width: 200px;
    height: 108px;
    display: flex;
    align-items: center;
    gap: 4px;
    
}

.header > .logo > h1{
    font-weight: 500;
}

.header > .atalhos{
    width: 750px;
    height: 108px;
    padding-top: 40px;
    text-align: center;
    overflow-y: hidden;
}

.header > .atalhos > a{
    color: #4C5D73;
    text-decoration: none;
    font-size: 14.5pt;
    margin-left: 50px;
}

.header > .login{
    width: 500px;
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.header > .login > a{
    color: #304F8C;
    text-decoration: none;
    font-weight: 500;
}

.header > .login > a > button{
    width: 150px;
    height: 44px;
    border-radius: 8px;
    background: transparent;
    cursor: pointer;
    color: #304F8C;
    font-weight: 500;
    font-size: 12pt;
    border: 1px solid #304F8C;
}

.container{
    margin-left: -50px;
    width: 1360px;
    height: 645px;
    display: flex;
    flex-direction: column;
    text-align: left;
    background-color: #FFF;
}

.container > .hero{
    display: flex;
    flex-direction: row;
    height: 470px;
}

.container > .hero > .card{
    width: 720px;
    height: 397px;
    margin-top: 59px;
    margin-left: 50px;
}

.container > .hero > .card > h1{
    font-size: 32pt;
    font-weight: 700;
    color: #111826;
}

.container > .hero > .card > p{
    color: #4C5D73;
    margin-top: 20px;
    margin-bottom: 38px;
}

.container > .hero > .card > a > button{
    width: 250px;
    height: 60px;
    border-radius: 10px;
    color: white;
    background-color: #304F8C;
    border: 1px solid #304F8C;
    outline: none;
    text-decoration: none;
    font-size: 12pt;
    cursor: pointer;
}

.container > .hero > .img_grande{
    width: 600px;
}

.container > .hero > .img_grande > #img_grande{
    height: 450px;
}

.container > .hero_icons{
    width: 1360px;
    height: 104px;
    margin-top: 70px;
    padding-left: 90px;
    display: flex;
    flex-direction: row;
}

.container > .hero_icons > .icons{
    width: 320px;
    display: flex;
}

.container > .hero_icons > .icons > img{
    height: 70px;
}

.container > .hero_icons > .icons > .icon_lado{
    justify-content: center;
    align-items: center;
    text-align: left;
    margin-left: 10px;
    margin-top: 16px;   
}

.container > .hero_icons > .icons > .icon_lado > h5{
    font-size: 13pt;
}

.container > .hero_icons > .icons > .icon_lado > p{
    font-size: 11pt;
}

.servicos{
    width: 1360px;
    margin-top: 50px;
}

.servicos > h4{
    font-size: 13pt;
    font-weight: 400;
    letter-spacing: 1.5px;
    color: #4C5D73;
    margin-bottom: 15px;
}

.servicos > h1{
    font-size: 27pt;
    font-weight: 700;
    color: #111826;
    margin-bottom: 50px;
}

.servicos > .Icons_servicos{
    display: flex;
    width: 1370px;
    height: 214px;
    gap: 90px;
}

.servicos > .Icons_servicos > .bloco{
    width: 270px;
    height: 210px;
    border-radius: 8px;
    background-color: white;
    padding-top: 20px;
    padding-left: 24px;;
    color: #111826;
}

.servicos > .Icons_servicos > .bloco > img{
   margin-bottom: 23px;
}

.servicos > .Icons_servicos > .bloco > p{
    font-size: 11pt;
    color: #4C5D73;
    margin-top: 6px;
}

.sobre{
    margin-top: 110px;
    width: 1400px;

}

.sobre > h4{
    font-size: 13pt;
    font-weight: 400;
    letter-spacing: 1.5px;
    color: #4C5D73;
    margin-bottom: 15px;
    margin-left: 40px;
}

.sobre > h1{
    font-size: 26pt;
    font-weight: 700;
    color: #111826;
    margin-left: 40px;
}

.sobre > .interno{
    display: flex;
}

.sobre > .interno > img{
    position: absolute;
    top: 141%;
    left: 19%;
}

.sobre > .interno > .sobretexto{
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-top: 180px;
    margin-left: 590px;
}

.sobre > .interno > .sobretexto > p{
    color: #4C5D73;
    font-size: 13pt;
    font-weight: 400;
    margin-bottom: 37px;
}

.sobre > .interno > .sobretexto > button{
    width: 214px;
    height: 48px;
    background-color: transparent;
    border: 2px solid #304F8C;
    color: #304F8C;
    border-radius: 7px;
    font-size: 12pt;
    font-weight: 700;
    gap: 5px;
    cursor: pointer;
}


.atuacao{
    margin-top: 250px;
    width: 1400px;
}

.atuacao > h4{
    font-size: 13pt;
    font-weight: 400;
    letter-spacing: 1.5px;
    color: #4C5D73;
    margin-bottom: 15px;
}

.atuacao > h1{
    font-size: 27pt;
    font-weight: 700;
    color: #111826;
    margin-bottom: 50px;
}

.atuacao > .dentro{
    display: flex;
    gap: 90px;
    padding-left: 40px;
}

.atuacao > .dentro > .lugar{
    width: 270px;
    height: 208px;
    background-color: white;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.atuacao > .dentro > .lugar > p{
    margin-top: 17px;
}

.planos{
    margin-top: 70px;
    width: 1400px;
}

.planos > h4{
    font-size: 13pt;
    font-weight: 400;
    letter-spacing: 1.5px;
    color: #4C5D73;
    margin-bottom: 15px;
}

.planos > h1{
    font-size: 27pt;
    font-weight: 700;
    color: #111826;
    margin-bottom: 50px;
}

.planos > .plano{
    display: flex;
    gap: 90px;
    padding-left: 40px;
}

.planos > .plano > .caixa{
    width: 270px;
    height: 288px;
    background-color: white;
    border-radius: 8px;
    padding-left: 25px;
    padding-top: 30px;
}

.planos > .plano > .popula > .caixa{
    width: 270px;
    height: 288px;
    background-color: white;
    border-radius: 8px;
    padding-left: 25px;
    padding-top: 30px;
}

.planos > .plano > .caixa > h4{
    color: #111826;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 15px;
}

.planos > .plano > .caixa > p{
    color: #4C5D73;
    line-height: 22px;
    margin-top: 25px;
}

.planos > .plano > .caixa > .valor{
    display: flex;
    gap: 2px;
}

.planos > .plano > .caixa > .valor > p{
    margin-top: 3px;
}

.planos > .plano > .caixa > .botao{
    margin-bottom: -20px;
}


.planos > .plano > .caixa > button{
    width: 220px;
    height: 48px;
    border: 1px solid #304F8C;
    background-color: transparent;
    color: #304F8C;
    font-size: 13pt;
    font-weight: 700;
    border-radius: 8px;
    margin-top: 40px;
    cursor: pointer;
}

.planos > .plano > .caixa > #botao1{
    margin-top: 15px;
}

.planos > .plano >.caixa > #botao2{
    margin-top: 36px;
}

.planos > .plano > .caixa > #botao3{
    margin-top: 35px;
}

.planos > .plano > .caixa > #botao4{
    margin-top: 55px;
}

.planos > .plano > #popular{
    background-color: #304F8C;
    color: white;
}

.planos > .plano > #popular > h4{
    color: white;
}

.planos > .plano > #popular > p{
    color: white;
}

.planos > .plano > #popular > button{
    background-color: white;
}

.comentarios{
    width: 770px;
    height: 392px;
    margin-top: 100px;
    padding-top: 180px;
    margin-bottom: 96px;
    background-color: #EAEDF3;
    border-radius: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

#aspas{
    position: absolute;
    top: 321.4%;
    right: 30%;
    z-index: 10;
}

.comentarios > #omi{
    position: absolute;
    top: -15%;
    
}

.comentarios > img{
    margin-top: 40px;
}

.comentarios > p{
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #4C5D73;
}

.footer{
    height: 410px;
    display: flex;
    background-color: #111826;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    color: white;
}

.footer > .colunas{
    padding-top: 60px;
    display: flex;
    gap: 90px;
}

.footer > .colunas > #coluna1{
    overflow-y: hidden;
}

.footer > .colunas > .coluna > h4{
    margin-bottom: 25px;
    font-size: 18pt;
    font-weight: 700;
}

.footer > .colunas > .coluna > p{
    font-size: 14pt;
    font-weight: 400;
    margin-bottom: 20px;
    cursor: pointer;
}

.footer > .colunas > #coluna5 > .emails > input{
    width: 290px;
    height: 40px;
    color: #000;
    border-radius: 6px;
    font-size: 12pt;
    font-weight: 500;
    padding-left: 25px;
    border: none;
    outline: none;
}

.footer > .colunas > #coluna5 > .emails > img{
    margin-left: -40px;
    cursor: pointer;
}

.footer > .colunas > #coluna5 > .links{
    width: 280px;
    display: flex;
    gap: 20px;
    margin-top: 13px;
    margin-left: 5px;
}

.footer > .colunas > #coluna5 > .links > img{
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.footer > hr{
    margin-top: 30px;
    width: 100vw;
}

.footer > p{
    font-size: 12pt;
    font-weight: 300;
    margin: 20px;
    height: 27px;
}

