
.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;
    border: 0;
    font-weight: bold;	
}


#botao:hover{
    background-color: #ff914d;
    
}

.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: 45px;
    }
	
	#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;
    }
}


/* Estilo de fonte para a pagina Inicio */

@font-face {
    font-family: "Poppins";
    src: url('../css-definitvo/font/Poppins-ExtraBold.ttf') format('truetype'); 
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: "Poppins";
    src: url('../css-definitvo/font/Poppins-Bold.ttf') format('truetype'); 
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Poppins";
    src: url('../css-definitvo/font/Poppins-SemiBold.ttf') format('truetype'); 
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Poppins";
    src: url('../css-definitvo/font/Poppins-Medium.ttf') format('truetype'); 
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Poppins";
    src: url('../css-definitvo/font/Poppins-Regular.ttf') format('truetype'); 
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Poppins";
    src: url('../css-definitvo/font/Poppins-Light.ttf') format('truetype'); 
    font-weight: 300;
    font-style: normal;
}

/* Estilo de fonte para a pagina Fim */