/* CSS Document */

.cabecera-seccion-wrapper{
	background-color: black;
}

.cabecera-seccion{
	height:320px;
	position:relative;
}

.mediosDePago{
	background: url(../images/secundarias/cabecera-mediosDePago.jpg) no-repeat center top;
}

.boleterias{
	background: url(../images/secundarias/cabecera-boleterias.jpg) no-repeat center top;
}

.tipos-de-servicio{
	background: url(../images/secundarias/cabecera-servicios.jpg) no-repeat center top;
}

.mvv{
	background: url(../images/secundarias/cabecera-mvv.jpg) no-repeat center top;
}

.app{
	background: url(../images/secundarias/cabecera-app.jpg) no-repeat center top;
}

.historia{
	background: url(../images/secundarias/cabecera-historia.jpg) no-repeat center top;
}

.contacto{
	background: url(../images/secundarias/cabecera-contacto.jpg) no-repeat center top;
}

.viajes-especiales{
	background: url(../images/secundarias/cabecera-viajes-especiales.jpg) no-repeat center top;
}

.terminos{
	background: url(../images/secundarias/cabecera-terminos.jpg) no-repeat center top;
}

.catering{
	background: url(../images/secundarias/cabecera-catering.jpg) no-repeat center top;
}

.cabecerainfo{
	background: url(../images/secundarias/cabecera-info.jpg) no-repeat center top;
}



.contenido-cabecera-seccion{
	height: auto;
	position: absolute;
	bottom:0px;
	padding: 10px 0 20px 0;
}

.icono-share{
	height: 46px;
	width: 46px;
	background: url(../images/ui/icon-share.png) top;
	transition: all 0.3s;
	position:absolute;
	right:10px;
	bottom: 0px;
	cursor: pointer;
}

.icono-share:hover{
	background: url(../images/ui/icon-share.png) bottom;
}

.tituloSeccion{
	color:white;
	font-size: 36px;
	font-weight: 900;
	text-shadow:3px 3px 5px rgba(0,0,0, 0.7);
}

.subtituloSeccion{
	color:#ffeb00;
	font-size: 24px;
	line-height: 24px;
	text-shadow:2px 2px 3px rgba(0,0,0, 0.7);
}

.contenido-sec{
	margin-top:20px;
	margin-bottom:30px;
}

.reset-von-container{
	margin-top: 0;
}

.nombreMedioPago{
	font-family: 'Roboto', sans-serif;
	font-size: 70px;
	font-weight: 900;
}

.separador-amarillo{
	border:0px;
	height:3px;
	background-color: #ffcf00;
	margin: 20px 0 20px 0;
}

.copete{
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 700;
}

.tituloTerminos{
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	font-weight: 700;
	margin:20px 0 10px 0;
}

.imgTarjeta{
	float:left;
	padding-right: 20px;
}

.foto-ilustrativa{
	border-top:3px solid #ffcf00;
}

.pie-foto{
	font-family: 'Roboto Condensed', sans-serif;
	font-style: italic;
	font-size:14px;
	background-color:#e2e2e2;
	color:#777777;
	border-bottom: 1px solid #bebebe;
	padding: 5px;
}

/*Tabla y derivados*/

.tabla-base{
	font-size: 16px;
	font-weight: 300;
	border-right:1px solid #E1E1E1;
	border-left:1px solid #E1E1E1;
	margin:10px 0 10px 0;
}

.tabla-base th{
	color:white;
	background-color:#c75200;
	padding: 7px;
	border-bottom: 3px solid #763500;
	text-transform: uppercase;
}

.tabla-base td{
	color:grey;
	padding: 7px;
	border-bottom:1px dotted #c75200;
	transition: all 0.25s;
}

.tabla-base tr:nth-child(even){
	background-color: white;
}

.tabla-base tr:nth-child(odd){
	background-color: #fffab7;
}

.tabla-base tr:hover td{
	background-color: #ffc233;
	color:#c75200;
}

/*TIPOS DE SERVICIO*/

.tipo-servicio{

}

.nombre-servicio{
	font-size:42px;
	line-height:42px;
	font-weight:700;
}

.slogan-servicio{
	color:#777777;
	font-size:28px;
	font-weight:400;
	margin-bottom:10px;
}

.caract-servicio{
	color:#ec8000;
	font-size:24px;
	border-bottom:1px solid #f9c108;
	margin:10px 0 10px 0;
	padding-bottom:5px;
}

.servicio-icon-container{
	background: #fac70a;
	background: -moz-linear-gradient(top,  #fac70a 0%, #f9c108 100%);
	background: -webkit-linear-gradient(top,  #fac70a 0%,#f9c108 100%); 
	background: linear-gradient(to bottom,  #fac70a 0%,#f9c108 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac70a', endColorstr='#f9c108',GradientType=0 );
	overflow:auto;
	border-top: 2px solid #ffeb16;
	margin:0px;
	padding:0px;
}

.servicio-img{
	border-top: 2px solid #ffeb16;
}

.servicio-icon{
	width:50px;
	height:50px;
	margin:5px;
	float:left;
	transition:all 0.25s;
}

.servicio-icon:hover{
	filter:brightness(50%);
}

.servicio-activo{
	filter:brightness(50%);
	transition:all 0.3s;
}

.icon-azafata{background:url(../images/ui/servicio-azafata.png) no-repeat; background-size:contain;}
.icon-aire{background:url(../images/ui/servicio-aire.png) no-repeat; background-size:contain;}
.icon-dvd{background:url(../images/ui/servicio-dvd.png) no-repeat; background-size:contain;}
.icon-musica{background:url(../images/ui/servicio-musica.png) no-repeat; background-size:contain;}
.icon-ondemand{background:url(../images/ui/servicio-ondemand.png) no-repeat; background-size:contain;}
.icon-catering{background:url(../images/ui/servicio-catering.png) no-repeat; background-size:contain;}

.servicio-lista{

}

.servicio-lista li{
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	color:#848484;
	margin-bottom: 5px;
	background:url(../images/ui/bullet-lista.png) no-repeat 0 3px;
	padding:0px 0px 0px 20px;
}



.info-servicio{
	padding:0px 10px 10px 10px;
	font-size:18px;
	background-color:#f9c108;
	color:#794200;
	line-height:20px;
}

.descr-contacto{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	line-height:20px;
	font-style: italic;
	margin:0 0 5px 0;
}
.data-contacto{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:24px;
	line-height: 26px;
	font-weight: 300;
	color:#ec8000;
	margin:0 0 10px 0;
}

.tyc-titulo{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:24px;
	background-color:#ececec;
	color:#c75200;
	padding:8px 8px 8px 24px;
	border-bottom: 2px solid #d9d9d9;
	margin:10px 0 10px 0;
	background: url(../images/ui/icon-llamada-min-nar.png) no-repeat 0 10px;
}

.tyc-container{
	padding: 20px;
	margin:10px 0 10px 0;
	font-size:14px;
	line-height: 17px;
	border-bottom: solid 2px #c75200;
}

.tyc-subtitulo{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:24px;
	line-height: 28px;
	color:#c75200;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #c75200;
}

.tyc-container p{

}

.tyc-container ul{

}

.tyc-container ul li{
	background:url(../images/ui/bullet-lista-min.png) no-repeat 0 3px;
	padding-left: 12px;
}

.tyc-container h1{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:24px;
	line-height: 28px;
	color:#c75200;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #c75200;
}

.tyc-container h2{
	font-size:16px;
	line-height: 20px;
	font-weight: 700;
	color:#c75200;
}

/*Galeria interna de seccion*/

.galeriaSeccionContainer{
	margin-top: 10px;
	padding-top: 20px;
	background:url(../images/ui/bottom-pattern.jpg) no-repeat top center;
	background-size: contain;
}


.galeriaSeccion{

}

.galeriaSeccion img{
	height:auto;
}

.galeriaSeccion li{
	border-bottom:2px solid #ffcf00;
}


/* Super Extra Small Devices, Phones */ 
@media only screen and (min-width : 320px) {
	
	.tituloSeccion{
		font-size: 42px;
	}
	
	.subtituloSeccion{
		font-size: 24px;
		line-height: 24px;
	}
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	
	.tituloSeccion{
		font-size: 48px;
	}
	
	.subtituloSeccion{
		font-size: 30px;
		line-height: 30px;
	}

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	.tituloSeccion{
		font-size: 60px;
	}
	
	.subtituloSeccion{
		font-size: 32px;
		line-height: 40px;
	}

}