/*@font-face {
	font-family: MyriadPro-Regular;
	src: url("MyriadPro-Regular.otf");
}
@font-face {
	font-family: Exo-Regular;
	src: url("Exo-Regular.otf");descr_prod
}
@font-face {
	font-family: Exo-Black;
	src: url("Exo-Black.otf");
}
@font-face {
	font-family: AtrapaloRoundedDisplayBold;
	src: url("AtrapaloRoundedDisplayBoldNeue_0.otf");
}
@font-face {
	font-family: 'Open Sans', sans-serif;
	src: url("'Open Sans', sans-serif-Light.ttf");
}
@font-face {
	font-family: 'Open Sans', sans-serif-semibold;
	src: url("'Open Sans', sans-serif-Semibold.ttf");
}
*/
body{
	background-color:#f4f4f4;
	}
header {
	position:fixed;
	z-index:20;
	top:0px;
	}

.mas{
	background-color:#3a3a3a;
	padding:7px 12px;
	border-radius:2px;
	font-family: AtrapaloRoundedDisplayBold;
	font-size:20px;
	cursor:pointer;
	
	}
.terminos{
	width:100%;
	height:auto;
	margin:15px 0;}
.terminos > a{
	background-color:#de0000;
	padding:8px 12px;
	border-radius:2px;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	font-weight:700;
	cursor:pointer;
	}
.descuento {
    width: 100%;
	max-width:373px;
    background: #ed9e00;
	color:#fff;
    position: absolute;
    top: 5%;
    left: -38%;
	font-size:20px;
    transform: rotate(-43deg);
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	padding:2px 0;
}
.content{
	width:67%;
	margin:auto;
	padding-bottom:10px;
	font-size:15px;
	color:#999;
	}
.btn_comprar > a{
	background-color:#de0000;
	padding:6px 40px;
	border-radius:2px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	cursor:pointer;
	}
.btn_comprar > a:hover{
	background-color:#ad0202;
	}
.btn_comprar{
	margin-top:18px;
	}
.destino{
	font-weight:600;}
.destino a, .destino a:visited{
	font-weight:600;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif-semibold,trebuchet MS;
	color: #666666;
	}
.destino a:hover{
	font-weight:600;
	text-decoration:underline;
	font-family: 'Open Sans', sans-serif-semibold,trebuchet MS;
	color: #666666;
	}
.p_final, .tipo_prod{
	font-weight:600;
	}
.aerolineas {
		width: 100%;
		max-width: 1400px;
		padding: 20px 0;
		margin: 0 auto;
		font-size: 0;
		text-align: center;
		background-color:#F0F0F0;
	}
.aero_item{
	width:12%;
	padding:14px 1%;
	display:inline-block;
	}
.aero_item > img{
	width:100%;
	height:auto;
	}
.img_prod img{
	width:100%;}
.tit_inicio{
		font-family: 'Open Sans', sans-serif;
		color:#666666;
		
		
		font-size:18px;


	}
.float_tx{
	display:inline-block;

	}	
.float{
	display:inline-block;
	margin:0 10px;

	}
#img_header {
		width: 100%;
		height:455px;
		margin-top:50px;
		content: " ";
		max-width: 100%;
		font-size: 0;
		background: url(../img/header_p.jpg) top/cover no-repeat;
}
@media (min-width: 550px) and (max-width: 1024px)
{
		
#img_header {
		width: 100%;
		height:458px;
		margin-top:40px;
		content: " ";
		max-width: 100%;
		font-size: 0;
		background: url(../img/header_pmedium.jpg) top/cover no-repeat;
}}
	
@media screen and (max-width: 549px)
{
		
#img_header {
		width: 100%;
		height:320px;
		margin-top:40px;
		content: " ";
		max-width: 100%;
		font-size: 0;
		background: url(../img/header_psmall.jpg) top/cover no-repeat;
}}
@media screen and (min-width: 1024px)
{
	/*HEADER*/
	header {
		width: 100%;
		height: 60px;
		padding: 12px 35px;
		font-size: 0;
		background-color:#de0000;
		background-size: 1px 140px;
		background-position: center 70px;
		background-image: -webkit-linear-gradient(#de0000 70px, RGBA(222, 0, 0, 0) 70px, RGBA(222, 0, 0, 0) 140px);
		background-image: -moz-linear-gradient(#de0000 70px, RGBA(222, 0, 0, 0) 70px, RGBA(222, 0, 0, 0) 140px);
		background-image: -o-linear-gradient(#de0000 70px, RGBA(222, 0, 0, 0) 70px, RGBA(222, 0, 0, 0) 140px);
		background-image: linear-gradient(#de0000 70px,RGBA(222, 0, 0, 0) 70px, RGBA(222, 0, 0, 0) 140px);
		box-sizing: border-box;
		-webkit-transition: background 500ms, opacity 500ms;
		-moz-transition: background 500ms, opacity 500ms;
		-o-transition: background 500ms, opacity 500ms;
		transition: background 500ms, opacity 500ms;
		z-index: 1;
	}
	header:hover {
		background-position: center 140px;
	}
	#barras {
		display: none;
	}
	#logo_header {
		width: 140px;
		margin-right: 45px;
		vertical-align: middle;
	}
	#redes {
		padding: 1.5px 0;
		font-size: 0;
		display: inline-block;
		vertical-align: middle;
		float: right;
	}
	#redes img {
		width: 30px;
		margin: 0 3px;
	}
	header ul {
		padding: 0;
		border: 0;
		margin: 0;
		display: inline-block;
		vertical-align: middle;
	}
	header ul li {
		padding: 10px 16px;
		line-height: 16px;
		font-size: 14px;
		font-family: MyriadPro-Regular,arial;
		color: #FFF;
		display: inline-block;
	}
	header ul li:nth-child(2n) {
		padding: 0;
	}
	/*IMG HEADER*/
	#img_header {
		width: 100%;
		max-width: 100%;
		font-size: 0;
	}
	#img_header img {
		width: 100%;
	}
	/*PAGA HASTA EN 15 CUOTAS Y SLIDER PAGOS*/
	#paga_slider {
		/* padding: 40px 0; */
		font-size: 0;
		background: #FFFFFF;
		text-align: center;
	}
	.cont_paga {
		cursor: pointer;
	}
	.paga {
		font-size: 16px;
		font-family: Exo-Regular,arial;
		color: #767676;
	}
	.paga * {
		margin: 0 10px;
		vertical-align: middle;
	}
	.cuotas_grande {
		line-height: 68px;
		font-size: 52px;
		font-family: Exo-Black,arial black;
		color: #767676;
	}
	/*TITULO PROD*/
	.cont_tit {
		padding: 28px 0;
		text-align: center;
	}
	.tit_chico * {
		display: inline-block;
		vertical-align: middle;
		font-size: 26px;
		font-family: 'Open Sans', sans-serif;
		color: #666666;
	}
	.tit_chico img {
		margin: 0 20px;
	}
	.tit_grande {
		height: 65px;
		font-size: 50px;
		font-family: AtrapaloRoundedDisplayBold;
		color: #de0000;
		display: inline-block;
		vertical-align: middle;
	}
	/*VER MAS*/
	.ver_mas {
		margin: 30px 0 0;
	}
	/*AMEX 12x8*/
	#cont_amex12x8 {
		padding: 40px 0;
		font-size: 0;
		text-align: center;
	}
	.barras2 {
		width: 700px;
		height: 1px;
		margin: 30px auto;
		background: #CEC8C8;
	}
	.texto_promo_amex {
		width: 600px;
		margin: 0 auto 20px;
		font-size: 16px;
		font-family: 'Open Sans', sans-serif;
	}
	/*FOOTER*/
	footer {
		padding: 5px 0;
	}
	.logo_ft img {
		width: 100%;
		max-width: 44px;
	}
	.logo_at img {
		width: 100%;
		max-width: 254px;
	}
	#op_resp {
		margin-top: 25px;
		font-size: 14px;
	}
	#bases {
		margin-top: 25px;
		font-size: 14px;
	}
	/*t:titulo - 2:dos lineas - g:pantalla grande*/
	.t2g {
		min-height: 54px !important;
	}
	.d4g {
		min-height: 64px !important;
	}
	
}
@media screen and (min-width: 1219px)
{
	/*CAJA DOBLE*/
	.cont_caja_doble {
		width: 100%;
		max-width: 1159px;
		padding: 30px 0;
		margin: 0 auto;
		font-size: 0;
		text-align: center;
	}
	.caja_doble {
		width: 100%;
		max-width: 574px;
		display: inline-block;
		vertical-align: middle;
	}
	.caja_doble:first-child {
		margin-right: 11px;
	}
	.cont_prod_CD {
		background: #FFF;
	}
	.prod_CD {
		padding: 20px;
		border-bottom: 1px solid #DADADA;
	}
	.prod_CD:hover {
		background-color: #DE0000;
	}
	.prod_CD:hover div {
		color: #FFF;
	}
	.cont_prod_CD a:last-child .prod_CD {
		border-bottom: none;
	}
	.tit_prod_CD, .precio_CD {
		font-size: 14px;
		font-family: 'Open Sans', sans-serif-semibold,trebuchet MS;
		display: inline-block;
		vertical-align: middle;
	}
	.tit_prod_CD {
		width: 37%;
		color: #666;
		text-align: left;
	}
	.tl {
		width: 60%;
	}
	.precio_CD {
		width: 63%;
		color: #DE0000;
		text-align: right;
	}
	.pc {
		width: 40%;
	}
}
@media screen and (min-width: 1259px)
{
	/*HEADER*/
	header {
		height: 70px;
		padding: 16px 50px;
	}
	#logo_header {
		width: 150px;
		margin-right: 60px;
		vertical-align: middle;
	}
	header ul li {
		padding: 10px 20px;
		line-height: 18px;
		font-size: 16px;
	}
	/*SEPARADOR*/
	.sep {
		width: 100%;
		max-width: 1158px;
		content: " ";
    bottom: 0;
    height: 1px;
    margin:auto;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #fff;
	}
	/*PRODUCTOS*/
	.cont_prod {
		width: 100%;
		max-width: 1159px;
		padding: 20px 0;
		margin: 0 auto;
		font-size: 0;
		text-align: center;
	}
	.cont_slider_prod {
		width: 100%;
		max-width: 1258px;
		padding: 0 0 30px;
		margin: 0 auto;
		font-size: 0;
		text-align: center;
	}
	.flecha_izq, .flecha_der {
		cursor: pointer;
		display: inline-block;
		vertical-align: middle;
	}
	.flecha_izq {
		margin-right: 11px;
	}
	.flecha_der {
		margin-left: 11px;
	}
	.prod {
		width: 360px;
		background-color: #FFF;
		display: inline-block;
		vertical-align: top;
		position:relative;
	}
	.cont_info {
		padding: 9px 15px 21px;
	}
	.tipo_prod {
		line-height: 16px;
		font-size: 14px;
		font-family: 'Open Sans', sans-serif,arial;
		color: #666666;
	}
	.destino {
		margin-bottom: 15px;
		line-height: 28px;
		font-size: 20px;
		font-family: 'Open Sans', sans-serif-semibold,trebuchet MS;
		color: #666666;
	}
	.dest_lh2x {
		line-height: 56px;
	}
	.descr_prod {
		min-height: 16px;
		margin: 8px auto;
		line-height: 16px;
		font-size: 14px;
		font-family: 'Open Sans', sans-serif,arial;
		color: #666666;
	}
	.cant_cuotas {
		font-size: 14px;
		font-family: 'Open Sans', sans-serif-semibold,trebuchet MS;
		color: #de0000;
	}
	.cuotas_de {
		display: inline-block;
		color: #666666;
		text-decoration:line-through;
	}
	.p_final {
		margin: 5px auto 10px;
		line-height: 20px;
		font-size: 20px;
		font-family: 'Open Sans', sans-serif,arial;
		color: #666666;
	}
	.cont_prod .prod:nth-child(2), .cont_prod .prod:nth-child(6), .cont_prod .prod:nth-child(10), .cont_prod .prod:nth-child(14) {
		margin: 0 20px;
	}
	/*IMG FIJA*/
	.img_fija {
		margin-left: 20px;
		display: inline-block;
		vertical-align: middle;
	}
	.img_fija img {
		width: 373px;
		height: 480px;
	}
	/*VER MAS INDEX*/
	.ver_mas_index {
		display: none;
	}
	.marg20 {
		margin: 20px 0;
	}
}
@media screen and (max-width: 1258px)
{
	/*SEPARADOR*/
	.sep {
		width: 96%;
		content: " ";
    bottom: 0;
    height: 1px;
    margin:auto;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #fff;
	}
	/*PRODUCTOS*/
	.cont_prod {
		width: 96%;
		padding: 20px 0;
		margin: 0 auto;
		font-size: 0;
		text-align: center;
	}
	.cont_slider_prod {
		width: 100%;
		padding: 25px 0;
		margin: 0 auto;
		font-size: 0;
		text-align: center;
	}
	.flecha_izq, .flecha_der {
		display: inline-block;
		vertical-align: middle;
	}
	.flecha_izq {
		padding-right: 8px;
	}
	.flecha_der {
		padding-left: 8px;
	}
	.flecha_izq img, .flecha_der img {
		width: 25px;
	}
	.prod {
		width: 32.5%;
		background-color: #FFF;
		display: inline-block;
		vertical-align: top;
	}
	.img_prod img {
		width: 100%;
	}
	.cont_info {
		padding: 10px 10px;
	}
	.tipo_prod {
		line-height: 16px;
		font-size: 13px;
		font-family: 'Open Sans', sans-serif,arial;
		color: #666666;
	}
	.destino {
		margin-bottom: 13px;
		line-height: 27px;
		font-size: 20px;
		font-family: 'Open Sans', sans-serif-semibold,trebuchet MS;
		color: #666666;
	}
	.dest_lh2x {
		line-height: 54px;
	}
	.descr_prod {
		/***/
		min-height: 18px;
		/***/
		margin: 8px auto;
		line-height: 16px;
		font-size: 13px;
		font-family: 'Open Sans', sans-serif,arial;
		color: #666666;
	}
	.cant_cuotas {
		font-size: 14px;
		font-family: 'Open Sans', sans-serif-semibold,trebuchet MS;
		color: #de0000;
	}
	.cuotas_de {
		display: inline-block;
		color: #666666;
		text-decoration:line-through;
	}
	.p_final {
		margin: 5px auto 10px;
		line-height: 20px;
		font-size:22px;
		font-family: 'Open Sans', sans-serif,arial;
		color: #666666;
	}
	.btn_comprar img {
		width: 121px;
	}
	.cont_prod .prod:nth-child(2), .cont_prod .prod:nth-child(6), .cont_prod .prod:nth-child(10), .cont_prod .prod:nth-child(14) {
		margin: 0 1.25%;
	}
	/*IMG FIJA*/
	.img_fija {
		margin-left: 20px;
		display: inline-block;
		vertical-align: middle;
	}
	.img_fija img {
		width: 373px;
		height: 480px;
	}
	/*VER MAS INDEX*/
	.ver_mas_index {
		display: none;
	}
	.marg20 {
		margin: 15px auto;
	}
}
@media screen and (max-width: 1218px)
{
	/*CAJA DOBLE*/
	.cont_caja_doble {
		width: 100%;
		max-width: 1159px;
		padding: 30px 0;
		margin: 0 auto;
		font-size: 0;
		text-align: center;
	}
	.caja_doble {
		width: 48%;
		max-width: 577px;
		display: inline-block;
		vertical-align: middle;
	}
	.caja_doble:first-child {
		margin-right: 1%;
	}
	.img_CD {
		width: 100%;
		max-width: 577px;
	}
	.cont_prod_CD {
		background: #FFF;
	}
	.prod_CD {
		padding: 20px;
		border-bottom: 1px solid #DADADA;
	}
	.prod_CD:hover {
		background-color: #DE0000;
	}
	.prod_CD:hover div {
		color: #FFF;
	}
	.cont_prod_CD a:last-child .prod_CD {
		border-bottom: none;
	}
	.tit_prod_CD, .precio_CD {
		width: 100%;
		font-size: 14px;
		font-family: 'Open Sans', sans-serif-semibold,trebuchet MS;
		text-align: center;
	}
	.tit_prod_CD {
		color: #666;
	}
	.precio_CD {
		color: #DE0000;
	}
	div.colorA:nth-child(6) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > a:nth-child(3) > div:nth-child(1) > div:nth-child(1) > br {
		display: none;
	}
	div.colorA:nth-child(6) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > a:nth-child(3) > div:nth-child(1) > div:nth-child(2) > br {
		display: none;
	}
	.aerolineas {
		width: 100%;
		max-width: 1400px;
		padding: 20px 0;
		margin: 0 auto;
		font-size: 0;
		text-align: center;
		background-color:#F0F0F0;
	}
.aero_item{
	width:15%;
	padding:14px 0.5%;
	display:inline-block;
	}
}
@media screen and (max-width: 1023px)
{
	/*HEADER*/
	header {
		width: 100%;
		height: 55px;
		padding: 10px 15px;
		font-size: 0;
		box-sizing: border-box;
		background-color:#de0000;
		-webkit-transition: background 500ms, opacity 500ms;
		-moz-transition: background 500ms, opacity 500ms;
		-o-transition: background 500ms, opacity 500ms;
		transition: background 500ms, opacity 500ms;
		z-index: 1;
	}
	#barras {
		padding: 6.5px;
		margin-right: 15px;
		cursor: pointer;
		vertical-align: middle;
	}
	#logo_header {
		width: 140px;
		vertical-align: middle;
	}
	#redes {
		font-size: 0;
		display: inline-block;
		float: right;
		vertical-align: middle;
	}
	#redes img {
		width: 35px;
		margin: 0 3px;
	}
	header ul {
		width: 160px;
		padding: 0;
		border: 0;
		margin: 0;
		display: inline-block;
		position: absolute;
		vertical-align: middle;
		top: 50px;
		left: -160px;
		-webkit-transition: left 500ms;
		-moz-transition: left 500ms;
		-o-transition: left 500ms;
		transition: left 500ms;
	}
	header ul li {
		padding: 10px 20px;
		font-size: 18px;
		font-family: MyriadPro-Regular,arial;
		background: #de0000;
	}
	header ul li:nth-child(2n) {
		display: none;
	}
	/*IMG HEADER*/
	#img_header {
		width: 100%;
		max-width: 100%;
		font-size: 0;
	}
	.ind {
		background: url(../img/header_p.jpg) top/cover no-repeat #f4f4f4;
		
	}
	.VyA {
		background: url(../img/header_p.jpg) top/cover no-repeat #f4f4f4;
	}
	.via {
		background: url(../img/header_p.jpg) top/cover no-repeat #f4f4f4;
	}
	.hot {
		background: url(../img/header_p.jpg) top/cover no-repeat #f4f4f4;
	}
	.esc {
		background: url(../img/header_p.jpg) top/cover no-repeat #f4f4f4;
	}
	.til {
		background: url(../img/header_p.jpg) top/cover no-repeat #f4f4f4;
	}
	#img_header img {
		width: 100%;
		height: 300px;
		opacity: 0;
	}
	/*PAGA HASTA EN 15 CUOTAS Y SLIDER PAGOS*/
	#paga_slider {
		/* padding: 40px 0; */
		font-size: 0;
		background: #FFFFFF;
		text-align: center;
	}
	.cont_paga {
		cursor: pointer;
	}
	.paga {
		font-size: 16px;
		font-family: Exo-Regular,arial;
		color: #767676;
	}
	.paga * {
		margin: 0 10px;
		vertical-align: middle;
	}
	.cuotas_grande {
		line-height: 68px;
		font-size: 52px;
		font-family: Exo-Black,arial black;
		color: #767676;
	}
	/*TITULO PROD*/
	.cont_tit {
		padding: 30px 0;
		text-align: center;
	}
	.tit_chico * {
		display: inline-block;
		vertical-align: middle;
		font-size: 22px;
		font-family: 'Open Sans', sans-serif;
		color: #666666;
	}
	.tit_chico img {
		margin: 0 20px;
	}
	.tit_grande {
		/* height: 66px; */
		font-size: 46px;
		font-family: AtrapaloRoundedDisplayBold;
		color: #de0000;
		display: inline-block;
		vertical-align: middle;
	}
	/*VER MAS*/
	.ver_mas {
		margin: 25px 0 0;
	}
	/*AMEX 12x8*/
	#cont_amex12x8 {
		padding: 25px 0;
		font-size: 0;
		text-align: center;
	}
	.amex-promo1 {
		width: 480px;
	}
	.barras2 {
		width: 550px;
		height: 1px;
		margin: 20px auto;
		background: #CEC8C8;
	}
	.amex-promo2 {
		width: 250px;
	}
	.texto_promo_amex {
		width: 600px;
		margin: 0 auto 20px;
		font-size: 16px;
		font-family: 'Open Sans', sans-serif;
	}
	.amex-promo3 {
		width: 110px;
	}
	/*FOOTER*/
	footer {
		padding: 5px 0;
	}
	.logo_ft img {
		width: 100%;
		max-width: 37px;
		vertical-align: middle;
	}
	.logo_at img {
		width: 100%;
		max-width: 235px;
		vertical-align: middle;
	}
	#op_resp {
		margin-top: 20px;
		font-size: 14px;
	}
	#bases {
		margin-top: 20px;
		font-size: 14px;
	}
	.aerolineas {
		width: 100%;
		max-width: 1400px;
		padding: 20px 0;
		margin: 0 auto;
		font-size: 0;
		text-align: center;
		background-color:#F0F0F0;
	}
.aero_item{
	width:17%;
	padding:16px 1.5%;
	display:inline-block;
	}
}
@media screen and (max-width: 831px)
{
	/*IMG FIJA*/
	.img_fija {
		display: none;
	}
	/*VER MAS INDEX*/
	.ver_mas_index {
		padding-top: 15px;
		padding-bottom: 20px;
		display: block;
		text-align: center;
		margin:15px 0;
	}
	.ver_mas_index img {
		width: 188px;
	}
	.marg20 {
		margin: 15px auto;
	}
	.aerolineas {
		width: 100%;
		max-width: 1400px;
		padding: 20px 0;
		margin: 0 auto;
		font-size: 0;
		text-align: center;
		background-color:#F0F0F0;
	}
.aero_item{
	width:21%;
	padding:14px 2%;
	display:inline-block;
	}
}
@media screen and (max-width: 767px)
{
	/*HEADER*/
	header {
		height: 47px;
		padding: 8px 10px;
		background-color:#de0000;
	}
	header ul {
		top: 47px;
	}
	#barras {
		height: 19px;
	}
	#logo_header {
		/* width: 202px; */
		width: 119px;
	}
	#redes img {
		width: 28px;
	}
	header ul li {
		padding: 8px 15px;
		font-size: 16px;
	}
	/*IMG HEADER*/
	#img_header img {
		height: 280px;
	}
	/*PAGA HASTA EN 15 CUOTAS Y SLIDER PAGOS*/
	#paga_slider {
		/* padding: 25px 0; */
	}
	.paga {
		font-size: 12px;
	}
	.paga img {
		width: 47px;
		margin: 0 6px;
	}
	.cuotas_grande {
		line-height: 51px;
		font-size: 41px;
	}
	/*TITULO PROD*/
	.cont_tit {
		padding: 15px 0;
	}
	.tit_chico img {
		margin: 0 12px;
	}
	.tit_chico * {
		font-size: 18px;
	}
	.tit_grande {
		/* height: 52px; */
		font-size: 40px;
	}
	/*SEPARADOR*/
	.sep {
		width: 99%;
		content: " ";
    bottom: 0;
    height: 1px;
    margin:auto;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #fff;
	}
	.marg20 {
		display: none;
	}
	/*PRODUCTOS*/
	.cont_prod {
		width: 100%;
		padding: 15px 0 0;
	}
	.cont_prod .prod:nth-child(2), .cont_prod .prod:nth-child(6), .cont_prod .prod:nth-child(10), .cont_prod .prod:nth-child(14) {
		margin: 0 0.5%;
	}
	.prod {
		width: 49%;
		margin: 0 0.5% 15px;
	}
	.cont_info {
		padding: 10px;
	}
	.tipo_prod {
		line-height: 12px;
		font-size: 12px;
	}
	.destino {
		margin-bottom: 9px;
		line-height: 24px;
		font-size: 18px;
	}
	.dest_lh2x {
		line-height: 48px;
	}
	.descr_prod {
		min-height: 20px;
		margin: 8px auto;
		line-height: 14px;
		font-size: 12px;
	}
	.cant_cuotas {
		line-height: 24px;
		font-size: 14px;
	}
	.p_final {
		margin: 2px auto 10px;
		line-height:14px;
		font-size:22px;
	}
	.cont_slider_prod {
		width: 100%;
		padding: 15px 0 0;
	}
	/*CAJA DOBLE*/
	.cont_caja_doble {
		padding: 15px 0;
	}
	.caja_doble {
		width: 100%;
		max-width: 577px;
	}
	.caja_doble:first-child {
		margin-bottom: 15px;
		margin-right: 0;
	}
	.tit_prod_CD, .precio_CD {
		display: inline-block;
		vertical-align: middle;
	}
	.tit_prod_CD {
		width: 37%;
		text-align: left;
	}
	.tl {
		width: 60%;
	}
	.precio_CD {
		width: 63%;
		text-align: right;
	}
	.pc {
		width: 40%;
	}
	/*VER MAS*/
	.ver_mas {
		padding-bottom: 20px;
	}
	/*VER MAS INDEX*/
	.ver_mas_index {
		padding-top: 15px;
		padding-bottom: 10px;
		margin:15px 0;

	}
	/*FOOTER*/
	footer {
		padding: 5px 0;
	}
	.logo_ft img {
		max-width: 33px;
	}
	.logo_at img {
		max-width: 225px;
	}
	#op_resp {
		margin-top: 15px;
		font-size: 13px;
	}
	#bases {
		margin-top: 15px;
		font-size: 13px;
	}
	.aerolineas {
		width: 100%;
		max-width: 1400px;
		padding: 20px 0;
		margin: 0 auto;
		font-size: 0;
		text-align: center;
		background-color:#F0F0F0;
	}
.aero_item{
	width:22%;
	padding:12px 3%;
	display:inline-block;
	}
}
@media screen and (max-width: 639px)
{
	/*AMEX 12x8*/
	#cont_amex12x8 {
		padding: 18px 0;
	}
	.amex-promo1 {
		width: 300px;
	}
	.barras2 {
		width: 320px;
		height: 1px;
		margin: 12px auto;
		background: #5D5D5D;
	}
	.amex-promo2 {
		width: 200px;
	}
	.amex-promo3 {
		width: 100px;
	}
	.texto_promo_amex {
		width: 300px;
		margin: 0 auto 20px;
		font-size: 16px;
		font-family: 'Open Sans', sans-serif;
	}
}
@media screen and (max-width: 567px)
{
	/*TITULO PROD*/
	.tit_chico * {
		font-size: 17px;
	}
	.tit_grande {
		/* height: 55px; */
		font-size: 38px;
	}
	/*CAJA DOBLE*/
	.caja_doble:first-child {
		margin-bottom: 10px;
	}
	.prod_CD {
		padding: 10px 15px;
	}
	.tit_prod_CD, .precio_CD {
		font-size: 12px;
	}
	.p25_import {
		padding-bottom: 15px !important;
	}
	/*VER MAS*/
	.ver_mas {
		margin: 20px 0 0;
	}
	.ver_mas img {
		width: 180px;
	}
	/*FOOTER*/
	footer {
		padding: 35px 0;
	}
	.logo_ft img {
		
	}
	.logo_at img {
		
	}
	#op_resp {
		margin-top: 11px;
		font-size: 12px;
	}
	#bases {
		margin-top: 11px;
		font-size: 13px;
	}
	.aerolineas {
		width: 100%;
		max-width: 1400px;
		padding: 20px 0;
		margin: 0 auto;
		font-size: 0;
		text-align: center;
		background-color:#F0F0F0;
	}
.aero_item{
	width:27%;
	padding:12px 10% 12px 3%;
	display:inline-block;
	}
}
@media screen and (max-width: 479px)
{
	
	.descuento {
    
    left: -35%;
	
}
/*TITULO PROD*/
	.cont_tit {
		padding: 10px 0;
	}
	.tit_chico * {
		font-size: 16px;
	}
	.tit_chico img {
		width: 8px;
		margin: 0 5px;
	}
	.tit_grande {
		/* height: 41px; */
		line-height: 41px;
		font-size: 30px;
	}
	/*PRODUCTOS*/
	.cont_prod {
		padding: 10px 0 0;
	}
	.prod {
		width: 98%;
		margin: 0 0.5% 5px;
	}
	.cont_prod .prod:nth-child(2), .cont_prod .prod:nth-child(6), .cont_prod .prod:nth-child(10), .cont_prod .prod:nth-child(14) {
		margin: 0 0.5% 5px;
	}
	.descr_prod {
		min-height: 0;
	}
	.flecha_izq {
		/* padding-right: 5px; */
		padding: 40px 5px 40px 10px;
	}
	.flecha_der {
		/* padding-left: 5px; */
		padding: 40px 10px 40px 5px;
	}
	.cont_slider_prod {
		padding: 10px 0 0;
	}
	/**/
	/* .cont_slider_prod .destino, .cont_slider_prod .tipo_prod, .cont_slider_prod .p_final {
		font-weight: bold;
	} */
	/* .cont_slider_prod .descr_prod {
		color: #000;
		font-weight: bold;
	} */
	.cont_slider_prod .destino, .cont_slider_prod .tipo_prod, .cont_slider_prod .p_final {
		font-weight: 400;
	}
	.cont_slider_prod .tipo_prod {
		line-height: 19px;
		font-size: 16px;
	}
	.cont_slider_prod .destino {
		line-height: 34px;
		font-size: 23px;
	}
	.cont_slider_prod .dest_lh2x {
		line-height: 68px;
	}
	.cont_slider_prod .descr_prod {
		font-weight: 400;
		line-height: 18px;
		font-size: 14px;
	}
	.cont_slider_prod .cant_cuotas {
		line-height: 27px;
		font-size: 18px;
	}
	.cont_slider_prod .p_final {
		line-height: 16px;
		/* font-size: 15px; */
	}
	.cont_slider_prod .btn_comprar img {
		width: 155px;
	}
	/*CAJA DOBLE*/
	.cont_caja_doble {
		padding: 10px 0;
	}
	.tit_prod_CD, .precio_CD {
		width: 100%;
		display: block;
		text-align: center;
	}
	/*VER MAS*/
	.ver_mas {
		margin: 10px 0 0;
	}
	/*VER MAS INDEX*/
	.ver_mas_index {
		padding-bottom: 10px;
		margin:15px 0;

	}
	/*FOOTER*/
	footer {
		padding: 28px 0;
	}
	.logo_ft img {
		max-width: 26px;
	}
	.logo_at img {
		max-width: 205px;
	}
	#op_resp {
		padding: 0 10px;
	}
	#bases {
		padding: 0 10px;
	}
	.p_final {
		margin: 2px auto 10px;
		line-height:14px;
		font-size:22px;
	}
	
		.aerolineas {
		width: 100%;
		max-width: 1400px;
		padding: 20px 0;
		margin: 0 auto;
		font-size: 0;
		text-align: center;
		background-color:#F0F0F0;
	}
.aero_item{
	width:40%;
	height:auto;
	padding:12px 3%;
	display:inline-block;
	}
.aero_item img{
	width:100%;
	
	}
.float_tx{
	display:inline-block;
	width:72%;

	}	
.float{
	width:11px;
	display:inline-block;
	width:11px;
	margin: 0 0 5% 0;

	}
}
@media screen and (max-width: 359px)
{
	/*TITULO PROD*/
	.tit_chico * {
		font-size: 16px;
	}
	.tit_grande {
		height: 31px;
		line-height: 31px;
		font-size: 26px;
	}
}

body {
	margin: 0 auto;
}
a, a:hover, a:active, a:focus {
	text-decoration: none;
	color: #FFF;
}
/*HEADER*/
header {
	/* -webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms; */
}
/*COLORES FONDOS*/
.colorA {
	background-color: #F0F0F0;
}
.colorB {
	background-color: #F4F4F4;
}
/*FOOTER*/
footer {
	background-color: #3D3D3D;
}
#cont_logos {
	margin: 0 auto;
	text-align: center;
}
#op_resp {
	font-family: MyriadPro-Regular,arial;
	color: #797A7A;
	text-align: center;
}
#bases {
	font-family: MyriadPro-Regular,arial;
	color: #FFF;
	text-align: center;
}
