/** FUENTE GENERAL **/

@font-face {
	font-family: kelson-regular;
	src: url('../fonts/KelsonSansRegular.otf');
}
@font-face {
	font-family: kelson-negrita;
	src: url('../fonts/KelsonSansBold.otf');
}
@font-face {
	font-family: kelson-light;
	src: url('../fonts/KelsonSansLight.otf');
}

/** ESTILOS GENERALES **/

html, body {
	font-family: kelson-regular;
	background-color: #fff;
  	width:100%;
  	height: 100%;
  	font-size: 100%;
	}


/** NAVBAR MENU PRINCIPAL **/

.menu-pp{
	width: 100%;
	position: fixed;
	z-index: 100;
 	text-align: center; 
 	overflow: hidden;
}
.navbar{
	background: rgba(255,255,255,0.6);
	border-radius: 0px;
	border-color: transparent;
	border-radius: 0%;
	height: 65px;
}
#icono-menu{
	position:absolute;
   	margin: 0 auto;
   	left: 0;
   	right: 0;
  	width:280px;
  	text-align: center;
}
.navbar-brand{
	position:absolute;
   	margin: 0 auto;
   	left: 0;
   	right: 0;
  	width:280px;
  	text-align: center;
}
#logo-menu{
	max-width: 280px;
	max-height: 40px;
}
#iconos-menu-compartir{
	height: 50px;
	margin-right: 20%;
}
#ico-menu{
	width: 100%;
	max-width: 40px;
	margin-top: -25%;
}
#slideshow { 
    width: 100%; 
    height: 70%; 
    overflow: hidden;
}

/** SECCION PRINCIPAL **/

#flecha-ppizq1{
	position: absolute;
	left: 5%;
	bottom: 52%;
}
#flecha-ppder1{
	position: absolute;
	right: 5%;
	bottom: 52%;
}
.seccion-principal1{
	position: relative;
	background: url('../images/fondo-pp1.jpg') no-repeat fixed center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    box-sizing:border-box;
}
.seccion-principal2{
	position: relative;
	background: url('../images/fondo-pp2.jpg') no-repeat fixed center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    box-sizing:border-box;
}
.seccion-principal3{
	position: relative;
	background: url('../images/fondo-pp4.jpg') no-repeat fixed center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    box-sizing:border-box;
}
.texto-principal{
	position: absolute;
	background: rgba(0,0,0,0.3);
	width:100%;
	height: auto;
	bottom: 0%;
	text-align: center;
	padding: 1%;
}
#titulo-principal{
	font-family: kelson-negrita;
	font-size: 4rem;
	text-align: center;
	line-height: 0.9;
	color: #fff;
}
#subt-principal{
	font-size: 1.5rem;
	text-align: center;
	color: #fff;
}

/**SECCION 2**/

.seccion2{
	background: linear-gradient( to bottom, #1976D2, #03A9F4);
	position: relative;
	width: 100%;
	height: auto;
    text-align: center;
    padding: 6%;
    box-sizing:border-box;
}
.cuadricula2{
	margin-left: 10%;
	margin-right: 10%;
}
#icon-scc2{
	width: 100%;
	max-width: 40px;
}
#titulo-s2{
	font-family: kelson-negrita;
	font-size: 1rem;
	color:#fff;
	padding: 5%;
}
#subt-s2{
	color:#fff;
	padding-left: 12%;
	padding-right: 12%;
	font-size: 1rem;
	text-align: center;
}
.vertical1{
	top: 17%;
	left: 38%;
	position: absolute;
	height: 65%;
	border-left: 1px solid white; 
	opacity: 1;
}
.vertical2{
	top: 17%;
	left: 62.5%;
	position: absolute;
	height: 65%;
	border-left: 1px solid white; 
	opacity: 1;
}

/** SECCION 3 **/

.seccion3{
	position: relative;
	background: url('../images/fondo-pp3.jpg') no-repeat fixed center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    max-height: 500px;
    box-sizing:border-box;
}
#secc3{
	position: absolute;
	width: 100%;
	max-width: 600px;
	right: 15%;
	bottom: 9%;
	height: auto;
	padding: 1%;
}
#titulo-s3{
	font-family: kelson-negrita;
	font-size: 3rem;
	color: #fff; 
}
#texto-valores1{
	color: #fff;
	font-family: kelson-negrita;
	margin-left: 10%;
}
#texto-valores2{
	color: #fff;
	font-size: 0.9rem;
	margin-left: 10%;
}
#icon-s3{
	width: 100%;
	max-width: 40px;
	position: absolute;
	right: 91%;
}
.vertical3{
	top: 20%;
	right: 108%;
	position: absolute;
	height: 73%;
	border-left: 1px solid white; 
	opacity: 1;
}


/** SECCION 4 **/

.seccion4{
	position: relative;
	width: 100%;
	height: auto;
    text-align: center;
    box-sizing:border-box;
}
#marca-secc4{
	background: linear-gradient( to bottom, #1976D2, #03A9F4);
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 7%;
	padding-top: 7%;
	padding-bottom: 1%;
	padding-left: 1%;
	padding-right: 1%;
}
#texto-ss4{
	color: #fff;
	font-size:1.3rem;
}
#sombra-secc4{
	width: 100%;
	max-width: 1000px;
	margin-top: -5%;
	-webkit-animation-duration: 1s;
    -webkit-animation-delay: 0.5s;
}

/** SECCION 5 **/

.seccion5{
	position: relative;
	width: 100%;
	height: auto;
	background-color:#F5F5F5;
	text-align: center;
	box-sizing:border-box;
}
#titulo-secc5{
	padding-top: 6%;
}
#texto-titulos5{
	font-family: kelson-negrita;
	font-size: 1.5rem;
}
.cuadrado-secc5{
	border: 2px solid #fff;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 14%;
	margin-bottom: 8%;
	padding: 2%;
}
#cuadro1-secc5{
	background-color: #fff;
	height: auto;
	padding: 2%;
	margin-left: 2%;
	width: 30.7%;
}
#logo1-secc5{
	width: 100%;
	max-width: 180px;
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 0.5s;
}
#texto-cajas1{
	text-align: center;
	color: #616161;
	font-size: 0.8rem;
	height: 250px;
	padding-top: 2%;
	padding-right: 7%;
	padding-left: 7%;
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 0.8s;
}
#texto-cajas2{
	text-align: center;
	color: #616161;
	font-size: 0.8rem;
	height: 250px;
	padding-top: 2%;
	padding-right: 7%;
	padding-left: 7%;
	-webkit-animation-duration: 2s;
	-webkit-animation-delay: 1.6s;
}
#botom-secc5{
	width: 60%;
	border-radius: 0px;
	background-color: #8BC34A;
	border-style: none;
	color: #fff;
	font-size: 1.3rem;
	width: 100%;
	max-width: 150px;
	padding: 1%;
	padding-top: 2%;
}
#sombra-secc5{
	width: 100%;
	max-width: 1000px;
	padding: 3%;
}

/** SECCION 6 **/

.seccion6{
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	box-sizing:border-box;
}
#sombra-secc6{
	width: 100%;
	max-width: 1000px;
	margin-top: -5%;
}
#textos-secc6{
	padding: 7%;
}
#texto1-secc6{
	font-family: kelson-negrita;
	font-size: 1.7rem;
}
#texto2-secc6{
	color: #616161;
	padding-left: 15%;
	padding-right: 15%;
}
.cuadros-pp{
	padding: 5%;
}
#cuadro1-secc6{
	padding: 0px;}
#cuadro2-secc6{
	padding: 0px;
}
#cuadro3-secc6{
	padding: 0px;
}
#cuadro4-secc6{
	padding: 0px;
}
#cuadro5-secc6{
	padding: 0px;
}
#cuadro6-secc6{
	padding: 0px;
}
#img-secc6{
	width: 100%;
	position: relative;
}
#texto-cuadros1{
	font-family: kelson-negrita;
	font-size: 2rem;
	color: #fff;
	z-index: 20;
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 20%;
}
#texto-cuadros2{
	font-size: 0.75rem;
	color: #fff;
	z-index: 20;
	width: 100%;
	text-align: justify;
	padding-left: 15%;
	padding-right: 15%;
}
#texto-cuadros3{
	font-family: kelson-negrita;
	font-size: 1rem;
	color: #fff;
	z-index: 20;	
	width: 100%;
	text-align: left;
	padding-left: 15%;
	padding-right: 15%;
}
#texto-cuadros4{
	font-family: kelson-negrita;
	font-size: 1rem;
	color: #fff;
	z-index: 20;	
	width: 100%;
	text-align: left;
	padding-left: 15%;
	padding-right: 15%;
	line-height: 0;
}
.gelatina1{
	position: absolute;
	background-color: rgba(49,46,222,0.7);
	width: 100%;
	height: 100%;
	top: 0%;
	visibility: hidden;
}
.gelatina2{
	position: absolute;
	background-color: rgba(49,46,222,0.7);
	width: 100%;
	height: 100%;
	top: 0%;
	visibility: hidden;
}
.gelatina3{
	position: absolute;
	background-color: rgba(49,46,222,0.7);
	width: 100%;
	height: 100%;
	top: 0%;
	visibility: hidden;
}
.gelatina4{
	position: absolute;
	background-color: rgba(49,46,222,0.7);
	width: 100%;
	height: 100%;
	top: 0%;
	visibility: hidden;
}
.gelatina5{
	position: absolute;
	background-color: rgba(49,46,222,0.7);
	width: 100%;
	height: 100%;
	top: 0%;
	visibility: hidden;
}
.gelatina6{
	position: absolute;
	background-color: rgba(49,46,222,0.7);
	width: 100%;
	height: 100%;
	top: 0%;
	visibility: hidden;
}
#cuadro1-secc6:hover .gelatina1{
	visibility: visible;
}
#cuadro2-secc6:hover .gelatina2{
	visibility: visible;
}
#cuadro3-secc6:hover .gelatina3{
	visibility: visible;
}
#cuadro4-secc6:hover .gelatina4{
	visibility: visible;
}
#cuadro5-secc6:hover .gelatina5{
	visibility: visible;
}
#cuadro6-secc6:hover .gelatina6{
	visibility: visible;
}

/** SECCION 7 **/

.seccion7{
	position: relative;
	background: url('../images/fondo-secc7.jpg') no-repeat fixed center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    max-height: 400px;
    box-sizing:border-box;
}

/** SECCION 8 **/

.seccion8{
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	box-sizing:border-box;
}
#img1-secc8{
	width: 100%;
	max-width: 550px;
	text-align: right;
	margin-left: 30%;
	-webkit-animation-duration: 1s;
    -webkit-animation-delay: 0.5s;
}
#derecha-secc8{
	padding-left: 0%;
	padding-right: 20%;
	padding-top: 5%;
}
#img2-secc8{
	width: 100%;
	max-width: 400px;
	text-align: center;
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 0.8s;
}
#texto-secc8{
	text-align: right;
	padding-right: 8%;
	padding-left: 15%;
	padding-top: 5%;
	font-family: kelson-negrita;
	font-size: 1.7rem;
	color: #616161;
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 1.3s;
}
#sombra-secc8{
	width: 100%;
	max-width: 1200px;
	margin-top: -1%;
	position: absolute;
	left: 5%;
	bottom: 0%;
}

/** SECCION 9 **/

.seccion9{
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	box-sizing:border-box;
	padding: 5%;
}
#texto-contacto{
	font-size: 1.8rem;
	font-family: kelson-negrita;
}
#frm-contacto{
	padding: 5%;
	padding-left: 10%;
}
#texto-fmr{
	color: #303F9F;
	font-family: kelson-negrita;
}
.form-control{
	border-radius: 0px;
}
#btnEnviar{
	position: absolute;
	right: 8.5%;
	border-radius: 0px;
	color: #fff;
	background-color:#8BC34A;
	border-style: none;
	font-size: 1rem;
	font-family: kelson-negrita;
	width: 100%;
	max-width: 200px;
	height: 34px;
}
#fmr-direcciones{
	padding: 5%;
}
#texto-contacto2{
	font-size: 1.8rem;
	font-family: kelson-negrita;
	color: #303F9F;
	text-align: left;
}
#icon-contacto1{
	position: absolute;
	width: 100%;
	max-width: 35px;
	left: 0%;
	top: 35%;
}
#icon-contacto2{
	position: absolute;
	width: 100%;
	max-width: 35px;
	left: 0%;
	top: 56%;
}
#icon-contacto3{
	position: absolute;
	width: 100%;
	max-width: 35px;
	left: 0%;
	top: 72%;
}
#texto-detallecon1{
	color: #303F9F;
	text-align: left;
	padding-right: 30%;
	font-family: kelson-negrita;
}
#texto-detallecon2{
	color: #2196F3;
	text-align: left;
	padding-right: 48%;
	font-family: kelson-negrita;
}
#sombra-secc9{
	width: 100%;
	max-width: 1000px;
	margin-top: 3%;
}
#parten-final{
	padding: 5%;
	padding-left: 9%;
}
#texto-final1{
	font-size: 1.1rem;
	text-align: left;
	color: #303F9F;
	font-family: kelson-negrita;
}
#texto-final2{
	text-align: left;
	color: #2196F3;
}
#btnCorreo{
	position: absolute;
	right: 18%;
	border-radius: 0px;
	color: #fff;
	background-color:#8BC34A;
	border-style: none;
	font-size: 1rem;
	font-family: kelson-negrita;
	width: 100%;
	max-width: 200px;
	height: 34px;
}
#frmCorreo2{
	margin-left: -1.5%; 
}

/** FOOTER **/

.footer{
	width: 100%;
	padding: 5%;
	padding-left: 13%;
	background: linear-gradient( to left, #1976D2, #03A9F4);
}
#texto-footer{
	color: #fff;
	font-family: kelson-negrita;
}

/** ALERTAS **/

.alertas{
	display: none;
	font-size: 1rem;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	color: #fff;
	background: linear-gradient( to bottom, #1976D2, #03A9F4);
	padding: 1%;
	position: absolute;
	border: 1px solid #fff;
	top: 5%;
	left: 30%;
}
.alertas2{
	display: none;
	font-size: 1rem;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	color: #fff;
	background: linear-gradient( to bottom, #1976D2, #03A9F4);
	padding: 1%;
	position: absolute;
	border: 1px solid #fff;
	bottom: 0%;
	left: 9%;
}

