@charset "utf-8";
/* Medios fluidos sencillos
   Nota: Los medios fluidos exigen la eliminación de los atributos de altura y anchura de los medios del código HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 no admite max-width (anchura máxima), por lo que usa de manera predeterminada una anchura del 100% */
.ie6 img {
	width:100%;
}

/* ****************************** GENERAL ****************************** */
body {
	margin:0;
	font-family: 'Raleway', sans-serif;
	font-size:15px;
	color:#636b6f;
	background-color: #50e2bc;
	background-image:none !important; background-color:#2833E9
	/*
	background: #2833e9 url(../images/header_bg.jpg) top center repeat-x;
	background-size: 480px;
	*/
	overflow-x:hidden;
	}
.clear {
	clear:both;
	}
h1, h2 {
	margin:0;
	}
hr {
	width: 50%;
	border: none;
	border-bottom: 1px dashed #ddd;
	}
img {
	border:none;
	}
.center {
	display: block;
	margin: 0 auto;
}
.cufon-loading { 
    visibility: hidden;
	}
.hover {
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	}
#main {
	width:100%;
	height:auto;
	}
.max_width {
	width:90%;
	max-width:1030px;
	margin:0 auto;
	}
.mod10, .mod20, .mod25, .mod30, .mod40, .mod50, .mod60, .mod70, .mod75, .mod80, .mod90, .mod100 {
	width:100%;
	padding:4%;
	}
.mod15 {
	width:16.6666%;
	padding:1%;
	}
.mod33 {
	width:33.3333%;
	padding:1%;
	}
.mod10, .mod15, .mod20, .mod25, .mod30, .mod33, .mod40, .mod50, .mod60, .mod70, .mod75, .mod80, .mod90, .mod100 {
	text-align:justify;
	float:left;
	}
.floatl {
	float:left;
	}
.floatr {
	float:right;
	}
.justil {
	text-align:left;
	}
.justir {
	text-align:right;
	}
.underline {
	padding:0 0 20px 0;
	border-bottom:#919191 solid 1px;
	}
.underdash {
	padding:0 0 20px 0;
	border-bottom:#919191 dashed 1px;
	}



/* -------------------------------------------------- DISEÑO MOVIL -------------------------------------------------- */

/* ******************** HEADER ******************** */
#header_box {
	position: relative;
	height:100px;
	display:block;
	}

/* ---------- LOGOS ---------- */
#header_box .logo_viaje {
	position: absolute;
	left: 20px;
	top: 60px;
	}
#header_box .logo_viaje img {
	width: 50%;
	float: left;
	}
#header_box .logo {
	z-index: 1;
	width:40%;
	max-width: 120px;
	position: absolute;
	top: -8px;
	right: 5px;
	display: block;
	margin: 0 auto;
	}
#header_box .logo:hover {
	opacity: 0.7;
	background: none
	}

/* ---------- REDES ---------- */
#redes {
	z-index:1;
	position:absolute;
	top:10px;
	left:50px;
	}
#redes a {
	font-size: 10px;
	max-height:25px;
	line-height:25px;
	color:#000000;
	text-decoration:none;
	display:block;
	float:left;
	margin:0 0 0 5px;
	padding:0 5px 0 30px;
	}
/*#redes a:last-child {
	}*/

/* ---------- IDIOMAS ---------- */
.flag_usa {
	/*background: #d0c21c url(../images/ico_usa.jpg) no-repeat 5px 5px;#50e2bc*/
	background: #fff url(../images/ico_usa.jpg) no-repeat 5px 5px;
    background-size: 20px 15px;
}
.flag_mx {
	/*background: #d0c21c url(../images/ico_mex.jpg) no-repeat 5px 5px;*/
	background: #fff url(../images/ico_mex.jpg) no-repeat 5px 5px;
    background-size: 20px 15px;
}
.flag_ecu {
	background: #d0c21c url(../images/ico_ecu.jpg) no-repeat 5px 5px;
    background-size: 20px 15px;
}
.flag_usa:hover {
    /*background: #a69d37 url(../images/ico_usa.jpg) no-repeat 5px 5px !important;*/
	background: #50e2bc url(../images/ico_usa.jpg) no-repeat 5px 5px !important;
    background-size: 20px 15px !important;
	padding: 0 5px 0 35px !important;
}
.flag_mx:hover {
	/*background: #a69d37 url(../images/ico_mex.jpg) no-repeat 5px 5px !important;*/
		background: #50e2bc url(../images/ico_mex.jpg) no-repeat 5px 5px !important;
    background-size: 20px 15px !important;
	padding: 0 5px 0 35px !important;
}
.flag_ecu:hover {
	background: #a69d37 url(../images/ico_ecu.jpg) no-repeat 5px 5px !important;
    background-size: 20px 15px !important;
	padding: 0 5px 0 35px !important;
}

/* ---------- BRILLOS ---------- */
.bri_izq {
	position:absolute;
	top:0;
	left:0;
	}
.bri_der {
	position:absolute;
	top:0;
	right:0;
	}

/* ---------- YELLOW BAR ---------- */
.yellow-bar {
	display: block;
    width: 100%;
    padding: 20px 10%;
    font-size: xx-small;
    text-align: center;
    /*background: #d0c21c;*/
    background: #fff;
    color: #000000;
	}
.yellow-bar a {
    color: black;
	text-decoration: none;
	}




/* ******************** CONTENIDOS ******************** */
#content_box {
	}

/* ---------- FRASE ---------- */
.frase {
	margin:3% 0 30px 0;
	}
.texto_big {
	text-align: center;
	font-size: 1em;
	line-height: 1.2;
	font-weight: 300;
	color:#fff;
	margin-top: 3%;
	}
.texto_big strong {
	display: block;
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -2px;
	color: #ffffff;
	margin-bottom: 10px;
	text-shadow: rgba(0,0,0,0.4) 0px 0px 0px;
	}
.texto_big big {
	font-size: 1.5em;
	font-weight: 600;
	/*color: #d0c21c;*/
	color: white;
	}

/* ---------- RETO ---------- */
.txt_reto {
	font-size: small;
	}
ul.txt_reto {
	list-style: none;
	padding: 0;
	}
.txt_reto li {
	margin: 10px 0;
	}
.txt_challenge {
	position: relative;
	display: block;
	width: 90%;
	margin: 0 auto;
	font-size: medium;
	font-weight: 600;
	background: #fff;
	color: #d0c21c;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	}
.txt_challenge i {
	position: absolute;
	top: 5px;
	right: 5px;
	background: #d0c21c;
	font-size: x-large;
	color: #fff;
	border-radius: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	}
.txt_challenge b {
	position: absolute;
	top: 10px;
	left: 10px;
	background: #d0c21c;
	font-size: medium;
	font-weight: 300;
	color: #fff;
	border-radius: 15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	}

/* ---------- TABLAS OPCIONES ---------- */
.tabla_opciones {
	background: rgba(255,255,255,1);
    font-size: smaller;
	outline: 10px solid #d0c21c;
	}
.tabla_fila {
	border-bottom: 4px solid #ddd;
	}
.relative a {
	filter: none;
	-webkit-filter: grayscale(0);
	}
.relative a:hover {
	filter: gray;
	-webkit-filter: grayscale(1);
	}
.tabla_individual {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}
.tabla_individual ul {
	padding-inline-start: 20px;
	margin: 0;
	}
.tabla_individual img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 200px;
	}
.tabla_individual .titulo {
	text-transform: uppercase;
	font-size: 1.35em;
	font-weight: 800;
	color: #d0c21c;
	line-height: 2;
	}
.tabla_title {
	display: block;
	background: #d0c21c;
	border: 10px solid #d0c21c;
	padding: 5px;
	margin: 0 0 20px 0;
	border-radius: 30px;
	font-size: 1.5em;
	}
.relative {
	position: relative;
	padding-bottom: 50px;
}
.barra_color {
	width: 100%;
	padding: 20px;
	text-align: center;
	font-size: small;
	position: absolute;
	left: 0;
	bottom: -10px;
	border: none;
	color: #fff;
}
.bc_body {
	background: #dfb673;
}
.bc_abdo {
	background: #9f7b4f;
}
.bc_multi {
	background: #f9ac3d;
}
.bc_nutri {
	background: #1b5ea8;
}
.bc_slim {
	background: #d3232e;
}
.bc_cleanse {
	background: #1fc797;
}
.bc_green {
	background: #72ac4a;
}
.out_none {
	outline: none;
}

/* ---------- VIDEO ---------- */
.video {
	display: block;
	width: 94%;
	max-height: 200px;
	margin: 0 auto 50px auto;
	padding: 3%;
	background: #d0c21c;
	}

/* ---------- FRASE 02 ---------- */
.frase2 {
	margin:40px 0;
	text-align: center;
	font-size: 20px;
	font-weight: 100;
	}
.frase2 strong {
	font-weight: 600;
	color:#d0c21c;
	}

/* ---------- CITAS ---------- */
.cita {
	display: block;
    font-size: 0.9em;
	}
.imagen_txt {
	display: block;
    width: 120px;
    margin: 5px 20px;
	}


/* ---------- FORM ---------- */
#form {
	display:block;
	margin: 30px 0 20px 0;
	}
#form span {
	font-weight:600;
	font-size:20px;
	}
#form strong {
	font-size:17px;
	}
#form input {
	font-family: 'Raleway', sans-serif;
	font-size:15px;
	color:#413c3d;
	border:1px #e1e1e1 solid;
	}
#form select {
	font-family: 'Raleway', sans-serif;
	font-size:15px;
	color:#413c3d;
	border:1px #e1e1e1 solid;
	width: 48.75% !important;
	height: 50px;
	background-color: white;
	-webkit-rtl-ordering: logical;
	cursor: text;
	}
#form .form_100 {
	width:94%;
	padding:3%;
	}
#form .form_50 {
	float:left;
	width:42.1%;
	padding:3%;
	}
#form p.form_50 {
	width:47.5%;
	padding:0 1% 0 0;
	}
#form .margin50 {
	margin-right:2.5%;
	}
#form p {
	display:block;
	margin:5px 0;
	color:#fff;
	font-weight:600;
	}
#form em {
	font-size:13px;
	color:#fff;
	}
#form button {
	display:block;
	margin: 30px auto;
	padding:15px 45px;
	color: #d0c21c;
    outline: #d0c21c solid 3px;
	background:none;
	border:none;
	font-family:'Raleway', sans-serif;
	font-size:17px;
	text-transform: uppercase;
	font-weight: 600;
	}
#form button:hover {
	color: #fff;
	background:#d0c21c;
	}
#message strong {
	display: block;
	width: 50%;
	color: #fff;
    background: #d0c21c;
    padding: 20px;
	font-weight:500;
	text-align:center;
	margin:30px auto;
	}


#info {
	display:block;
	text-align:center;
	}
#info a {
	display:block;
	text-decoration:none;
	color:#d0c21c;
	margin: 15px auto;
	}
#info a strong {
	color: #fff;
	background: #d0c21c;
	padding: 10px 15px;
	}
#info a strong:hover {
	color: #d0c21c;
	background: #fff;
	}
#info strong {
	font-size:18px;
	color: #d0c21c;
	}
#info img.ico {
	width: 75px;
	outline: 2px solid #d0c21c;
	}
#bloque_central {
	display:inline-block;
	margin: 0 auto;
	}





/* ******************** FOOTER ******************** */
#footer_box {
	display:block;
	width:100%;
	background:url(../images/footer_img.jpg) top repeat-x;
	background-size:cover;
	background-position: bottom;
	}

/* ---------- MODULO ---------- */





/* -------------------------------------------------- DISEÑO TABLET VERTICAL -------------------------------------------------- */

@media only screen and (min-width: 481px) {


/* ****************************** GENERAL ****************************** */
body {
	/*background: #2833e9 url(../images/header_bg.jpg) top center repeat-x;*/
		background: #50e2bc url(../images/header_bg.jpg) top center repeat-x;
	background-size: contain;
	}

.mod10 {
	width:10%;
	padding:1%;
	}
.mod15 {
	width:16.6666%;
	padding:1%;
	}
.mod20 {
	width:20%;
	padding:2.5%;
	}
.mod25 {
	width:25%;
	padding:2.5%;
	}
.mod30 {
	width:30%;
	padding:2%;
	}
.mod33 {
	width:33.3333%;
	padding:2%;
	}
.mod40 {
	width:40%;
	padding:2%;
	}
.mod50 {
	width:50%;
	padding:2%;
	}
.mod60 {
	width:60%;
	padding:2%;
	}
.mod70 {
	width:70%;
	padding:2%;
	}
.mod75 {
	width:75%;
	padding:2%;
	}
.mod80 {
	width:80%;
	padding:2%;
	}
.mod90 {
	width:90%;
	padding:2%;
	}
.mod100 {
	width:100%;
	padding:2%;
	}



/* ******************** HEADER ******************** */
#header_box {
	}

/* ---------- REDES ---------- */
#redes {
	left:50px;
	}




/* ******************** CONTENIDOS ******************** */
#content_box {
	}

/* ---------- FRASE ---------- */
.frase {
	margin:3% 0 50px 0;
	}
.texto_big {
	font-size: 1.1em;
	line-height: 1.2;
	margin-top: 3%;
	}
.texto_big strong {
	font-size: 1.8em;
	}

/* ---------- RETO ---------- */
.txt_reto {
	font-size: medium;
	}
.txt_challenge {
	width: 65%;
	}

/* ---------- TABLAS OPCIONES ---------- */
.tabla_opciones {
	}
.tabla_fila {
	}
.tabla_individual {
	}
.tabla_individual img {
	}
.tabla_title {
	font-size: 1.2em;
	}
.barra_color {
	padding: 15px;
	bottom: 0;
	font-size: medium;
	}

/* ---------- YELLOW BAR ---------- */
.yellow-bar {
    padding: 20px 15%;
	}

/* ---------- FECHAS ---------- */
#fechas {
	width: 40%;
	padding: 3%;
	}
#fechas fecha {
	}
#fechas sede {

	}

/* ---------- VIDEO ---------- */
.video {
	width: 97%;
	padding: 1.5%;
	max-width:620px;
	min-height:349px;
	}
.video iframe {
	max-width:620px;
	min-height:349px;
	}

/* ---------- FORMULARIO ---------- */

#form {
	margin: 20px 0;
	}
#form p, #form em {
	color:#fff !important;
	}

/* ---------- BOXES ---------- */
.box-left {
	width:48%;
	min-height:170px;
	max-height:170px;
	margin-bottom:80px;
	padding:3% 1%;
	font-size:13px;
	}
.box-right {
	width:48%;
	min-height:170px;
	max-height:170px;
	padding:3% 1%;
	font-size:13px;
	}

/* ---------- CITAS ---------- */
.cita {
    font-size: 0.8em;
	}
.imagen_txt {
    width: 150px;
    margin: 0 20px;
	}





/* ******************** FOOTER ******************** */
#footer_box {
	}

/* ---------- MODULO ---------- */
}





/* -------------------------------------------------- DISEÑO TABLET HORIZONTAL -------------------------------------------------- */

@media only screen and (min-width: 769px) {
/* ******************** HEADER ******************** */
#header_box {
	}

/* ---------- MODULO ---------- */





/* ******************** CONTENIDOS ******************** */
#content_box {
	}

/* ---------- BOXES ---------- */
.box-left {
	min-height:160px;
	max-height:160px;
	font-size:16px;
	}
.box-right {
	min-height:160px;
	max-height:160px;
	font-size:16px;
	}

/* ---------- FRASE ---------- */
.frase {
	margin:3% 0 50px 0;
	}
.texto_big {
	font-size: 1.2em;
	margin-top: 3%;
	}
.texto_big strong {
	font-size: 1.8em;
	}

/* ---------- RETO ---------- */
.txt_reto {
	}
.txt_challenge {
	width: 50%;
	height: 70px;
	line-height: 70px;
	border-radius: 35px;
	}
.txt_challenge i {
	top: 10px;
	right: 10px;
	border-radius: 25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	}
.txt_challenge b {
	top: 15px;
	left: 15px;
	font-size: x-large;
	border-radius: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	}

/* ---------- TABLAS OPCIONES ---------- */
.relative {
	padding-bottom: 35px;
	}

/* ---------- YELLOW BAR ---------- */
.yellow-bar {
    padding: 20px 25%;
	}





/* ******************** FOOTER ******************** */
#footer_box {
	}

/* ---------- MODULO ---------- */
}





/* -------------------------------------------------- DISEÑO ESCRITORIO -------------------------------------------------- */

@media only screen and (min-width: 1280px) {
/* ******************** HEADER ******************** */
#header_box {
	}


/* ---------- FRASE ---------- */
.frase {
	margin:3% 0 50px 0;
	}
.texto_big {
	font-size: 1.3em;
	line-height: 1.2;
	}

/* ---------- RETO ---------- */
.txt_reto {
	}
.txt_challenge {
	width: 30%;
	}

/* ---------- TABLAS OPCIONES ---------- */
.relative {
	padding-bottom: 15px;
	}




/* ******************** CONTENIDOS ******************** */
#content_box {
	}

/* ---------- MODULO ---------- */





/* ******************** FOOTER ******************** */
#footer_box {
	}

/* ---------- MODULO ---------- */
}



/*-------------------- Banners----------*/

/*
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}
*/

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

/* End Banners */



