/*HEADER*/
*{
    font-family: 'Lexend Peta', sans-serif;
}
.bg-backg{
    background-image: url("../assets/12063981_4863425.svg");
    background-size: cover;
    filter: blur(4px);
    -webkit-filter: blur(4px);
    height: 100vh;
}
.cabecalho{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100vw;
    text-align: left;
    
}
.cabecalho img{
    margin: 2rem;
    width:15rem; 
}


.titulo{
    margin: 0 auto;
    padding: 10vw;
}
.titulo h1{
    font-size: 1.5rem;
    color: #0EB1BA;
}
.titulos{
    font-size: 3rem;
    color: #fa6f6e;
    text-align: center;
    margin-bottom: 5vh;
    font-weight: bold;
}
strong{
    font-family: 'Jost', sans-serif;
    color:#fa6f6e;
    font-size: 1.8rem ;
    font-weight: bold;
    
}

.div_bnt{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.bnt-contrate{
    margin: 10vh auto ;
    border-color: #fff;
    background-color: #0EB1BA;
    color: #fff;
    font-size: 1.5rem;
    padding: 20px 50px;
    box-shadow: 3px 5px 5px #000;
    border-radius: 50px;
}
.bnt-contrate:hover{
    transition: 1s; 
    box-shadow: none;
}

.sessao_planos{
    background-image: linear-gradient(180deg, #fff, #e6e2e2);
    width: 100%;
}
.planos{
    padding: 10vh 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.planocard{
    margin: 0 auto;
    background-color: #fff;
    margin-top: 5vh;
    border-radius: 20px 0 20px 0;
}
.planocard h2{
    background-color: #0EB1BA;
    color: #fff;
    font-size: 1.8rem;
    padding: 10px;
    border-radius: 20px 0 0 0;
}
.planocard ul{
    padding: 30px;
}
  
.planocard li{
    list-style: disc;
}
.planocard p{
    background-color: #0EB1BA;
    padding: 10px;
    border-radius: 0 0 20px 0;
    color: #fff;
}
.valor{
    padding: 10px;
    color: #fff;
    font-size: 2.8rem;
    display: flex;
    justify-content: flex-end;
}

.sessao_primari{
    margin: auto
}
.primari_convite{
    margin: auto;
    padding: 0 5vw
}

.primari_convite img{
    max-width: 300px;
}
.primari_convite p{
    text-align: left;
    margin: 5vh auto;
    font-size: 1.2rem;
    color: #0EB1BA;
}

/*MAIN*/
.sessao_secundare{
    background-color: #fa6f6e;
    padding: 5vh auto;
    
}
.sessao_secundare h1{
    margin: 0 auto 10vh;
    text-align: center;
    font-size: 2.8rem;
    font-weight: bold;
    color:aliceblue; 
    padding-top: 10vh; 
}
.secundare_div{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10vh;
}

.secundare_box{
    margin: 1rem auto;
    width: 280px;
    padding: 10px;
    box-shadow: 2px 2px 5px;
    border-radius: 10px;
    background-color: aliceblue;
}
.secundare_box:hover{
    transform: scale(1.1); 
}
.secundare_div img{
    width: 100%;
    
}

.sessao_secundare h2{
    font-size: 2rem;
    color:#fa6f6e;    
}
.sessao_secundare p{
    margin-top: 2vh;
    font-size: 1.2rem;
    
}
/* sobre */
.sessao_terceare{
    background-color: white;
    font-size: 1.2rem;
    text-align: center;
    color:#0EB1BA;
}

.parceiros{
    width: 100%;
    margin: 10vh auto;
}
.parceiros img{
   max-width: 100px;
}

#ilustra3{
    width: 100%;
}

/*FOOTER*/
.rodape{
    background-color: #fa6f6e ;
    text-align: center;
    padding: 10%;
    filter: drop-shadow(5px 5px 15px rgb(75, 71, 71));
}

.rodape h2{
    font-size: 3rem;
    color:#fff;
}

.rodape a {
    color: black;
    font-weight: bold;
    transition: 1s;
}
.rodape a:hover {
    color: rgb(116, 109, 12);
}

/*RESPONSE*/

@media screen and (min-width: 768px){
    .titulo{
        padding: 0 15vh;
    }
    .titulo h1{ 
        font-size: 3rem;
    }
    strong{
        font-size: 4rem;
    }
    .titulos{
        font-size: 4rem;
    }

    .secundare_div{
        flex-direction: row;
    }
    .secundare_box{
        width: 40%;
        margin: 20px;
    }
    
    .sessao_terceare{
        display: flex;
        padding: 5vh;
    }
    

    .rodape{
        padding: 30px;
       
    }
}    
@media screen and (min-width: 1024px){
   
    .titulo{
        margin: 5vh auto ;
        padding: 0 8vh;
    }
    .cabecalho_container{
        display: flex;
    }
    
    .div_bnt img{
        width: 300px;
    }
   
    .planocard{
       max-width: 50%;
    }
   
    .primari_convite img{
        max-width: 400px;
    }
    
    .secundare_box{
        width: 45%;
        margin: 20px;
       
    }
    
    .sessao_terceare{
        display: fle;
    }
    .sessao_terceare div{
        flex-wrap: wrap;
        flex-direction: row;
    }
    .sessao_terceare img{
       max-width: 200px;
    }

    
    .rodape{
        padding: 30px;
       
    }
}    