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

p { text-align:justify;}
*{
	margin: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border: 0px;
	// set animation
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
	font-family: 'Montserrat', sans-serif;
	}

body {
	font-family: 'Montserrat', sans-serif;
	background-image: url(imagenes/fondo.jpg);
	background-clip:border-box;
	background-attachment:fixed;
	background-size: cover;
	background-repeat:no-repeat;}
	
.shrink:hover
{
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
}


        
header {
	width: 100%;
	height: 100px;
	font-weight: 700;
	z-index: 100;
	/* [disabled]background-color:rgba(255,255,255,1); */
	  position: fixed;

    // set animation
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;	

}

header.sticky {
	background-color:rgba(255,255,255,.9);
	color:rgba(31,38,49,1);
	-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.75);
	height:70px;
        }


#logo {
	margin-left:16%;
	float:left;
	background-image:url(imagenes/logo.png);
	background-repeat:no-repeat;
	background-size:contain;
	width:100px;
	height:90px;
	margin-top:1.3%;
}

#logo.sticky2 {
	margin-top:7px;
	width:60px;
	height:50px;
	background-image:url(imagenes/logo2.png);
}

#logo a img {
	width: 60%;
}

nav ul {
	padding-top:45px;
	float: right;
	padding-right:10%;
	}

.navegacionsticky {
	padding-top:30px;
	padding-right:8%;
	}

nav ul li {
	display:inline-block;
	padding: 0 4px;
	color:#fff;
	font-weight:700;
	}
	
.color { 
	color: #1F2732;}
	
nav ul li a {
	color: #fff;
	text-decoration: none;
	}



nav ul li a:hover{
	color: #818285;
	}

#seccion1{
	height: 100%;
	/*background-image:url(imagenes/fondo.jpg);*/
	background-size: contain;
	position: relative;
}

#textosprincipales {
	float: left;
	margin-top: 14%;
	margin-left: 10%;
	width: 40%;
	color: #FFFFFF;
	margin-bottom: 20%;
	}

#textosprincipales h1 {
	margin-bottom:20px;

	}
	
#textosprincipales p {
	font-weight:100;
	}
	
	

#mazo {
	width: 42%;
	/* [disabled]margin-top: 10%; */
	/* [disabled]margin-right:6%; */
	/* [disabled]margin-bottom: 6%; */
	position: absolute;
	bottom: 0px;
	right: 0px;
	float: none;
	}
	
#mazo img {
	width:100%;
	}
	
#seccion2 {
	height:100%;

	}
	
#seccion2 #textoseccion2 {
	width: 100%;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 100px;
	}
	
#seccion2 #textoseccion2 table tr td{
	text-align: left;
	padding-bottom: 5px;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 5px;
	color: #FFFFFF;
	}
	
#seccion2 #textoseccion2 table tr td h1{
	color: #FFFFFF;
	}
	
#nuestraempresa {
	width: 100%;
	height: 100%;
	/* [disabled]background-color: #fafafb; */
	/* [disabled]border-top: thin rgba(204,204,204,1) solid; */
	}
	
#titulonuestraempresa {
	padding-top: 92px;
	color: #FFFFFF;
	text-align: center;
	font-size: 24px;
	}
	
#valores {
	width: 80%;
	margin: 0 auto;
	padding-top: 29px;
	padding-bottom: 100px;
	line-height: 18pt;
	text-align: center;
	}

#valores table tr td {
	padding:15px 70px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	
	
	}
	

#valores table tr td h2 {
	color:#2e3192;
	}
	
#valores table tr td h2 i  {
	padding-right:22px;
	}
	
#valores table tr td p {
	padding-left:47px;
	
	}
	
#seccion3 { width:100%;
	}
	
#izquierda {
	width:50%;
	float:left;
	}

#googlemaps {
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: -6px;
}
	
.textoseccion3 {
	position: absolute;
	margin: 0 auto;
	text-align: center;
	font-size: 30px;
	width: 50%;
		margin-top:14%;
	color: #FFF;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;

	}
	
#valores #iconos h4{
	color:rgba(255,255,255,1);}

#derecha {
	width:50%;
	float:right;
	}
	
#izquierda img {
	width:100%;
	}
#derecha img {
	width:100%;
	}
	
#footer {
	width: 100%;
	background-image: url(imagenes/contacto.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -6px;
	}
/*formulario*/


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


form {
	/* [disabled]width: 76%; */
	margin-right: 16%;
	margin-left: 14%;
	margin-top: 70px;
}

label {
	display:block;
	margin-top:20px;
	letter-spacing:2px;
}

input, textarea {
	width: 100%;
	height: 27px;
	background: rgba(255,255,255,.8);
	padding: 10px;
	margin-top: 3px;
	font-size: 0.9em;
	color: #C30;
	font-family: 'Noticia Text', serif;
	margin-bottom: 10px;
	font-weight:bold;
}
input::-webkit-input-placeholder {
    color: #666;
	font-weight:500;

}
input:-moz-placeholder {
     color: #666;
	font-weight:500;

}
input:-ms-placeholder {
    color: #666;
	font-weight:500;

}
input:-o-placeholder {
    color: #666;
	font-weight:500;

}
textarea::-webkit-input-placeholder {
     color: #666;
	font-weight:500;

}

textarea::-moz-input-placeholder {
     color: #666;
	font-weight:500;

}
textarea::-ms-input-placeholder {
     color: #666;
	font-weight:500;

}



input:focus, textarea:focus {
	border: 1px solid  #09F;
	color: #000;
	font-weight: bold;
}

textarea {
	height: 200px;
	font-family: Arial, Helvetica, sans-serif;
}

#submit {
	text-align:center;
	color:rgba(78,93,178,1);
	width: 140px;
	height: 38px;
	border: none;
	margin-top: 20px;
	cursor: pointer;
	float: right;
}

#submit:hover {
		opacity:1;
		background: rgba(255,255,255,1)
	}


/*acaban estilos de formulario*/


#informaciondecontacto {
	color: #FFF;
	/* [disabled]width: 100%; */
	/* [disabled]margin-right: 0%; */
	margin-top: 70px;
	/* [disabled]background-color: #00CC66; */
	padding-left: 20%;
	margin-bottom: 37px;
}

#informaciondecontacto ul {
	padding-bottom: 30px;
	padding-left: 0px;
	margin-left: 0px;
	}
	
#informaciondecontacto ul li {
	list-style:none;
	text-decoration:none;
	padding-top:10px;

	}
	

	
#informaciondecontacto ul li:first-child {
	list-style:none;
	text-decoration:none;
	padding-top:0px;
	padding-left:0px}
	
#boton {
	text-align:center; 
	background-color:rgba(255,255,255,.8); 
	width:400px; 
	color:rgba(78,93,178,1);
	padding:0px;
	padding-top:20px;
	}
	
#boton:hover {
	text-align:center; 
	background-color:rgba(255,255,255,1); 

	}
	
#iceberg {
	height:50px;
	padding-top:20px;
	background-color:#0D0A10;
	color:#CCC
	}
	
#iceberg p a {
	text-decoration: none;
	color: #313D51;
	}
	
#iceberg p a:hover {
	color: #666666;
	}
/*
.grow:hover
{
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
		
}
*/

.iconos {
	/* [disabled]float:left; */
	text-align: center;
	width: 200px;
	display: inline-block;
	margin-bottom: 30px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
	}

.iconos i{
	color: #FFFFFF;
	}
#degradado{
	width:100%;
	background-color:rgba(0,0,0,1);
	height:80px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

 
	} 