.productos{
	background-color:#E7F3E7;
	height: auto;
	box-shadow: 0 12px 9px -5px rgba(0,0,0,0.12), 0 10px 32px 0 rgba(0,29,124,0.12);
}
.productos .container{
	display: flex;
}
.productos .container img{
	height: 100%;
	width: 30%;
	object-fit: cover;
}
.productos .container .p_txt{
	padding: 10% 5%;
	height: 100%;
	width: 70%;
}
.productos .container .p_txt p{
	text-align: justify;
	color: #698088;
}
.exportacion{
	color: white;
	/*box-shadow: 0 12px 9px -5px rgba(0,0,0,0.12), 0 10px 32px 0 rgba(0,29,124,0.12);*/
}
.exportacion .conteiner{
	display: flex;
	justify-content: center;
	position: relative;
}
.exportacion .conteiner .cont_img{
	position: absolute;
	right: 155px;
	height: 100%;
}
.exportacion .conteiner img{
	width: 28vw;
	height: 35vw;
}
.exportacion .p_1{
	padding: 5% 15% 5% 50px;
	background-color: #537678;
	text-align: justify;
}
.exportacion .p_1 p{
	
}
.exportacion .p_2{
	background-color: #E7F3E7;
	color: #537678;
	width: 50%;
	display: flex;
	flex-direction: column;
	padding: 4% 1%;

}
.exportacion .p_2 p{
			text-align: justify;
}
.cont_info{
	margin-top: 20px;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
}
.cont_info .caja{
	display: flex;
	flex-direction: column;
	width: 30%;
	height: 15%;
	justify-content: center;
	align-items: center;
}
.cont_info .caja h4{
	margin-bottom: 15px;
}
.cont_info .caja img{
	height: 50%;
	width:  50%;
	border-radius: 50%;
}
.panel_5{
    width: 100%;
    padding: 2% 5%;
    overflow: hidden;
} 
.contenedor_p5{
	background-image: url('/../Linea_Grafica/Fondos/3.jpg'); 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 20px;
    padding: 2% 0%;
} 
.contenedor_p5 .txt_info{
	display: flex;
	flex-direction: column;
   	justify-content: center;
   	align-items: center;
    color:#425B6D;
    width: 90%;
    padding: 0% 2%;
}
.contenedor_p5 .txt_info h3{
	text-align: center;
	font-size: 2vw;
}
.contenedor_p5 .txt_info p{
	text-align: justify;
    color:#425B6D;
}
.contenedor_p5 img{
    width:  300px;
    height: 200px;
    border-radius: 20px;
    object-fit: cover;
    margin-bottom: 20px;
}
.contenedor_p5 .txt_info button{

    }
@media(max-width:1050px){
	.conteiner{
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.exportacion .conteiner .cont_img{
		display: none;
	}
	.exportacion .p_1{
	 padding: 5% 5%;
	}
	.exportacion .p_1 h3{
	text-align: center;
	}
	.exportacion .p_2{
		display: none;
	}
	.contenedor_p5 .txt_info h3{
	text-align: center;
	font-size: 20px;
	}	
}
@media(max-width:900px){

	/*.exportacion .p_2{
		display: none;
	}
	.exportacion .p_1{
		width: 100%;
	}
	.exportacion .cont_img img{
	display: none;*/
}
