@charset "utf-8";
/* CSS Document */

*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body{
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: 300;
}

header {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	width: 100%;
	height: 100px;
	background-image: url(images/fondo-header2.jpg);
	background-color: rgba(0,0,0,1.00);
}

.marca {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	width: auto;
	height: 80px;
}

.logo {
	width: auto;
	height: 100%;
	max-height: 80px;
}

nav {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	width: 100%;
	height: 60px;
	background-image: url(images/textura04.jpg);
	background-color: rgba(45,44,44,1.00);
	border-top: solid 3px rgba(255,255,255,.9);
	border-bottom: solid 3px rgba(255,255,255,.90);
}

nav a {
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: 300;
	font-size: 1.1em;
	text-decoration: none;
	text-align: center;
	color: rgba(42,225,218,0.90);
/*	color: rgba(105,105,105,1.00);*/
	padding: 0 25px;
	transition: 1.5s;
}

nav a:hover {
	color: rgba(255,255,255,1.00);
}

.banner-index {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	width: 100%;
	height: 350px;
	background-image: url(images/banner2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: tan;
}

.cintillo {
	width: 100%;
	height: 15px;
	background-color: white;
}

.productos {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	width: 100%;
	height: auto;
	background-color: lightgray;
}

.productos a{
	text-decoration: none;
	color: rgba(42,225,218,0.90);
	transition: 1.5s;
	font-weight: 600;
	margin: 30px 0;
}

.productos a:hover {
	color: rgba(255,255,255,1.00);
}

.riel {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	height: auto;
}

.riel-inverso{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: auto;
}

.producto {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	width: 100%;
	max-width: 1200px;
	height: 470px;
}

.reverse {
	
}

.producto-descripcion {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	width: 40%;
	height: 470px;
}

.producto-imagen {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	width: 60%;
	height: 470px;
	overflow: hidden;
}

.producto-copy {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 60px;
	text-align: center !important;
	color: white;
	background-color: rgba(0,0,0,.4);
}

.producto-copy h3 {
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: 300;
	font-size: 2em;
	text-align: center;
	color: white;
}

.producto-diferenciales {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	width: 100%;
	height: 50%;
}

.producto-diferencial {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 40%;
	height: 100%;
	background-color: dimgray;
}

.color2 {
	background-color: lightgray;
	border-left: solid 5px white;
	border-right: solid 5px white;
}


.imagen-cuadrada {
	width: 100%;
	height: auto;
}

.imagen-responsiva {
	width: 100%;
	height: auto;
}

.imagen-responsivah {
	width: auto;
	height: 100%;
}

.mini-diferencial {
	width: 200px;
	height: 200px;
	margin: 0 10px;
}


footer {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-image: url(images/textura02.jpg);
	background-size: cover;
	width: 100%;
	height: auto;
	margin: 0;
}

.logo-footer {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	height: 100px;
	padding: 15px 0 10px 0;
}

.redes-sociales {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: 100px;
}

.redes-sociales a{
	margin: 5%;
}

.fa-facebook-official, .fa-envelope, .fa-whatsapp, .fa-phone, .fa-instagram {
		font-size: 3em !important;
		color: white;
		text-decoration: none !important;	
}

.fa-facebook-official:hover, .fa-envelope:hover, .fa-whatsapp:hover, .fa-phone:hover, .fa-instagram:hover {
		color: #8cf4e8;	
}

@media screen and (max-width: 600px){

*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body{
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: 300;
}

header {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	width: 100%;
	height: 100px;
	background-image: url(images/fondo-header2.jpg);
	background-color: rgba(0,0,0,1.00);
}

.marca {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	width: auto;
	height: 80px;
}

.logo {
	width: auto;
	height: 100%;
	max-height: 80px;
}

nav {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: auto;
	background-image: url(images/textura04.jpg);
	background-color: rgba(45,44,44,1.00);
	border-top: solid 3px rgba(255,255,255,.9);
	border-bottom: solid 3px rgba(255,255,255,.90);
}

nav a {
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: 300;
	font-size: 1.1em;
	text-decoration: none;
	text-align: center;
	color: rgba(42,225,218,0.90);
/*	color: rgba(105,105,105,1.00);*/
	padding: 2% 25px;
	transition: 1.5s;
}

nav a:hover {
	color: rgba(255,255,255,1.00);
}

.banner-index {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	width: 100%;
	height: 150px;
	background-image: url(images/banner2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 20%
}

.cintillo {
	width: 100%;
	height: 7px;
	background-color: white;
}

.productos {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	width: 100%;
	height: auto;
	background-color: lightgray;
}

.productos a{
	text-decoration: none;
	color: rgba(42,225,218,0.90);
	transition: 1.5s;
	font-weight: 600;
	margin: 30px 0;
}

.productos a:hover {
	color: rgba(255,255,255,1.00);
}

.riel {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	height: auto;
}

.riel-inverso{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: auto;
}

.producto {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column-reverse;
	width: 100%;
	height: auto;
}
	
.reverse {
	flex-direction: column;
}

.producto-descripcion {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: auto;
}

.producto-imagen {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.producto-copy {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 20px;
	text-align: center !important;
	color: white;
	background-color: rgba(0,0,0,.4);
}

.producto-copy h3 {
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: 300;
	font-size: 1.8em;
	text-align: center;
	color: white;
}

.producto-diferenciales {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	width: 100%;
	height: 50%;
}

.producto-diferencial {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 40%;
	height: 100%;
	background-color: dimgray;
}

.color2 {
	background-color: lightgray;
	border-left: solid 5px white;
	border-right: solid 5px white;
}


.imagen-cuadrada {
	width: 100%;
	height: auto;
}

.imagen-responsiva {
	width: 100%;
	height: auto;
}

.imagen-responsivah {
	width: auto;
	height: 100%;
}

.mini-diferencial {
	width: 200px;
	height: 200px;
	margin: 0 10px;
}


footer {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-image: url(images/textura02.jpg);
	background-size: cover;
	width: 100%;
	height: auto;
	margin: 0;
}

.logo-footer {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	height: 100px;
	padding: 15px 0 10px 0;
}

.redes-sociales {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: 100px;
}

.redes-sociales a{
	margin: 5%;
}

.fa-facebook-official, .fa-envelope, .fa-whatsapp, .fa-phone, .fa-instagram {
		font-size: 3em !important;
		color: white;
		text-decoration: none !important;	
}

.fa-facebook-official:hover, .fa-envelope:hover, .fa-whatsapp:hover, .fa-phone:hover, .fa-instagram:hover {
		color: #8cf4e8;	
}	
	
}

