@charset "UTF-8";
/* CSS Document */
*{
	font-family: 'Poppins', sans-serif;
}

main{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

header{
	background: #FFF;
	width: 80%;
	padding: 0px 10%;
	height: 150px;
}

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

.hamburguesa{
	background: #000;
	border: 0;
	color: #000;
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: none;
}

ul#menu{
	list-style: none;
	margin: 0 0 0 30%;
	width: 60%;
	float: right;
	padding: 30px 0;
}

ul#menu li img{
	margin-bottom: -5px;
}

ul#menu li{
	display: inline-block;
	text-align: right;
	margin: 0 2px 0 0;
	width: 16%;
}
ul#menu li a{
	font-size: 14px;
	font-weight: 300;
	text-decoration: none;
	color: #000000;
}

ul#menu li a.active{
	color: #006684;
}

ul#menu li a:hover{
	color: #FF9300;
}

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

h2{
	font-size: 30px;
	font-weight: 100;
	color: #006684;
	margin-bottom: 30px;
	text-align: left;
}

h3{
	font-size: 60px;
	font-weight: 600;
	color: #000;
	margin: 15px 0;
	text-align: left;
	line-height: 70px;
}

.boton{
	text-decoration: none;
	padding: 10px 30px;;
	font-size: 14px;
	font-weight: 300;
	display: inline-block;
	border: solid #000 1px;
	color: #000;
	margin-top: 20px;
}

.boton:hover{
	background: #EAEAEA;
	color: #000000;
}


#texto{
	float: left;
	width: 50%;
	
}


#contenido{
	width: 80%;
	padding: 20px 10%;
	float: left;
	height: 900px;
}

#texto{
	width: 48%;
	float: left;
	padding: 0 2% 0 0;
}

#texto img.pleca{
	position: relative;
	bottom: 10px;
	left: 0;
}

#imagen{
	width: 48%;
	float: left;
	padding: 100px 0 100px 2%;
}


footer{
	background: #111415;
	width: 80%;
	height: 170px;
	padding: 20px 10%;
	float: left;
}

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

#informacion{
	width: 90%;
	float: right;
	text-align: right;
}

ul#menufoo{
	list-style: none;
	margin: 0;
	width: 100%;
	float: right;
	padding: 0;
	text-align: right;
}

ul#menufoo li{
	display: inline-block;
	margin-left: 50px;
}

ul#menufoo li a{
	color: #fff;
}

ul#menufoo li a.active2{
	color: #A6CFE5;
}

ul#menufoo li a:hover{
	color: #FF9300;
}

ul#redesfoo{
	list-style: none;
	margin-top: 20px;
	width: 100%;
	float: right;
	padding: 0;
	text-align: right;
}

ul#redesfoo li{
	display: inline-block;
	margin-left: 20px;
}

.pfoo{
	color: #fff;
}

a{
	text-decoration: none;
}


#formulario{
	width: 100%;
	height: auto;
}

input[type=text]{
	line-height: 55px;
	width: 40%;
	border-style: none;
	padding: 0 1%;
	color:#000000;
	background: #FFF;
	font-size: 14px; 
	font-weight: 100;
	border-bottom: 1px solid #5C5C5C;
	transition: width 0.4s ease-in-out;
}

input[type=text].dos{
	width: 83%;
}

input[type=text].dos:focus{
	width: 90%;
	outline: none
}

input[type=text]:focus {
  width: 50%;
	outline: none;
}

select{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-style: none;
	line-height: 55px;
	width: 40%;
	padding: 0 1%;
	margin-bottom: 8px;
	font-size: 14px; 
	font-weight: 100;
	color: #7D7D7D;
	background: no-repeat center right url("1x/web--moott-26.svg");
	background-size: 50px;
	border-bottom: 1px solid #5C5C5C;
	border-radius: 0;
}

input[type=submit]{
	padding: 10px 0;
	width: 20%;
	font-size: 14px;
	font-weight: 200;
	border: solid #000 1px;
	color: #000;
	background: #FFF;
	margin: 15px 0 0 25%;
}

input[type=submit]:hover{
	background: #DEDEDE;
	color: #000000;
}

#mapa{
	text-align: right;
	padding: 100px 0;
	width: 45%;
	float: left;
}

.declaracion{
	background: #EDF4F7;
	display: inline-block;
	width: 20%;
	margin-right: 1%;
	padding: 20px 0 20px 2%;
	margin-bottom: 20px;
	border-radius: 7px;
	color: #7F939B;
	font-size: 18px;
	font-weight: 300;
	border: 1px solid #EDF4F7;
}

.declaracion:hover{
	background: #FFF;
	border: 1px solid #7F939B;
}


#declaraciones{
	margin-top: 50px;
}

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

header{
	width: 90%;
	padding: 0px 5%;
	height: 100px;
}

#logoh{
	width: 100%;
	padding: 0;
}

ul#menu{
	margin: 0 0 0 0;
	width: 100%;
	padding: 0;
}

ul#menu li img{
	margin: -3px -2px ;
	position: left;
	width: 18px;
}

ul#menu li{
	margin: 10px 0 0 1%;
	width: 20%;
	padding: 0;
	text-align: center;
}
	
ul#menu li a{
	font-size: 1px;
}

h2{
	font-size: 1px;
	margin-bottom: 10px;
}

h3{
	font-size: 22px;
	line-height: 30px;
	margin-top: -5px;
}

.boton{
	padding: 10px;;
	font-size: 12px;
}


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


#contenido{
	width: 80%;
	padding: 20px 10%;
	height: auto;
	margin-bottom: 30px;
}

#texto img.pleca{
	position: relative;
	bottom: 10px;
	left: 0;
	width: 30px;
}

#imagen{
	display: none;
}

	p{
		font-size: 13px;
	}

footer{
	background: #111415;
	width: 80%;
	height: auto;
	padding: 10px 10%;
}

#logof{
	width: 33%;
	float: left;
	padding: 0px 33%;
}

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

ul#menufoo{
	list-style: none;
	margin: 0;
	width: 100%;
	float: right;
	padding: 0;
	text-align: center;
}

ul#menufoo li{
	display: inline-block;
	margin-left: 1px;
	width: 40%;
}
	ul#menufoo li a{
		font-size: 12px;
	}
	ul#menufoo li:last-child{
		display: none;
	}

ul#redesfoo{
	margin-top: 10px;
	text-align: center;
}

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


.pfoo{
	color: #fff;
	font-size: 10px;
}


	
#formulario{
	width: 100%;
	height: 900px;
}

input[type=text]{
	line-height: 55px;
	width: 40%;
	border-style: none;
	padding: 0 1%;
	color:#000000;
	background: #FFF;
	font-size: 14px; 
	font-weight: 100;
	border-bottom: 1px solid #5C5C5C;
	transition: width 0.4s ease-in-out;
}

input[type=text].dos{
	width: 83%;
}

input[type=text].dos:focus{
	width: 90%;
	outline: none
}

input[type=text]:focus {
  width: 50%;
	outline: none;
}

select{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-style: none;
	line-height: 55px;
	width: 40%;
	padding: 0 1%;
	margin-bottom: 8px;
	font-size: 14px; 
	font-weight: 100;
	color: #7D7D7D;
	background: no-repeat center right url("1x/web--moott-26.svg");
	background-size: 50px;
	border-bottom: 1px solid #5C5C5C;
	border-radius: 0;
}

input[type=submit]{
	padding: 10px 0;
	width: 20%;
	font-size: 14px;
	font-weight: 200;
	border: solid #000 1px;
	color: #000;
	background: #FFF;
	margin: 15px 0 0 25%;
}

input[type=submit]:hover{
	background: #DEDEDE;
	color: #000000;
}

#mapa{
	text-align: right;
	padding: 100px 0;
}
}


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

header{
	width: 80%;
	padding: 0px 10%;
	height: 100px;
}

#logoh{
	width: 50%;
	padding: 0 25%;
}


ul#menu{
	margin: 0 0 0 0;
	width: 100%;
	padding: 0;
}

ul#menu li img{
	margin: -3px -2px ;
	position: left;
	width: 18px;
}

ul#menu li{
	margin: 10px 0 0 1%;
	width: 30%;
	padding: 0;
	text-align: center;
}
	
ul#menu li a{
	font-size: 14px;
}

h2{
	font-size: 18px;
	margin-bottom: 10px;
}

h3{
	font-size: 22px;
	line-height: 30px;
	margin-top: -5px;
}

.boton{
	padding: 10px;;
	font-size: 12px;
}


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


#contenido{
	width: 80%;
	padding: 20px 10%;
	height: auto;
	margin-bottom: 30px;
}

#texto img.pleca{
	position: relative;
	bottom: 10px;
	left: 0;
	width: 30px;
}

#imagen{
	display: none;
}

	p{
		font-size: 13px;
	}

footer{
	background: #111415;
	width: 80%;
	height: auto;
	padding: 10px 10%;
}

#logof{
	width: 33%;
	float: left;
	padding: 0px 33%;
}

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

ul#menufoo{
	list-style: none;
	margin: 0;
	width: 100%;
	float: right;
	padding: 0;
	text-align: center;
}

ul#menufoo li{
	display: inline-block;
	margin-left: 1px;
	width: 40%;
}
	ul#menufoo li a{
		font-size: 12px;
	}
	ul#menufoo li:last-child{
		display: none;
	}

ul#redesfoo{
	margin-top: 10px;
	text-align: center;
}

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


.pfoo{
	color: #fff;
	font-size: 10px;
}


	
#formulario{
	width: 100%;
	height: auto;
}

input[type=text]{
	line-height: 55px;
	width: 40%;
	border-style: none;
	padding: 0 1%;
	color:#000000;
	background: #FFF;
	font-size: 14px; 
	font-weight: 300;
	border-bottom: 1px solid #5C5C5C;
	transition: width 0.4s ease-in-out;
}

input[type=text].dos{
	width: 83%;
}

input[type=text].dos:focus{
	width: 90%;
	outline: none
}

input[type=text]:focus {
  width: 50%;
	outline: none;
}

select{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-style: none;
	line-height: 55px;
	width: 40%;
	padding: 0 1%;
	margin-bottom: 8px;
	font-size: 14px; 
	font-weight: 300;
	color: #7D7D7D;
	background: no-repeat center right url("1x/web--moott-26.svg");
	background-size: 50px;
	border-bottom: 1px solid #5C5C5C;
	border-radius: 0;
}

input[type=submit]{
	padding: 10px;
	width: 30%;
	font-size: 13px;
	font-weight: 300;
	border: solid #000 1px;
	color: #000;
	background: #FFF;
	margin: 15px 0 0 14%;
}

input[type=submit]:hover{
	background: #DEDEDE;
	color: #000000;
}

#mapa{
	text-align: right;
	padding: 100px 0;
	width: 100%;
}
	.declaracion{
	background: #EDF4F7;
	display: inline-block;
	width: 45%;
	margin-right: 1%;
	padding: 10px 0 10px 1%;
	margin-bottom: 20px;
	border-radius: 7px;
	color: #7F939B;
	font-size: 16px;
	font-weight: 300;
	border: 1px solid #EDF4F7;
}


#declaraciones{
	margin: 70px 0 200px 0;
}
}


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

header{
	width: 80%;
	padding: 0px 10%;
	height: 100px;
}

#logoh{
	width: 33%;
	padding: 0 33%;
}


ul#menu{
	margin: 0 0 0 0;
	width: 100%;
	padding: 0;
}

ul#menu li img{
	margin: -3px -2px ;
	position: left;
	width: 18px;
}

ul#menu li{
	margin: 0 0 0 0;
	width: 16%;
	padding: 0;
	text-align: center;
}
	
ul#menu li a{
	font-size: 13px;
}

h2{
	font-size: 18px;
	margin-bottom: 10px;
}

h3{
	font-size: 28px;
	line-height: 30px;
	margin-top: -5px;
}

.boton{
	padding: 10px;;
	font-size: 12px;
}


#texto{
	float: left;
	width: 80%;
}


#contenido{
	width: 80%;
	padding: 20px 10%;
	height: auto;
	margin-bottom: 30px;
}

#texto img.pleca{
	position: relative;
	bottom: 10px;
	left: 0;
	width: 30px;
}

#imagen{
	display: none;
}

	p{
		font-size: 13px;
	}

footer{
	background: #111415;
	width: 80%;
	height: auto;
	padding: 10px 10%;
}

#logof{
	width: 15%;
	float: left;
}

#informacion{
	width: 85%;
	float: right;
	text-align: right;
}

ul#menufoo{
	list-style: none;
	margin: 0;
	width: 100%;
	float: right;
	padding: 0;
	text-align: right;
}

ul#menufoo li{
	display: inline-block;
	margin-left: 1px;
	width: 19%;
}
	ul#menufoo li a{
		font-size: 12px;
	}

ul#redesfoo{
	margin-top: 10px;
}

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

.pfoo{
	color: #fff;
	font-size: 12px;
}


	
#formulario{
	width: 100%;
	height: auto;
	margin-bottom: 100px;
}

input[type=text]{
	line-height: 55px;
	width: 40%;
	border-style: none;
	padding: 0 1%;
	color:#000000;
	background: #FFF;
	font-size: 14px; 
	font-weight: 100;
	border-bottom: 1px solid #5C5C5C;
	transition: width 0.4s ease-in-out;
}

input[type=text].dos{
	width: 83%;
}

input[type=text].dos:focus{
	width: 90%;
	outline: none
}

input[type=text]:focus {
  width: 50%;
	outline: none;
}

select{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-style: none;
	line-height: 55px;
	width: 40%;
	padding: 0 1%;
	margin-bottom: 8px;
	font-size: 14px; 
	font-weight: 100;
	color: #7D7D7D;
	background: no-repeat center right url("1x/web--moott-26.svg");
	background-size: 50px;
	border-bottom: 1px solid #5C5C5C;
	border-radius: 0;
}

input[type=submit]{
	padding: 10px 0;
	width: 20%;
	font-size: 14px;
	font-weight: 200;
	border: solid #000 1px;
	color: #000;
	background: #FFF;
	margin: 15px 0 0 25%;
}

input[type=submit]:hover{
	background: #DEDEDE;
	color: #000000;
}

#mapa{
	text-align: right;
	padding: 100px 0;
	width: 100%;
}
	.declaracion{
	background: #EDF4F7;
	display: inline-block;
	width: 30%;
	margin-right: 1%;
	padding: 10px 0 10px 1%;
	margin-bottom: 20px;
	border-radius: 7px;
	color: #7F939B;
	font-size: 16px;
	font-weight: 300;
	border: 1px solid #EDF4F7;
}


#declaraciones{
	margin: 70px 0 200px 0;
}
}


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

header{
	width: 80%;
	padding: 0px 10%;
	height: 100px;
}

#logoh{
	width: 20%;
	padding: 7px 0;
}

ul#menu{
	margin: 0 0 0 0;
	width: 80%;
	padding: 30px 0;
}

ul#menu li img{
	margin: -3px -2px ;
	position: left;
	width: 18px;
}

ul#menu li{
	margin: 0 0 0 0;
	width: 15%;
}
	
ul#menu li a{
	font-size: 12px;
}

h2{
	font-size: 20px;
	margin-bottom: 10px;
}

h3{
	font-size: 32px;
	color: #000;
	margin: 0;
	line-height: 44px;
}

.boton{
	padding: 10px 20px;;
	font-size: 13px;
}


#texto{
	float: left;
	width: 75%;
}


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

#texto img.pleca{
	position: relative;
	bottom: 10px;
	left: 0;
	width: 30px;
}

#imagen{
	width: 60%;
	float: left;
	padding: 100px 0;
	display: none;
}

	p{
		font-size: 14px;
	}

footer{
	background: #111415;
	width: 80%;
	height: auto;
	padding: 20px 10%;
	float: left;
}

#logof{
	width: 15%;
	float: left;
}

#informacion{
	width: 85%;
	float: right;
	text-align: right;
}

ul#menufoo{
	list-style: none;
	margin: 0;
	width: 100%;
	float: right;
	padding: 0;
	text-align: right;
}

ul#menufoo li{
	display: inline-block;
	margin-left: 2px;
	width: 19%;
}

ul#menufoo li a:hover{
	color: #FF9300;
}

ul#redesfoo{
	margin-top: 10px;
}

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

.pfoo{
	color: #fff;
	font-size: 12px;
}


	
#formulario{
	width: 100%;
	height: auto;
}

input[type=text]{
	line-height: 55px;
	width: 40%;
	border-style: none;
	padding: 0 1%;
	color:#000000;
	background: #FFF;
	font-size: 14px; 
	font-weight: 100;
	border-bottom: 1px solid #5C5C5C;
	transition: width 0.4s ease-in-out;
}

input[type=text].dos{
	width: 83%;
}

input[type=text].dos:focus{
	width: 90%;
	outline: none
}

input[type=text]:focus {
  width: 50%;
	outline: none;
}

select{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-style: none;
	line-height: 55px;
	width: 40%;
	padding: 0 1%;
	margin-bottom: 8px;
	font-size: 14px; 
	font-weight: 100;
	color: #7D7D7D;
	background: no-repeat center right url("1x/web--moott-26.svg");
	background-size: 50px;
	border-bottom: 1px solid #5C5C5C;
	border-radius: 0;
}

input[type=submit]{
	padding: 10px 0;
	width: 20%;
	font-size: 14px;
	font-weight: 200;
	border: solid #000 1px;
	color: #000;
	background: #FFF;
	margin: 15px 0 0 25%;
}

input[type=submit]:hover{
	background: #DEDEDE;
	color: #000000;
}

#mapa{
	text-align: right;
	padding: 100px 0;
	width: 100%;
}
	.declaracion{
	background: #EDF4F7;
	display: inline-block;
	width: 30%;
	margin-right: 1%;
	padding: 15px 0 15px 1%;
	margin-bottom: 20px;
	border-radius: 7px;
	color: #7F939B;
	font-size: 17px;
	font-weight: 300;
	border: 1px solid #EDF4F7;
}


#declaraciones{
	margin: 70px 0 200px 0;
}
}

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

header{
	width: 80%;
	padding: 0px 10%;
	height: 100px;
}

#logoh{
	width: 15%;
	padding: 15px 0;
	height: auto;
}

ul#menu{
	margin: 0 0 0 0;
	width: 85%;
	padding: 40px 0;
}

ul#menu li img{
	margin: -3px -2px ;
	position: left;
	width: 18px;
}

ul#menu li{
	margin: 0 0 0 0;
	width: 15%;
}
	
ul#menu li a{
	font-size: 14px;
}

h2{
	font-size: 20px;
	margin-bottom: 10px;
}

h3{
	font-size: 32px;
	color: #000;
	margin: 0;
	line-height: 44px;
}

.boton{
	padding: 10px 20px;;
	font-size: 13px;
}


#texto{
	float: left;
	width: 55%;
}


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

#texto img.pleca{
	position: relative;
	bottom: 10px;
	left: 0;
	width: 30px;
}

#imagen{
	width: 40%;
	float: left;
	padding: 100px 0;
}

	p{
		font-size: 14px;
	}

footer{
	background: #111415;
	width: 80%;
	height: auto;
	padding: 20px 10%;
	float: left;
}

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

#informacion{
	width: 90%;
	float: right;
	text-align: right;
}

ul#menufoo{
	list-style: none;
	margin: 0;
	width: 100%;
	float: right;
	padding: 0;
	text-align: right;
}

ul#menufoo li{
	display: inline-block;
	margin-left: 2px;
	width: 19%;
	font-size: 13px;
}

ul#menufoo li a:hover{
	color: #FF9300;
}

ul#redesfoo{
	margin-top: 10px;
}

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

.pfoo{
	color: #fff;
	font-size: 12px;
}


	
#formulario{
	width: 100%;
	height: auto;
}

input[type=text]{
	line-height: 55px;
	width: 40%;
	border-style: none;
	padding: 0 1%;
	color:#000000;
	background: #FFF;
	font-size: 14px; 
	font-weight: 100;
	border-bottom: 1px solid #5C5C5C;
	transition: width 0.4s ease-in-out;
}

input[type=text].dos{
	width: 83%;
}

input[type=text].dos:focus{
	width: 90%;
	outline: none
}

input[type=text]:focus {
  width: 50%;
	outline: none;
}

select{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-style: none;
	line-height: 55px;
	width: 40%;
	padding: 0 1%;
	margin-bottom: 8px;
	font-size: 14px; 
	font-weight: 100;
	color: #7D7D7D;
	background: no-repeat center right url("1x/web--moott-26.svg");
	background-size: 50px;
	border-bottom: 1px solid #5C5C5C;
	border-radius: 0;
}

input[type=submit]{
	padding: 10px 0;
	width: 20%;
	font-size: 14px;
	font-weight: 200;
	border: solid #000 1px;
	color: #000;
	background: #FFF;
	margin: 15px 0 0 25%;
}

input[type=submit]:hover{
	background: #DEDEDE;
	color: #000000;
}

#mapa{
	text-align: right;
	padding: 100px 0;
	width: 40%;
}
	#mapa.a{
		height: 200px;
	}
	
	.declaracion{
	background: #EDF4F7;
	display: inline-block;
	width: 20%;
	margin-right: 1%;
	padding: 15px 0 15px 2%;
	margin-bottom: 20px;
	border-radius: 7px;
	color: #7F939B;
	font-size: 18px;
	font-weight: 300;
	border: 1px solid #EDF4F7;
}


#declaraciones{
	margin: 70px 0 200px 0;
}
}