﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?wf1xrn');
  src:  url('../fonts/icomoon.eot?wf1xrn#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?wf1xrn') format('truetype'),
    url('../fonts/icomoon.woff?wf1xrn') format('woff'),
    url('../fonts/icomoon.svg?wf1xrn#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-celular:before {
  content: "\e905";
}
.icon-ubicacion:before {
  content: "\e904";
}
.icon-telefono:before {
  content: "\e901";
}
.icon-linkedin:before {
  content: "\e902";
}
.icon-twitter:before {
  content: "\e903";
}
.icon-home:before {
  content: "\e906";
}
.icon-menu:before {
  content: "\e907";
}







body{
	position: relative;
	width: 100%;
	font-family:arial, sans-serif;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;

	overflow-x: hidden;
}



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



#cabecera{
	border: 0px solid red;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: inherit;
}

#cintillo{
	background: #632425;
	width: 100%;
	height: 35px;
	float: left;
}

#cintillo-conten{
	border: 0px solid red;
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}

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

#cintillo-conten span{
	border: 0px solid red;
	color: white;
	float: left;
	margin: 9px 0 0 10px;
}

#cintillo-conten strong{
	color: #D1AA66;
}

.redes{
	border: 0px solid red;
	width: 12%;
	float: right !important;
	margin-right: 10px !important;
}

.redes b{
	width: 25%;
	color: rgba(256,256,256,0.4);
	text-align: center;
	float: left;
}

.icon-home:hover{
	color: white !important;
}
.icon-twitter:hover{
	color:#38bdff !important;
}
.icon-email:hover{
	color: white !important;
}
.icon-linkedin{
	border: 0px solid red;
	width: 12.4% !important;
	border-radius: 4px;
	margin-left: 8%;
}
.icon-linkedin:hover{
	background: white;
	color: #1784bb !important;
}


#menu{
	border-bottom: 1px solid #ddd;
	background:white;
	width: 100% !important;
	float: left;
	padding: 8px 0;

	transition:all 0.9s;
}

.menu-negro{
	background: rgba(0,0,0,0.5) !important;
}

#menu-conten{
	border: 0px solid red;
	width: 1000px;
	margin: 0 auto;
}

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

#logotipo{
	border: 0px solid red;
	width: 25%;
	float: left;
}

#logotipo img{
	width: 100%;
}

#menu-conten ul{
	border: 0px solid red;
	width: 70%;
	float: right;
	margin-top: 5px;
}

#menu-r{
	border: 0px solid blue;
	width:30%;
	text-align: center;
	color: #632425;
	font-weight: bold;
	font-size: 22px;
	float: right;
	padding: 12px 0;
	cursor: pointer;
	display: none;
}

#menu-conten ul li{
	float: left;
	margin-left: 1%;
}

.menu{
	border-bottom: 3px solid transparent;
	color: #632425;
	font-weight: 300;
	text-align: center;
	padding: 12px 25px;

	transition:all 0.04s;
}

.menu:hover, .activo{
	border-bottom: 3px solid #D1AA66;
	background: #632425;
	color: white;
}








#efecto{
	border: 0px solid red;
	background: url(../images/efecto.jpg) no-repeat center center;
	background-size: auto 100%;
	width: 100%;
	height: 50px;
	overflow: hidden;
}

.container {
	border: 0px solid red;
  width: 100%;
  height: 780px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 20px;
}
.div-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.div-img.hidden {
}
.div-img .img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 5000ms ease-in-out;
  -moz-transition: all 5000ms ease-in-out;
  -ms-transition: all 5000ms ease-in-out;
  -o-transition: all 5000ms ease-in-out;
}
html:hover .img, .efectoActivo{
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}








#efecto-conten{
	position: relative;
	z-index: 101;
	border: 0px solid blue;
	width: 1000px;
	margin: 0 auto 0;
	padding: 130px 0 0 0;
}

#logo-blanco{
	width: 120px;
}


.titulo{
	width: 100%;
	float: left;
	margin: 40px 0 0 0;
}

.titulo-conten{
	border: 1px solid white;
	background: rgba(0,0,0,0.6);
	position: relative;
	width: 700px;
	color: white;
	font-family: 'Libre Baskerville', serif;
	line-height: 45px;
    text-align: center;
    font-size: 24px;
	margin: 0 auto;
	padding: 25px 10px;

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

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

.titulo-conten:before {
    content: '';
    position: absolute;
    left: -11px;
    top: 10px;
    right: -11px;
    bottom: 10px;
    border: 1px solid #D1AA66;
}

.subtitulo{
	border: 0px solid red;
	position: relative;
	width: 100%;
	font-style: italic;
	color: #D1AA66;
	text-align: center;
	font-size: 22px;
	float: left;
	padding: 0;
	margin: 30px 0 40px 0;

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

.boton{
	position: relative;
	z-index: 100;
	border: 0px solid red;
	width: 100%;
	font-family: 'Libre Baskerville', serif;
	text-align: center;
	float: left;

	border-radius: 5px;
}

.boton div{
	background: rgba(0,0,0,0.3);
	width: 180px;
	text-align: center;
	font-size: 24px;
	color: white;
	display: inline-block;
	padding: 15px 20px;

	transition:all 0.5s;
}

.boton div:hover{
	background: rgba(0,0,0,1);
	color: #D1AA66;
	font-weight: bold;
}





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

#pagina{
	position: relative;
	width: 100%;
	float: left;
	padding: 20px 0;
}

.titulo-pestana{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.titulo-pestana div{
	background: #f7f7f7;
	font-size: 19px;
	color: #632425;
	font-weight: bold;
	display: inline-block;
	padding: 10px;

	border-radius: 4px;
}





#footer{
	position: relative;
	z-index: 999;
	background: black;
	width: 100%;
	float: left;
}

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

.seccion-footer{
	border: 0px solid red;
	color: white;
	float: left;
	padding: 10px;

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

.seccion-footer a{
	color: white;
	text-decoration: none;
}

.titulo-seccion-footer{
	color: #d1aa66;
	font-weight: bold;
}

.desarrollo-seccion-footer{
	line-height: 22px;
	padding: 10px 0;
}



#pie{
	border: 0px solid red;
	background: #353535;
	width: 100%;
	color: white;
	text-align: justify;
	font-size: 12px;
	line-height: 16px;
	float: left;
	padding: 10px 0 40px;
}

#pie-conten{
	width: 1000px;
	margin:0 auto;
	padding: 0 10px;

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

#pie2{
	border: 0px solid red;
	background: white;
	width: 100%;
	color: white;
	text-align: justify;
	font-size: 12px;
	line-height: 16px;
	float: left;
	padding: 10px 0;
}

#pie2-conten{
	width: 1000px;
	text-align: right;
	margin:0 auto;
	padding: 0 10px;

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

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

#pie2-conten a:hover{
	color: blue;
	text-decoration: underline;
}



#pagos{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 3000;
	background: #fe0000;
	width: 100%;
	height: 45px;
}

#pagos-conten{
	border:0px solid blue;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.p0{
	border:0px solid black;
	width: 10%;
	height: 100%;
	float: left;

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

.p1{
	border: 0px solid blue;
	width: 40%;
	height: 100%;
	text-align: center;
	color: white;
	padding: 15px 0;
	float: left;

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

.p2{
	border:0px solid black;
	width: 20%;
	text-align: center;
	height: 100%;
	float: left;

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

.p2 img{
	height: 100%;
}

.p3{
	border:0px solid black;
	width: 30%;
	height: 100%;
	color: white;
	text-align: center;
	float: left;
	padding: 15px 0;

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



.oscuro{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000000000;
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
}

.blanco{
	position: relative;
	width: 700px;
	text-align: center;
	margin: 30px auto 0;
}

.blanco img{
	width: 90%;
}

.cerrar{
	position: absolute;
	top: -25px;
	right: 0px;
	border: 4px solid red;
	background: black;
	width: 30px;
	font-size: 30px;
	font-weight: bold;
	color: red;
	text-align: center;
	padding: 5px;
	cursor: pointer;

	border-radius: 50%;
}

.cerrar:hover{
	background: red;
	color: white;
}

@media screen and (max-width: 1200px){
	#pagos{
		height: auto;
	}
	#pagos-conten{
		width: 100%;
		height: auto;
		float: left;
	}
}

@media screen and (max-width: 1100px){
	.p0{
		width: 20%;
		float: left;
	}
	.p2{
		display: none;
	}
	.p1, .p3{
		width: 40%;
		text-align: right;
		padding-right:10px;
		float: left;
	}
}


@media screen and (max-width: 1000px){
	#cintillo-conten, #menu-conten, #efecto-conten, #wrapP, #footer-conten, #pie-conten{
		width: 100%;
		float: left;
	}

	#logotipo{
		width: 35%;
	}

	#menu-conten ul{
		width: 65%;
	}

	#menu-conten ul li{
		width: 20%;
		margin-left: 0;
	}
	.menu{
		padding: 12px 0;
	}

	.container{
		top: 0;
	}

	#pie2-conten{
		width: 100%;
	}

	.div-img .img{
		width: auto;
		height: 100vh;
	}


	.container{
		display: none;
	}
}

@media screen and (max-width: 900px){
	.p0{
		width: 40%;
	}
	.p1, .p3{
		width: 30%;
		padding: 2px;
	}
}

@media screen and (max-width: 800px){
	#logotipo{
		width: 45%;
	}

	#menu-conten ul{
		width: 100%;
		display: none;
	}
	#menu ul li{
		width: 100%;
	}
	#menu-r{
		display: block;
	}


	.blanco{
		width: 100%;
	}
}

@media screen and (max-width: 700px){
	#cintillo-conten span{
		font-size: 14px;
	}
	.redes{
		width: 21%;
	}

	.titulo-conten{
		width: 90%;
		font-size: 18px;
		line-height: 35px;
		margin: 0 5%;
		padding: 10px 5px;
	}

	.subtitulo{
		font-size: 17px;
	}
}

@media screen and (max-width: 600px){
	#logotipo{
		width: 55%;
	}

	#pagos{
		background: transparent;
	}
	.p0{
		display: none;
	}
	.p1, .p3{
		border:1px solid transparent;
		background: red;
		width: 100%;
		padding-left: 30%;
	}
}

@media screen and (max-width: 500px){
	#body{
		background: black;
	}
	#efecto{
		background: url(../images/efecto-celular.png) no-repeat;
		background-size: 100% auto;
		height: auto !important;
	}
	#logotipo{
		width: 65%;
	}

	.icon-linkedin{
		width:17% !important;
	}

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