.rounded {
    border: solid 5px;
    border-color: #0085b4;
    border-radius: 50%;
    overflow: hidden;
	transition: all ease .4s;
	cursor:pointer;
	margin-bottom:30px;
}
.rounded:hover img {
	transform:scale(1.1,1.1)
}
.rounded img {
	transition:all ease .4s;
	}
/***** rating *****/

	.rating { 
  border: none;
  float: left;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #ddd; 
 float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 

/***** final rating *****/

input:focus, textarea:focus, select:focus {
    outline-offset: 0px !important;
	outline: -webkit-focus-ring-color auto 0px !important;
}
.busqueda{
	display:inline-block;
	float:right;
}
.search_interna {
    background-color: #E4E4E4;
    border-radius: 5px;
    width: 100%;
    max-width: 200px;
}
.form-control-2 {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    letter-spacing: .7px;
    line-height: 1.42857143;
    color: #a7a7a7;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 4px;
}
.boton_buscar_interno {
    transition: all ease-in .5s;
    color: white;
    padding: 0px;
    border-radius: 0px 7px 7px 0px;
    -moz-border-radius: 0px 7px 7px 0px;
    -webkit-border-radius: 0px 7px 7px 0px;
    padding: 8px 10px;
    background-color: #303030;
    border: none;
    height: 32px;
}
.avanzada {
    padding: 8px 15px 7px;
    float: left;
}
.icon_right {
    max-height: 17px;
    display: inline-block;
    margin-right: 0px;
    margin-top: 2px;
    width: 25px;
    float: right;
}
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0;
}
.redes{
	cursor:pointer;
}

/*++++++++++++++++  Estilos menu +++++++++++++++++*/
.btn-filtro {
    width: 100%;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    border: none;
    background-color: #009ee2;
	color:white;
}

/*++++++++++++++++  Estilos cheked - radio buttom +++++++++++++++++*/

input[type="checkbox"] {
    display:none;
}

input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:20px;
    margin:-4px 10px 0 0;
    vertical-align:middle;
    background: url(../images/lista-01.png) left top no-repeat;
    cursor:pointer;
}

input[type="checkbox"]:checked + label span {
    background:url(../images/lista-01.png) -18px top no-repeat;
}

input[type="radio"] {
    display:none;
}

input[type="radio"] + label {
    color:#f2f2f2;
    font-family:Arial, sans-serif;
}

input[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:20px;
    margin:-4px 10px 0 0;
    vertical-align:middle;
    background:url(../images/lista-01.png) -38px top no-repeat;
    cursor:pointer;
}

input[type="radio"]:checked + label span {
    background:url(../images/lista-01.png) -57px top no-repeat;
}

/*++++++++++++++++  Estilos cheked - radio buttom +++++++++++++++++*/

body{
	font-family:"Futura Std Light 0";
	letter-spacing:.2px;
}
.heavy{
	font-family:"Futura Std Light 0";
}

.top-inicio {
    padding: 15px;
    background-color: #f5f5f5;
    position: relative;
    z-index: 115;
}
.fondo-logo{
	background-color:#f5f5f5;
	position:relative;
	z-index:115;
	width:100%;
}
.top-inicio ul {
    list-style: none;
    padding: 0px;
    display: inline-block;
    margin-bottom: 0px;
}	
.top-inicio ul li {
    display: inline-block;
    width: auto;
	color:rgba(255,255,255,1);
}
.top-search {
    padding: 0px;
    padding-bottom: 7px;
    background-color: #0079a7;
    position: relative;
    z-index: 150;
}
.top-search ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 0%;
    right: 12px;
    /* margin-top: -2px; */
    vertical-align: middle;
    background-image: url(../images/down2.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    width: 20px;
}
.boton {
    padding: 5px;
    background-color: #009ee2;
    text-align: center;
    color: #fff;
    width: 100%;
    /* float: right; */
    transition: all ease .5s;
    border: none;
    letter-spacing: .5px;
    transition: all ease .4s;
    opacity: 1;
    margin-bottom: 0px;
    border-radius: 3px;
    font-size: 16px;
    margin-top: 0px;
}
.boton:hover {
	background-color:#247DC6;
}
.inicio-sesion {
    margin-right: 10px;
    background-color: transparent;
    padding: 5px 8px;
    transition: all ease .4s;
    border: solid 2px #053458;
    color: #053458 !important;
}
.inactive{
	color:#BDBDBD !important;
	border-color: #BDBDBD !important;
}
.promo {
    margin-right: 10px;
    background-color: #009ee2;
    padding: 8px 10px 5px 7px;
    border-radius: 7px;
	transition:all ease .4s;
}
.message {
    background-color: #ff3800;
	margin-right: 10px;
    padding: 8px 10px 5px 7px;
    border-radius: 7px;
	transition:all ease .4s;
}
.inicio-sesion:hover {
    background-color: #999;
}
.promo:hover {
    background-color: #1463a7;
}
.message:hover {
    background-color: #ff9702;
}
.top-pc{
	display: inline-block;
}
.up{
	display:none;
}
.down{
	display:block;
}

.prueba .up{
	display:block !important;
}
.prueba .down{
	display:none !important;
}
.contactenos {
    display: -webkit-inline-box;
    float: right;
    margin-right: 15px;
    position: absolute;
    top: 5px;
    right: 0px;
}

.contactenos ul{
	list-style:none;
	padding:0px;
	margin:0px;
}

.contactenos ul li {
    display: inline-block;
	color:#006;
}

.contactenos-link{
	margin:10px;
}

.contactenos-link a{
	position: relative;
  color: #006;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.contactenos-link a:hover{
	color: #009ee2;
}

.contactenos-link a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 22px;
  left: 0;
  background-color: #009ee2;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.contactenos a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.redes {
    padding: 15px 0px;
    height: 52px;
    margin-right: -5px;
}
.sign-in {
    padding: 15px;
    background-color: transparent;
    border-radius: 7px;
    max-width: 420px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	width:100%;
}
.sign-in p {
    text-align: left;
    margin-bottom: 10px;
}
.contrasena{
    margin-top: -10px;
    text-align: right;
    float: right;
}
.redes a{
	color:white;
}

.redes p {
    display: -webkit-inline-box;
    margin: 0px;
    float: left;
    color: #CCC;
}

.redes-top-intro {
    margin: -2px auto;
    width: 90px;
    float: left;
    margin-left: 20px;
}

.redes-top-intro a{
	transition: all ease .4s;
	opacity: 1;
}
.redes-top-intro a:hover{
	opacity: 0.7;
}
.img-redes {
    max-width: 25px !important;
    margin: 0px 0px;
    display: -webkit-inline-box !important;
}

.nuestros-programas-explicacion{
	margin-top:-20px;
}
.deco7 {
    position: relative;
    display: -webkit-inline-box;
    float: left;
    height: 18px;
    margin-top: 7px;
    margin-right: 10px;
}
.icon {
    max-height: 22px;
    display: inline-block;
    margin-right: 5px;
    margin-top: -3px;
    width: 25px;
	float:left;
}
.logo {
    margin: auto;
    padding: 15px 15px;
    max-width: 200px;
    width: 80%;
}
.logo2 {
    margin: auto;
    padding: 0px 15px;
    max-width: 420px;
}
.info-mail {
    margin-top: 5px !important;
    display: block;
}
.boton-inscripcion-menu {
    padding: 6px 15px;

}

.inscripcion-menu {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px 0px 9px 0px !important;
}

.telefono {
    min-width: 170px;
    margin-bottom: 0px;
}
.telefono-menu{
	padding: 14px 0px;
    color: #ffffff;
    margin-right: -2px;
}

.menu-general{
	background-color:#053458;
	-webkit-box-shadow: 0px 14px 28px -18px rgba(0,0,0,0.37);
    -moz-box-shadow: 0px 14px 28px -18px rgba(0,0,0,0.37);
    box-shadow: 0px 14px 28px -18px rgba(0,0,0,0.37);
	height:37px;
}

.boton-cerrar {
    padding: 15px;
	background-color:rgba(23,23,23,.95);
    position: fixed;
    top: 0px;
    height: 100vh;
    width: 100%;
    opacity: 0;
	transition:all ease-in .4s;
	z-index:-10;
	cursor:pointer;

}

.on-side .boton-cerrar {
	opacity: 1;
	display:block;
    padding: 15px;
    position: fixed;
    top: 0px;
    height: 100vh;
    width: 100%;
    opacity: 0.9;
	z-index:210;
	
}
.side {
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: -280px;
    width: 280px;
    padding: 25px 30px;
    height: 100%;
    display: block;
    background-color: #777;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1115;
}

.intro {
    min-height: 750px;
    margin: 0 auto;
    width: 100%;
    padding: 100px 0;
    margin-bottom: 40px;
    background-size: cover;
	background-attachment:fixed;
	background-position: center;
}

.intro-slider {
    min-height: 650px;
    margin: 0 auto;
    width: 100%;
    padding: 100px 0;
    background-size: cover;
	background-position: center;
}

.titulo-banner {
    max-width: 460px;
    width: 90%;
    margin: 25px 25px;
    position: absolute;
    font-size: 37px;
	color:#000558;
	line-height: inherit;
}

.titulo-centro{
	margin:auto;
	text-align:center;
	width:100%;
	color:#000558;
	line-height: inherit;
}

.titulo-left {
    width: 90%;
    margin:25px 0px;
	color:#000558;
	line-height: inherit;
}

.img-deco1{
	margin:auto;
	height:30px;
	max-width:120px;
}

.texto-centro {
    max-width: 800px;
    width: 100%;
    text-align: center;
    margin: auto;
    padding: 0px 30px;
}

.bx-slide{
	padding:0px;
}

.back-slide2 {
    border-bottom: solid 5px #009ee2;
    background: #ececec;
    height: 500px;
    overflow: hidden;
}
.slide2 {
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    height: 500px;
    width: 75%;
    position: absolute;
    top: 0px;
    z-index: 0;
    right: 0px;
}

.relativo{
	position:relative;
	z-index:10;
}
.titulo-slide2 {
    font-size: 37px;
	color:#000558;
	line-height: inherit;
}

.fondo-informacion-slide2 {
    background-color: #009ee2;
    height: 500px;
    padding: 0px 25px;
	color: white;
}

body > div > div:nth-child(9) > div.bx-controls.bx-has-controls-direction.bx-has-pager > div.bx-pager.bx-default-pager{
    position: absolute;
    bottom: -35px !important;
    width: 100%;
}

.height-slide2{
	height:500px;
}

.boton-slide2 {
    position: absolute;
    display: inline-block;
    background-color: #009ee2;
    color: white;
    bottom: 25px;
    right: 30px;
    padding: 10px 30px;
    border-radius: 5px;
}

.boton-sitio{
    /* position: absolute; */
    display: inline-block;
    background-color: #009ee2;
    color: white;
    /* bottom: 25px; */
    /* right: 0px; */
    padding: 10px 30px;
    border-radius: 5px;
    margin-top: 25px;
	cursor:pointer;
}

.color-white{
	color:white;
}

.titulo-white {
    font-size: 37px;
	color:white;
    line-height: normal;
}

.aling-right{
	text-align:right;
}
.menu-activo{
	background-color:#009ee2 !important;
	color:#FFF !important;
}

.mobil{
	display:none;
}

.programas-internacionales {
    background-color: #c0b9b3;
    padding: 25px 0px 25px 0px;
    overflow: hidden;
    max-height: 850px;
}
.absolute{
	position:absolute
}

.titulo-destinos {
    width: 90%;
    margin: 75px 0px 20px;
    font-size: 37px;
    color: #000558;
    line-height: inherit;
}

.img-programas{
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    height: 500px;
    width: 75%;
    position: absolute;
    z-index: 0;
    right: 0px;
}

.destinos{
	margin-left:-90px;
}

.destinos2 {
    margin-left: 120px;
    position: absolute;
    width: 100%;
    max-width: 700px;
}

.cuadro{
	padding: 30px 30px 20px;
	background-color:#ececec;
	
}

.destinos2 .cuadro{
	padding: 30px 30px 20px 0px;
	background-color:#ececec;
	display:inline-block;
}

.destinos2 .boton-ver-mas {
    display: inline-block;
    background-color: #009ee2;
    color: white;
    padding: 10px 70px;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 15px;
	cursor:pointer;
}

.boton-ver-mas {
    display: inline-block;
    background-color: #009ee2;
    color: white;
    padding: 10px 70px;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 15px;
	cursor:pointer;
}

.no-margin{
	margin:0px !important;
}

.back2 {
    border-bottom: solid 5px #009ee2;
    background: #e8e9eb;
    height: auto;
    overflow: hidden;
    padding: 100px 0px 120px;
}

.img-pyt {
	position: absolute;
    top: -100px;
}

.comillas {
    position: relative;
    display: -webkit-inline-box;
    float: left;
    height: 30px;
    margin-top: -15px;
	margin-right:10px;
}

.testimonios {
    background-color: #009ee2;
    color: white;
    position: relative;
    overflow: hidden;
}
.padding-testimonios{
	padding:20px 15px 30px;
}
.color-white {
	color:#FFF;
}

.img-centrar {
    position: absolute;
    right: 0px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    max-width: 100px;
}

.centrar {
    position: absolute;
    right: 0px;
    /* left: 50%; */
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    background-color: #f5f5f5;
    height: 300px;
}

.perfil{
	cursor:pointer;
	transition: all ease .4s;
	-webkit-filter: brightness(100%) grayscale(100%);
filter: brightness(100%) grayscale(100%);
margin-bottom:30px;
}

.perfil:hover{
	-webkit-filter: brightness(80%);
filter: brightness(80%);

}

.padding{
	padding:15px;
}
.img-pc{
	display:block;
}

.float-right-destinos {
    float: right;
}

#navbar-menu > ul > li.destinos-internacionales > ul{
	width:268px !important;
}
.destacado {
    background-color: #00adc6;
    color: #f1f1f1 !important;
}
.destacado:hover {
    background-color: #005175 !important;
    color: white !important;
}
.eliminar-filtro {
    color: #6f6f6f;
    margin-right: 7px;
    margin-bottom: 15px;
    display: inline-block;
}

.gray-color{
	background-color:#e0e0e0;
	padding: 150px 15px;
}

.btn-mas-informacion {
    cursor: pointer;
    height: 16px;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    margin-top: -29px;
}

/* Icon when the collapsible content is shown */
  .btn-mas-informacion:before {
	font-family: 'FontAwesome';
    content: "\f0d8";
    float: right;
    margin: 0px 5px;
  }
  /*
  .btn-mas-informacion:after {
    content: "Ocultar";
  }
   Icon when the collapsible content is hidden */
  .btn-mas-informacion.collapsed:before {
    content: "\f0d7";
  }
  /*.btn-mas-informacion.collapsed:after {
    content: "Ver más";
  }*/

.btn-mas {
    display: inline-block;
    cursor: pointer;
    height: 16px;
    float: right;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
}

/* Icon when the collapsible content is shown */
  .btn-mas:before {
	font-family: 'FontAwesome';
    content: "\f0d8";
    float: right;
    margin: 0px 5px;
  }
  .btn-mas:after {
    content: "Ocultar";
  }
  /* Icon when the collapsible content is hidden */
  .btn-mas.collapsed:before {
    content: "\f0d7";
  }
  .btn-mas.collapsed:after {
    content: "Ver más";
  }
  
.contenedor-filtro{
	padding: 15px;
    border: solid 1px #000558;
}

.img-transacional{
	height:350px;
	overflow:hidden;
}
.iconos{
	background-color: transparent;
	padding:5px;
	position: absolute;
    bottom: 0px;
    width: 100%;
    left: 50%;
    bottom: 0%;
    transform: translate(0%, 0%);
    -webkit-transform: translate(-50%, 0%);
	height: 80px;
}

.centrar-iconos{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%,-50%);
	width:100%;
	margin-left:7px;
}

.iconos li{
	display:inline-block;
}

.info-transaccional{
	position:absolute;
	    z-index: 1;
}

.botones-transaccional{
	position: relative;
    height: 350px;
}

.contenedor-botones-transaccional{
	overflow: hidden;
    position: relative;
    height: 80px;
    padding-left: 0px;
}

.contenedor-aplicar-transaccional{
	overflow: hidden;
    position: relative;
    height: 80px;
    padding-right: 0px;
}

.boton-cotizador {
    color: #fff;
    background-color: #009ee2;
    border: none;
    padding: 12px 20px;
    transition: all ease-in .2s;
    text-align: -webkit-center;
    border-radius: 4px;
    height: 45px;
    margin: 13px auto;
    transition: all ease .4s;
    cursor: pointer;
    display: block;
    width: 100%;
}

.boton-cotizador:hover {
    background-color: #247DC6;
}
.boton-pass{ 
	background-color:#f8124b !important;
}
.boton-pass:hover{ 
	background-color:#cc0e3e !important;
}
.icon2 {
    max-height: 40px;
    float: left;
    margin-right: 5px;
    margin-top: 0px;
    width: 50px;
}

a.icon-animation{

transition: all .3s ease-out;
  display: inline-block;
}

a.icon-animation:hover{
transform: rotate(10deg) scale(1.1);
}

.gray {
    width: 100%;
    height: 80px;
    background-color: #eee;
    position: absolute;
    bottom: 0px;
    padding: 0px 15px;
}

.img-tra{
	height:350px;
}
.resultados{
    background-color: #FFF;
    position: absolute;
    right: 15px;
    top: -80px;
    padding: 15px;
}
.anterior{
	background-color:#666;
}
.siguiente{
	background-color:#666;
}
.icon3 {
    max-height: 22px;
    display: inline-block;
    /* float: left; */
    margin-right: 5px;
    margin-top: -1px;
    width: 25px;
}
	.boton-filtrar {
	display:none;
}
.nav-informacion{
border-bottom: 5px solid #009ee2
}
.adicionales {
    padding: 15px;
    border: solid 2px;
    padding-bottom: 0px;
}
.hr2 {
	margin-left:-15px;
	margin-right:-15px;
}
.principal{
	background-color:#333;
	color:#FFF;
	font-weight:300;
}
th {
	font-weight:normal !important;
}
.iframe {
	height:60vh !important;
}
.aplica-borde {
    padding: 0px 15px;
    border: solid 2px #3c763d;
    margin-bottom: 15px;
}
.margin-bottom{
	margin-bottom:15px;
}
.registro-select{
	width:100% !important;
}
.campo-registro {
    width: 100%;
    padding: 12px 12px;
    border: 1px;
    border-color: #ccc;
    border-style: solid;
    color: #000000;
    background: white;
    height: 41px;
}
.float-none{
	float:none;
}
.inline-block{
	display: inline-block !important;
}
.boton-registro {
    margin-top: 0px;
}
.formulario-contacto-landing{
    padding: 15px;
    background-color: #fbfbfb;
}
.no-padding{
	padding:0px !important;
}
.icon_nav {
    max-height: 20px;
    display: inline-block;
    margin-top: 2px;
    width: 17px;
    float: left;
}
.nav_menus {
    min-width: 150px;
    padding: 3px 10px;
    height: 37px;
    font-size: 14.2px;
    margin-top: 0px !important;
    border: 6px solid #313131;
}
.li_nav_menu{
	margin-left:9px !important;
	margin-right:9px !important;
}
.float-left{
	float:left !important;
}
.navbar-nav {
	width:100%;
}
.float_right{
	float:right !important;
}
.side_menu{
	position:fixed;
	left:-270px;
	max-width:270px;
	-webkit-box-shadow: -2px 0px 17px 0px rgba(50, 50, 50, 0.59);
    -moz-box-shadow: -2px 0px 17px 0px rgba(50, 50, 50, 0.59);
    box-shadow: -2px 0px 17px 0px rgba(50, 50, 50, 0.59);
	width:100%;
	transition:all ease .4s;
	top:0px;
	background-color: #fdfdfd;
	z-index:1000;
	height: 100vh;
    overflow-y: scroll;
	
}
.side_menu::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.side_menu::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.side_menu::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 0px none #ffffff;
  border-radius: 0px;
}
.side_menu::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
.side_menu::-webkit-scrollbar-thumb:active {
  background: #000000;
}
.side_menu::-webkit-scrollbar-track {
  background: #666666;
  border: 0px none #ffffff;
  border-radius: 0px;
}
.side_menu::-webkit-scrollbar-track:hover {
  background: #666666;
}
.side_menu::-webkit-scrollbar-track:active {
  background: #333333;
}
.side_menu::-webkit-scrollbar-corner {
  background: transparent;
}
div.side_menu.on{
	z-index:1000;
	left:0px;
}
.menu_fijo ul {
    list-style: none;
    padding: 0px;
    margin-top: 0px;
}

.menu_fijo ul li {
    padding: 3px 15px 3px 15px;
    text-decoration: none;
    display: block;
    position: relative;
    transition: all ease .4s;
    font-size: 14.2px;
	line-height:normal;
    /* font-family: "Walkway Black"; */
    /* font-weight: bold; */
}
.menu_fijo ul li a{
	background-color: transparent;
	transition:all ease .4s;
	color: #6f6f6f;
}
.menu_fijo ul li a:hover{
	background-color: #6f6f6f;
	color: #FFFFFF;
}
.home_nav{
	background-color:#eaeaea;
}
.empresa{
    color: white;
    padding: 8px 15px;
    float: left !important;
    line-height: 20px;
}
.busqueda_movil {
	display:none;
}
.white{
	background-color:#FFFFFF;
}
.filtro {
    padding: 15px;
    background-color: #ccc;
    -webkit-box-shadow: 0px 14px 28px -18px rgba(0,0,0,0.37);
    -moz-box-shadow: 0px 14px 28px -18px rgba(0,0,0,0.37);
    box-shadow: 0px 14px 28px -18px rgba(0,0,0,0.37);
	margin-bottom:15px;
}
.producto {
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
}
.img-productos {
	width:100%;
	height:200px;
	background-position:center;
	background-size:cover;
}
.sale {
	margin: 0px;
    color: #555;
	text-decoration:line-through;
}
.not_sale {
	margin:8px auto !important;
}
.price {
	color:#337ab7;
}
.web {
	color:#8a053b;
	margin-top: -8px;
}
.review {
	height:51px;
	overflow:hidden;
}
.info_producto {
	height:195px;
	overflow:hidden;
}
.contenidos {
	margin-bottom:15px;
}
.views {
    display: inline;
    margin-right: 15px;
}
.info {
	color:#ef0d54;
	transition:all ease .4s;
}
.info:hover {
	color:#cc0644;
}
.campo-text {
    width: 100%;
    padding: 12px 12px;
    border: 1px;
    border-color: #ccc;
    border-style: solid;
    color: #000000;
    background: white;
}
.producto .img-productos {
	opacity: 1;
	transition:all ease.4s;
}
.producto .img-productos:hover {
	opacity: .7;
}
div.producto > .views {
	-webkit-filter: opacity(0.5); 
	filter: opacity(0.5);
}
div.info_producto > p.views > a {
	-webkit-filter: opacity(1); 
	filter: opacity(1);
}
div.info_producto > p.views > a:hover {
	-webkit-filter: opacity(0.5); 
	filter: opacity(0.5);
}
div.info_producto > a > p, div.info_producto > a > h3 {
	-webkit-filter: opacity(1); 
	filter: opacity(1);
	transition:all ease.4s;
}
div.info_producto > a:hover > p, div.info_producto > a:hover > h3 {
	-webkit-filter: opacity(0.5); 
	filter: opacity(0.5);
}
.rating_calification {
    margin-top: 7px;
    margin-left: 140px;
    color: #999;
}
.calification {
    padding-top: 10px;
    margin-bottom: -20px;
    padding-left: 10px;
    display: inline-block;
}
.boton-examinar {
    padding: 9px;
    background-color: #000;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    float: right;
    transition: all ease .5s;
    border: none;
    letter-spacing: .5px;
    margin-bottom: 10px;
	height:41px;
}
.date{
    margin-top: -10px;
    margin-bottom: 13px;
    color: #0f4a7d;
}
.boton_search {
    padding: 11px;
    background-color: #000;
    text-align: center;
    color: #fff;
    width: 100%;
    border: none;
    letter-spacing: .5px;
    transition: all ease .4s;
    opacity: 1;
	height: 41px;
	transition:all ease .4s;
	display:block;
}
.boton_search:hover {
	opacity:.7;
}
.img-productos-list {
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;
}
.titulo_list{
	margin-top:0px;
}
.titulo_categorias{
	margin-left:15px;
}
.info_producto_list {
    height: 225px;
    overflow: hidden;
}
.calification_list {
    padding-top: 0px;
    margin-bottom: -20px;
    padding-left: 10px;
    display: inline-block;
}
.border1 {
    border: 1px solid #c1c1c1;
    padding: 15px 0px;
    height: 215px;
    margin-bottom: 15px;
}
.eliminar-producto {
    position: absolute;
    top: 10px;
    right: 5px;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    display: block;
    color: white;
}
.eliminar-producto2 {
    display: none;
	color: white;
}
.eliminar-producto p, .eliminar-producto2 p {
    float: left;
	margin-bottom:0px;
}

.eliminar-producto .fa-times, .eliminar-producto2 .fa-times {
    margin: 2px 6px;
}
.precio-carro-compras {
    height: 185px;
    background-color: #888888;
    width: 100%;
	position:relative;
}
.precio-carro-compras .precio-agregado {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #000000;
    transform: translate(-50%, -50%);
    bottom: inherit;
    margin: 0px;
    width: 70%;
    text-align: -webkit-center;
}
.precio-agregado h4, .precio-agregado h1 {
    margin: 0px;
}
.carro_medio {
    display: block;
    position: absolute;
    width: 100%;
    bottom: -15px;
}
.carro_medio_content{
	height:185px;
}
.titulo3{
	margin:0px;
	margin-bottom:5px;
}
.precio {
    padding: 7px 0px;
    font-size: 26px;
    margin: 0px;
	color: #009ee2;
}
.img_carro{
	height:185px;
	width:100%;
	background-position:center;
	background-size:cover;
}
.compra {
    background-color: #81cc02 !important;
    color: black;
}
.precio-total {
    border: 1px solid #c1c1c1;
    padding: 15px;
    text-align: right;
    margin-top: -15px;
    border-top: none;
	font-size:25px;
	margin-bottom: 25px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.calification_interna {
    margin-right: 15px;
    display: inline-block;
    margin-left: -4px;
    margin-top: -8px;
}
.logo_secundario {
    width: 170px;
    padding: 7px 15px !important;
}

/** footer **/

.footer-distributed{
	background-color: #009EE2;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	padding: 30px 30px;
	margin-top: 25px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 33%;
	border-right:#FFF solid .4px;
	height:145px;
	padding:0px 10px;

	
}

/* 
.logo {
    background-image: url(../images/Sitio%20de%20Contacto%20logo.2.png);
    background-size: contain;
    color: rgba(255,255,255,0);
    width: 85%;
    max-width: 350px;
    background-repeat: no-repeat;
    height: 50px;
    margin-bottom: 13px;
	margin-left: auto;
    margin-right: auto;
}
*/

.footer-distributed .footer-links{
    color: #ffffff;
    margin: 0px 0 12px;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 17px;
    letter-spacing: .1px;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 7px;
	font-family: Helvetica, Arial, sans-serif;
}

/* Footer Center */

.footer-distributed .footer-center{
    width: 33%;
	border-right:#FFF solid .4px;
	height:145px;
	padding:0px 10px;

}


.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:5px 0px 5px;
	font-size:16px;
	font-family: Helvetica, Arial, sans-serif;
}

.footer-distributed .footer-center p span{
	display: block;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 17px;
}

.footer-distributed .footer-center p a{
	color:  #FFCC08;
	text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 33%;
}

.footer-distributed .footer-company-about{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:5px 0px 5px;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	width:85%;
	max-width:350px;
	text-align:left;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 17px;
	text-align:center;
	margin-bottom:4px;
}

.footer-distributed .footer-icons{
	margin-top: 10px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #1D70B7;
	border-radius: 50%;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
	margin-right: 3px;
	margin-bottom: 5px;
	padding-top:8px;
}
.campo {
    width: 100%;
    padding: 5px 10px;
    border: 1px;
    border-color: rgba(255, 255, 255, 0);
    border-style: solid;
    color: #9C9C9C;
}

@media screen and (max-width: 1200px) {
	.programas-internacionales {
    max-height: 700px;
}

.icon2 {
    max-height: 35px;
    float: left;
    margin-right: 5px;
    margin-top: 0px;
    width: 41px;
}

}
@media screen and (max-width: 1024px) {
.border1 {
    border: 1px solid #c1c1c1;
    padding: 15px 0px;
    overflow: hidden;
    height: auto;
    display: block;
}

.titulo-slide2 {
    font-size: 30px;
    color: #000558;
    line-height: inherit;
}
.intro {
    min-height: 750px;
    margin: 0 auto;
    width: 100%;
    padding: 100px 0;
    margin-bottom: 40px;
    background-size: cover;
    background-attachment: inherit;
    background-position: center;
}

.intro-slider {
    min-height: 650px;
    margin: 0 auto;
    width: 100%;
    padding: 100px 0;
    margin-bottom: 40px;
    background-size: cover;
    background-attachment: inherit;
    background-position: center;
}

}

@media screen and (max-width: 991px) {
	.precio-carro-compras {
    height: 200px;
	margin-top:15px;
}
.filtro-atras {
    width: 100%;
    height: auto;
    background-color: #009ee2;
    padding: 15px;
    position: fixed;
    bottom: 0px;
	z-index:10;
}
.boton-filtrar {
    padding: 15px;
    background-color: #0081b9;
    color: white;
    position: relative;
    display: block;
    /* margin: 15px; */
    border-radius: 4px;
}
.gray-color {
    background-color: #e0e0e0;
    padding: 20px 15px;
}
	.destinos {
    margin-left: 0px;
	padding-left:30px;
}
	.cuadro {
    padding: 0px 30px 20px 0px;
    background-color: #ececec;
}

.float-right-destinos {
    float: none;
    display: block;
    width: 100%;
    position: relative;
    left: 0px;
    bottom: 0px;
    height: auto;
}

.destinos2 {
    margin-left: 0px;
    position: relative;
    width: 100%;
    max-width: 100%;
    background-color: #ececec;
    padding-left: 30px;
}
	
	.back2 {
    border-bottom: solid 5px #009ee2;
    background: #e8e9eb;
    height: auto;
    overflow: hidden;
    padding: 70px 0px 50px;
}
	.titulo-slide2 {
    font-size: 30px;
    color: #000558;
    line-height: inherit;
}
.titulo-banner {
    max-width: 800px;
    width: 90%;
    margin: 25px 25px;
    position: relative;
    font-size: 37px;
    color: #000558;
    line-height: inherit;
}
	
.menu-mobil-padding{
	padding:0px 30px;
}

.slide2 {
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    height: 350px;
    width: 100%;
    position: relative;
    top: 0px;
    z-index: 0;
    right: 0px;
}
.back-slide2 {
    border-bottom: solid 5px #009ee2;
    background: #ececec;
    height: auto;
    overflow: visible;
    padding-bottom: 40px;
}

.fondo-informacion-slide2 {
    background-color: #009ee2;
    height: auto;
    padding: 1px 30px 10px 30px;
    color: white;
}

.height-slide2 {
    height: auto;
}

.boton-slide2 {
    position: relative;
    background-color: #009ee2;
    color: white;
    bottom: 0px;
    right: 0px;
    padding: 10px 30px;
    border-radius: 5px;
    display: -webkit-inline-box;
    margin: 25px 15px;
}

.intro {
    min-height: 350px;
    margin: 0 auto;
    width: 100%;
    padding: 0px 0px 20px 0px;
    margin-bottom: 0px;
    background-size: cover;
    background-position: center;
    background-attachment: inherit;
    background-color: #ccc !important;
    background-image: none !important;
}

.intro-slider {
    min-height: 350px;
    margin: 0 auto;
    width: 100%;
    padding: 0px 0px 20px 0px;
    margin-bottom: 0px;
    background-size: cover;
    background-position: center;
    background-attachment: inherit;
}


.mobil{
	display:block;
}

.aling-right {
    text-align: left;
}
.img-pc{
	display:none;
}
.img-pc2{
	display:block;
}
}

@media (max-width:767px) {
.carro_medio_content {
    height: auto;
    padding-bottom: 210px;
    margin-top: 15px;
}
.precio {
    padding-top: 0px;
}	
.precio-carro-compras {
    height: 90px;
    margin-top: 15px;
}
.eliminar-producto2 {
    position: absolute;
    top: 10px;
    right: 15px;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    display: block;
}
.eliminar-producto {
    display: none;
}
.top-pc{
	display:none;
}
.inicio-sesion {
    padding: 8px 7px 5px 7px;
}

.promo {
    padding: 8px 7px 5px 7px;
}
.message {
    padding: 8px 7px 5px 7px;
}
.icon_top{
	margin-right:0px !important;
	float:none !important;
}
.info-transaccional {
    position: relative;
}

.gray {
    width: 100%;
    height: 80px;
    background-color: #eee;
    position: relative;
    bottom: 0px;
    padding: 0px 15px;
}

.botones-transaccional {
    position: relative;
    height: auto;
}
	
.img-pc2{
	display:none;
}
.redes {
    padding-right: 10px !important;
}	

.redes p {
	display:none;
}

.img-transacional {
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}

nav.navbar.bootsnav .navbar-nav > li > a {
    display: block;
    width: 100%;
    border-bottom: solid 1px #e0e0e0;
    padding: 10px 30px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    border-top: solid 1px #e0e0e0;
    margin-bottom: -1px;
}

nav.navbar.bootsnav .navbar-header {
    padding-left: 0px;
    padding-right: 0px;
}

.boton-inscripcion-menu {
	margin-right:0px;

}
.titulo-banner {
    max-width: 800px;
    width: 90%;
    margin: 25px 25px;
    position: relative;
    font-size: 30px;
    color: #000558;
    line-height: inherit;
}


.boton {
	margin-top:15px;
}

.img-tra{
	height:auto;
	width: 100%;
}
.busqueda {
	display:none !important;
}
.busqueda_movil {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: black;
    color: white;
    padding: 8px;
    text-align: -webkit-center;
	display:block;
}
}
@media screen and (max-width: 360px) {
.icon2 {
    max-height: 26px;
    float: left;
    margin-right: 5px;
    margin-top: 0px;
    width: 30px;
}
.container{
	padding-right:0px;
	padding-left:0px;
}
}
/*------------------------------Footer---------------------------*/



.footer-fuera {
	background-color: #053458;
	font-size: 20px;
	padding: 40px 15px 25px;
}
footer {
	list-style: none;
}
footer #tonica-social {
	margin-top: -15px;
}
footer #tonica-logo-gold {
	height: 125px;
	width: 110px;
	background-image: url(../images/logo_gold.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
	margin-top: 0px;
}
footer .icon-social {
	height: 20px;
	width: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	display: inline-block;
	margin: 5px;
}
footer #redes-inicio {
	margin: auto;
	width: 110px;
}
footer .info-right {
	position: relative;
	left: 0%;
	transform: none;
	-webkit-transform: none;
	top: 0%;
	width: 230px;
	text-align: left;
	display: block;
	float: left;
	color: black;
	display: block;
	font-size: 14px;
	color: #ffffff;
}
footer .right {
	float: left!important;
	margin-right: 0px;
	position: relative;
	display: block;
	margin-top: 0px;
	padding: 0px;
	color: #ffffff;
}
footer .carro {
	width: 230px;
	font-size: 15px;
	padding: 9px;
	color: #FFFFFF;
}
footer .link-carro {
	width: 157px;
	float: left;
	padding: 0px;
	margin-top: -21px;
	margin-left: -8px;
}
footer .fa-carro {
	float: left;
	margin: 9px;
	color: #FFFFFF;
}
.links-footer {
    font-size: 14px;
    padding: 0px 30px 0px 0px;
    list-style: none;
    color: #ffffff !important;
    display: inline-block;
    float: left;
}
.links-footer a {
	font-size: 14px;
	color: #ffffff !important;
	letter-spacing: .5px;
}
.float-right {
    float: right !important;
    margin-right: 30px;
}

.icon-social {
	height: 44px;
	width: 44px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	display: inline-block;
	margin: 10px;
}
.facebook {
	background-image: url(../images/facebook.png);
}
.instagram {
	background-image: url(../images/instagram.png);
}
.spotify {
	background-image: url(../images/spotify.png);
}
#mobile .facebook {
	background-image: url(../images/fac.png);
}
#mobile .instagram {
	background-image: url(../images/ins.png);
}
#mobile .spotify {
	background-image: url(../images/spo.png);
}

#redes-inicio ul {
	margin: auto;
	display: inline-flex;
	padding: 10px 10px;
}

.footer {
	border-right: solid 1px #fff;
	height: auto;
	display: inline-block;
	border-bottom: none;
	padding-bottom: 0px;
	width: 95%;
}

@media (max-width:1020px) {
.footer {
	height: auto;
	display: inline-block;
	border-bottom: none;
	padding-bottom: 0px;
	border-right: solid 1px #555;
	width: 100%;
}
footer .right {
	margin-top: 0px;
}
footer {
	background-color: #ffffff;
	padding: 50px 0px 25px;
}
.links-footer a {
	letter-spacing: .5px;
}
footer .carro {
	color: #303030;
}
footer .fa-carro {
	color: #303030;
}
footer .info-right {
	color: #fff;
}
footer {
	padding-bottom: 225px;
}
footer #tonica-social {
	margin-top: 25px;
}
.float-right {
	float: right !important;
	display: block;
	width: 100%;
	background-color: #009ee2;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 200px;
}
}

@media (max-width:767px) {
	
.footer {
	height: auto;
	display: inline-block;
	border-bottom: solid 1px #fff;
	padding-bottom: 20px;
	border-right: none;
}
footer .right {
    float: right!important;
    margin-right: 0px;
    position: relative;
    display: block;
    margin-top: 40px;
    padding: 10px 15px;
    color: #ffffff;
    width: 100%;
    padding-left: 0px;
}

}
