﻿.texto{
	background: rgba(256,256,256,0.7);
	width: 100%;
	font-size: 20px;
	line-height: 22px;
	margin: 20px 0;
	padding: 10px;
	float: left;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
}

.texto strong{
	font-size: 25px;
	color: red;
}

.texto b{
	color: red;
}

.banner-conten{
	width: 100%;
	text-align: center;
	float: left;
}

.banner1{
	background:#e0e1d6;
	font-size: 37px;
	font-weight: bold;
	text-align: center;
	padding: 12px 20px;
	display: inline-block;

	box-shadow: 4px 4px 4px #e92929;
}



.parte{
	width: 100%;
	float: left;
}

.seccion{
	background: rgba(256,256,256,0.7);
	width: 63%;
	padding: 10px;
	float: left;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
}

.titulo-seccion{
	color: red;
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0;
}

.desarrollo-seccion{
	width: 100%;
	line-height: 24px;
	float: left;
}

.desarrollo-seccion strong{
	color: #c96864;
}


.imagen-seccion{
	border: 0px solid red;
	width: 35%;
	text-align: center;
	float: left;
}

.imagen-seccion img{
	width: 80%;

	border-radius: 10px;
}





.productos{
	width: 100%;
	float: left;
	margin: 20px 0;
}

.producto{
	background: rgba(256,256,256,0.4);
	width: 30%;
	float: left;
	margin: 0 1.5%;
}

.titulo-producto{
	background: white;
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	float: left;
	padding: 10px 0;
}

.imagen-producto{
	border: 0px solid blue;
	width: 100%;
	height: 300px;
	text-align: center;
	float: left;
}

.imagen-producto img{
	border: 0px solid red;
	width: auto;
	height: 100%;
}

.texto-producto{
	width: 100%;
	text-align: justify;
	padding: 10px 5px;
	float: left;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
}

@media screen and (max-width: 800px){
	.producto{
		width: 100% !important;
		height: auto !important;
		margin: 0 !important;
		float: left;
	}

	.imagen-producto{
		height: auto;
	}

	.imagen-producto img{
		width: 100% !important;
		height: auto !important;
	}
}

@media screen and (max-width: 700px){
	#efecto-r img{
		width: 100%;
	}

	.seccion{
		width: 100% !important;
	}

	.imagen-seccion{
		text-align: center !important;
		padding: 10px;
	}

	.imagen-seccion img{
		width: 100% !important;
		height: auto !important;
	}
}