﻿@charset "UTF-8";

/* 
p {
  @include font-size(14px)
} */


/* 
a {
  color: gray;
  @include transition(color .3s ease-in-out);
  &:hover {
    color: black;
  }
} */


/* 
.faded-text {
    @include opacity(0.8);
}

*/


/* 
@include box-shadow(0, 1px, 1px, rgba(0, 0, 0, 0.075), inset);
*/

html,
body {
    width: 100%;
    /*height: 100%;*/
    /*overflow-y: scroll;*/
    overflow-x: hidden;
}

.blink_me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: .25;
  }
}

body {
  background-color: #fff;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
}

a img {
  border: 0;
}

/*p {
  font-size: 17px;
}*/

p.LaAerolinea {
    font-size: 17px;
}

h1 {
  font-size: 1.75em;
  margin: .67em 0;
  color: #172c57;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}

h2 {
  font-size: 1.25em;
  color: #172c57;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}

.nopadding {
  padding: 0;
}

.nopadding-left {
  padding-left: 0;
}

.nopadding-right {
  padding-right: 0;
}

.padding-left5 {
  padding-left: 5px;
}

.padding-right5 {
  padding-right: 5px;
}

.margin-top15 {
  margin-top: 15px;
}

.margin-bottom15 {
  margin-bottom: 15px;
}

.margin-top10 {
  margin-top: 10px;
}

.margin-bottom10 {
  margin-bottom: 10px;
}

.margin-left15 {
  margin-left: 15px !important;
}
.margin-left30 {
  margin-left: 30px !important;
}

.margin-right15 {
  margin-right: 15px !important;
}

.padding5 {
  padding: 0 5px;
}

.paddingHeight5 {
  padding: 5px 0;
}

.bg-azul {
  background: #132751;
  height: auto;
  /*overflow: hidden;*/
}

.bg-amarillo {
  background: #FDCF24;
  height: auto;
  overflow: hidden;
}

.bg-gris {
  background: #8c8c8c;
  height: auto;
}

.bg-grisClaro {
  background: #efefef;
  height: auto;
}

.rounded4 {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}


/********************************/


/*            nav sidebar       */


/********************************/

#v-nav {
  height: 100%;
  margin: 0 auto;
}

#v-nav .col-servicios {
  position: relative;
  z-index:1;
}

#v-nav p.tit-personal {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.1em;
  text-align: center;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
}

#v-nav p.tit-personal span {
  padding: 0;
  margin: 0;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
}

#v-nav ul {
  width: 100%;
  display: block;
  margin: 30px 0 10px;
  padding: 0;
}

#v-nav ul li {
  background: #fff;
  color: #595959;
  list-style-type: none;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 10px auto;
  padding: 10px 15px !important;
  position: relative;
  text-align: left;
  width: 90%;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

#v-nav ul li i {
  height: 24px;
  width: 24px;
  display: inline-block;
}

#v-nav ul li.current {
  color: #FDCF24;
  background: #132751 !important;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

#v-nav ul li.current .st0 {
  fill: #FDCF24;
  display: inline-block;
}

#v-nav ul li.first.current {
  border-bottom: 1px solid #DDD;
}

#v-nav ul li.last {
  border-bottom: none;
}

#v-nav div.tab-content {
  background-color: #FFF;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  display: none;
  min-height: 300px;
  overflow: hidden;
  padding: 10px;
  position: relative;
  top: 25px;
  z-index: 9;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

#v-nav div.tab-content h4 {
  font-size: 1.2em;
  color: Black;
  text-shadow: 0px 1px 1px #F2F1F0;
  border-bottom: 1px dotted #EEEDED;
  padding-top: 5px;
  padding-bottom: 5px;
}

#v-nav div.tab-content h2 {
  font-weight: bold;
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-size: 20px;
  font-size: 1.25rem;
  margin: 10px 0 20px;
}

.box-content {
    background-color: #FFF;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    min-height: 300px;
    overflow: hidden;
    padding: 10px;
    margin: 25px auto;
    z-index: 9;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    margin-top: 80px;
}

.box-content h2 {
  font-weight: bold;
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  margin: 3px 0 5px;
}
.box-content h3 {
  color:#172c57;
  font-weight:bold;
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-family: "Roboto Condensed", sans-serif;
  font-size: 17px;
  font-size: 1.05rem;
  margin: 3px 0 5px;
}


.box-content-gral {
  background-color: #FFF;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  min-height: 300px;
  overflow: hidden;
  padding: 0px;
  margin: 25px auto;
  z-index: 9;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.sidebar-left {
  background-color: #FFF;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  min-height: 300px;
  overflow: hidden;
  padding: 10px;
  margin: 25px auto;
  z-index: 9;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.sidebar-left h2 {
  font-weight: bold;
  font-size: 14px;
  margin-top: 0;
}

.sidebar-left-azul {
  background-color: #132751;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  min-height: 300px;
  overflow: hidden;
  padding: 10px;
  margin: 25px auto;
  z-index: 9;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.sidebar-left-azul h2 {
  background-color: #0E1A35;
  color: #FDCF24;
  font-weight: bold;
  font-size: 13px;
  margin-top: 0;
  padding: 10px;
}


/********************************/


/*            General           */


/********************************/

.navbar {
 
  border-radius: 0;
}

.navbar .navbar-brand {
  height: auto;
}

    .navbar .navbar-brand img {
        display: inline;
        width: 200px;
        vertical-align: middle;
    }

.navbar .navbar-header {
  float: none;
}

.navbar-slogan {
  font-size: 1.75em;
  /*margin: .4em 0 0;*/
  color: #172c57;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  padding-top:16px;
}

.log-Magni {
  margin: .2em 0;
  font-size: 12px;
  font-size: 0.75rem;
  color: #8c8c8c;
  text-align: right;
}

.log-Magni a {
  font-size: 12px;
  font-size: 0.75rem;
  color: #8c8c8c;
  padding: 4px;
  text-decoration: none;
  /*text-transform: uppercase;*/
}

.log-Magni a:hover {
  color: #132751;
}

ul.list-social {
  margin: 0 auto 0.5em;
  text-align: center;
}

ul.list-social li {
  display: inline;
  text-align: center;
}

ul.list-social li a {
  opacity: 1;
}

ul.list-social li a:hover {
  opacity: 0.6;
  text-decoration: none;
}

ul.list-social img {
    width: 34px;
    height: 34px;
}

footer {
  background-color: #132751;
  height: auto;
  padding: 15px;
}

footer ul {
  padding: 0;
  margin: 0 0 15px;
}

footer ul li {
  list-style-type: none;
}

footer ul li a {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
}

footer ul li a:hover {
  text-decoration: underline;
  color: #fff;
}

footer .copyR {
  text-align: center;
  margin: 1em auto 0;
}

footer .copyR p {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
  opacity: 0.7;
}

.imgBg-int {
  background: url(../images/fondo_nubes.jpg) no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.error404 {
  display: block;
  margin: 10% auto;
  max-width: 800px;
}

.error404 img {
  display: block;
  height: auto;
  max-width: 100%;
}


/********************************/


/*            Institucionales   */


/********************************/

.institucional {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 10px 0 20px;
  text-align: center;
  /*text-transform: uppercase;*/
}

.institucional-Faq {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 10px 0 20px;
  text-align: left;
  /*text-transform: uppercase;*/
}

.institucional-FaqR {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  margin: 10px 0 20px;
  text-align: left;
  /*text-transform: uppercase;*/
}

.texto_normal {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.35em;
  color: #5b5c5c;
  text-align: justify;
}

.resalte {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.35em;
  color: #132650;
  text-align: justify;
}

.resalte_centrado {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #132751;
  text-align: center;
}

.texto-sucursales {
  display: block;
  margin: 5px 0;
  min-height: 110px;
}

.texto-sucursales p {
  margin: 0;
  font-size: 12px;
  font-size: 0.75rem;
}

.texto-sucursales p.texto_normal {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.35em;
  color: #5b5c5c;
  text-align: justify;
}

.list-Faq {
  display: block;
}

.list-Faq li {
  list-style-type: none;
  margin: 10px 0;
}

.list-Faq li a {
  color: #132650;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.35em;
  text-align: justify;
  font-weight: bold;
}

.item-respuesta {
  display: block;
  margin: 10px auto 25px;
}

.item-respuesta a:link {
  text-decoration: underline;
  color: #132650;
}

.item-respuesta a:visited {
  text-decoration: none;
  color: #132650;
}


/********************************/


/*            Formularios           */


/********************************/

.form-inline .form-group {
  display: block;
}

.form-control {
  height: 25px;
  padding: 5px;
}

.form-group label {
  display: block;
  margin-left: 0px;
  margin-top: 10px;
  font-size: 16px;
  /*font-size: 0.8125rem;*/
  font-family: Arial, Helvetica, sans-serif;
}

.form-group label span {
  font-size: 11px;
  font-size: 0.6875rem;
}

.form-control-lada {
  width: 16%;
  height: 25px;
  padding: 5px;
  display: inline-block;
}

.form-control-numero {
  width: 82%;
  height: 25px;
  padding: 5px;
  display: inline-block;
}

.form-control.form-log {
  height: 45px;
}

.form-control[readonly] {
  background-color: #fff;
}

.input-group-addon {
  background-color: #fff;
}

.input-group-addon {
  padding: 3px 12px;
}

.tipo-radio .radio {
  display: inline-block;
}

.tipo-radio .radio input[type=radio] {
  margin-left: -20px;
  margin-top: 5px;
}

.radio {
  margin: 0.5rem auto;
  display: inline-block;
  font-size: 16px !important;
}

.radio label {
  padding-left: 0px;
}

.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.radio input[type="radio"]+.radio-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1em !important;
  height: 1em !important;
  position: relative;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

.radio input[type="radio"]:checked+.radio-label:before {
  background-color: #132751;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type="radio"]:focus+.radio-label:before {
  outline: none;
  border-color: #132751;
}

.radio input[type="radio"]:disabled+.radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}

.radio input[type="radio"]+.radio-label:empty:before {
  margin-right: 0;
}

.radio input[type="radio"]+.radio-label span {
  font-size: 13px;
  font-weight: bold;
}

.lista-pasos p {
  background-color: #8c8c8c;
  color: #fff;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  height: 25px;
  padding: 4px 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.lista-pasos p.active {
  background-color: #132751;
  color: #FDCF24;
  font-weight: bold;
}

.btn-general {
  background-color: #132751;
  color: #FDCF24;
  font-family: Arial, Helvetica, sans-serif;
  /*text-transform: uppercase;*/
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 12px 15px;
  transition: all ease .3s;
}


.btn-general:hover {
  background-color: #FDCF24;
  color: #132751;
  transition: all ease .3s;
}

.btn-general:focus {
  background-color: #FDCF24;
  color: #132751;
  transition: all ease .3s;
}

.btn-general2 {
    background-color: #132751;
    color: #FDCF24;
    font-family: Arial, Helvetica, sans-serif;
    /*text-transform: uppercase;*/
    font-size: 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 8px 15px;
    transition: all ease .3s;
}
.btn-general2:hover {
    background-color: #FDCF24;
    color: #132751;
    transition: all ease .3s;
}

.btn-masInfo {
  background-color: #B7B7B7;
  color: #f4f4f4;
  font-family: Arial, Helvetica, sans-serif;
  /*text-transform: uppercase;*/
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  font-weight: bold;
  padding: 5px 15px;
  transition: all ease .3s;
}

.btn-masInfo:hover {
  background-color: #132751;
  color: #FDCF24;
  transition: all ease .3s;
}

.btn-reservar {
    background-color: #1DA100;
    color: #f4f4f4;
    font-family: Arial, Helvetica, sans-serif;
    /*text-transform: uppercase;*/
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    font-weight: bold;
    padding: 13px 10px;
    transition: all ease .3s;
}

.btn-reservar:hover {
  background-color: #23C700;
  color: #f4f4f4;
  transition: all ease .3s;
}
.btn-reservar:focus {
    background-color: #23C700;
    color: #f4f4f4;
    transition: all ease .3s;
}

/*Botones Acordeon*/
.btn-hab {
  background-color: #132751;
  color: #f4f4f4;
  font-family: Arial, Helvetica, sans-serif;
  /*text-transform: uppercase;*/
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  font-weight: bold;
  padding: 5px 15px;
  transition: all ease .3s;
}

.btn-hab:hover {
  background-color: #0B1730;
  color: #fff;
  transition: all ease .3s;
}

.btnFaqs {
  display: block;
  height: auto;
  max-width: 547px;
  margin: 0px auto;
}

.btnFaqs a>img {
  border: 0;
}

.btnFaqs a>img:hover {
  opacity: 0.75;
}

.styled-select select {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  font-size: 17px;
  font-weight:normal;
  padding: 8px;
  /* If you add too much padding here, the options won't show in IE */
  width: 100%;
  display: block;
}

.tit-Origen {
  background-color: #efefef;
}

.tit-Origen img {
  display: inline-block;
}

.tit-Origen p {
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 0;
}

.tit-Origen span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #6D6A63;
  font-weight: bold;
}

.btn-promos-lista {
    background-color: #132751;
    color: #FDCF24;
    font-family: Arial, Helvetica, sans-serif;
    /*text-transform: uppercase;*/
    font-size: 12px;
    font-size: 0.75rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    font-weight: bold;
    padding: 9.5px 15px;
    transition: all ease .3s;
}
.btn-promos-lista:hover {
    background-color: #071126;
    color: #FDCF24;
    transition: all ease .3s;
}
.btn-promos-lista:focus {
    background-color: #071126;
    color: #FDCF24;
    transition: all ease .3s;
}

.tit-Origen p.fecha {
  color: #6D6A63;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 5px;
  margin-left: 25px;
  font-weight: normal;
}

.item-info {
  background-color: #F7F7F7;
  height: 42px;
  padding: 5px 0;
  margin: 10px 0;
}
.item-infopromo {
    background-color: #FFD008;
    height: 42px;
    padding: 5px 0;
    margin: 10px 0;
}

.item-info2 {
    background-color: #F7F7F7;    
    padding: 5px 0;
    margin: 10px 0;
}

.camporadio{
    /*width:5%;*/
    height:45px;
}
/*.itemflex {
    display:flex;
    width:12%;
    flex-wrap:wrap;
    align-content:space-between;

}*/
.itemhijo{
   
    height:25%;
}



/*Nuevos*/
.item-fecha {
    background-color: #EFEFEF;
    height: 62px;
    padding: 5px 0;
    margin: 10px 0;
}


.radio input[type=radio] {
  margin: 0 auto;
}

.dato-salida p,
.dato-llegada p,
.dato-vuelo p {
    font-size: 12px;
    font-family: sans-serif;
    color: #172c57;
    margin-bottom: 0;
}

.dato-salida p {
  font-weight: bold;
}
.dato-salida2 p {
    font-size:12px;
    font-weight: bold;
    line-height:7px;
}
.dato-salidanormal p {
    font-size: 12px;
    line-height:7px;
}

.dato-precio .bg-precio {
  background-color: #DDDBDD;
  height: 100%;
  max-width: 100%;
}

.dato-preciopromo .bg-preciopromo {
    background-color: #ffea9e;
    height: 100%;
    max-width: 100%;
}

.dato-precio p {
  color: #132751;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 2.5em;
  padding-left: 2px;
}

.dato-preciopromo p {
    color: #172c57;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 2.5em;
    padding-left: 8px;
}

.txt-pie p {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #8c8c8c;
  margin-bottom: 0;
}

.txt-pie p a {
  color: #132751;
  font-weight: bold;
}

.txt-pie p a:hover {
  text-decoration: underline;
}

.txt-pie .checkbox {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #8c8c8c;
  margin-bottom: 0;
  margin-top: 0;
}

.info-reservacion {
  margin: 10px auto;
}

.info-reservacion p {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 5px;
}

.info-reservacion span {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
}

.table-datos thead {
  background-color: #132751;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.table-datos tbody {
  color: #132751;
  font-size: 13px;
  font-size: 0.8125rem;
}

.table-datos tbody tr>td {
  border-top: 1px solid #eee;
  vertical-align: baseline;
  padding: 6px 8px;
}

.table-datosHotel {
  margin: 0px auto 0;
}

.table-datosHotel thead {
  background-color: #E2E2E2;
  color: #132751;
  font-weight: bold;
  font-size: 13px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.table-datosHotel thead tr>th {
  padding: 2px 5px;
}

.table-datosHotel tbody {
  color: #132751;
  font-size: 13px;
  font-size: 0.8125rem;
}

.table-datosHotel tbody tr>td {
  color: #505050;
  font-family: Arial, Helvetica, sans-serif;
  border-top: none;
  padding: 3px 5px;
}

.opcionesPago {
  margin-left:25px;
}

.opcionesPago .radio {
  display: inline-block;
}

.opcionesPago .radio input[type=radio] {
  margin-left: -20px;
  margin-top: 5px;
}

.formasPago {
  margin: 15px;
}

.formasPago .radio {
  display: block;
}

.formasPago .radio label {
  color: #132751;
}

.formasPago .radio input[type=radio] {
  margin-left: -20px;
  margin-top: 5px;
}

.total-pago {
  background-color: #EFEFEF;
  height: 30px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.total-pago p {
  color: #132751;
  font-size: 16px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 15px;
  line-height: 2em;
}

hr.style-two {
  clear: both;
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, transparent, rgba(125, 125, 125, 0.75), transparent);
  margin-top: 7px;
  margin-bottom: 2px;
}

.TextoEncabezadoRutas {
  font-family: Arial;
  font-weight: bold;
  font-size: 18px;
  color: #656565;
  padding-left: 5px;
}

/*.TextoEncabezadoRutas2 {
  font-family: Arial;
  font-weight: bold;
  font-size: 18px;
  color: #132751;
}*/

.TextoResaltaAzul {
  color: #132751;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
}
.TextoResaltaNegro {   
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
}

.TextoResaltado {    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-top:10px;
}

.TextoSubtitulo {
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
  color: #132751;
}

.TextoNormal {
  color: #646464;
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  padding:10px;
}

.TextoTipoPlan {
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  color: #132751;
  margin-bottom: 0;
}

.TextoDescripcionHotel {
  font-family: Arial;
  font-size: 13px;
  font-weight: initial;
  color: rgba(0, 0, 0, 0.80);
  margin-top:5px;
  position: unset;
}

.TextoPleca {
    font-family: "Roboto";
    font-size: 15px;
    font-weight: initial;
    color: #fdcf0b;
    margin-top: 5px;
    position: unset;
}

.TextoDatosVuelo {
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  color: #505050;
}

.PrecioVuelo {
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  color: #505050 !important;
}

.TituloHotel {
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  color: white;
}

.paquete-hotel {
  display: block;
  clear: both;
  margin: 15px auto;
}


/********************************/


/*     Informaci├│n de Hotel     */


/********************************/

.box-rating {
  background-color: #132751;
  border-radius: 4px;
  margin: 20px 0;
  text-align: center;
  width: 100%;
}

.tabs-info-hotel .nav-tabs {
  border-bottom: transparent;
}

.tabs-info-hotel li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #a3a3a3;
  /*text-transform: uppercase;*/
  padding: 10px;
}

.tabs-info-hotel li>a:hover {
  border: 1px solid transparent;
  border-bottom: 1px solid #132751;
}

.tabs-info-hotel li.active>a {
  color: #132751;
  cursor: default;
  background-color: #fff;
  border: transparent;
  border-bottom: 1px solid #132751;
  font-weight: bold;
}

.tabs-info-hotel li.active>a:hover {
  border: 1px solid transparent;
  border-bottom: 1px solid #132751;
}

.tab-content>.informacion ul {
  list-style-position: inside;
  padding-left: 0;
  text-align: left;
}

.tab-content>.informacion ul li {
  list-style: none;
}

.close {
  opacity: 1;
}

.diaActivo {
    background: #132751;
    color: white;
}

.diaInactivo {
    background: #8c8c8c;
    color:white;
}

.CursorMano{
    cursor: pointer;
}

.btn-promos {
    color: #595959;
    /*width: 235px;*/
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 3px;
    background: #fff;
    margin-left: 15px;
    padding: 10px 35px !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.btn-promos:hover {
    text-decoration: none;
    color: #FDCF24;
    background: #132751 !important;
    position: relative;
    z-index: 10;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.btn-promos:focus {
    text-decoration: none;
}


.btn-promos img {
    margin-left: -25px;
}

ol, ul {
    margin-bottom: 20px;
}


.iconhamburger{
    font-size:21px;
    margin-top:25px;
    color:#172c57;
    
}
.iconhamburger:hover, .iconhamburger:focus{
    cursor:pointer;
}
  .iconhamburger{
    display:block;
    font-size:21px;
    margin-top:17px;
   
  }
  .iconhamburger:focus{
    outline:0;

}

  .imgsize{
    width:40%;
    margin-top:10px;
}

  .sinrelleno{
    padding-right:0px;
  }
 .textorevista{
    color: white;
    margin-top: 5px;
    margin-bottom: 30px;
 }
 .sizefuente{
    font-size:14px;
}
  .textoparrafo{
        font-size:13px;
    }

  
   .claselogo{
    width:70%;
  }

   .imgrevista{
       width:100%;
   }

.txt-promociones {
    color: #ff2121;
    font-weight: bold;
    margin-left: 55px;   
}

/*ICONOS HEADER*/

.link-chat {
    display: flex;
    justify-content: flex-end;
    
}

.link-chat p {
    color: #132751;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 15px;
    
    /*font-weight: bold;*/
}

.link-chat a {
    text-decoration: none;
}

.link-chat .icono-chat {
    color: #132751;
    font-size: 27px;
    margin-top: 25px;
    margin-right: 10px;
    /*font-weight: bold;*/
}

.link-boletos {
    display: flex;
    
}

.link-boletos p {
    color: #132751;
    margin-top: 23px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    /*font-weight: bold;*/
}

.link-boletos .icono-boleto {
    color: #132751;
    font-size: 27px;
    margin-top: -40px;
    margin-right: 38px;
    transform: rotate(125deg);
    /*font-weight: bold;*/
}

.link-boletos a {
    text-decoration: none;
}

.bandera-logo {
    position: absolute;
    top: 0px;
    left: 119px;
    width: 235px;
    height: 95px;
    background: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 10;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.09);
}
/**/
    .bandera-logo img {
        width: 90%;
        margin-top: 15px;
        margin-left: 21px;
    }

.navbar-brand {
    padding: 15px 5px 15px 10px;
}

/************/
.campo-clave {
    margin-top: 15px;
    flex-wrap: wrap;
}

.form-clave {
    padding: 25px;
}

.campo-clave input {
    /*border-top-right-radius: 0;
    border-bottom-right-radius: 0;*/
    width: 250px;
}

@media only screen and (min-width: 600px) {
    .paddingDesktop {
        padding: 0px 100px;
    }
}

@media only screen and (min-width: 768px) {
    .paddingDesktop {
        padding: 0px 150px;
    }


}

@media only screen and (min-width: 768px) and (max-width: 768px){
    .navbar .navbar-header {
        height: 110px;
    }
} 

@media only screen and (min-width: 992px) {
    .paddingDesktop {
        padding: 0px 250px;
    }
}

@media only screen and (min-width: 1200px) {
    .paddingDesktop {
        padding: 0px 375px;
    }
}



.btn-clave {
    background-color: #1DA100;
    color: #f4f4f4;
    font-family: Arial, Helvetica, sans-serif;
    /*text-transform: uppercase;*/
    font-size: 15px;
    text-align: right;
    border-radius: 3px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    font-weight: bold;
    padding: 8px 21px;
    flex: 0 0 auto;
    transition: all ease .3s;
}

    .btn-clave:hover {
        background-color: #23C700;
        color: #f4f4f4;
        transition: all ease .3s;
    }

    .btn-clave:focus {
        background-color: #23C700;
        color: #f4f4f4;
        transition: all ease .3s;
    }

.pad-img-clave {
    padding: 25px;
}

.terminos-paquete a{
    font-size:12px;
}
.iconos-header{
    margin-top:25px;
    margin-bottom:25px;
}

.btn-header a {
    font-size: 16px;
    text-decoration: none;
    color: #132751;
}
.margen-top-25{
    margin-top:25px;
}
.margen-inferior-15{
    margin-bottom:15px;
}
.margen-derecho-15 {
    margin-right: 15px;
}
.contenido-promos h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #525252;
}
.cards {
    background-color: transparent;
    height: 355px;
    perspective: 500px;
}
.fondo-iconos-promo {
    background: #EFEFEF;
}
.altura-header {
    height: 50px;
}
.margen-derecho-15 {
    margin-right: 15px;
}
.acomodo-elemento{
    text-align:right;
}
.fondo-precio {
    background: #FDCF24;
    height: 78px;
    /*width: 175px;*/
    border-radius: 5px;
    margin-top: -21px;    
    clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
    -webkit-clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
    -moz-clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
    -o-clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
    -ms-clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
}
.btn-comprar{
    text-align:right;
}
.precio-promos {
    background: url(../images/img-costo.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 78px;
    margin-top: -15px;
}

.precio-promos p {
    font-size: 21px;
    font-weight: 800;
    text-align: center;
    margin-top: 23px;
}



/*.margen-derecho-30{
    margin-right:30px;
}
.margen-derecho-15{
    margin-right:15px;
}*/
/********************************/
/*            Media Queries     */
/********************************/
@media (min-width: 768px) and (max-width: 1023px) {
    .navbar-brand {
                        
            width: 100%;
        }

    .AcomodaTexto {
        text-align: left;
    }

    ul.list-social {
        margin-top: 1rem !important;
    }

    #v-nav .col-servicios {
        position: relative;
        top: 15px;
    }

    #v-nav ul {
        text-align: center;
       
    }

    #v-nav ul > li {
        display: inline-block;
        width: 49%;
    }

    #v-nav div.tab-content {
        top: 10px;
    }

    #v-nav p.tit-personal {
        color: #132751;
        text-shadow: none;
        font-size: 1.8rem;
    }

    #v-nav p.tit-personal span {
        font-size: 1.8rem;
    }

    .TextoTipoPlan {
        margin-top: 10px;
    }

    .TextoEncabezadoRutas {
        font-size: 16px;
    }

    .TextoEncabezadoRutas2 {
        font-size: 16px;
    }


        /*FLIP CARD

  .flip-card {
        background-color: transparent;
        height: 328px;
        perspective: 500px;
        cursor: pointer;
        -webkit-perspective: 500px;
        -moz-perspective: 500px;
    }

    .flip-card:hover .flip-card-inner {
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
    }

    .flip-card-inner {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 0.7s;
        transform-style: preserve-3d;
        -webkit-transition: transform 0.7s;
        -webkit-transform-style: preserve-3d;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    }


    .flip-card-front, .flip-card-back {
        position: absolute;
        width: 100%;
        height: 249px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }


    .flip-card-back {
        background-color: #172c57;
        color: white;
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
    }*/
        .sizefuente {
            font-size: 12px;
        }

        .textoparrafo {
            font-size: 12px;
        }

        /*.iconhamburger{
    display:block;
    font-size:25px;
    margin-top:35px;
    
  }
  .iconhamburger:focus{
    outline:0;
}
.menuhamburguesa ul, li{
    list-style-type: none;
}*/

        .navbar-slogan {
            font-size: 67px;
        }

        .TextoDescripcionHotel {
            text-align: center;
        }

        .txt-promociones {
            margin-left: 0px;
            margin-right: 0px;
            margin-bottom: 15px;
            text-align: center;
        }

        .fondo-nav {
            height: 70px;
        }
    .bandera-logo {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 235px;
        height: 95px;
        background: white;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        z-index: 10;
        box-shadow: 0px 5px 5px rgba(0,0,0,0.09);
    }
    .margenmenu{
        padding-top:15px;  
        padding-right:15px;
    }
    .margen-derecho-15{
        margin-right:0px;
    }
    .margen-top-25 {
        margin-top: 20px;
    }
    .iconos-header {
        margin-top: 20px;
        margin-bottom: 25px;
    }

    }



    @media (min-width: 992px) {
        .contenedor01 {
            left: 15%;
        }

        .leyendabanco {
            display: none;
        }

        .img-hotel2 {
        }

        .outline {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            border: 3px solid #007bff;
        }

        .iconos {
            margin-top: 7px;
            margin-left: 6px;
            font-size: 25px;
            color: #007bff;
        }

        .encabezado {
            display: flex;
        }

        .menuresponsivo {
            flex: 1 1 100%;
            padding: 0;
        }
        /*#menuprincipal ul{
    margin:1rem 0 0 0;
}
#menuprincipal a{
    display:block;
    color:#172c57;
    padding:7px;
}*/
        .margen-derecho-50 {
            margin-right: 50px;
        }

        .margen-derecho-35 {
            margin-right: 35px;
        }


    }
    /*Estilos Menu*/
    .menudesplegable {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(23,44,87,0.9 );
  overflow-y: hidden;
  transition: 0.5s;
}

.menudesplegable-content {
  position: relative;
  top: 115px;
  
  text-align: center;
  margin-top: 30px;
 
}


.menudesplegable a {
  font-family:"Roboto Condensed", sans-serif;
  padding: 8px;
  text-decoration: none;
  font-size: 30px;
  color: white;
  display: block;
  transition: 0.3s;
}

.menudesplegable a:hover, .menudesplegable a:focus {
  color: #f1f1f1;
}

.menudesplegable .closebtn {
  position: absolute;
  top: 30px;
  right: 45px;
  font-size: 60px;
}


/*ESCRITORIO*/
@media (min-width: 1025px) {
    .lista-pasos p {
        background-color: #8c8c8c;
        color: #fff;
        display: inline-block;
        font-family: Arial, Helvetica, sans-serif;
        height: 37px;
        padding: 8px 20px;
        font-size: 16px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
    }

    #v-nav ul li {
        background: #fff;
        color: #595959;
        list-style-type: none;
        display: block;
        font-size: 14px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        margin: 10px auto;
        padding: 10px 15px !important;
        position: relative;
        text-align: left;
        width: 90%;
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
        -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
        -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    }

    .AjustaServicios {
        margin-top: 60px;
    }

    .navbar .navbar-brand {
        height: auto;
       
    }

    .navbar-slogan {
        font-size: 37px;
        /*margin: .4em 0 0;*/
        color: #172c57;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: bold;
        padding-top: 16px;
        padding-right: 40px;
        margin-left:30px;
    }

    .btn-general {
        background-color: #132751;
        color: #FDCF24;
        font-family: Arial, Helvetica, sans-serif;
        /*text-transform: uppercase;*/
        font-size: 15px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        padding: 12px 15px;
        transition: all ease .3s;
    }

    
    .MargenINferiorVuelos {
        margin-bottom: 10px;
    }

    /*FLIP CARD*/
    .flip-card {
        background-color: transparent;
        height: 301px;
        /*perspective: 500px;*/
        cursor: pointer;
        /*-webkit-perspective: 500px;*/
    }

    .flip-card-inner {
        position: relative;
        width: 100%;
        height: 100%;
        /*text-align: center;*/
        /*transition: transform 0.7s;
        transform-style: preserve-3d;
        -webkit-transition: transform 0.7s;
        -webkit-transform-style: preserve-3d;*/
        /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
    }


    .flip-card:hover .flip-card-inner {
        /*transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);*/
    }


    .flip-card-front, .flip-card-back {
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
        -webkit-backface-visibility:hidden;
    }


    .flip-card-back {
        background-color: #172c57;
        color: white;
        /*transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);*/
    }

    .BotonBuscarVuelos {
        vertical-align: bottom;
        text-align: right;
        margin-top: 34px;
        padding-right: 25px;
    }
    .logo35movil{
      width:80%;
      margin-top:30px;
      margin-left:25px;
  }

    .margen-derecho-50 {
        margin-right: 60px;
    }

    .margen-derecho-35 {
        margin-right: 45px;
    }

    .btn-promos {        
        width: 235px;        
    }
    
}

@media (max-width: 1192px) { 

    .navbar-slogan{
        font-size:23px;
    }

    .margen-derecho-30 {
        margin-right: 40px;
    }

    .margen-derecho-25 {
        margin-right: 25px;
    }
    
   
}

/* IPAD */
@media (max-width: 1024px) and (min-width: 768px){
    .lista-pasos p {
        background-color: #8c8c8c;
        color: #fff;
        display: inline-block;
        font-family: Arial, Helvetica, sans-serif;
        height: 37px;
        padding: 8px 20px;
        font-size: 16px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
    }

    #v-nav ul li {
        background: #fff;
        color: #595959;
        list-style-type: none;
        display: block;
        font-size: 12px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        margin: 10px auto;
        padding: 10px 15px !important;
        position: relative;
        text-align: left;
        width: 90%;
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
        -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
        -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    }

    .AjustaServicios {
        margin-top: 0px;
    }

    .navbar .navbar-brand {
        height: auto;
        
    }

    .navbar-slogan {
        font-size: 23px;
        /*margin: .4em 0 0;*/
        color: #172c57;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: bold;
        padding-top:16px;
        padding-right: 40px;
    }


    .btn-general {
        background-color: #132751;
        color: #FDCF24;
        font-family: Arial, Helvetica, sans-serif;
        /*text-transform: uppercase;*/
        font-size: 15px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        padding: 12px 15px;
        transition: all ease .3s;
    }

 /*FLIP CARD*/
    .flip-card {
        background-color: transparent;
        height: 301px;
        perspective: 500px;
        cursor: pointer;
        -webkit-perspective: 500px;
    }

    .flip-card-inner {
        position: relative;
        width: 100%;
        height: 301px;
        /*text-align: center;*/
        transition: transform 0.7s;
        transform-style: preserve-3d;
        -webkit-transition: transform 0.7s;
        -webkit-transform-style: preserve-3d;
        /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
    }


    .flip-card:hover .flip-card-inner {
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
    }


    .flip-card-front, .flip-card-back {
        position: absolute;
        width: 100%;
        height: 301px;
        backface-visibility: hidden;
        -webkit-backface-visibility:hidden;
    }


    .flip-card-back {
        background-color: #172c57;
        color: white;
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
    }

    .margenmovil {
        margin-top: 15px;
        text-align: center;
    }
    .margen-movil10 {
        margin-top: 10px;
        text-align: center;
    }

    .margenmovil {
        margin-top: 5px;
        text-align: center;
    }

    .margen-derecho-30 {
        margin-right: 50px;
    }
    
    .margen-movil10 {
        margin-top: 5px;
        text-align: center;
    }
    .txt-promociones {        
        margin-top:5px;
        
    }
    .bandera-logo img {
        padding: 0px 0px 0px 0px;
    }

   
}

@media screen and (max-height: 450px) {
  .menudesplegable {overflow-y: auto;}
  .menudesplegable a {font-size: 20px}
  .menudesplegable .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }



  /*.margenrow{
      margin-right:0px;
  }*/

}

@media (max-width: 414px) {
    .dato-salida2 p {
        font-size: 9px;
        line-height: 7px;
    }

    .anchocol {
        padding: 5px;
    }

    .itemhijo p {
        font-size: 9px;
    }

    .margen-movil10 {
        margin-top: 10px;
        text-align: center;
    }

    .margenmovil {
        margin-top: 15px;
        text-align: center;
    }

    .TextoDescripcionHotel {
        text-align: center;
    }

    .txt-promociones {
        text-align: center;
    }

    .margen-derecho-30 {
        margin-right: 0px;
    }
    .margen-derecho-15 {
        margin-right: 0px;
    }
    .bandera-logo {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 235px;
        height: 65px;
        background: white;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        z-index: 10;
        box-shadow: 0px 5px 5px rgba(0,0,0,0.09);
    }
    .bandera-logo img{
        width:70%;

    }
    .navbar-brand img{
        padding: 15px 0px 5px !important;
        margin-top: -11px !important;
      
    }
    /*.AjustaServicios {
        margin-top: 75px;
        
    }*/
    .link-chat {
        display: flex;
        justify-content: flex-end;
        margin-top: 10px;
    }
    .link-boletos {
        display: flex;        
    }
    .link-boletos p{
        display: flex;
        margin-top: 33px;
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 15px;
        text-align: center;
        
    }
    .link-boletos .icono-boleto {
       
        margin-left: -15px;
    }
    .btn-promos {        
        width: 259px;
        
    }
    /******/
    .btn-clave {
       margin: 10px auto;
       display:block;
       margin-top:15px;
    }
    .form-control::placeholder {
        color: #999;
        opacity: 1;
        font-size: 17px;
    }
    .iconos-header {
        margin-top: 25px;
        margin-bottom: 0px;
    }
    .acomodo-elemento {
        text-align: center;
    }
}




@media (min-width: 319px) and (max-width: 767px) {
    .claselogo {
        width: 100%;
    }

    .navbar-brand {
        padding: 15px 25px 5px !important;
        margin-top: 0 !important;
        width: 100%;
    }

    .AcomodaTexto {
        text-align: center;
    }

    .navbar-brand img {
        display: block;
        height: auto;
        max-width: 100%;
    }

    .log-Magni {
        text-align: center;
        margin: 1em auto 0.5em;
    }

    .navbar-slogan {
        color: #132751;
        font-size: 0.85em;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: bold;
        line-height: 1.2em;
        margin: 1em 0 0;
    }

    ul.list-social {
        float: none !important;
        text-align: center !important;
        padding: 0 !important;
        margin-top: 1rem !important;
    }

    footer ul {
        margin: 0;
    }

    footer .copyR {
        text-align: center;
        margin-top: 0.5em;
    }

    #v-nav .col-servicios {
        position: relative;
        top: 70px;
    }

    #v-nav ul {
        text-align: center;
        margin: 10px 0 0px;
    }
        /*#v-nav ul>li {
    display: inline-block;
    font-size: 0.6rem;
    width: 49% !important;
    padding: 6px !important;
  }*/
    #v-nav ul > li i {
        height: 20px;
        width: 20px;
    }

    #v-nav div.tab-content {
        top: 10px;
    }

    #v-nav p.tit-personal {
        color: #132751;
        text-shadow: none;
        font-size: 1rem;
    }

    #v-nav p.tit-personal span {
        font-size: 1rem;
    }

    .sidebar-left-azul {
        margin: 0 auto 25px;
    }

    .lista-pasos p {
        font-size: 11px;
        padding: 2px 6px;
        line-height: 20px;
    }

    .btn-general2 {
        font-size: 11px;
        padding: 2px 6px;
        line-height: 20px;
    }

    .btn-general2:hover {
        font-size: 11px;
        padding: 3px 4px;
        line-height: 20px;
    }

    .table-datosHotel {
        margin: 5px auto 0;
    }

    .table-datosHotel thead {
        font-size: 11px;
    }

    .table-datosHotel thead tr > th {
        padding: 2px 2px;
    }

    .table-datosHotel tbody {
        color: #132751;
        font-size: 12px;
        font-size: 0.75rem;
    }

    .list-Faq {
        display: block;
        padding: 0;
    }

    .PrecioVuelo {
        font-size: 12px;
    }

    .TextoTipoPlan {
        margin-top: 10px;
    }

    .TextoEncabezadoRutas {
        font-size: 16px;
    }

    .TextoEncabezadoRutas2 {
        font-size: 16px;
    }

    .box-rating {
        margin: 0px 0 15px;
    }

    .navbar-slogan {
        display: none;
    }

    .logo35movil {
        width: 90%;
        margin-top: 30px;
        margin-left: 25px;
    }

    .imgsize {
        width: 50%;
        margin-top: 10px;
    }

    .container {
        padding-right: 15px;
        padding-left: 17px;
    }

    .revistamovil {
        margin-top: 25px;
    }
    /*.row{
    margin-right: 0px;
    }*/
    .fondo-nav {
        padding: 5px;
        padding-bottom: 8px;
    }

    .navbar {
        margin-bottom: 10px;
    }

    .margenmenu {
        margin-top: 8px;
    }
    .margenmenu span{
        padding-right: 25px;
    }

    .margen-movil10 {
        margin-top: 10px;
        text-align: center;
    }

    .margenmovil {
        margin-top: 15px;
        text-align: center;
    }

    .TextoDescripcionHotel {
        text-align: center;
    }

    .txt-promociones {
        text-align: center;
    }

    .margen-derecho-30 {
        margin-right: 0px;
    }
    .margen-derecho-15 {
        margin-right: 0px;
    }
    .txt-promociones {
       
        margin-left: 0px;
    }
    .acomodo-elemento {
        text-align: center;
    }
    .fondo-precio {
        background: #FDCF24;
        height: 78px;
        /*width: 175px;*/
        border-radius: 5px;
        margin-top: 5px;
        margin-left: 25px;
        clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
        -webkit-clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
        -moz-clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
        -o-clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
        -ms-clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
    }
    .acomodo-btn {
        text-align: center;
        padding:15px;
        }
    .btn-comprar {
        text-align: center;
    }
    .titulo-centrado {
        text-align: center;
    }
    .precio-promos {
        background: url(../images/img-costo.png);
        background-position: center center;
        background-repeat: no-repeat;
        height: 78px;
        margin-top: -10px;
        margin-left:15px;
    }

}




    @media only screen and (min-width: 736px) and (orientation: landscape) {

        .margenrevista {
            text-align: right;
        }

        .imgrevista {
            width: 50%;
            text-align: right;
        }

        .aligntexto {
            margin-top: 35px;
            text-align: left;
        }
    }

    @media only screen and (min-width: 667px) and (orientation: landscape) {

        .margenrevista {
            text-align: right;
        }

        .imgrevista {
            width: 50%;
            text-align: right;
        }

        .aligntexto {
            margin-top: 35px;
            text-align: left;
        }
        .margenmenu {
            margin-top: 15px;
        }
    }

    @media only screen and (min-width: 568px) and (orientation: landscape) {

        .margenrevista {
            text-align: right;
        }

        .imgrevista {
            width: 50%;
            text-align: right;
        }

        .aligntexto {
            margin-top: 35px;
            text-align: left;
        }
        .margenmenu {
            margin-top: 15px;
        }
        .menudesplegable .closebtn {
            position: absolute;
            top: 5px;
            right: 45px;
            font-size: 60px;
        }
        .menudesplegable-content {
            position: relative;
            top: 65px;
            text-align: center;
            margin-top: 30px;
        }
        .bandera-logo {
            position: absolute;
            top: 0px;
            left: 60px;
            width: 235px;
            height: 75px;
            background: white;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            z-index: 10;
            box-shadow: 0px 5px 5px rgba(0,0,0,0.09);
        }
        .bandera-logo img {
            width: 85%;
            padding: 15px 5px 0px 10px !important;
            margin-top: 0px;
            margin-left: 0px;
        }
        .AjustaServicios {
            margin-top: 15px;
        }
        .btn-promos {
            width: 481px;
            margin-left:27px;
        }


    }

    

    @media only screen and (min-width: 812px) and (orientation: landscape) {

        .margenrevista {
            text-align: right;
        }

        .imgrevista {
            width: 100%;
            text-align: right;
        }

        .aligntexto {
            margin-top: 5px;
            text-align: left;
        }

        .AjustaServicios {
            margin-top: 70px;
        }

        .btn-promos {
            width: 238px;
            margin-left: 12px;
        }

        .bandera-logo {
            position: absolute;
            top: 0px;
            left: 29px;
            width: 235px;
            height: 95px;
            background: white;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            z-index: 10;
            box-shadow: 0px 5px 5px rgba(0,0,0,0.09);
        }

        .bandera-logo img {               
           
        }

        .txt-promociones {
            margin-left: 35px;
           
        }
        
    }

@media only screen and (min-width: 1025px) and (orientation: landscape) {
    .bandera-logo {
        position: absolute;
        top: 0px;
        left: 119px;
        width: 235px;
        height: 95px;
        background: white;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        z-index: 10;
        box-shadow: 0px 5px 5px rgba(0,0,0,0.09);
    }
}

@media (min-width: 1024px) and (orientation : portrait) {
    .margenmenu {
        margin-top: 15px;
    }
}





.form-control {
    font-size: 19px;
    padding: 19px;
}


    .ajustar-imagen {
        max-width: 100%;
        height: auto;
    }

    .fuentepago {
        font-family: Arial, Helvetica, sans-serif;
        color: #132751;
    }

    .btn-cerrar {
        font-size: 12px;
        color: #0B1730;
        background: none;
        border: none;
        margin-top: 23px;
        padding-left: 15px;
    }

    .icono-cerrar {
        font-size: 16px;
        color: #fc0a1a;
        margin-bottom: 0px;
    }

    .posicionbtn {
        z-index: 100;
    }

    .item-vueloppromo {
        background-color: #FFD008;
        height: 42px;
        padding: 5px 0;
        margin: 10px 0;
    }

    .fondo-inforeservacion {
        background: #ededed;
        border-radius: 7px;
        padding: 7px 14px;
    }

    .info-reservacion2 {
        margin: auto auto;
    }

        .info-reservacion2 p {
            color: #fff;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            font-weight: bold;
            text-align: left;
            /*margin-bottom: 0px;*/
        }

        .info-reservacion2 span {
            color: #132751;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            font-weight: normal;
            text-align: left;
        }

    .titulo-reservacion {
        background: #FDCF24;
        color: #132751;
        margin-top: -7px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
    }

    .margen-superior-5 {
        margin-top: 5px;
    }

    .margen-superior-15 {
        margin-top: 15px;
    }
.margen-superior-25 {
    margin-top: 25px;
}
    .fondo-nav {
        background: rgba(255, 255, 255, 0.97);
    }

    .txt-origen-destino h2 {
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 25px;
        margin: 3px 0 5px;
    }

    .margen-top10 {
        margin-top: 10px;
    }

    .margen-menu-21 {
        margin-right: 21px;
    }

    .titulo-hotel-promo {
        color: white;
        margin-top: 25px;
        border-radius: 3px;
        font-size: 18px;
    }

    .img-hotel-promo {
        margin-top: 25px;
        margin-bottom: 5px;
        overflow: hidden;
    }

    .descripcion-hotel p {
        font-size: 15px;
        margin-top: 25px;
    }

    .descripcion-hotel2 {
        background: #f2f2f2;
        margin-top: 15px;
        padding:10px;
    }

        .descripcion-hotel2 p {
            font-size: 15px;
            margin-top: 10px;
        }

.borde-img-promo {
    clip-path: polygon(0 21%, 0 100%, 82% 100%, 100% 76%, 100% 0, 18% 0);
    -webkit-clip-path: polygon(0 21%, 0 100%, 82% 100%, 100% 76%, 100% 0, 18% 0);
    -moz-clip-path: polygon(0 21%, 0 100%, 82% 100%, 100% 76%, 100% 0, 18% 0);
    -o-clip-path: polygon(0 21%, 0 100%, 82% 100%, 100% 76%, 100% 0, 18% 0);
    -ms-clip-path: polygon(0 21%, 0 100%, 82% 100%, 100% 76%, 100% 0, 18% 0);

}




    .btn-detalles {
        background-color: #1DA100;
        color: #f4f4f4;
        font-family: Arial, Helvetica, sans-serif;
        /*text-transform: uppercase;*/
        font-size: 13px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        font-weight: bold;
        padding: 13px 17px;
        transition: all ease .3s;
    }

        .btn-detalles i {
            font-size: 17px;
        }

        .btn-detalles:hover,
        .btn-detalles:focus {
            background-color: #23C700;
            color: #f4f4f4;
            transition: all ease .3s;
        }

    .btn-detalles-info {
        background-color: #1DA100;
        color: #f4f4f4;
        font-family: Arial, Helvetica, sans-serif;
        /*text-transform: uppercase;*/
        font-size: 13px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        font-weight: bold;
        padding: 13px 26px;
        margin-bottom: 15px;
        transition: all ease .3s;
    }

        .btn-detalles-info i {
            font-size: 17px;
        }

        .btn-detalles-info:hover,
        .btn-detalles-info:focus {
            background-color: #23C700;
            color: #f4f4f4;
            transition: all ease .3s;
        }

    .margen-superior-27 {
        margin-top: 27px;
    }

    .flex-promos {
        display: flex;
        flex-wrap: wrap;
    }

    .contenido-promos {
        
        margin-top: 15px;
        flex: 0 0 auto;
    }

    .contenido-promos ul {
        list-style: none;
        padding-left: 0;
        padding-top: 15px;
        margin-bottom: 0px;
    }

    .contenido-promos li {
        display: flex;
    }

    .contenido-promos span {
        padding-right: 15px;
    }

        

    .contenido-promos-2 {
        background: #F7F7F7;
        /*flex: 0 0 auto;*/
    }

    .contenido-promos-2 ul {
        list-style: none;
        padding-left: 0;
        padding-top: 10px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .contenido-promos-2 li {
        display: flex;
    }

    .contenido-promos-2 span {
        padding-right: 15px;
    }

    .contenido-promos-2 h5 {
        font-size: 13px;
        font-weight: 800;
        color: #216fff;
    }

    .contenido-promos p {
        font-size: 13px;
        color: #132751;
    }

    .margen-promos .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    .margen-top-15 {
        margin-top: 15px;
    }


.fondo-iconos {
    background: #F7F7F7;
}

/*.iconos-promos {
    background: #F7F7F7;   
    flex: 0 0 auto;
}*/

.iconos-promos ul {
    list-style: none;
    padding-left: 0;
    padding-top: 15px;
    margin-bottom: 0px;
}

.iconos-promos li {
    display: flex;
}

.iconos-promos span {
    padding-right: 15px;
}




    /**/
    .contenido-promos-centrado {
        background: #F7F7F7;
        flex: 0 0 auto;
    }

        .contenido-promos-centrado ul {
            list-style: none;
            padding-left: 0;
            padding-top: 15px;
            margin-bottom: 0px;
        }

        .contenido-promos-centrado span {
            padding-right: 15px;
        }

        .contenido-promos-centrado h5 {
            font-size: 13px;
            font-weight: 800;
            color: #216fff;
        }

    /**/

    .img-hotel-info {
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background: 50% 50% no-repeat;
    }

    .content-clave {
        padding: 25px;
    }

.datos-radios{
    z-index:9;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
}

#v-nav div.tab-content {
    margin-top: 7px;
}

@media (max-width: 767px)
{
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 15px;
    }

    #v-nav div.tab-content {
        margin-top: -65px;
    }

    .AjustaServicios {
        margin-top: -48px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 15px;
    }

    #v-nav div.tab-content {
        margin-top: -120px;
    }

    .AjustaServicios {
        margin-top: -38px;
    }
}



.AnchoBotonesPL {
    width: 97px;
    font-size: 10px;
}

.AnchoTDBotonesPL {
    width: 33.33333333%;
}

.MarginPromo25 {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 25px;
}

.RoundenPromo {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.EstiloPromoPago {
    background-color: #FDCF24;
    padding-top: 10px;
}

.FondoPromoPago {
    background-color: #FDCF24;
}


.spanInnerMiReserva {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #172c57;
    cursor: pointer;
    border-style: solid;
    margin-top: auto;
    margin-bottom: auto;
    padding: 8px;
    border-radius: 7px;
    border-width: 2px;
    border-color: #002362;
   
}

.BancosMoviles {
    margin-top: 25px;
    margin-left: 15px;
    margin-right: 5px;
}

@media only screen and (max-device-width: 767px) {
    .divOuterMiReserva {
        margin-top: 0px;
        margin-top: 5px;
        padding-top: 20px;
        padding-right: 35px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
    .divOuterMiReserva {
        margin-top: 0px;
        margin-top: 5px;
        padding-top: 20px;
    }
}

@media only screen and (min-device-width: 992px)  {
    .divOuterMiReserva {
        margin-top: 0px;
        margin-top: 5px;
        padding-top: 20px;
    }
}
    /*# sourceMappingURL=mainMagnicharters.css.map */

.diasYucatan {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    font-weight: bold;
}

.botonYucatan {
    width: 100%;
    border-radius: 5px;
    font-family: 'Roboto Condensed', sans-serif;
}

.PaddingTop10 {
    padding-top: 10px;
}

.RowBotonesYucatan {
    padding-top: 55px;
}

.PaqueteYucatan {
    font-family: 'Roboto Condensed', sans-serif;
    color: red;
    font-size: 28px;
}

.VENYucatan {
    font-family: 'Roboto Condensed', sans-serif;
    color: red;
    font-size: 28px;
    font-weight: bold;
}

.diasTextoYucatan {
    font-family: 'Roboto Condensed', sans-serif;
    color: #132751;
    font-size: 24px;
    font-weight: bold;
}

.DiasSemana {
    font-size: 20px;
}

/*  MOVIL */
@media (max-width: 600px) {
    .FuenteRutaResumen {
        font-size: 10px !important;
    }

    .paddingFp {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .FormEvo {
        margin-left: 0px;
        margin-right: 0px;
    }

    .labelEVO {
        font-weight: normal !important;
        font-size: 11px !important;
    }

    .nameCard {
        width: 100% !important;
    }

    #CardNum {
        width: 100%
    }
}

/* IPAD */
@media only screen and (min-width: 600px) {
    .FuenteRutaResumen {
        font-size: 14px !important;
    }

    .paddingFp {
        padding-left: 60px !important;
        padding-right: 60px !important;
        text-align: left;
    }

    .FormEvo {
        margin-left: 150px;
        margin-right: 150px;
        text-align:left;
    }

    .labelEVO {
        font-weight: normal !important;
        font-size: 11px !important;
    }

    .nameCard {
        width: 100% !important;
    }

    #CardNum {
        width: 75%
    }

}

/* DESKTOP */
@media only screen and (min-width: 1024px) {
    .FormEvo {
        margin-left: 350px;
        margin-right: 350px;
        text-align: left;
    }

    .labelEVO {
        font-weight: normal !important;
        font-size: 11px !important;
    }

    .nameCard {
        width: 100% !important;
    }

    #CardNum {
        width: 50%
    }
}


