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

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

body{
	background: #f1f1f2;
}

*{
	font-family: 'Montserrat', sans-serif;
}
.espacioo{
	padding: 55px 0;
}
.navv{
	/* position: fixed; */
	max-width: 1920px;
	top: 0;
	z-index: 100;
	background: #fff;
	border-bottom: 1px solid #f1f1f2;
}
.ancla{
	position: absolute;
	top: -160px;
	width: 1px;
	height: 1px;
	left: 0;
}
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{
	transition: all 0.3s ease 0s;
	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;
}

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

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

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

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

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

.iconos{
	width: 22%;
	height: 300px;
	margin-right: 4%;
	float: left;
	text-align: center;
}

.quitar{
	margin-right: 0;
}

h2{
	font-size: 16px;
	color: #1c1665;
}

.dif{
	font-size: 11px;
	color: #95979a;
}

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

.trazo{
	background: none;
	border: solid #fcb316 1px;
	color: #fcb316;
	display: inline-block;
}

#cuadro{
	background: #fedbbe;
	border-radius: 15px;
	height: 330px;
	margin-bottom: 30px;
}

.pad{
	width: 90%;
	padding: 30px 5%;
}

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

.tres{
	margin-right: 0;
}

h3{
	color: #1c1665;
	font-size: 30px;
	font-weight: 600;
	margin: 0;
}

.dif2{
	color: #5B5045;
	font-size: 14px;
	line-height: 21px;
	font-weight: 500;
}

#foto{
	width: 48%;
	float: left;
	background: #FFA4DF;
	margin-right: 4%;
	overflow: hidden;
	border-radius: 15px;
	position: sticky;
	top: 100px;
}

#foto img{
	display: block;
}

#solicitud{
	background: #FFF;
	padding: 10px 2%;
	float: right;
	width: 44%;
}

h4{
	font-size: 11px;
	margin-top: 15px;
	color: #1c1665;
}

input[type=text]{
	line-height: 55px;
	width: 94%;
	border-radius: 10px;
	border-style: none;
	padding: 0 3%;
	margin-bottom: 8px;
	color:#000000;
	background: #f1f2f2;
	font-size: 11px;
	font-weight: 600;
}

input[type=file]{
	line-height: 55px;
	width: 94%;
	border-radius: 10px;
	border-style: none;
	padding: 0 3%;
	margin-bottom: 8px;
	color:#000000;
	background: #f1f2f2;
	font-size: 11px;
	font-weight: 600;
}

input[type=text].mitad{
	width: 43%;
	padding: 0 3%;
	float: left;
	margin-right: 2%;
}

input[type=text].mitad2{
	width: 43%;
	padding: 0 3%;
	float: left;
	margin-right: 0;
}

textarea{
	width: 94%;
	padding: 10px 3%;
	background: #f1f2f2;
	font-size: 11px;
	font-weight: 600;
	border-radius: 8px;
	border-style: none;
	height: 100px;
	margin-bottom: 10px;
}

input[type=submit]{
	background: #fcb316;
	padding: 14px 58px;;
	border-radius: 8px;
	font-size: 10px;
	color: #FFF;
	font-weight: 700;
	margin: 15px 0;
	border: 0;
}

.dif3{
	font-size: 13px;
	color: #95979a;
	font-weight: 600;
}

.adjuntar{
	background: #f1f2f2;
	color: #8a8c8e;
	float: right;
	padding: 15px 30px;
	margin-top: 0px;
}

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

ul#adjuntar li{
	display: inline-block;
	margin-bottom: 30px;
}

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

ul#adjuntar2 li{
	display: inline-block;
	margin-bottom: 30px;
}

select{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
	line-height: 55px;
	width: 100%;
	border-radius: 10px;
	padding: 20px 3%;
	margin-bottom: 8px;
	font-size: 11px;
	font-weight: 600;
	color: #8a8c8e;
	background: #f1f2f2 url(imagenes/web--moott-26.svg) no-repeat center right;
	background-size: 50px;
}

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

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

#diseno{
	width: 100%;
	padding: 90px 0;
	background: #FFF;
	text-align: center;
}
	#diseno hr{ display: none; }

.titulo{
	width: 70%;
	padding: 0 15%;
	float: left;
	margin-right: 0;
	text-align: center;
	margin-top: 0;
}

.quitar{
	margin-right: 0;
}

h1{
	font-size: 24px;
	padding: 0;
	margin-top: -10px;
}

	.none{
		display: none;
	}

.iconos{
	width: 48%;
	height: 330px;
	margin-right: 4%;
	float: left;
	text-align: center;
}
	.iconos img{
		width:50%;
	}

.quitar{
	margin-right: 0;
}
.movil{
	margin-right: 0;
}

h2{
	font-size: 14px;
	color: #1c1665;
}

.dif{
	font-size: 12px;
	color: #95979a;
}

.bot{
	padding: 13px 15px;;
	font-size: 10px;
}

h3{
	font-size: 20px;
	text-align: center;
}

#cuadro{
	background: #fedbbe;
	border-radius: 15px;
	height: 600px;
	margin: 10px 0;
}

.pad{
	width: 90%;
	padding: 20px 5%;
}

.texto{
	width: 100%;
	float: left;
	margin-right: 0;
}

.tres{
	margin-right: 0;
}

.dif2{
	color: #333333;
	font-size: 13px;
	font-weight: 500;
}

#foto{
	width: 100%;
	float: left;
	background: #FFA4DF;
	margin-right: 0;
	overflow: hidden;
	border-radius: 15px;
}

	#foto img{
		display: none;
	}

	h4{
		font-size: 11px;
	}

	#solicitud{
		width: 100%;
		float: left;
	}

input[type=text]{
	line-height: 42px;
	width: 94%;
	border-radius: 10px;
	border-style: none;
	padding: 0 3%;
	margin-bottom: 8px;
	color:#000000;
	background: #f1f2f2;
	font-size: 11px;
	font-weight: 600;
}

input[type=text].mitad{
	width: 43%;
	padding: 0 3%;
	float: left;
	margin-right: 2%;

}

input[type=text].mitad2{
	width: 43%;
	padding: 0 3%;
	float: left;
	margin-right: 0;
}

textarea{
	width: 94%;
	padding: 10px 3%;
	background: #f1f2f2;
	font-size: 11px;
	font-weight: 600;
	border-radius: 8px;
	border-style: none;
	height: 120px;
	margin-bottom: 10px;
}

input[type=submit]{
	background: #fcb316;
	padding: 14px 60px;;
	border-radius: 8px;
	font-size: 10px;
	color: #FFF;
	font-weight: 700;
	margin: 15px 0;
	border: 0;
}

.dif3{
	font-size: 10px;
	color: #95979a;
	font-weight: 600;
}

.adjuntar{
	background: #f1f2f2;
	color: #8a8c8e;
	float: right;
	padding: 15px 12px;
	margin-top: 0px;
	font-size: 10px;
}

ul#adjuntar{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}

ul#adjuntar li{
	display: inline-block;
	margin-bottom: 20px;
	width: 40%;
}

ul#adjuntar2{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}

ul#adjuntar2 li{
	display: inline-block;
	margin-bottom: 20px;
	width: 40%;
}

select{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
	line-height: 42px;
	width: 100%;
	border-radius: 10px;
	padding: 0 3%;
	margin-bottom: 8px;
	font-size: 11px;
	font-weight: 600;
	color: #8a8c8e;
	background: #f1f2f2 url(imagenes/web--moott-26.svg) no-repeat center right;
	background-size: 50px;
}

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

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: 80%;
	height: 60px;
	padding: 20px 10%;
}

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

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

.titulo{
	width: 31%;
	float: left;
	margin-right: 3%;
	text-align: center;
	margin-top: 20px;
}

.quitar{
	margin-right: 0;
}

h1{
	font-size: 17px;
	padding: 0;
	margin-top: -10px;
}

	.none{
		display: none;
	}

.iconos{
	width: 48%;
	height: 300px;
	margin-right: 4%;
	float: left;
	text-align: center;
}
	.iconos img{
		width:50%;
	}

.quitar{
	margin-right: 0;
}
.movil{
	margin-right: 0;
}

h2{
	font-size: 14px;
	color: #1c1665;
}

.dif{
	font-size: 12px;
	color: #95979a;
}

.bot{
	padding: 13px 15px;;
	font-size: 10px;
}

h3{
	font-size: 20px;
	text-align: center;
}

#cuadro{
	background: #fedbbe;
	border-radius: 15px;
	height: 450px;
	margin: 30px 0;
}

.pad{
	width: 90%;
	padding: 20px 5%;
}

.texto{
	width: 100%;
	float: left;
	margin-right: 0;
}

.tres{
	margin-right: 0;
}

.dif2{
	color: #333333;
	font-size: 13px;
	font-weight: 500;
}

#foto{
	width: 100%;
	float: left;
	background: #FFA4DF;
	margin-right: 0;
	overflow: hidden;
	border-radius: 15px;
}

	#foto img{
		display: none;
	}

	h4{
		font-size: 11px;
	}

	#solicitud{
		width: 100%;
		float: left;
	}

input[type=text]{
	line-height: 42px;
	width: 94%;
	border-radius: 10px;
	border-style: none;
	padding: 0 3%;
	margin-bottom: 8px;
	color:#000000;
	background: #f1f2f2;
	font-size: 11px;
	font-weight: 600;
}

input[type=text].mitad{
	width: 43%;
	padding: 0 3%;
	float: left;
	margin-right: 2%;

}

input[type=text].mitad2{
	width: 43%;
	padding: 0 3%;
	float: left;
	margin-right: 0;
}

textarea{
	width: 94%;
	padding: 10px 3%;
	background: #f1f2f2;
	font-size: 11px;
	font-weight: 600;
	border-radius: 8px;
	border-style: none;
	height: 120px;
	margin-bottom: 10px;
}

input[type=submit]{
	background: #fcb316;
	padding: 14px 60px;;
	border-radius: 8px;
	font-size: 10px;
	color: #FFF;
	font-weight: 700;
	margin: 15px 0;
	border: 0;
}

.dif3{
	font-size: 11px;
	color: #95979a;
	font-weight: 600;
}

.adjuntar{
	background: #f1f2f2;
	color: #8a8c8e;
	float: right;
	padding: 15px 18px;
	margin-top: 0px;
	font-size: 11px;
}

ul#adjuntar{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}

ul#adjuntar li{
	display: inline-block;
	margin-bottom: 20px;
	width: 60%;
}

ul#adjuntar2{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}

ul#adjuntar2 li{
	display: inline-block;
	margin-bottom: 20px;
	width: 60%;
}

select{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
	line-height: 42px;
	width: 100%;
	border-radius: 10px;
	padding: 0 3%;
	margin-bottom: 8px;
	font-size: 11px;
	font-weight: 600;
	color: #8a8c8e;
	background: #f1f2f2 url(imagenes/web--moott-26.svg) no-repeat center right;
	background-size: 50px;
}

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

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

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

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

.quitar{
	margin-right: 0;
}

	.none{
		display: none;
	}

.iconos{
	width: 22%;
	height: 300px;
	margin-right: 4%;
	float: left;
	text-align: center;
}
	.iconos img{
		width:50%;
	}

.quitar{
	margin-right: 0;
}

h2{
	font-size: 13px;
	color: #1c1665;
}

.dif{
	font-size: 10px;
	color: #95979a;
}

.bot{
	padding: 7px 18px;;
	font-size: 10px;
}

h3{
	font-size: 18px;
}

h1{
	font-size: 17px;
	margin-top: -10px;
}

#cuadro{
	background: #fedbbe;
	border-radius: 15px;
	height: 350px;
	margin-bottom: 30px;
}

.pad{
	width: 94%;
	padding: 30px 3%;
}

.texto{
	width: 31%;
	float: left;
	margin-right: 3%;
}

.tres{
	margin-right: 0;
}

.dif2{
	color: #333333;
	font-size: 12px;
	font-weight: 500;
}

#foto{
	width: 48%;
	float: left;
	background: #FFA4DF;
	margin-right: 2%;
	overflow: hidden;
	border-radius: 15px;
}

	h4{
		font-size: 10px;
	}

input[type=text]{
	line-height: 42px;
	width: 94%;
	border-radius: 10px;
	border-style: none;
	padding: 0 3%;
	margin-bottom: 8px;
	color:#000000;
	background: #f1f2f2;
	font-size: 10px;
	font-weight: 600;
}

input[type=text].mitad{
	width: 43%;
	padding: 0 3%;
	float: left;
	margin-right: 2%;
}

input[type=text].mitad2{
	width: 43%;
	padding: 0 3%;
	float: left;
	margin-right: 0;
}

textarea{
	width: 94%;
	padding: 10px 3%;
	background: #f1f2f2;
	font-size: 10px;
	font-weight: 600;
	border-radius: 8px;
	border-style: none;
	height: 120px;
	margin-bottom: 10px;
}

input[type=submit]{
	background: #fcb316;
	padding: 14px 50px;;
	border-radius: 8px;
	font-size: 10px;
	color: #FFF;
	font-weight: 700;
	margin: 15px 0;
	border: 0;
}

.dif3{
	font-size: 9px;
	color: #95979a;
	font-weight: 600;
}

.adjuntar{
	background: #f1f2f2;
	color: #8a8c8e;
	float: right;
	padding: 15px 12px;
	margin-top: 0px;
	font-size: 9px;
}

ul#adjuntar{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}

ul#adjuntar li{
	display: inline-block;
	margin-bottom: 10px;
	width: 48%;
}

ul#adjuntar2{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}

ul#adjuntar2 li{
	display: inline-block;
	margin-bottom: 10px;
	width: 48%;
}

select{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
	line-height: 42px;
	width: 100%;
	border-radius: 10px;
	padding: 0 3%;
	margin-bottom: 8px;
	font-size: 10px;
	font-weight: 600;
	color: #8a8c8e;
	background: #f1f2f2 url(imagenes/web--moott-26.svg) no-repeat center right;
	background-size: 50px;
}

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

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

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

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

.quitar{
	margin-right: 0;
}

.iconos{
	width: 22%;
	height: 300px;
	margin-right: 4%;
	float: left;
	text-align: center;
}
	.iconos img{
		width:50%;
	}

.quitar{
	margin-right: 0;
}

h2{
	font-size: 13px;
	color: #1c1665;
}

.dif{
	font-size: 10px;
	color: #95979a;
}

.bot{
	padding: 10px 18px;;
	font-size: 10px;
}

h3{
	font-size: 18px;
}

h1{
	font-size: 18px;
	margin-top: -10px;
}

#cuadro{
	background: #fedbbe;
	border-radius: 15px;
	height: 350px;
	margin-bottom: 30px;
}

.pad{
	width: 94%;
	padding: 30px 3%;
}

.texto{
	width: 31%;
	float: left;
	margin-right: 3%;
}

.tres{
	margin-right: 0;
}

.dif2{
	color: #333333;
	font-size: 12px;
	font-weight: 500;
}

#foto{
	width: 48%;
	float: left;
	background: #FFA4DF;
	margin-right: 2%;
	overflow: hidden;
	border-radius: 15px;
}

input[type=text]{
	line-height: 42px;
	width: 94%;
	border-radius: 10px;
	border-style: none;
	padding: 0 3%;
	margin-bottom: 8px;
	color:#000000;
	background: #f1f2f2;
	font-size: 10px;
	font-weight: 600;
}

input[type=text].mitad{
	width: 43%;
	padding: 0 3%;
	float: left;
	margin-right: 2%;
}

input[type=text].mitad2{
	width: 43%;
	padding: 0 3%;
	float: left;
	margin-right: 0;
}

textarea{
	width: 94%;
	padding: 10px 3%;
	background: #f1f2f2;
	font-size: 10px;
	font-weight: 600;
	border-radius: 8px;
	border-style: none;
	height: 120px;
	margin-bottom: 10px;
}

input[type=submit]{
	background: #fcb316;
	padding: 14px 50px;;
	border-radius: 8px;
	font-size: 10px;
	color: #FFF;
	font-weight: 700;
	margin: 15px 0;
	border: 0;
}

.dif3{
	font-size: 9px;
	color: #95979a;
	font-weight: 600;
}

.adjuntar{
	background: #f1f2f2;
	color: #8a8c8e;
	float: right;
	padding: 15px 16px;
	margin-top: 0px;
}

ul#adjuntar{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}

ul#adjuntar li{
	display: inline-block;
	margin-bottom: 30px;
	width: 48%;
}

ul#adjuntar2{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}

ul#adjuntar2 li{
	display: inline-block;
	margin-bottom: 30px;
	width: 48%;
}

select{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
	line-height: 42px;
	width: 100%;
	border-radius: 10px;
	padding: 0 3%;
	margin-bottom: 8px;
	font-size: 10px;
	font-weight: 600;
	color: #8a8c8e;
	background: #f1f2f2 url(imagenes/web--moott-26.svg) no-repeat center right;
	background-size: 50px;
}

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

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

.bot{
	padding: 14px 20px;;
	font-size: 10px;
}

h3{
	font-size: 26px;
}

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

h1{
	font-size: 17px;
}

#cuadro{
	background: #fedbbe;
	border-radius: 15px;
	height: 350px;
	margin-bottom: 30px;
}

.pad{
	width: 90%;
	padding: 30px 3%;
}

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

.tres{
	margin-right: 0;
}

.dif2{
	color: #333333;
	font-size: 13px;
	font-weight: 500;
}

input[type=text]{
	line-height: 48px;
	width: 94%;
	border-radius: 10px;
	border-style: none;
	padding: 0 3%;
	margin-bottom: 8px;
	color:#000000;
	background: #f1f2f2;
	font-size: 11px;
	font-weight: 600;
}

input[type=text].mitad{
	width: 43%;
	padding: 0 3%;
	float: left;
	margin-right: 2%;
}

input[type=text].mitad2{
	width: 43%;
	padding: 0 3%;
	float: left;
	margin-right: 0;
}

textarea{
	width: 94%;
	padding: 10px 3%;
	background: #f1f2f2;
	font-size: 11px;
	font-weight: 600;
	border-radius: 8px;
	border-style: none;
	height: 100px;
	margin-bottom: 10px;
}

input[type=submit]{
	background: #fcb316;
	padding: 14px 58px;;
	border-radius: 8px;
	font-size: 10px;
	color: #FFF;
	font-weight: 700;
	margin: 15px 0;
	border: 0;
}

.dif3{
	font-size: 10px;
	color: #95979a;
	font-weight: 600;
}

.adjuntar{
	background: #f1f2f2;
	color: #8a8c8e;
	float: right;
	padding: 15px 20px;
	margin-top: 0px;
}

ul#adjuntar{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}

ul#adjuntar li{
	display: inline-block;
	margin-bottom: 30px;
	width: 50%;
}

ul#adjuntar2{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}

ul#adjuntar2 li{
	display: inline-block;
	margin-bottom: 30px;
	width: 50%;
}

select{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
	line-height: 48px;
	width: 100%;
	border-radius: 10px;
	padding: 0 3%;
	margin-bottom: 8px;
	font-size: 11px;
	font-weight: 600;
	color: #8a8c8e;
	background: #f1f2f2 url(imagenes/web--moott-26.svg) no-repeat center right;
	background-size: 50px;
}

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

}
