@charset "UTF-8";
/* CSS Document */
html, body{
	margin: 0;
	padding: 0;
}

body{
	background: #f1f1f2;
}

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

.navv{
	/* position: fixed; */
	max-width: 1920px;
	top: 0;
	z-index: 100;
	background: #fff;
	border-bottom: 1px solid #f1f1f2;
}

.capp{
	display: flex;
	flex-direction: column;
	width: 400px;
	justify-content: center;
	height: 100%;
}

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: #1C1665;
	}
	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;
}

#slide{
	background: url(imagenes/web--moott-15.jpg) no-repeat top;
	width: 80%;
	padding: 0 10%;
	height: 700px;
	margin-bottom: 20px;
}

#slidetext{
	width: 40%;
	height: 100%;
	background-size: 50px;
}

h1{
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-weight: 900;
	font-size: 60px;
}

.pad img{
	margin-top: 160px;
}

.sli{
	font-size: 22px;
	font-weight: 500;
}

#contenido{
	width: 80%;
	padding: 20px 10%;
}

.cont{
	background: #5d2d69;
	width: 48%;
	float: left;
	margin-right: 4%;
	border-radius: 20px;
	margin-bottom: 40px;
	overflow: hidden;
	max-height: 700px;
}

.ww{
	height: 300px;
}

.cont img{
	display:block;
}

.eventos{
	background: #f96e5c;
	margin-right: 0;
}

.pad{
	padding: 30px 7%;
}

.bot{
	background: #fcb316;
	padding: 14px 30px;;
	border-radius: 5px;
	font-size: 13px;
	color: #FFF;
	font-weight: 600;
	display: inline-block;
	margin-top: 10px;
	transition: all 0.3s ease 0s;
}
.bot:hover{
	background: #fff;
	color: #0e033d;
}

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

#disenada{
	background: url(imagenes/web--moott-07.jpg) no-repeat top;
	width: 84%;
	height: 350px;
	border-radius: 20px;
	padding: 30px 8%;
	text-align: center;
	margin-bottom: 50px;
}

#textodis{
	background: #fcb316;
	width: 40%;
	height: auto;
	float: right;
	border-radius: 20px;
	padding: 50px 5%;
}

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

h2{
	color: #fff;
	font-weight: 700;
	font-size: 38px;
}

.b{
	font-size: 14px;
	font-weight: 500;
}

h3{
	font-size: 26px;
	color: #fff;
	font-weight: 700;
}


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

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

#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;
}

.owl-carousel{
	margin-bottom: 40px;
}
.caption{
	position: absolute;
	max-width: 400px;
	left: 10%;
}
.item{
	position: relative;
	display: flex;
	align-items: center;
}



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

.espacioo{
	padding: 105px 0;
}

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

#redes{
	float: left;
}
	#redes img{
		margin-right: -8px;
	}

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

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;
}

#slide{
	background: url(imagenes/web--moott-15.jpg) no-repeat top;
	width: 100%;
	height: 350px;
	margin-top: 50px;
	padding: 0;
}

#slidetext{
	width: 100%;
}

h1{
	margin: 50px 0 0;
	padding: 0;
	color: #FFFFFF;
	font-weight: 900;
	font-size: 40px;
}

.pad img{
	margin-top: 50px;
}

.sli{
	font-size: 16px;
	font-weight: 500;
}	
	
#contenido{
	width: 94%;
	padding: 20px 3%;
}

.cont{
	background: #5d2d69;
	width: 100%;
	float: left;
	border-radius: 20px;
	margin-bottom: 40px;
	overflow: hidden;
}

.cont img{
	display:block;
}

.eventos{
	background: #f96e5c;
	margin-right: 0;
}

.pad{
	padding: 10px 6%;
	text-align: center;
}

.boton{
	background: #fcb316;
	width: 40%;
	text-align: center;
	padding: 1px;
	border-radius: 10px;
	margin: 30px 0;
}

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

#disenada{
	background: url(imagenes/web--moott-07.jpg) center no-repeat;
	width: 78%;
	height: 380px;
	border-radius: 20px;
	padding: 30px 12%;
	text-align: center;
	margin-bottom: 50px;
}

#textodis{
	background: #fcb316;
	width: 90%;
	height: auto;
	float: right;
	border-radius: 20px;
	padding: 40px 5%;
}

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

h2{
	color: #fff;
	font-weight: 700;
	font-size: 24px;
}

.b{
	font-size: 12px;
	font-weight: 500;
}

h3{
	font-size: 18px;
	color: #fff;
	font-weight: 700;
}


footer{
	background: #0e033d;
	width: 92%;
	padding: 20px 4%;
	height: 230px;
}

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

.der {
width: 100%;
text-align: center;
}

#logo2{
	width: 100%;
}

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

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

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

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

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

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

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

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

	
}



@media only screen and (min-width: 375px) and (max-width: 659px){
	main{
	width: 100%;
	margin: 0 auto;
}
.espacioo{
	padding: 105px 0;
}
header{
	width: 94%;
	height: 30px;
	background: #bfe7fb;
	padding: 5px 3%;
}

#redes{
	float: left;
}

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

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

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

#nav{
	width: 94%;
	height: 120px;
	padding: 5px 3%;
}

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

#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: 10px;
	text-align: center;
	padding: 10px;
	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;
}

#slide{
	background: url(imagenes/web--moott-15.jpg) no-repeat top;
	width: 100%;
	height: 430px;
	margin-top: 50px;
	padding: 0;
}

#slidetext{
	width: 100%;
}

h1{
	margin: 60px 0 0;
	padding: 0;
	color: #FFFFFF;
	font-weight: 900;
	font-size: 50px;
}

.pad img{
	margin-top: 100px;
}

.sli{
	font-size: 18px;
	font-weight: 500;
}	
	
#contenido{
	width: 94%;
	padding: 20px 3%;
}

.cont{
	background: #5d2d69;
	width: 100%;
	float: left;
	border-radius: 20px;
	margin-bottom: 40px;
	overflow: hidden;
}

.cont img{
	display:block;
}

.eventos{
	background: #f96e5c;
	margin-right: 0;
}

.pad{
	padding: 10px 6%;
	text-align: center;
}

.boton{
	background: #fcb316;
	width: 40%;
	text-align: center;
	padding: 1px;
	border-radius: 10px;
	margin: 30px 0;
}

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

#disenada{
	background: url(imagenes/web--moott-07.jpg) center no-repeat;
	width: 78%;
	height: 370px;
	border-radius: 20px;
	padding: 30px 12%;
	text-align: center;
	margin-bottom: 50px;
}

#textodis{
	background: #fcb316;
	width: 90%;
	height: auto;
	float: right;
	border-radius: 20px;
	padding: 40px 5%;
}

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

h2{
	color: #fff;
	font-weight: 700;
	font-size: 30px;
}

.b{
	font-size: 12px;
	font-weight: 500;
}

h3{
	font-size: 22px;
	color: #fff;
	font-weight: 700;
}


footer{
	background: #0e033d;
	width: 92%;
	padding: 20px 4%;
	height: 230px;
}

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

.der {
width: 100%;
text-align: center;
}

#logo2{
	width: 100%;
}

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

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

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

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

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

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

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

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

	
}


@media only screen and (min-width: 660px) and (max-width: 899px){
	main{
	width: 100%;
	margin: 0 auto;
}
.espacioo{
	padding: 55px 0;
}
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: 14px;
	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;
}
	
#slide{
	background: url(imagenes/web--moott-15.jpg) no-repeat top;
	width: 100%;
	height: 500px;
	margin-top: 50px;
}

#slidetext{
	width: 60%;
	background-size: 50px;
}

h1{
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-weight: 900;
	font-size: 57px;
}

.pad img{
	margin-top: 180px;
}

.sli{
	font-size: 18px;
	font-weight: 500;
}	

#contenido{
	width: 90%;
	padding: 20px 5%;
}

.cont{
	background: #5d2d69;
	width: 49%;
	float: left;
	margin-right: 2%;
	border-radius: 20px;
	margin-bottom: 40px;
	overflow: hidden;
}

.cont img{
	display:block;
}

.eventos{
	background: #f96e5c;
	margin-right: 0;
}

.pad{
	padding: 30px 7%;
}

.boton{
	background: #fcb316;
	width: 50%;
	text-align: center;
	padding: 1px;
	border-radius: 10px;
	margin: 30px 0;
}

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

#disenada{
	background: url(imagenes/web--moott-07.jpg) center no-repeat;
	width: 84%;
	height: 300px;
	border-radius: 20px;
	padding: 30px 8%;
	text-align: center;
	margin-bottom: 50px;
}

#textodis{
	background: #fcb316;
	width: 60%;
	height: auto;
	float: right;
	border-radius: 20px;
	padding: 50px 5%;
}

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

h2{
	color: #fff;
	font-weight: 700;
	font-size: 28px;
}

.b{
	font-size: 13px;
	font-weight: 500;
}

h3{
	font-size: 22px;
	color: #fff;
	font-weight: 700;
}


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

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

#logo2{
	width: 100%;
}

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

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

ul#derechos li a{
	color: #fff;
	font-size: 8px;
	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-top: 50px;
}

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





@media only screen and (min-width: 900px) and (max-width: 1199px) {
	
	main{
	width: 100%;
	margin: 0 auto;
}
.espacioo{
	padding: 55px 0;
}
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;
}

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;
}


#slide{
	background: url(imagenes/web--moott-15.jpg) no-repeat top;
	width: 100%;
	height: 500px;
}

#slidetext{
	width: 50%;
	background-size: 50px;
}

h1{
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-weight: 900;
	font-size: 60px;
}

.pad img{
	margin-top: 160px;
}

.sli{
	font-size: 22px;
	font-weight: 500;
}	
	
	
#contenido{
	width: 80%;
	padding: 20px 10%;
}

.cont{
	background: #5d2d69;
	width: 48%;
	float: left;
	margin-right: 4%;
	border-radius: 20px;
	margin-bottom: 40px;
	overflow: hidden;
}

.cont img{
	display:block;
}

.eventos{
	background: #f96e5c;
	margin-right: 0;
}

.pad{
	padding: 30px 7%;
}

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

#disenada{
	background: url(imagenes/web--moott-07.jpg) center no-repeat;
	width: 84%;
	height: 350px;
	border-radius: 20px;
	padding: 30px 8%;
	text-align: center;
	margin-bottom: 50px;
}

#textodis{
	background: #fcb316;
	width: 40%;
	height: auto;
	float: right;
	border-radius: 20px;
	padding: 50px 5%;
}

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

h2{
	color: #fff;
	font-weight: 700;
	font-size: 30px;
}

.b{
	font-size: 13px;
	font-weight: 500;
}

h3{
	font-size: 20px;
	color: #fff;
	font-weight: 700;
}


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

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


#logo2{
	width: 100%;
}

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

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

ul#derechos li a{
	color: #fff;
	font-size: 8px;
	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;
}

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

@media only screen and (min-width: 1200px) and (max-width: 1450px){
	main{
	width: 100%;
	margin: 0 auto;
}
.espacioo{
	padding: 55px 0;
}
#slidetext{
	width: 50%;
	background-size: 50px;
}

h1{
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-weight: 900;
	font-size: 60px;
}

.pad img{
	margin-top: 160px;
}

.sli{
	font-size: 22px;
	font-weight: 500;
}
	
h3{
	font-size: 24px;
	color: #fff;
	font-weight: 700;
}

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

@media (min-width: 1451px){
	.espacioo{
		padding: 55px 0;
	}
}