
.painel{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
}

.painel__img{
    width: 45%;
    margin-right: 15px;
    margin-top: 30px;
}

#espacotexto{
	padding-right:32px;
}

.painel__text{
    width: 45%;
    margin-left: 15px; 
    height: 100%; 
    margin-top: 25px;
}

.painel__text h2{
    font-family: Poppins, sans-serif;
    font-weight: bold;
}

.painel__text p{
    margin-bottom: 30px;
}



#botao{
    padding: 10px 30px;
    background-color: #5685d0;
    color: #fff;
    font-family: Poppins, sans-serif;
    text-decoration: none;   
    position: relative;
    transition: all 0.5s ;		
}


#botao:hover{
    background-color: #06194b;
    
}

.posicaobotao{
   left: -263px;
   top: 33px;
}

.posicaobotao2{
   left: -263px;
   top: 33px;
}

#mobileCell_Card{
  display:none;	
}

#desktopCell_Card{
   display:block;	
}

@media screen and (max-width:990px){
    .painel{
        justify-items: center;
        align-items: center;
        flex-direction: column;
    }
    .painel__img{
        width: 100%;
       
    }
    
    .painel__text{
        width: 100%;
        
    }   
}

@media screen and (max-width:680px){
    .painel{
        margin-top: 0px;
    }
}

@media screen and (max-width:500px){
    .painel__img{
        margin-top: 0px;
    }
    .painel__text p{
        padding-right: 15px;
    }
   
	
	#pularlinhaimg{
		margin-top:90px;
	}
	
   .posicaobotao{
   left: 0px;
   top: 33px;
   }
   
   .posicaobotao2{
   left: 0px;
   top: 33px;
   }
   
   #mobileCell_Card{
  display: block;	
   }
   
   #desktopCell_Card{
   display:none;	
}
}

@media screen and (max-width:430px){
    .painel__img img{
        margin-left: 0px;
    }
}


.flex_diferencial{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3em;
    padding: 3em 0;
}

.itens_diferencial{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5em;
    color: #00985B;
    text-align: center;
}

.dif_odonto h2{
    text-align: center;
    color: #00985B;
}

.vantagens{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.vantagens_box{
    width: 45%;
    align-self: flex-start;
}

.vantagem_content{
    width: 100%;
}

.dif_vantagens h3,
.dif_vantagens h4{
    text-align: center;
    margin-bottom: .8em;
}
.dif_vantagens h4{
    margin-bottom: 2em;
}

.content_flex{
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 1em;
}

.content_text{
    border: 1px solid #d3d3d3;
    padding: .8em;
    border-radius: 2px;
    margin: .7em 0;
    width: 200px;
    height: auto;
    min-height: 115px ;
    display: flex;
    justify-content: center;
    text-align: center;
    background-color: #00985B;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
     cursor: pointer;
     align-self: flex-start;
}

.content_text h5{
    font-weight: bolder;
    color: #fff;
    font-size: 16px;
}



.vantagem_img{
    width: 54%;
    align-self: flex-end;
    border-radius: 5px;
    align-self: flex-start;
}
.vantagem_img img{
   
    border-radius: 5px;
}

.text_vant{
    color: #fff;
}

.planos-odonto{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5em;
    margin-top: .7em;
}

.odonto-card{
    padding: 1em;
    border-radius: 5px;
    border: 1px solid #d3d3d3;
    width: 300px;
    height: 510px;
    display: flex;
    flex-direction: column;

}


.odonto-card button{
    border: none;
    padding: .5em 1.5em;
    background-color: #00985B;
    color: #222;
    font-weight: 700;
    border-radius: 2px;
    
}

.odonto-card h4{
    color: #00985B;
    font-weight: 700;
}

@media screen and (max-width:1000px){
    .vantagens_box{
        width: 92%;
    }
    .vantagem_img{
        width: 70%;
    }
    
}

@media screen and (max-width:500px){
    .content_text{
        height: auto;
        width: auto;
    }
    .odonto-card{
        height: auto;
    }
    .content_text{
        width: 100%;
    }
}