﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?nymt00');
  src:  url('../fonts/icomoon.eot?nymt00#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?nymt00') format('truetype'),
    url('../fonts/icomoon.woff?nymt00') format('woff'),
    url('../fonts/icomoon.svg?nymt00#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-email:before {
  content: "\e900";
}
.icon-telefono:before {
  content: "\e942";
}
.icon-ubicacion:before {
  content: "\e947";
}
.icon-celular:before {
  content: "\e958";
}



body{
	font-family:arial, sans-serif;
}


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

#cabecera-conten{
	width: 1200px;
	margin: 0 auto;
}

#logotipo{
	width: 45%;
	font-family: 'Acme', sans-serif;
	color: #2295d4;
	font-size: 70px;
	text-shadow: 2px 2px 2px black;
	float: left;
	margin: 15px 0 0 0;
}

#datos{
	width: 50%;
	float: right;
	padding: 10px 0;
}

#datos p{
	border: 0px solid red;
	width: 100%;
	font-family: 'PT Sans', sans-serif;
	font-size: 22px;
	color: #2295d4;
	text-align: center;
	float: left;
	padding: 5px 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.red{
	width: 10% !important;
	padding: 0 !important;
}
#datos p img{
	width: 56%;
}



.cincuenta{
	width: 45% !important;
	float: left;
}




#menu{
	background: black;
	width: 100%;
	float: left;
}

#menu-r{
	width: 100%;
	text-align: center;
	color: white;
	font-size: 20px;
	float: left;
	padding: 12px 0;
	cursor: pointer;
	display: none;
}
#menu-r:hover{
	background: #2295d4;
	font-weight: bold;
	text-shadow: 2px 2px 2px black;
}

#menu a{
	color: white;
	text-decoration: none;
}

#menu-conten{
	width: 1200px;
	margin: 0 auto;
}

#menu-conten ul{
	width: 100%;
	float: left;
}

#menu-conten ul li{
	width: 14.28%;
	float: left;
}

.menu{
	width: 100%;
	font-size: 20px;
	text-align: center;
	padding: 12px 0;
}

.menu:hover, .activo{
	background: #2295d4;
	font-weight: bold;
	text-shadow: 2px 2px 2px black;
}



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




#wrapP{
	width: 1200px;
	margin: 0 auto;
}

#pagina{
	width: 100%;
	margin: 30px 0;
	float: left;
}



.titulo{
	width: 100%;
	color: #2295d4;
	text-shadow: 2px 2px 2px white;
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	line-height: 42px;
	float: left;
	margin: 0 0 30px 0;
}

.titulo div, .titulo h1{
	background: #f7f7f7;
	padding: 12px;
	display: inline-block;
}



.texto{
	width: 100%;
	font-size: 26px;
	line-height: 32px;
	text-align: center;
	float: left;
	padding: 0 100px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.texto b{
	color: #2295d4;
}



#banner{
	background: url(../images/fondo-banner.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	float: left;
	padding: 30px 20px;
	margin: 30px 0 0 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fondo-banner2{
	background: url(../images/fondo-banner2.jpg) no-repeat center center !important;
	-webkit-background-size: cover;
	background-size: cover;
}

.fondo-nosotros{
	background: url(../images/fondo-nosotros.jpg) no-repeat center center !important;
	-webkit-background-size: cover;
	background-size: cover;
}

.fondo-videos{
	background: url(../images/fondo-videos.jpg) no-repeat center center !important;
	-webkit-background-size: cover;
	background-size: cover;
}

.fondo-norteno{
	background: url(../images/fondo-norteno.jpg) no-repeat center center !important;
	-webkit-background-size: cover;
	background-size: cover;
}

.texto-banner{
	background: rgba(256,256,256,0.9);
	width: 50%;
	text-align: justify;
	font-size: 20px;
	line-height: 28px;
	padding: 20px;
	float: left;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



.t{
	background: #f7f7f7;
	width: 31.33%;
	font-size: 20px;
	line-height: 30px;
	float: left;
	padding: 25px;
	margin: 30px 1%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}




.parte{
	width: 100%;
	float: left;
	margin: 30px 0;
}

.seccion{
	background: #f7f7f7;
	width: 50%;
	font-size: 20px;
	line-height: 30px;
	float: left;
	padding: 12px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.imagen-seccion{
	width: 45%;
	float: left;
}

.imagen-seccion img{
	width: 100%;
}



.principal{
	width: 100%;
	text-align: center;
	font-size: 22px;
	line-height: 32px;
	font-weight: bold;
	color: #2295d4;
	margin: 30px 0;
	float: left;
	padding: 0 120px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.principal span{
	color: black;
}

.tres{
	background: #f7f7f7;
	width: 31.33%;
	font-size: 16px;
	line-height: 27px;
	float: left;
	margin: 0 1%;
	padding: 5px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}




.preguntas{
	border: 0px solid red;
	width: 100%;
	float: left;
}


.ladoi, .ladod{
	width: 50%;
	float: left;
	padding: 0 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.pregunta{
	background: #f7f7f7;
	width: 100%;
	line-height: 27px;
	float: left;
	padding: 20px;
	margin: 0 0 20px 0;

	border-radius: 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.pregunta strong{
	font-size: 22px;
}

.naranja{
	background: #2295d4;
	color: white;
}



#anuncio{
	background: #2295d4;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 40px;
	font-weight: bold;
	text-shadow: 2px 2px 2px black;
	float: left;
	padding: 30px 0;
}



.video{
	width: 40%;
	margin: 20px 5% 20px;
	float: left;
}


.imagenes{
	width: 100%;
	float: left;
}

.mitad{
	width: 47%;
	float: left;
	margin: 20px 1.5%;
}

.mitad img{
	width: 100%;
}




#footer{
	background: black;
	width: 100%;
	float: left;
}

#footer-conten{
	width: 1200px;
	margin: 0 auto;
}

.seccion-footer{
	color: white;
	font-size: 20px;
	line-height: 30px;
	padding: 20px;
	float: left;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.seccion-footer a{
	color: white;
}

.m{
	width: 50%;
	font-size: 15px;
	float: left;
}




.entrada{
	width: 100%;
	float: left;
	margin: 0 0 35px 0;
}

.imagen-entrada{
	width: 25%;
	float: left;
}

.imagen-entrada img{
	width: 100%;
}

.texto-entrada{
	border: 0px solid red;
	width: 75%;
	float: left;
	padding: 0 0 0 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.texto-entrada strong{
	background: transparent;
	width: 100%;
	font-size: 22px;
	color: #555963;
	float: left;
}

.texto-entrada span{
	width: 100%;
	font-weight: normal;
	color: #555963;
	font-size: 14px;
	margin: 10px 0;
	float: left;
}

.texto-entrada p{
	width: 100%;
	height: 95px;
	line-height: 20px;
	font-weight: normal;
	float: left;
	overflow: hidden;
}



.e{
	width: 100%;
	float: left;
}

.texto-e{
	border: 0px solid red;
	width: 100%;
	font-weight: normal;
	font-size: 18px;
	line-height: 23px;
}

.texto-e img{
	width: 30%;
	vertical-align: text-top;  
	float: left;
	margin: 0 20px 20px 0;
}






@media screen and (max-width: 1200px){
	#cabecera-conten, .dele{
		width: 100%;
		padding: 0 10px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#menu-conten, #wrapP, #footer-conten{
		width: 100%;
	}

	#logotipo{
		font-size: 60px;
	}
}

@media screen and (max-width: 1000px){
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#datos{
		width: 100%;
	}

	.seccion-footer{
		width: 100% !important;
	}
}

@media screen and (max-width: 700px){
	.texto{
		padding: 0 10px;
	}

	.texto-banner{
		width: 100%;
	}

	.tres{
		width: 48%;
	}

	.t{
		width: 98%;
	}
}

@media screen and (max-width: 600px){
	#menu-r{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
	}

	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
		text-align: center;
	}
	.imagen-seccion img{
		width: 80%;
	}

	.principal{
		padding: 0 10px !important;
	}

	.ladod, .ladoi{
		width: 100%;
	}

	.m{
		width: 100%;
	}

	.video{
		width: 90%;
	}

	.mitad{
		width: 98%;
	}
}

@media screen and (max-width: 500px){
	.tres{
		width: 98%;
	}

	.red img{
		width: 100% !important;
	}
}















