@import url('all.min.css');
@import url('animate.min.css');
@import url('bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root {
    --color-background: rgba(255, 255, 255, 1);
    --color-uno: #7ac6ea;
    --color-unorgba: rgba(122, 198, 234,0.8);
    --color-dos: #00487B;
    --color-dosicon: 00487B;
    --color-dosrgba: rgba(0, 71, 122,0.8);
    --color-tres:#1c7cc0;
    --color-tresrgba: rgba(28, 124, 192, 0.8);
    --color-cuatro: #dddddd;
    --color-cuatrorgba: rgba(221, 221, 221, 0.8);
    --color-cinco: #000000;
    --color-cincorgba: rgba(0, 0, 0, 0.8);
    --color-salir: #dd0000;
    --color-editar: #337ab7;
    --color-aceptar: #218e1e;
  }
.btn_redes{
    position: relative;
    display: inline-block;
    width: 26px;
    line-height: 24px;
    font-size: 12px;
    margin: 8px 7px;
    vertical-align: middle;
    text-align: center;
    color:#ffffff;
    border:1px solid #ffffff;
    border-radius:50%;
    -moz-border-radius:50%;
    -khtml-border-radius:50%;
    -webkit-border-radius:50%;
}
.btn_redes i.fab{line-height: 24px;vertical-align: middle;}
.btn_redes:hover{
    color:#999999;
    border:1px solid #999999;
}
.owl-home {
    height: 650px;
    background-image: url('../img/bg.jpg');
    background-repeat: repeat-x;
    background-size: 2px 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  
  .owl-home.owl-carousel .item {
    height: 650px;
    padding: 0px 0px;
    margin: 0px 0px !important;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .owl-home.owl-carousel .item .container {
    background-color: transparent;
    height: 100%;
    overflow: visible;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    top: 0;
  }
  
  .owl-home.owl-theme .owl-nav {
    background-color: transparent;
    margin: 0px auto;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    height: 1px;
    overflow: visible;
  }
  
  .owl-home.owl-theme .owl-nav [class*=owl-] {
    background-color: transparent;
    color: var(--color-dos);
    font-size: 25px;
  }
  
  .owl-home.owl-theme .owl-dots {
    position: absolute;
    bottom: 4px;
    margin: 0px auto;
    width: 100%;
    padding: 0px 0px 0px 0px;
    background-color: transparent;
  }
  
  .owl-home.owl-theme .owl-nav .owl-prev {
    float: left;
  }
  
  .owl-home.owl-theme .owl-nav .owl-next {
    float: right;
  }
  .owl-theme .owl-dots .owl-dot span{
    background-color: var(--color-uno) !important;
  }
  .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--color-dos) !important;
  }
  
  .owl-home.owl-carousel .owl-item img.imgslide {
    width: auto !important;
    float: right;
    max-height: 100%;
    margin-top: 5%;
  }
  
  .owl-home.owl-carousel .item div.tslide {
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    color: #000000;
    position: absolute;
    top: 200px;
    left: 10px;
    padding: 0px 0px;
    margin: 0px 0px;
  }
  
  .owl-home.owl-carousel .item div.txtslide {
    position: absolute;
    top: 260px;
    left: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    color: #000000;
  }
  
  .owl-home.owl-carousel .item .boton.slide {
    position: absolute;
    top: 300px;
    left: 10px;
    background-color: var(--color-dos); 
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 20px;
  }

#image-hero{
  background-color: #0065cb;
  min-height: 971px;
  padding: 150px 0px 0px;
  position: relative;

}
#image-hero .bgimage{
  background-image: url('../img/background.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  position: absolute;
  top:0;
  left:0;
  right:0;
  margin:0 auto;
}
#image-hero .container{
  z-index: 99;
  position: relative;
}
#image-hero h1{
  font-size: 45px;
  color: #ffffff;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}
#image-hero p{
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}
#image-hero .btn{
  border-radius: 15px;
  border: 1px solid #ffffff; 
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}
.navbar{
  position: absolute;
  left:0;
  right: 0;
  z-index: 999;
  background-color: rgba(0, 101, 203,0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255,0.2);
}
.navbar .container{
  position: relative;
}
.navbar .nav-link {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}
.navbar .nav-link:hover{
  color: #ff0000;
}
.navbar .nav-link.active {
  color: #ff0000;
  font-weight: 700;
}
.acceso_home .content{
  border:1px solid #ffffff;
  padding: 20px 20px;
}
.acceso_home svg{
  width: 92px;
  height: 92px;
}
.acceso_home h4{
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}
.acceso_home:hover .content{
  background-color: #ffffff;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
.acceso_home:hover .content *{
  color: #004b97;
  fill: #004b97;
}
.teltop{
  background-color: #ff0000;
  border:1px solid #ffffff;
  padding: 5px 25px 5px;
  border-radius:0px 0px 30px 30px;
  position: absolute;
  top:-13px;
  right: 0;
}
.teltop p{
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0;
}
.teltop p a{
  color: #ffffff;
  font-weight: 700;
}
.titulodb{
  font-size: 30px;
  line-height: 30px;
  color: #004c98;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
}
.titulodb span{
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #666666;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
.texto-int{
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}
#servicio_cama_cama{
  position: relative;
  height: 600px;
  background: rgb(17,20,89);
  background: linear-gradient(0deg, rgba(17,20,89,1) 0%, rgba(40,56,145,1) 100%);
}
#servicio_cama_cama:after{
  content: " ";
  background-image: url('../img/bg_servicio_cama_cama.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  right:0;
  left:0;
  margin:0 auto;
}
#servicio_cama_cama .container{
  position: relative;
  z-index: 99;
}
#servicio_cama_cama h3{
  font-size: 36px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}
#servicio_cama_cama p{
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}
#servicio_cama_cama .btn{
  border-radius: 15px;
  border: 1px solid #ffffff; 
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #004c98;
  font-family: 'Poppins', sans-serif;
}
#galeria .btn-dark{
  vertical-align: middle;
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.5rem;
}
.bg_gris,
#testimoniales{
  background-color: #dedede;
  position: relative;
}
#testimoniales .testimonio{
  position: relative;
}
#testimoniales .testimonio .content{
  background-color: #ffffff;
  padding: 31px 48px 8px 100px;
  border-left: 6px solid #004c98;
}
#testimoniales .testimonio .icon{
  position: relative;
}
#testimoniales .testimonio .content .text{
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}
#testimoniales .testimonio .content .calif{
  color:#cc0000;
  font-size: 14px;
}
#testimoniales .testimonio .content .autor{
  display: inline-block;
  float: right;
  font-size: 14px;
  line-height: 18px;
  color: #666666;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}
#testimoniales .testimonio .content .autor strong{
  display: block;
}
#testimoniales .testimonio i.fa-quote-right{
  background-color: #002c59;
  color: #ffffff;
  font-size: 80px;
  width: 115px;
  line-height: 115px;
  vertical-align: middle;
  text-align: center;
  border-radius: 100%;
  z-index: 2;
  position: absolute;
  right: -50px;
  top: 30% ;
}
#testimoniales .container{
  z-index: 99;
  position: relative;
}
.bg_gris::after,
#testimoniales:after {
  content: " ";
  position: absolute;
  left:0;
  top:0;
  width: 50%;
  height: 100%;
  background-image: url('../img/bg_puntos_left.png');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
.bg_gris::before,
#testimoniales:before {
  content: " ";
  position: absolute;
  right:0;
  top:0;
  width: 50%;
  height: 100%;
  background-image: url('../img/bg_puntos_right.png');
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
}
#frasehome{
  background-color: #004c98;
}
#frasehome h4{
  font-size: 30px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
}
footer{
  background-color: #00172e;
  background-image: url('../img/background_footer.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
footer{
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}
footer h5{
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 15px;
}
footer p.text-icon a,
footer p.text-icon{
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}
footer p.text-icon{
  position: relative;
  padding-left: 30px;
  text-align: left !important;
}
footer p.text-icon i{
  position: absolute;
  left: 0;
  font-size: 14px;
  top:5px;
}
footer ul{
  list-style: none;
  padding: 0;
}
footer ul li a{
  font-size: 12px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
}
footer p.copyright{
  font-size: 10px;
  letter-spacing: 5px;
  line-height: 35px;
  color: #ffffff;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}
.navbar-collapse.collapse.show{
  background-color: #004b97;
  padding:20px;
}
.btn.btn-phone{
  padding-left: 50px;
  position: relative;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin-left: 20px;
}
.btn.btn-phone .fa-solid{
  background-color: #dedede;
  color: #cc0000;
  font-size: 15px;
  width: 32px;
  line-height: 32px;
  vertical-align: middle;
  text-align: center;
  border-radius: 100%;
  margin-right: 18px;
  position: absolute;
  left:0;
  top:10px;
}
.btn.btn-phone span{
  font-size: 10px;
  line-height: 14px;
  color: #cc0000;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  display: block;
}
.bgcab{
  background-image: url('../img/bg_nosotros.png');
  height: 400px;
  background-color: #003365;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgcab h1{
  margin-top:100px;
  font-size: 45px;
  color: #ffffff;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}
.bgcab .container{
  z-index: 22;
  position: relative;
}
#breadcrumb{
  position: absolute;
  left:0;
  right: 0;
  z-index: 22;
  bottom: 0;
  margin:0 auto;
  text-align: center;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}
#breadcrumb .breadcrumb{
  display: inline-block;
  position: relative;
  padding: 8px 40px;
  border-radius: 30px 30px 0px 0px;
  margin-bottom: 0px;
  background-color: #ffffff;
}
#breadcrumb .breadcrumb li{
  display: inline-block;
  padding: 5px 5px;
  position: relative;
  color: #000000;
}
.breadcrumb-item+.breadcrumb-item::before{
  padding: 0px;
  position: absolute;
  left: -5px;
}
#breadcrumb .breadcrumb li a{
  text-decoration: none;
  color: #000000;
}
#premisa{
  background-image: url('../img/bg-premisa.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000065;
}
#premisa h3{
  font-size: 36px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  text-align: center;  
}
#premisa p{
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}
#nosotros2 .card{
  border-width: 0;
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.2);
}
#nosotros2 .card .card-body{
  background-color: #f0f0f0; 
  padding: 1rem 2rem;
}
#nosotros2 .card-body .card-title{
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  padding: 1.5rem 0rem;
  min-height: 120px;
}
#nosotros2 .card-body .card-text{
  font-size: 14px;
  line-height: 30px;
  color: #656565;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  text-align: center; 
}
#servicio_cama_cama ul{
  list-style: none;
  padding: 0;
}
#servicio_cama_cama ul{
  list-style: none;
  padding: 0;
  color: #ffffff;
}
#nuestro_equipo .card{
  border-width: 0;
  border-radius: 0;
  background-color: #dddddd;
}
#nuestro_equipo .card-img-top{
  border-width: 0;
  border-radius: 0;
  width: 90%;
}
#nuestro_equipo .card .card-body{
  background-color: #dddddd;
  padding: 1rem 2rem;
}

#nuestro_equipo .card:hover .card-img-top{
  opacity: 0.5;
}

#nuestro_equipo .btn-outline-primary{
  color: #004c98;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}
#NuestroEquipo .modal-header{
  border-bottom: none !important;
  padding-top: 30px;
  text-align: center;
}
#NuestroEquipo .modal-title{
  font-size: 30px;
  line-height: 32px;
  color: #004c98;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}
#NuestroEquipo .nav-pills .nav-link strong{
  font-size: 20px;
  line-height: 24px;
  color: #004c98;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}
#NuestroEquipo .nav-pills .nav-link {
  font-size: 15px;
  line-height: 18.5px;
  color: #7c7c7c;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  text-align: left;
  border:1px solid #004c98;
  margin-right: 30px;
  width: 400px;
}
#NuestroEquipo .nav-pills .nav-link.active{
  color: #ffffff;
  background-color: #004c98;
}
#NuestroEquipo .nav-pills .nav-link.active strong{
  color: #ffffff;
}
#nuestro_equipo .card:hover,
#nuestro_equipo .card:hover .card-body,
#NuestroEquipo .card:hover .card-body{
  background-color: #ff0000;
}
#nuestro_equipo .card:hover .card-body p,
#NuestroEquipo .card:hover .card-body p{
  color: #ffffff;
}
#preguntas_frecuentes.accordion{
  --bs-accordion-border-color:#0065cb !important;
}
#preguntas_frecuentes .accordion-button:focus{
  box-shadow: none !important;
}

#preguntas_frecuentes .accordion-button:not(.collapsed){
  background-color: #0065cb;
  border:1px solid #0065cb;
  color: #ffffff;
  border-radius: 0 !important;
}
#preguntas_frecuentes .accordion-button.collapsed{
  background-color: #ffffff;
  border:1px solid #0065cb;
  color: #0065cb;
  border-radius: 0 !important;
}
#preguntas_frecuentes .accordion-item{
  margin-top:5px;
  margin-bottom:5px;
}
#contacto {
  background-image: url('../img/bg_contacto.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#formulario{
  background-color: #ffffff;
  margin-bottom:100px;
  border-radius: 0px 0px 30px 30px;
}
.imagenborder2,
.imagenborder{
  display: block;
  position: relative;
  width: 80%;
  background-color: #ffffff;
  background-image: url('../img/img_encuentra_vuelo.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.imagenborder2{
  background-color: #ff0000;
  width: 85%;
  float: right;
  margin-right: 5%;
  padding-bottom: 10%;
}
.imagenborder2::before,
.imagenborder::before{
  z-index: 99;
}
.imagenborder::after{
  content:" ";
  position:absolute;
  right:-7.5%;
  top:7.5%;
  background-color: #b3d8fe;
  width: 85%;
  height: 85%;
  z-index: -5;
  display: block;
}
.imagenborder2::after{
  content:" ";
  position:absolute;
  left:-7.5%;
  bottom:-6%;
  background-color: #b3d8fe;
  width: 100%;
  height: 70%;
  z-index: -99;
  display: block;
}
.imagenborder2 .label{
  position: relative;
  display: block;
  z-index: 2;
  float: right;
  width: 226px;
  height: 78px;
  background-color: #004c98;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  font-weight: 500;
  margin-right: -30px;
  font-family: 'Poppins', sans-serif;
  padding: 24px 15px 13px 45px;
}
.imagenborder2 .label strong{
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
.imagenborder2 .label::after{
  position: absolute;
  bottom:-25px;
  right:0px;
  content: " ";
  width: 0;
  height: 0;
  border-top: 25px solid #003263; 
  border-right: 31px solid transparent;   

}
.imagenborder2 .label img{
  left:20px;
  top:13px;
  position: absolute;
}
.bg_gris .container{
  position: relative;
  z-index: 999;
}
#form_encuentra_vuelo{
  background-color: #ffffff;
  margin-bottom:100px;
  border-radius: 30px 30px;
  margin-top:-100px;
}
.form-select,
.form-control{
  border-radius: 21px;
  background-color: #eeeeee; 
}
.form-select::placeholder,
.form-control::placeholder {
  font-size: 18px;
  color: #929598;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}
#form_encuentra_vuelo h4{
  font-size: 25px;
  line-height: 40px;
  margin-top: 20px;
  margin-bottom: 10px;
  vertical-align: middle;
  color: #004c98;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}
.textgd{
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}
#servicio .info{
  position: relative;
  padding:10px 0px;
}
#servicio .info h3{
  font-size: 18px;
  line-height: 24px;
  color: #004c98;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
}
#servicio .info img{
  width: 68px;
  height: auto;
  position: absolute;
  left:0;
  margin-top:5px;
}
#servicio .info p{
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  padding-left: 85px;
  padding-bottom: 20px;
}
#servicio .info::after{
  content: " ";
  width: 50%;
  height: 1px;
  display: block;
  background-color: #000000;
  position: relative;
}
#servicio .info.none::after{
  display: none;
}
#otrosserv{
  background-color: #004c98;
}
#otrosserv .titulogrande{
  font-size: 30px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
}
#galeria .img{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.idiomas a{
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height:12.2px;
  color: #ffffff;
  vertical-align: middle;
  width: 30px;
  text-align: center;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 100%;
  margin-top:4px;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
}
.idiomas a:hover,
.idiomas a.active{
  background-color: #dc3545; 
  color: #ffffff;
}
.elemento{
  border-radius: 30px;
}
.elemento .numero{
  font-size: 48px;
  line-height: 60px;
  color: #00172e;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
}
.elemento.collapsed{
  background-color: #b3d9fe;
}
.elemento h3{
  font-size: 30px;
  line-height: 60px;
  color: #00172e;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
}
.elemento p{
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  font-weight: 300;
  font-family: "Poppins";
}