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

html,body{
	height:100%;
	width: 100%;
	font-family: 'Lato', Sans Serif;
	font-weight: 300;
	padding:0;
	margin:0;
	float: left;
}

.logo {
	float: left;
	width: 30%;
	height: auto;
	margin:5% 35% 5% 35%;
}

h1{
	font-size: 35px;
	font-weight: 200;
	color:#ffffff;
	text-align: center;
	font-style: italic;
	text-shadow: 1px 1px 5px #000;
}

h2 {
	font-size: 40px;
	padding:0;
	font-weight: 200;
	text-align: center;
	color: #0e77ac;
	margin:0 0 1% 0;
	text-transform: uppercase;
}

h3 {
	font-size: 30px;
	padding:0;
	font-weight: 200;
	text-align: center;
	color: #0e77ac;
	margin:0 0 1% 0;
	text-decoration: none;
}

h3 a {
	text-decoration: none;
	color: #fff;
}

h4 {
	font-size: 75px;
	padding:0;
	font-weight: 200;
	text-align: center;
	color: #ffffff;
	margin:0 0 1% 0;
}
.right{
	float: right;
}

.left {
	float: left;
}

.fullheight {
	float: left;
	width: 100%;
	height: 100%;
	padding:0;
	margin: 0;
	overflow:hidden;
	background:#fff; 
}


.topnav {
   /*float: left;*/
	color: #333;
	margin:0 0 0 0;
	padding:0;
	list-style:none;
	width: 100%;
    overflow: hidden;
	bottom:0px;
	position: absolute;
}

.topnav ul {
	list-style: none;
	display: inline-block;
	background: #0e77ac;
	padding:1%;
	margin: 0;
	color: #fff;
	width: 98%;
	text-align: center;
}

.topnav ul li{
	text-align: center;
	display: inline;
	font-size: 18px;
	padding:0 2% 0 0;
	font-weight: 200;
}

/* Style the links inside the navigation bar */
.topnav ul li a {
   text-align: center;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

/* Change the color of links on hover */
.topnav ul li a:hover {
    -webkit-opacity: 0.4;
	-moz-opacity: 0.4;
	opacity: 0.4;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav ul li a .icon {
    display: none;
}
.topnav ul li .icon {
    display: none;
}

.home{
	background: url(../links/home.jpg) no-repeat center center fixed;
	background-size: cover;
	width: 100%;
	height: 100%;
}


.full {
	width: 100%;
	float: left;
	height: auto;
}

.nosotros{
	padding: 3% 0;
}

.nosotros img{
	width: 8%;
	padding:1% 46%;
}


.nosotros p{
	margin:1% 20% 2% 20%;
	padding:0.5% 0;
	text-align: center;
	color: #333;
	font-weight: 300;
	height: auto;
	font-size: 16px;
	width: 60%;
	line-height: 20px;
	
}

.quote{
	background: url(../links/foto2.jpg) center center fixed;
	background-position: cover;
	padding: 6% 0;
}


.contacto {
	background: url(../links/contacto.jpg) center center fixed;
	background-position: cover;
	width: 80%;
	padding:2% 10%;
	float: left;
	text-align: center;
	color:#fff;
}


.full .mapa{
	width: 100%;
	min-height: 400px;
}

.enlace {
	color:#333;
}

.enlace a {
	color:#333;
	text-decoration: none;
}

.enlace a:hover {
	color:#009fe3;
	text-decoration: none;
}

.formulario {
	padding: 1%;
	float: left;
	width: 60%;
	margin:0 19%;
	background: rgba(0,0,0,0.3);
}



.form{
	width: 95%;
	float:left;
	padding: 1% 5%;
	margin:2% 0;
	}

.form input, .form textarea {
	width: 96%;
	float:left;
	border-radius: 5px;
	font-size: 12px;
	padding:2%;
	background: #ffffff;
	border:none;
	}

.form .enviar {
	margin:2% auto 0 auto;
	border:none;
	color:#FFF;
	text-align: center;
	background-color:#0e77ac;
	border-radius: 5px;
	font-size: 14px;
	padding:2%;
	text-transform: uppercase;
}



.servicios {
	display: table;
	width: 100%;
	padding:3% 0;
	background: #f1f1f1;
	margin:0;
}



.servicios ul {
   display: -webkit-table;
   display: table;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
	width:80%;
	margin:1% 10%;
	padding:0;
	
}
.servicios ul li{
	text-align: center;
	width: 29%;
	padding:0 2%;
	margin:0;
	font-size: 11px;
   	display: -webkit-table;
   	display: table;
	position: relative;
	float: left;
	
}


.servicios ul li img{
	width: 20%;
	height: auto;
	margin:0 40% 2% 40%;
	vertical-align: top;
	border: none;
	float: left;
	
}
.servicios ul li h3 {
	width: 100%;
	float: left;
	font-size: 25px;
	padding:1%;
	font-weight: 200;
	text-align: center;
	color: #0e77ac;
	margin:1% 0 1% 0;
	position: relative;
}

.servicios ul li p{
	width: 90%;
	padding:2% 5%;
	color:#333;
	position: relative;
	bottom:0px;
	font-size: 14px;
	text-align: center;
}


.servicios .boton {
	text-align: center;
	margin:4% auto 1% auto;
}

.servicios .boton a {
	margin:2% 0 1% 0;
	padding:10px 20px;
	background:#0e77ac;
	background-size: 10px auto;
	background-position: 5px center;
	border-radius: 5px;
	color:#fff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-decoration: none;
	cursor: pointer;
	
	}

.servicios .boton a:hover {
	-webkit-filter: opacity(0.5);
	-moz-filter: opacity(0.5);
	filter: opacity(0.5);
	}






footer{
	width: 100%;
	padding:0;
	background: #0e77ac;
	float: left;
}


.logo-footer{
	width: 10%;
	height: auto;
	margin: 2% 45%;
}

#bajar {
position: absolute;
bottom: 90px; /* Distancia desde abajo */
right: 47%; /* Distancia desde la derecha */
-webkit-border-radius: 95px; 
-moz-border-radius: 95px; 
border-radius: 95px; 
z-index: 1000;
background: rgba(13,119,171,0.80)
}


#bajar span {
width: 95px; /* Ancho del botón */
height: 95px; /* Alto del botón */
display: block;
background: url(../links/down.svg) no-repeat center center;
background-size: 40px auto;
-webkit-border-radius: 95px; 
-moz-border-radius: 95px; 
border-radius: 95px; 
}

#irarriba {
position: fixed;
bottom: 20px; /* Distancia desde abajo */
right: 50%; /* Distancia desde la derecha */
-webkit-border-radius: 25px; 
-moz-border-radius: 25px; 
border-radius: 25px; 
background-color:rgba(0,0,0,0.5);
}


#irarriba span {
width: 40px; /* Ancho del botón */
height: 40px; /* Alto del botón */
display: block;
background: url(../links/icon_arrow-up.svg) no-repeat center center;
background-size: 30px auto;
-webkit-border-radius: 40px; 
-moz-border-radius: 40px; 
border-radius: 40px; 
}



@media screen and (max-width: 800px) {
	
	html,body{
	height:100%;
	width: 100%;
	font-family: 'Lato', Sans Serif;
	font-weight: 300;
	padding:0;
	margin:0;
	float: left;
}
	
.fullheight {
	float: left;
	width: 100%;
	height: auto;
	padding:0;
	margin: 0;
	overflow:hidden;
	background:#666; 
	min-height: 50%;
}
	
	

.home{
	background: url(../links/home.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: auto;
}
	
.logo {
	float: left;
	width: 80%;
	height: auto;
	margin:10% 10% 20% 10%;
}

	.topnav {
    float: left;
	color: #fff;
	background: #0e77ac;
	margin:0;
	padding:0;
	list-style:none;
	width: 100%;
    overflow: hidden;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	bottom: auto;
	
	
}
.topnav ul {
	float: left;
	padding:0;
	margin:0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	
}

.topnav ul li:not(:first-child){
	float: right;
	display: none;
}

/* Style the links inside the navigation bar */
.topnav ul li a {
   float: right;
	display: block;
	color:#323232;
	padding: 0 0 0 15px;
	text-decoration: none;
	margin:0 0 0 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
	
	
	.topnav ul li:not(:first-child){
		display: none;
	}
	
  .topnav ul li a:not(:first-child) {
	  display: none;
	}
	
  .topnav ul li a.icon {
    float: right;
    display: block;
	width: 100%;
	color:#fff;
	margin: 0;
	text-align: right;
  }
	
.animacion {
	float: left;
	width: 100%;
	height: 65%;
	
}
	
	
	 .topnavresponsive {
	  /*position: relative;*/
	  list-style: none;
	  float: right;
	  width: 100%;
	  -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	  margin:0 0 0 0;
	top: 0;
	}
	
	.topnavresponsive ul{
		list-style: none;
		background: #0e77ac;
		width: 100%;
		float: left;
		margin:0;
		padding:0;
		-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
		top: 0;
	}
	
	.topnavresponsive ul li{
	list-style: none;
	width: 100%;
	float: left;
	padding:0;
	margin:0;
	position: relative;
	display: block;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
		
	}
	
  .topnavresponsive ul li a.icon {
    position: relative;
    right: 0;
    top: 0;
	float: right;
	padding:0 10px 0 0;
	color:#fff;
	display: block;  
	border: none;
	background: #999;
	width: 100%;
	text-align: right;
  }
	
  .topnavresponsive ul li a {
    float: left;
	width: 98%;
    display: block;
    text-align: center;
	color:#fff;
	text-decoration: none;
	border-bottom:1px solid #999;
	padding: 1%;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	
  }
	
	

.nosotros{
	
	padding: 5%;
	float: left;
	width: 90%;
}

.nosotros p{
	margin:0;
	padding:0.5% 2%;
	text-align: center;
	color: #333;
	font-weight: 300;
	height: auto;
	font-size: 12px;
	width: 96%;
	line-height: 20px;
	
}

.nosotros img{
	width: 8%;
	padding:1% 46%;
}
.quote{
	background: url(../links/foto2.jpg) center right fixed;
	background-position: cover;
	padding: 6% 2%;
	font-size: 15px;
	min-height: 200px;
	width: 96%;
}

.servicios {
	display: block;
	width: 100%;
	padding:3% 0;
	background: #f1f1f1;
	margin:0;
	float: left;
}



.servicios ul {
   display: -webkit-table;
   display: table;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
	width:90%;
	margin:1% 5%;
	padding:0;
	
}
.servicios ul li{
	text-align: center;
	width: 100%;
	padding:3% 0;
	margin:0;
	font-size: 11px;
   	display: -webkit-table;
   	display: table;
	position: relative;
	float: left;
	
}


.servicios ul li img{
	width: 20%;
	height: auto;
	margin:0 40% 2% 40%;
	vertical-align: top;
	border: none;
	float: left;
	
}
.servicios ul li h2 {
	width: 100%;
	float: left;
	font-size: 13px;
	padding:1%;
	font-weight: 200;
	text-align: center;
	color: #333;
	margin:1% 0 1% 0;
	position: relative;
}

.servicios ul li p{
	width: 96%;
	padding:2%;
	color:#333;
	position: relative;
	bottom:0px;
	font-size: 12px;
	text-align: center;
}
	
	
.servicios .boton {
	text-align: center;
	margin:4% auto 5% auto;
}

.servicios .boton a {
	margin:2% 0 1% 0;
	padding:10px 20px;
	background:#0e77ac;
	background-size: 10px auto;
	background-position: 5px center;
	border-radius: 5px;
	color:#fff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-decoration: none;
	cursor: pointer;
	
	}

.servicios .boton a:hover {
	-webkit-filter: opacity(0.5);
	-moz-filter: opacity(0.5);
	filter: opacity(0.5);
	}


footer{
	width: 100%;
	padding:0;
	background: #0e77ac;
	float: left;
}


.logo-footer{
	width: 10%;
	height: auto;
	margin: 2% 45%;
}

.contacto{
	width: 90%;
	padding:0 5%;
}

	.mapa {
	width:100%; 
	height:300px;
}

	#bajar {
		display: none;
position: absolute;
bottom: 20px; /* Distancia desde abajo */
right: 50%; /* Distancia desde la derecha */
-webkit-border-radius: 25px; 
-moz-border-radius: 25px; 
border-radius: 25px; 
z-index: 1000;
background: rgba(0,0,0,1);
}


#bajar span {
	
width: 40px; /* Ancho del botón */
height: 40px; /* Alto del botón */
display: none;
background: url(../links/icon_arrow-down.svg) no-repeat center center;
background-size: 30px auto;
-webkit-border-radius: 30px; 
-moz-border-radius: 30px; 
border-radius: 30px; 
}

	
h1{
	font-size: 30px;
	font-weight: 200;
	color:#ffffff;
	text-align: center;
	font-style: italic;
}



h2 {
	font-size: 30px;
	padding:0;
	font-weight: 200;
	text-align: center;
	color: #0e77ac;
	margin:0 0 1% 0;
	text-transform: uppercase;
}

h3 {
	font-size: 20px;
	padding:0;
	font-weight: 200;
	text-align: center;
	color: #0e77ac;
	margin:0 0 1% 0;
	text-decoration: none;
}

h3 a {
	text-decoration: none;
	color: #fff;
}

h4 {
	font-size: 40px;
	padding:0;
	font-weight: 200;
	text-align: center;
	color: #ffffff;
	margin:0 0 1% 0;
}
	
	
.formulario {
	padding: 0  2%;
	float: left;
	width: 96%;
	margin:0;
	background: rgba(0,0,0,0.3);
}



.form{
	width: 100%;
	float:left;
	padding: 1% 0;
	margin:2% 0;
	}

.form input, .form textarea {
	width: 96%;
	float:left;
	border-radius: 5px;
	font-size: 12px;
	padding:2%;
	background: #ffffff;
	border:none;
	}

.form .enviar {
	margin:2% auto 0 auto;
	border:none;
	color:#FFF;
	text-align: center;
	background-color:#0e77ac;
	border-radius: 5px;
	font-size: 14px;
	padding:2%;
	text-transform: uppercase;
}

}