.program_health{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: 2em auto;
    width: 80%;
}



.health__item{
    padding: .8em;
    background-color: #F36C1C;
    font-weight: bold;
    margin: .8em .4em;
    text-align: center;
    width: 300px;
    border-radius: 2px;
    height: 70px;
    transition: 1s;
}

.health__item i{
    padding-bottom: .7em;
    font-size: 16px;
}

.health__item:hover{
    background-color: black;
    color: #F36C1C;
}


/* entidades de classes */

.entidade_class{
    margin: 1.5em auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    
}

.entidade_class__item{
   margin: 1.2em 2.5em;
    align-self: flex-start;
    color: black;
    font-weight: 600;
   
}


/* planos empresariais sulamerica */

.planos_empresarial{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    margin: .5em auto;
   
}

.planos_empresarial__item{
    padding: 1em;
    margin-bottom: .5em;
    border: 1px solid #8f9094;
    border-radius: 1px;
    width: 200px;
    height: 240px;
    transition: 1s all;
    background-color: #fff;
    box-shadow: 0 1px 6px rgb(160, 155, 155);
    transition: 1s;
}

.planos_empresarial__item h4{
    text-align: center;
    margin-bottom: 1em;
}


.planos_empresarial__item p i{
    color: #F36C1C;
}

.planos_empresarial__item:hover{
    transform: scale(1.07);
}

/* beneficios empresarial */
.beneficios_empresarial{
    display: flex;
    margin: 1.3em auto;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    width: 80%;
}

.beneficios_empresarial__item{
    width: 400px;
    height: 170px;
    border: 1px solid rgb(167, 165, 165);
    padding: .9em;
    margin: .9em .4em;
    color: #fff;
   border-radius: 1px;
    background-color: #0C2D72;
    
}

.beneficios_empresarial__item h4{
    color: #fff;
    font-weight: bold;
}

/* médico na tela */
.med_tela{
    display: flex;
    margin: 4em auto;
    width: 75%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 2em;
}

.med_tela__content{
    width:45%;
    text-align: justify;
    align-self: flex-start;
    margin-right: 2em;
}

.med_tela__img{
    margin-left: 2em;
}

.med_tela__img img{
    border-radius: 5px;
}



/* planos odonto */

.planos_empresarial__item__odonto{
    padding: 1em;
    margin-bottom: .7em;
    border: 1px solid #8f9094;
    border-radius: 1px;
    width: 320px;
    height: 470px;
    transition: 1s all;
    background-color: #fff;
    box-shadow: 0 1px 6px rgb(160, 155, 155);
    transition: 1s;
}

.planos_empresarial__item__odonto h4{
    text-align: left;
    margin-bottom: 1em;
}




.planos_empresarial__item__odonto:hover{
    transform: scale(1.04);
}




.odonto{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
}

.odonto__card{
    height: 230px;
    width: 300px;
    margin: 1em .5em;
    padding: 1em;
    border-top: 1px solid #2f4480;
    border-left: 1px solid #2f4480;
}

.titulo_principal{
    position: relative;
}

.titulo_principal::before{
    background-color: #1a4385;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
}



.odonto__card__conteudo{
    text-align: left;
    
}

.frase{
    line-height: 2em;
    margin-bottom: 2em;
}

.chamada{
    line-height: 2em;
}

.cot{
    text-align: center;
    background-color: #2f4480;
    color: #fff;
    width: auto;
    padding: 1em;
}

.cot:hover{
    box-shadow: 0 0 10px 0 rgb(145, 142, 142);
}



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

.main__content__img{
    width: 40%;
    margin-right: 1em;
    align-self: flex-start;
    margin-top: 2em;
}

.main__content__conteudo{
    width: 50%;
    margin-left: 1em;
    margin-bottom: 2em;
   
}

.main__content__conteudo h2{
    font-size: 24px;
    position: relative;

}

/*.main__content__conteudo h2::before{
    background-color: #1a4385;
    content: "";
    display: block;
    height: 26px;
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
}*/

.contratacao{
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    width: 80%;
    flex-wrap: wrap;
}

.contratacao__card{
    display: flex;
    flex-direction: column;
    width: 250px;
    height: auto;
    border: 1px solid #d3d3d3;
    padding: 1em;
    margin-bottom: 1em;
	border-radius: 5px 5px 5px 5px;
}


.contratacao__card:hover {
    box-shadow: 0 5px 30px 0 rgb(0 0 0 / 30%);
    transition: .3s;
}

.contratacao__card__tit{
    font-size: 18px;
    margin-bottom: 1em;
    color: #1a4385;
}

.opcoes__contratacao{
   margin-left: 10%;
   width: 80%;
}

@media screen and (max-width:800px){
    .med_tela{
        width: 90%;
        margin: 2em 1em;
    }
    .med_tela__content{
        width: 100%;
        margin-right: 0px;
    }
    .med_tela__img{
        width: 100%;
        margin-left: 0px;
    }
}

@media screen and (max-width:510px){
    .entidade_class__item{
        width: 100%;
    }
    .beneficios_empresarial{
        width: 100%;
    }
    .beneficios_empresarial__item{
        height: auto;
        width: 100%;
    }
    .planos_empresarial__item__odonto{
        height: auto;
        width: 100%;
        margin: .9em .9em;
    }
}





