
.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: #02a89b;
    color: #fff;
    font-family: Poppins, sans-serif;
    text-decoration: none;   
    position: relative;
    transition: all 0.5s ;		
}


#botao:hover{
    background-color: #00766a;
    
}

.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;
    }
    .painel__img img{
        margin-left: 0px;
    }
	
	#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;
    }
}