/* *Theme Name: Rumbos Agencia de Viajes
 * *Theme URI: https://rumbosagenciadeviajes.com
 * *Author: Xlogam
 * *Author URI: https://www.xlogam.com
 * *Description: WordPress Theme for Rumbos Agencia de Viajes
 * *Requires at least: 6.1
 * *Tested up to: 6.3
 * *Requires PHP: 5.6
 * *Version: 1.0
 * *License: All Rights Reserved.
 * *License URI: https://www.xlogam.com
 * *Text Domain: rumbosagenciadeviajes.com
 * *Tags: custom-design */
body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

.header-container {
  max-width: 1160px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.header-left {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.header-logo {
  background-color: #322883;
  padding: 30px 40px;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
}

.header-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-social ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 5px;
  margin: 0px;
  padding: 0px;
}
.header-social ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-social ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headerRight .navbar-nav {
  margin-right: 10px;
}
.headerRight .navbar-nav .menu-item {
  padding: 0px;
  margin: 0px;
}
.headerRight .navbar-nav .menu-item .nav-link {
  padding: 0px 10px;
  margin: 0px;
  color: #322883;
  font-weight: 500;
}
.headerRight .navbar-nav .menu-item.active .nav-link, .headerRight .navbar-nav .menu-item:hover .nav-link {
  color: #0F72B9;
}

.navbar {
  padding: 0px;
  margin: 0px;
}

.navbar-toggler {
  display: none;
}

header {
  position: relative;
  z-index: 1000;
}

.banner-index {
  background-color: rgba(0, 0, 0, 0.5);
  max-width: 1200px;
  margin: auto;
}
.banner-index img {
  width: 100%;
  height: auto;
}

.carousel-control-next, .carousel-control-prev {
  width: 5%;
}

.carousel-caption {
  position: absolute;
  bottom: 80px;
  left: 90px;
  right: auto;
  padding: 0px;
  margin: 0px;
}
.carousel-caption h2 {
  margin: 0px;
  padding: 0px;
  text-align: left;
  font-weight: 900;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
  font-size: 54px;
  line-height: 1em;
  margin-bottom: 10px;
}
.carousel-caption p {
  margin: 0px;
  padding: 0px;
  text-align: left;
  line-height: 1em;
  color: #FFB82D;
  font-weight: 500;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
  font-size: 30px;
  margin-bottom: 10px;
}
.carousel-caption p:last-of-type {
  margin-bottom: 0px;
}
.carousel-caption p a {
  color: #ffffff;
  background-color: red;
  background-color: #F5499C;
  padding: 5px 10px;
  border-radius: 5px;
  text-shadow: none;
  font-size: 20px;
}

.carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.title {
  text-align: center;
  position: relative;
  display: block;
  padding-bottom: 10px;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  margin: 40px 0px;
}
.title::after {
  content: " ";
  background-color: #FFAB07;
  width: 10%;
  height: 6px;
  position: absolute;
  bottom: 0px;
  left: 45%;
}

.destinos {
  max-width: 1200px;
  margin: auto;
  min-height: 1fr;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  grid-auto-flow: dense;
  grid-auto-rows: 1fr;
}

.destinos .destino {
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 100;
}
.destinos .destino:hover {
  z-index: 200;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.destinos .destino:first-child {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.destinos .destino:first-child h2 {
  background-color: rgba(255, 171, 7, 0.9);
  font-size: 40px;
}
.destinos .destino:nth-of-type(2) h2 {
  background-color: rgba(27, 188, 155, 0.9);
}
.destinos .destino:nth-of-type(3) h2 {
  background-color: rgba(6, 53, 98, 0.9);
}
.destinos .destino:nth-of-type(4) h2 {
  background-color: rgba(188, 27, 27, 0.9);
}
.destinos .destino:nth-of-type(5) h2 {
  background-color: rgba(245, 73, 156, 0.9);
}
.destinos .destino:nth-of-type(6) h2 {
  background-color: rgba(27, 188, 155, 0.9);
  font-size: 40px;
}
.destinos .destino:nth-of-type(7) h2 {
  background-color: rgba(6, 53, 98, 0.9);
}
.destinos .destino:nth-of-type(8) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.destinos .destino:nth-of-type(8) h2 {
  background-color: rgba(255, 171, 7, 0.9);
}
.destinos .destino:nth-of-type(9) h2 {
  background-color: rgba(188, 27, 27, 0.9);
}
.destinos .destino:nth-of-type(10) h2 {
  background-color: rgba(245, 73, 156, 0.9);
}
.destinos .destino .destino-foto {
  width: 100%;
  height: 100%;
}
.destinos .destino .destino-foto img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.destinos .destino h2 {
  position: absolute;
  bottom: 10px;
  left: 10px;
  margin: 0px;
  padding: 0px;
  color: #fff;
  font-weight: 900;
  line-height: 1em;
  padding: 1% 5%;
  font-size: 20px;
  background-color: rgba(255, 0, 0, 0.9);
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}

.link-more {
  text-align: center;
  position: relative;
  display: block;
  padding-bottom: 5px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin: 40px 0px;
}
.link-more::after {
  content: " ";
  background-color: #FFAB07;
  width: 6%;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 47%;
}
.link-more:hover {
  text-decoration: none;
  color: #000;
}

.banner-mid-01 {
  max-width: 1200px;
  width: 95%;
  margin: auto;
}
.banner-mid-01 img {
  width: 100%;
  height: auto;
}

.planes {
  max-width: 1200px;
  margin: auto;
  min-height: 250px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  grid-auto-flow: dense;
  grid-auto-rows: 250px;
}
.planes .plan {
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 100;
}
.planes .plan:hover {
  z-index: 200;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.planes .plan .plan-foto {
  width: 100%;
  height: 100%;
}
.planes .plan .plan-foto img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.planes .plan .plan-texto {
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin: 0px;
  padding: 0px;
  color: #fff;
  font-weight: 900;
  line-height: 1em;
  font-size: 20px;
  text-align: right;
  padding-right: 10px;
  padding-bottom: 10px;
}
.planes .plan .plan-texto h2, .planes .plan .plan-texto p {
  margin: 0px;
  padding: 0px;
}
.planes .plan .plan-texto h2 {
  font-weight: 900;
  font-size: 24px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.planes .plan .plan-texto p {
  color: #FFAB07;
  font-weight: 600;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
}

.banner-mid-02 {
  max-width: 1200px;
  width: 95%;
  margin: auto;
  position: relative;
  min-height: 100px;
  background-image: url(img/banner_experiencia.jpg);
  background-size: cover;
  background-position: center;
}

.banner-mid-02-content-container {
  width: 100%;
  height: 100%;
}

.banner-mid-02-content {
  width: 80%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  gap: 60px;
}

.banner-mid-02-txt {
  color: #fff;
  font-weight: 600;
  font-size: 25px;
}
.banner-mid-02-txt p {
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
  margin: 0px;
  padding: 0px;
}

.banner-mid-02-img {
  height: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.banner-mid-02-img img {
  height: 108%;
  width: auto;
}

.testimonios {
  max-width: 1000px;
  margin: auto;
  background-color: orange;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonio {
  color: #fff;
  background-color: #0572B3;
  height: 350px;
  width: 100%;
  padding: 30px;
}

.testimonio-line {
  padding: 30px;
  border: 1px dashed #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.slick-prev, .slick-next {
  width: 37px;
  height: 70px;
}
.slick-prev::before, .slick-next::before {
  content: " ";
}

.slick-next {
  right: -67px;
  background-image: url(img/caret_der.svg);
}
.slick-next:hover, .slick-next:focus, .slick-next:active {
  background-image: url(img/caret_der.svg);
}

.slick-prev {
  left: -67px;
  background-image: url(img/caret_izq.svg);
}
.slick-prev:hover, .slick-prev:focus, .slick-prev:active {
  background-image: url(img/caret_izq.svg);
}

.servicios-adicionales {
  background-color: #F4F4F4;
  padding-bottom: 60px;
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 60px;
}

.servicios-adicionales-container {
  max-width: 95%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}

.servicio_adicional {
  background-color: #322883;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  height: 150px;
  gap: 20px;
}
.servicio_adicional h2 {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

footer {
  background-color: #322883;
}

.footer-derechos {
  background-color: #271E71;
}
.footer-derechos .footer-derechos-cols {
  padding: 20px 0px;
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-derechos .footer-derechos-cols .footer-derechos-col p {
  padding: 0px;
  margin: 0px;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 12px;
}

.footer-cols {
  padding: 60px 0px;
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: #ffffff;
}
.footer-cols .footer-col:first-of-type img {
  margin-bottom: 30px;
}
.footer-cols .footer-col ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.footer-cols .footer-col ul li {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  padding: 15px 20px;
}
.footer-cols .footer-col ul li a {
  color: #ffffff;
}

.redes-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.redes-footer li {
  padding: 0px !important;
  margin: 0px !important;
  border-bottom: none !important;
}

.whatsapp {
  background-color: #60D669;
  position: fixed;
  bottom: 10%;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999999;
}
.whatsapp a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.whatsapp a img {
  width: 65%;
  height: auto;
}

.page-content {
  max-width: 1200px;
  margin: auto;
}

.page-content-text {
  text-align: justify;
  color: #595959;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding: 0px;
  margin: 0px;
}
.page-content-text p {
  padding: 0px;
  margin: 0px;
}

.mision-vision {
  max-width: 1200px;
  width: 95%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px;
  margin-top: 40px;
}

.mision {
  background-color: #F5499C;
  min-height: 100px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
}
.mision p {
  text-align: justify;
}
.mision .mision-content {
  position: relative;
  padding-bottom: 5px;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.mision .mision-content::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 2px dashed #fff;
  border-width: 2px 2px;
}

.vision {
  background-color: #1BB89E;
  min-height: 100px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
}
.vision p {
  text-align: justify;
}
.vision .vision-content {
  position: relative;
  padding-bottom: 5px;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.vision .vision-content::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 2px dashed #fff;
  border-width: 2px 2px;
}

.valores {
  max-width: 1200px;
  width: 95%;
  margin: auto;
  background-color: #1C8AC8;
  min-height: 100px;
  margin-top: 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
}
.valores p {
  text-align: justify;
}
.valores .valores-content {
  position: relative;
  padding-bottom: 5px;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.valores .valores-content::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 2px dashed #fff;
  border-width: 2px 2px;
}

.title-nosotros {
  text-align: center;
  position: relative;
  display: block;
  padding-bottom: 6px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px 0px;
}
.title-nosotros::after {
  content: " ";
  background-color: #C6C6C6;
  width: 20%;
  height: 4px;
  position: absolute;
  bottom: 0px;
  left: 40%;
}

.valores-content h3 {
  color: #FFAB07;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 30px;
}

.margin-bottom-60px {
  margin-bottom: 60px;
}

.noticias-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  gap: 30px;
}
.noticias-sidebar .noticia-sidebar {
  text-decoration: none;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.noticias-sidebar .noticia-sidebar:hover {
  text-decoration: none;
}
.noticias-sidebar .noticia-sidebar .noticia-sidebar-foto {
  width: 376px;
}
.noticias-sidebar .noticia-sidebar .noticia-sidebar-foto img {
  width: 100%;
  height: auto;
}
.noticias-sidebar .noticia-sidebar .noticia-sidebar-texto {
  width: 376px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 10px 10px 10px;
}
.noticias-sidebar .noticia-sidebar .noticia-sidebar-texto h2 {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  margin: 20px 0px;
}
.noticias-sidebar .noticia-sidebar .noticia-sidebar-texto p {
  color: #575757;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  text-align: justify;
}
.noticias-sidebar .noticia-sidebar .noticia-sidebar-texto > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #322883;
  width: 100px;
  height: 35px;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.noticias-sidebar .noticia-sidebar .noticia-sidebar-texto > a:hover {
  text-decoration: none;
  color: #fff;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.annos-page {
  margin: 60px 0px;
}

.contact-form-contact-map {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 60px;
}

.contact-form {
  width: 100px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.contact-form label {
  color: #322883;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.contact-form .form-control {
  background-color: #F6F6F6;
  border: 1px solid #D7D7D7;
}
.contact-form button {
  background-color: #322883;
  border-color: #322883;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.contact-form button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background-color: #322883;
  border-color: #322883;
}

.contact-map {
  width: 500px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#map-canvas {
  min-height: 300px;
  height: 100%;
}

.map-container {
  height: 100%;
}

.banner {
  width: 100%;
}
.banner img {
  max-width: 100%;
  height: auto;
}

.single-content {
  width: 95%;
  max-width: 1200px;
  margin: 0px auto;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}
.single-content h1 {
  color: #322883;
  font-weight: 900;
  font-size: 32px;
  line-height: 1.5em;
  padding: 0px;
  margin: 0px;
}
.single-content h2 {
  color: #322883;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5em;
  padding: 0px;
  margin: 20px 0px;
  border-bottom: 1px solid #ffbb64;
}
.single-content h3 {
  color: #0572B3;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5em;
  padding: 0px;
  margin: 10px 0px;
}
.single-content p {
  text-align: justify;
  color: #3c3c3c;
  line-height: 1.5em;
  padding: 0px;
  margin: 0px;
  margin-bottom: 1em;
}
.single-content a {
  color: #F5499C;
  text-decoration: none;
  font-weight: 500;
}
.single-content a:hover {
  text-decoration: none;
}
.single-content ul, .single-content ol {
  padding: 18px;
}
.single-content ul li, .single-content ol li {
  text-align: justify;
  color: #3c3c3c;
  line-height: 1.5em;
  padding: 0px;
  margin: 0px;
  margin-bottom: 1em;
}

.planes-single {
  width: 95%;
  max-width: 1200px;
  margin: 30px auto;
}

.generic-page {
  max-width: 1200px;
  width: 95%;
  margin: auto;
  padding-bottom: 30px;
}
.generic-page p {
  text-align: justify;
}

.footer-cols .footer-col ul {
  min-width: 200px;
}
.footer-cols .footer-col ul li {
  padding: 10px 15px;
}

@media screen and (max-width: 1024px) {
  .navbar-toggler {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 999999;
    padding: 0px;
  }
  .navbar-toggler img {
    width: 50px;
    height: auto;
  }
  .header-container {
    width: 95%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-left {
    height: auto;
  }
  .header-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0px;
    width: 100%;
  }
  .header-social {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header-menu {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .navbar {
    width: 100%;
  }
  .navbar .headerRight {
    width: 100%;
  }
  .navbar .headerRight .menu-item {
    border-bottom: 1px solid #e8e8e8;
    padding: 5px 0px;
  }
  .navbar .headerRight .menu-item:last-of-type {
    border-bottom: none;
  }
  .destinos {
    width: 95%;
  }
  .planes {
    width: 95%;
  }
  .footer-cols {
    width: 95%;
  }
  .footer-derechos .footer-derechos-cols {
    width: 95%;
  }
  .banner-mid-02-content {
    width: 95%;
  }
  .banner-mid-02-txt {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 18px;
  }
  .testimonios {
    width: 80%;
  }
  .testimonio-line h2 {
    font-size: 20px;
  }
  .testimonio-line p {
    font-size: 14px;
  }
  .testimonios {
    min-height: 200px;
    height: auto;
  }
  .servicios-adicionales-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-content {
    width: 95%;
  }
  .contact-form-contact-map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-form {
    width: 95%;
  }
  .contact-map {
    width: 95%;
  }
}
@media screen and (max-width: 670px) {
  .carousel-caption h2 {
    font-size: 30px;
  }
  .carousel-caption p {
    font-size: 20px;
  }
  .carousel-caption p a {
    font-size: 14px;
  }
  .banner-mid-02-content {
    gap: 0px;
  }
  .destinos {
    width: 80%;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    min-height: 50px;
    grid-auto-rows: 300px;
  }
  .destinos .destino:first-child {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }
  .destinos .destino:first-child h2 {
    font-size: 20px;
  }
  .planes {
    width: 80%;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    min-height: 50px;
    grid-auto-rows: 300px;
  }
  .testimonios {
    width: 75%;
    background-color: transparent;
  }
  .testimonio {
    height: auto;
  }
  .header-container {
    width: 100%;
  }
  .header-left {
    width: 100%;
    background-color: #322883;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 500px) {
  .destinos {
    width: 95%;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    min-height: 50px;
    grid-auto-rows: 180px;
  }
  .planes {
    width: 95%;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    min-height: 50px;
    grid-auto-rows: 180px;
  }
  .banner-mid-02-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 40px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  .banner-mid-02-content .banner-mid-02-txt {
    text-align: center;
  }
  .banner-mid-02-content .banner-mid-02-img img {
    height: 100%;
  }
  .banner-mid-02 {
    background-position: left -400px center;
  }
  .footer-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px 20px;
    gap: 20px;
  }
  .footer-derechos-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer-col {
    width: 100%;
  }
  .footer-col > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .testimonios {
    width: 95%;
  }
  .testimonio {
    padding: 10px;
  }
  .testimonio-line {
    padding: 10px;
  }
  .redes-footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mision-vision {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .destinos .destino:nth-of-type(8) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }
  .noticias-sidebar .noticia-sidebar {
    width: 95%;
  }
  .noticias-sidebar .noticia-sidebar .noticia-sidebar-foto {
    width: 100%;
  }
  .noticias-sidebar .noticia-sidebar .noticia-sidebar-texto {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */