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

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	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-anterior:before {
	content: "\e601";

	display: inline;
}
.icon-siguiente:before {
	content: "\e600";

	border: 0px solid red;
	margin: 0 0 0 100px;
}

.icon-email:before {
  content: "\e902";
}
.icon-telefono:before {
  content: "\e900";
}
.icon-celular:before {
  content: "\e901";
}


#pantalla{
	background: rgba(256,256,256,0.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	width: 100%;
	height: 100%;
	display: none;
}


#blanco{
	border: 0px solid red;
	position: relative;
	background: white;
	width: 1000px;
	height: 600px;
	margin: 15px auto;

	box-shadow: 3px 3px 10px #000;
}

#cerrar{
	background: black;
	position: absolute;
	top: -20px;
	right: -20px;
	width: 65px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: white;
	padding: 15px 0;
	cursor: pointer;

	border-radius: 50%;
}

#cerrar:hover{
	background: red;
}

#titulo{
	background: #a64b47;
	width: 100%;
	font-size: 35px;
	font-weight: bold;
	color: white;
	text-align: center;
	padding: 15px 0;
}

#promocion{
	text-align: center;
	padding: 10px 0;
	float: left;
}

.cambiar{
	border: 0px solid red;
	width: 63px;
	text-align: center;
	font-size:30px;
	font-weight:bold;
	float:left;
	padding: 220px 0;
	cursor: pointer;
}

.cambiar:hover{
	color: red;
}

#imagen-promocion{
	margin: 0 0 0 100px;
}

#promocion-siguiente{
	margin: 0 0 0 0 !important;
}

#abajo{
	background: #325373;
	width: 100%;
	color: white;
	font-size: 25px;
	text-align: center;
	padding: 7px 0;
	float: left;
}


body{
	font-family: 'Open Sans', sans-serif;

	overflow-y: scroll;
}

.chat{
	position: fixed;
	bottom:100px;
	right: 100px;
	z-index: 1000;
	width: 50px;
}
.chat img{
	width: 100%;
}

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

#pagina{
	border: 0px solid red;
	width: 100%;
	float: left;
}

#efecto{
	border: 0px solid red;
	width: 80%;
	float: left;
	overflow: hidden;
}

.efecto{
	width: 100%;
	/* margin: 0 5%; */
}


.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	color: white !important;
	bottom: 30px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a{
	color: white !important;
}

.blanco{
	position: fixed !important;
	top: 0 !important;
	background: white;
}

.blanco .menu{
	color: black;
	text-shadow: 0 0 0 transparent;
}

.blanco #datos p{
	color: black;
}

#cabecera-ayuda{
	position: relative;
	border: 0px solid red;
	width: 100%;
	height: 80px;
}

#cabecera-absolute{
	position: absolute;
	top: 25px;
	z-index: 10000;
	width: 100%;
	margin: 0 auto;

	transition: all 0.2s;
}
.cabecera-con-fixed .menu, .cabecera-con-fixed #datos p{
	color: black;
	text-shadow: 0 0 0 transparent;
}
.cabecera-con-fixed .menu:hover{
	color: black;
}


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

.cabecera-con-fixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	border: 0px solid red;
	background: white;
	width: 100%;
}

#cabecera-conten{
	background: rgba(256,256,256,0.2);
	width: 100%;
	float: left;
	padding: 5px;

	border-radius: 10px;

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

#logotipo{
	border: 0px solid red;
	width: 28%;
	float: left;
}
#logotipo img{
	width: 100%;
}

#menu{
	position: relative;
	z-index:;
	border: 0px solid red;
	width: 45%;
	float: left;
	margin: 0 0 0 50px;
}

#menu-r{
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	padding: 12px 0;
	cursor: pointer;
	display: none;
}

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

#menu ul li{
	position: relative;
	width: 25%;
	float: left;
}

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

.menu{
	border: 0px solid red;
	width: 100%;
	color: white;
	font-weight: bold;
	text-shadow: 2px 2px 2px black;
	font-size: 18px;
	text-align: center;
	padding: 31px 0;

	transition: all 0.5s;
}

.menu:hover, .activo{
	color: #a70e0e;
	color: white;
	font-weight: bold;
}

#menu ul li:hover #menu-secundario{
	border: 1px solid #ddd;
	max-height: 320px;
}

#menu-secundario{
	background: white;
	position: absolute;
	top: 70px;
	left: -25%;
	z-index: 200;
	width: 150%;

	max-height: 0;
	overflow: hidden;

	transition:all 0.4s;
}

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

#menu-secundario ul li{
	width: 100%;
}

.menu-secundario{
	border-bottom: 1px solid #ddd;
	width: 100%;
	text-align: center;
	padding: 6px 0;
}

.menu-secundario:hover{
	font-weight: bold;
	color: #a70e0e;
}


#datos{
	width: 15%;
	float: right;
	margin: 3px 0 0 0;
}

#datos p{
	width: 100%;
	color: #a70e0e;
	color: black;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	padding: 7px 0;
}

#datos a{
	color: black;
}

video{
	width: 100%;
	float: left;
}

#contenido{
	border: 0px solid red;
	width: 100%;
	padding: 30px 0;
	float: left;
}

.titulo-pestana{
	background: #f7f7f7;
	width: 100%;
	font-size: 28px;
	text-align: center;
	padding: 15px 0;
	margin: 10px 0 0 0;
	float: left;
}


.cuadro{
	border: 1px solid #ddd;
	width: 21%;
	float: left;
	margin: 0 2%;

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

.titulo-cuadro{
	border-top: 1px solid #ddd;
	width: 100%;
	font-weight: bold;
	color: #061e41;
	text-align: center;
	float: left;
	padding: 12px 0;

	transition: all 0.2s;
}

.cuadro:hover .titulo-cuadro{
	background: #061e41;
	color: white;
	font-size: 22px;
}

.imagen-cuadro{
	width: 100%;
	float: left;
}

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

.separacion{
	border: 0px solid red;
	width: 100%;
	float: left;
	margin: 25px 0;
}


.negro{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000000;
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	display: none;
}
.b{
	width: 750px;
	margin: 30px auto 0 auto;
}
.b-conten{
	position: relative;
	background: white;
	width: 100%;
	float: left;
	padding: 20px;

	box-sizing: border-box;
}
.b-conten img{
	width: 100%;
}

.anterior{
	position: absolute;
	top: 50%;
	left: -100px;
	width: 200px;
	color: white;
	font-size: 50px;
	font-weight: bold;
	text-shadow: 2px 2px 2px black;
	cursor: pointer;
}
.siguiente{
	position: absolute;
	top: 50%;
	right: -250px;
	width: 200px;
	color: white;
	font-size: 50px;
	font-weight: bold;
	text-shadow: 2px 2px 2px black;
	cursor: pointer;
}

.cerrar{
	position: absolute;
	top: -10px;
	right: -10px;
	border: 1px solid black;
	background: white;
	color: red;
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
	padding: 5px 10px;

	border-radius: 50%;
}
.cerrar:hover{
	background: red;
	color: white;
}

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

.imagenes img{
	width: 31.33%;
	float: left;
	margin: 0 1%;
	cursor: pointer;
}

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



#footer{
	border: 0px solid red;
	background: #f7f7f7;
	width: 100%;
	float: left;
}

#footer-conten{
	border-top: 1px dotted gray;
	width: 1200px;
	margin: 0 auto;
}

.seccion-footer{
	font-size: 18px;
	line-height: 28px;
	padding: 12px;
	float: left;

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

.seccion-footer strong{
	color: #5ba0cd;
	font-size: 23px;
}


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


@media screen and (max-width: 1200px){
	#cabecera-ayuda{display: none;}
	.cabecera-con-fixed{
		position: relative;
	}
	#wrapP{
		width: 100%;
		padding: 0 10px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#cabecera, #footer-conten{
		width: 100%;
		float: left;
	}
}
@media screen and (max-width: 900px){
	.seccion-footer{
		width: 50% !important;
	}
}
@media screen and (max-width: 800px){
	#cabecera-absolute{
		position: relative;
		top: 0;
	}
	.menu, #datos p{
		color: black;
		text-shadow: 0 0 0 transparent;
	}
	#datos{
		width: 100%;
	}
	#datos p{
		width: 50%;
		float: left;
	}
	#efecto-r{
		width: 100%;
		float: left;
	}
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 60%;
	}
	#menu{
		width: 100%;
		float: right;
	}
	#datos a{
		color: blue;
	}
}
@media screen and (max-width: 700px){
	.cuadro{
		width: 46%;
		margin-bottom: 30px;
	}
	.imagenes img{
		width: 48%;
	}

	.efecto img{
		width: 100% !important;
		height: auto !important;
	}
}
@media screen and (max-width: 600px){
	.seccion-footer{
		width: 100% !important;
	}
}
@media screen and (max-width: 500px){
	#logotipo img{
		width: 90%;
	}
	#menu-r{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
	}
	.menu{
		padding: 12px 0;
	}
	#menu-secundario{
		position: relative;
		top: 0;
	}
	.cuadro{
		width: 90%;
		margin: 0 5% 30px;
	}
	.imagenes img{
		width: 98%;
		margin: 0 1% 30px;
	}
}







