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

*{
	font-family: 'Montserrat', sans-serif;
}

html, body{
	margin: 0;
	padding: 0;
}

body{
	background: #f1f1f2;
}
.espacioo{
	padding: 55px 0;
}
.navv{
	/* position: fixed; */
	max-width: 1920px;
	top: 0;
	z-index: 100;
	background: #fff;
	border-bottom: 1px solid #f1f1f2;
}
main{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	background: #fff;
}

header{
	width: 80%;
	height: 30px;
	background: #bfe7fb;
	padding: 5px 10%;
}

#redes{
	float: left;
}

ul#contacto{
	list-style: none;
	padding: 0;
	float: right;
	margin: 0;
}

ul#contacto li{
	display: inline-block;
	color: #1c1665;
	font-size: 14px;
	font-weight: 500;
}

ul#contacto li img{
	margin-bottom: -10px;
}

#nav{
	width: 80%;
	height: 70px;
	padding: 0 10%;
}

#logo{
	float: left;
	width: 20%;
}

#botones{
	width: 80%;
	float: right;
}

ul#botones{
	padding: 0;
	list-style: none;
	text-align: right;
}

ul#botones li{
	display: inline-block;
	margin-left: 2px;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	transition: all 0.3s ease 0s;
}

ul#botones li a{
	color: #c2c4c6;
	font-size: 12px;
	transition: all 0.3s ease 0s;
}

ul#botones li:nth-child(4){
	background: #fcb316;
}
ul#botones li:nth-child(4) a{
	color:#fff;
}

ul#botones li:last-child{
	background: #F96e5c;
}
ul#botones li:last-child a{
	color:#fff;
}

ul#botones li a:hover{
	color: #0e033d;
	}

ul#botones li:nth-child(4):hover{
	background: #984dff;
	color: #fff;
}
ul#botones li:nth-child(4) a:hover{
	color: #fff;
}

ul#botones li:last-child:hover{
	background: #984dff;
	color: #fff;
}
ul#botones li:last-child a:hover{
	color: #fff;
}

a{
	text-decoration: none;
}

#colecciones{
	width: 80%;
	padding: 60px 10%;
	background: #FFF;
	text-align: center;
}

.titulo{
	width: 30%;
	float: left;
	margin-right: 5%;
}

.quitar{
	margin-right: 0;
}

h1{
	font-size: 22px;
	color: #009ce0;
	margin: 0;
}

#contenido{
	width: 80%;
	height: auto;
	background: #FFF;
	padding: 40px 10%;
}

.prod{
	width: 30%;
	height: auto;
	background: #FFF;
	float: left;
	margin-right: 3%;
	margin-bottom: 75px;
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
}

.prod img{
	border-radius: 5px;
}

.cont img{
	display:block;
}

.tres{
	margin-right: 0;
}

.seis{
	margin-right: 0;
}

.clear{
	display: block;
	clear: both;
}

h2{
	font-size: 15px;
	color: #1c1665;
	font-weight: 700;
}

h3{
	font-size: 10px;
	color: #984dff;
	font-weight: 500;
}

#imagen{
	background: url(imagenes/web--moott-18.jpg) center no-repeat;
	width: 100%;
	height: 240px;
}

p{
	color: #fff;
	font-size: 16px;
}

footer{
	background: #0e033d;
	width: 80%;
	padding: 30px 10%;
	height: 90px;
}

.footerr{
	float: left;
	width: 50%;
}

.der{
	padding: 20px 0;
}

#logo2{
	width: 100%;
}

ul#derechos{
	list-style: none;
	padding: 0;
	width: 100%;
}

ul#derechos li{
	display: inline-block;
	margin-right: 10px;
}

ul#derechos li a{
	color: #fff;
	font-size: 10px;
	font-weight: 200;
}

#clientes{
	width: 100%;
	float: right;
	text-align: right;
	margin-bottom: 12px;
}

#clientes a{
	margin-left: 20px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
}

#redes2{
	text-align: right;
	width: 100%;
}

ul#redes2{
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#redes2 li{
	display: inline-block;
}

ul#redes2 li img{
	margin-bottom: -15px;
}

#redes2 p{
	font-size: 12px;
	font-weight: 200;
}


@media only screen and (min-width: 0px) and (max-width: 413px){
	main{
	width: 100%;
	margin: 0 auto;
	}

header{
	width: 96%;
	height: 30px;
	background: #bfe7fb;
	padding: 5px 2%;
}

#redes{
	float: left;
}
	#redes img{
		margin-right: -12px;
	}
ul#contacto{
	list-style: none;
	padding: 0;
	float: right;
	margin: 0 10px 0 0;
}

ul#contacto li{
	display: inline-block;
	color: #1c1665;
	font-size: 10px;
	font-weight: 500;
}

ul#contacto li img{
	margin-bottom: -10px;
}

#nav{
	width: 94%;
	height: 90px;
	padding: 5px 3%;
}
	
#logo{
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: -20px;
	}
	#logo img{
		width: 40%;
	}

#botones{
	width: 100%;
	float: right;
	text-align: center;
}

ul#botones{
	padding: 0;
	list-style: none;
	text-align: center;
}

ul#botones li{
	display: inline-block;
	margin-left: 5px;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
}

ul#botones li a{
	color: #c2c4c6;
	font-size: 11px;
}
ul#botones li:nth-child(4){
	background: #fcb316;
}
ul#botones li:nth-child(4) a{
	color:#fff;
}

ul#botones li:last-child{
	background: #F96e5c;
}
ul#botones li:last-child a{
	color:#fff;
}
	
a{
	text-decoration: none;
}

	#colecciones{
	width: 100%;
	padding: 60px 0;
	background: #FFF;
	text-align: center;
}

.titulo{
	width: 30%;
	float: left;
	margin-right: 5%;
	text-align: center;
}

.quitar{
	margin-right: 0;
}

h1{
	font-size: 20px;
	color: #009ce0;
	margin: 0;
}

	.none{
		display: none;
	}	
	
#contenido{
	width: 60%;
	height: auto;
	background: #FFF;
	padding: 40px 20%;
}

.prod{
	width: 100%;
	height: auto;
	background: #FFF;
	float: left;
	margin-right: 0;
	margin-bottom: 50px;
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
}

.cont img{
	display:block;
}

.clear{
	display: block;
	clear: both;
}

h2{
	font-size: 15px;
	color: #1c1665;
	font-weight: 700;
}

h3{
	font-size: 10px;
	color: #984dff;
	font-weight: 500;
}

#imagen{
	background: url(imagenes/web--moott-18.jpg) center no-repeat;
	width: 100%;
	height: 240px;
}

p{
	color: #fff;
	font-size: 16px;
}

	footer{
	background: #0e033d;
	width: 80%;
	padding: 30px 10%;
	height: 300px;
}

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

.der{
	padding: 20px 0;
	width: 100%
}

#logo2{
	width: 100%;
	text-align: center;
}

ul#derechos{
	list-style: none;
	padding: 0;
	width: 100%;
}

ul#derechos li{
	display: inherit;
	margin-right: 0;
	text-align: center;
}

ul#derechos li a{
	color: #fff;
	font-size: 11px;
	font-weight: 200;
}

#clientes{
	width: 100%;
	float: right;
	text-align: center;
	margin-bottom: 12px;
}

#clientes a{
	margin-left: 20px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
}

#redes2{
	text-align: center;
	width: 90%;
	padding: 0 5%;
}

ul#redes2{
	list-style: none;
	padding: 0 10%;
}

ul#redes2 li{
	display: inline-block;
	margin-left: 0px;
}

ul#redes2 li img{
	margin-bottom: -15px;
}

#redes2 p{
	font-size: 14px;
	font-weight: 200;
}
}

@media only screen and (min-width: 414px) and (max-width: 699px){
	main{
	width: 100%;
	margin: 0 auto;
	}

header{
	width: 90%;
	height: 30px;
	background: #bfe7fb;
	padding: 5px 5%;
}

#redes{
	float: left;
}

ul#contacto{
	list-style: none;
	padding: 0;
	float: right;
	margin: 0;
}

ul#contacto li{
	display: inline-block;
	color: #1c1665;
	font-size: 13px;
	font-weight: 500;
}

ul#contacto li img{
	margin-bottom: -10px;
}

#nav{
	width: 90%;
	height: 60px;
	padding: 20px 5%;
}

#logo{
	float: left;
	width: 100%;
	text-align: center;
}

	#logo img{
		height: 58px;
	}
	
#botones{
	width: 100%;
	float: right;
}

ul#botones{
	padding: 0;
	list-style: none;
	text-align: center;
	margin-bottom: 30px;
}

ul#botones li{
	display: inline-block;
	margin-left: 3px;
	text-align: center;
	padding: 8px;
	border-radius: 5px;
}

ul#botones li a{
	color: #c2c4c6;
	font-size: 13px;
}

ul#botones li:nth-child(4){
	background: #fcb316;
}
ul#botones li:nth-child(4) a{
	color:#fff;
}

ul#botones li:last-child{
	background: #F96e5c;
}
ul#botones li:last-child a{
	color:#fff;
}

a{
	text-decoration: none;
}

#colecciones{
	width: 100%;
	padding: 60px 0;
	background: #FFF;
	text-align: center;
}

.titulo{
	width: 30%;
	float: left;
	margin-right: 5%;
	text-align: center;
}

.quitar{
	margin-right: 0;
}

h1{
	font-size: 20px;
	color: #009ce0;
	margin: 0;
}

	.none{
		display: none;
	}	
	
#contenido{
	width: 60%;
	height: auto;
	background: #FFF;
	padding: 40px 20%;
}

.prod{
	width: 100%;
	height: auto;
	background: #FFF;
	float: left;
	margin-right: 0;
	margin-bottom: 50px;
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
}

.cont img{
	display:block;
}

.clear{
	display: block;
	clear: both;
}

h2{
	font-size: 15px;
	color: #1c1665;
	font-weight: 700;
}

h3{
	font-size: 10px;
	color: #984dff;
	font-weight: 500;
}

#imagen{
	background: url(imagenes/web--moott-18.jpg) center no-repeat;
	width: 100%;
	height: 240px;
}

p{
	color: #fff;
	font-size: 16px;
}

footer{
	background: #0e033d;
	width: 80%;
	padding: 30px 10%;
	height: 250px;
}

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

.der{
	padding: 20px 0;
	width: 100%
}

#logo2{
	width: 100%;
	text-align: center;
}

ul#derechos{
	list-style: none;
	padding: 0;
	width: 100%;
}

ul#derechos li{
	display: inherit;
	margin-right: 0;
	text-align: center;
}

ul#derechos li a{
	color: #fff;
	font-size: 11px;
	font-weight: 200;
}

#clientes{
	width: 100%;
	float: right;
	text-align: center;
	margin-bottom: 12px;
}

#clientes a{
	margin-left: 20px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
}

#redes2{
	text-align: center;
	width: 100%;
}

ul#redes2{
	list-style: none;
	padding: 0;
}

ul#redes2 li{
	display: inline-block;
	margin-left: 10px;
}

ul#redes2 li img{
	margin-bottom: -15px;
}

#redes2 p{
	font-size: 12px;
	font-weight: 200;
}
}



@media only screen and (min-width: 700px) and (max-width: 767px){
main{
	width: 100%;
	margin: 0 auto;
	}

header{
	width: 80%;
	height: 30px;
	background: #bfe7fb;
	padding: 5px 10%;
}

#redes{
	float: left;
}

ul#contacto{
	list-style: none;
	padding: 0;
	float: right;
	margin: 0;
}

ul#contacto li{
	display: inline-block;
	color: #1c1665;
	font-size: 13px;
	font-weight: 500;
}

ul#contacto li img{
	margin-bottom: -10px;
}

#nav{
	width: 80%;
	height: 60px;
	padding: 20px 10%;
}

#logo{
	float: left;
	width: 100%;
	text-align: center;
}

	
#botones{
	width: 100%;
	float: right;
}

ul#botones{
	padding: 0;
	list-style: none;
	text-align: center;
}

ul#botones li{
	display: inline-block;
	margin-left: 1px;
	text-align: center;
	padding: 8px 6px;
	border-radius: 5px;
}

ul#botones li a{
	color: #c2c4c6;
	font-size: 12px;
}

ul#botones li:nth-child(4){
	background: #fcb316;
}
ul#botones li:nth-child(4) a{
	color:#fff;
}

ul#botones li:last-child{
	background: #F96e5c;
}
ul#botones li:last-child a{
	color:#fff;
}

a{
	text-decoration: none;
}

#colecciones{
	width: 80%;
	padding: 60px 10%;
	background: #FFF;
	text-align: center;
}

.titulo{
	width: 30%;
	float: left;
	margin-right: 5%;
}

.quitar{
	margin-right: 0;
}

h1{
	font-size: 22px;
	color: #009ce0;
	margin: 0;
}

	.none{
		display: none;
	}	
	
#contenido{
	width: 80%;
	height: auto;
	background: #FFF;
	padding: 40px 10%;
}

.prod{
	width: 48%;
	height: auto;
	background: #FFF;
	float: left;
	margin-right: 3%;
	margin-bottom: 50px;
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
}

.cont img{
	display:block;
}

.dos{
	margin-right: 0;
}

.cuatro{
	margin-right: 0;
}

.seis{
	margin-right: 0;
}

.clear{
	display: block;
	clear: both;
}

h2{
	font-size: 15px;
	color: #1c1665;
	font-weight: 700;
}

h3{
	font-size: 10px;
	color: #984dff;
	font-weight: 500;
}

#imagen{
	background: url(imagenes/web--moott-18.jpg) center no-repeat;
	width: 100%;
	height: 240px;
}

p{
	color: #fff;
	font-size: 16px;
}

footer{
	background: #0e033d;
	width: 80%;
	padding: 30px 10%;
	height: 120px;
}

.footerr{
	float: left;
	width: 40%;
}

.der{
	padding: 35px 0;
	width: 60%
}

#logo2{
	width: 100%;
}

ul#derechos{
	list-style: none;
	padding: 0;
	width: 100%;
}

ul#derechos li{
	display: inherit;
	margin-right: 10px;
}

ul#derechos li a{
	color: #fff;
	font-size: 10px;
	font-weight: 200;
}

#clientes{
	width: 100%;
	float: right;
	text-align: right;
	margin-bottom: 12px;
}

#clientes a{
	margin-left: 20px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
}

#redes2{
	text-align: right;
	width: 100%;
}

ul#redes2{
	list-style: none;
	padding: 0;
}

ul#redes2 li{
	display: inline-block;
}

ul#redes2 li img{
	margin-bottom: -15px;
}

#redes2 p{
	font-size: 12px;
	font-weight: 200;
}
}



@media only screen and (min-width: 768px) and (max-width: 999px){
	main{
	width: 100%;
	margin: 0 auto;
}

header{
	width: 80%;
	height: 30px;
	background: #bfe7fb;
	padding: 5px 10%;
}

#redes{
	float: left;
}

ul#contacto{
	list-style: none;
	padding: 0;
	float: right;
	margin: 0;
}

ul#contacto li{
	display: inline-block;
	color: #1c1665;
	font-size: 14px;
	font-weight: 500;
}

ul#contacto li img{
	margin-bottom: -10px;
}

#nav{
	width: 80%;
	height: 50px;
	padding: 10px 10%;
}

#logo{
	float: left;
	width: 10%;
}

#logo img {
		height: 45px;
	}	
	
#botones{
	width: 80%;
	float: right;
}

ul#botones{
	padding: 0;
	list-style: none;
	text-align: right;
}

ul#botones li{
	display: inline-block;
	margin-left: 1px;
	text-align: center;
	padding: 7px 5px;
	border-radius: 5px;
}

ul#botones li a{
	color: #c2c4c6;
	font-size: 11px;
}

ul#botones li:nth-child(4){
	background: #fcb316;
}
ul#botones li:nth-child(4) a{
	color:#fff;
}

ul#botones li:last-child{
	background: #F96e5c;
}
ul#botones li:last-child a{
	color:#fff;
}

a{
	text-decoration: none;
}

#colecciones{
	width: 80%;
	padding: 60px 10%;
	background: #FFF;
	text-align: center;
}

.titulo{
	width: 30%;
	float: left;
	margin-right: 5%;
}

.quitar{
	margin-right: 0;
}

h1{
	font-size: 22px;
	color: #009ce0;
	margin: 0;
}

#contenido{
	width: 80%;
	height: auto;
	background: #FFF;
	padding: 40px 10%;
}

.prod{
	width: 48%;
	height: auto;
	background: #FFF;
	float: left;
	margin-right: 3%;
	margin-bottom: 50px;
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
}

.cont img{
	display:block;
}

.dos{
	margin-right: 0;
}

.cuatro{
	margin-right: 0;
}

.seis{
	margin-right: 0;
}

.clear{
	display: block;
	clear: both;
}

h2{
	font-size: 15px;
	color: #1c1665;
	font-weight: 700;
}

h3{
	font-size: 10px;
	color: #984dff;
	font-weight: 500;
}

#imagen{
	background: url(imagenes/web--moott-18.jpg) center no-repeat;
	width: 100%;
	height: 240px;
}

p{
	color: #fff;
	font-size: 16px;
}

footer{
	background: #0e033d;
	width: 80%;
	padding: 30px 10%;
	height: 120px;
}

.footerr{
	float: left;
	width: 50%;
}

.der{
	padding: 35px 0;
}

#logo2{
	width: 100%;
}

ul#derechos{
	list-style: none;
	padding: 0;
	width: 100%;
}

ul#derechos li{
	display: inherit;
	margin-right: 10px;
}

ul#derechos li a{
	color: #fff;
	font-size: 10px;
	font-weight: 200;
}

#clientes{
	width: 100%;
	float: right;
	text-align: right;
	margin-bottom: 12px;
}

#clientes a{
	margin-left: 20px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
}

#redes2{
	text-align: right;
	width: 100%;
}

ul#redes2{
	list-style: none;
	padding: 0;
}

ul#redes2 li{
	display: inline-block;
}

ul#redes2 li img{
	margin-bottom: -15px;
}

#redes2 p{
	font-size: 12px;
	font-weight: 200;
}
}



@media only screen and (min-width: 1000px) and (max-width: 1200px){
	main{
	width: 100%;
	margin: 0 auto;
}

footer{
	background: #0e033d;
	width: 80%;
	padding: 30px 10%;
	height: 90px;
}

.footerr{
	float: left;
	width: 60%;
}

.der{
	padding: 20px 0;
	width: 40%;
}

#logo2{
	width: 100%;
}

ul#derechos{
	list-style: none;
	padding: 0;
	width: 100%;
}

ul#derechos li{
	display: inline-block;
	margin-right: 2px;
}

ul#derechos li a{
	color: #fff;
	font-size: 9px;
	font-weight: 200;
}

#clientes{
	width: 100%;
	float: right;
	text-align: right;
	margin-bottom: 12px;
}

#clientes a{
	margin-left: 20px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
}

#redes2{
	text-align: right;
	width: 100%;
}

ul#redes2{
	list-style: none;
	padding: 0;
}

ul#redes2 li{
	display: inline-block;
}

ul#redes2 li img{
	margin-bottom: -15px;
}

#redes2 p{
	font-size: 12px;
	font-weight: 200;
}
}