@import url(./fonts/stylesheet.css);
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");

body {
  background-color: #fdfcfc;
  color: #000 !important;
}

p {
  font-family: "Roboto", sans-serif !important;
}

/*** T E X T O S ***/

.helvetica,
h1,
h2,
h3,
h4,
h5 {
  font-family: "Helvetica" !important;
}

.fw_700 {
  font-weight: 700;
}
.text_azul {
  color: #08295d;
}

.btn_back {
  color: #6a737c;
  text-decoration: none;
  font-size: 13px;
  margin: 1rem 0 1.5rem;
  display: block;
  font-family: "Helvetica" !important;
}

/*** M E N U ***/
.navbar-expand-lg {
  background-color: #fff !important;
  position: relative;
  z-index: 999;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #000 !important;
  opacity: 0.6;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 700;
}

.logoD {
  width: 112px;
}

.nav-contacto {
  padding: 10px 20px;
  color: #fff !important;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 700;
  background-color: #08295d !important;
  border-radius: 5px;
  margin: 0 1rem !important;
  text-decoration: none;
}

.idioma {
  display: inline-block;
  margin: 0 4px;
}

.nav-buscar {
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.05);
  color: #494c4f !important;
  padding: 7px;
  margin: 0 1rem;
}

.dropdown-menu {
  border: 0px !important;
  border-radius: 0 0 1rem 1rem !important;
}

.dropdown-item {
  padding: 13px 48px;
  color: #7b7b7b !important;
}

.dropdown-item:hover {
  background-color: #083e5d17 !important;
}

.contactoMov {
  display: none;
}

.logoM {
  display: none;
}

/*** H O M E  ***/
.svg_mapa {
  position: absolute;
  top: -340px;
  width: 73%;
  height: auto;
  display: block;
  left: 50%;
  transform: translateX(-50%);
}

svg * {
  pointer-events: all;
}

.euHover,
.euText,
.mexicoHover,
.mexicoText,
.centroHover,
.centroText,
.colombiaHover,
.colombiaText,
.ecuadorHover,
.ecuadorText,
.peruHover,
.peruText,
.boliviaHover,
.boliviaText,
.paraguayHover,
.paraguayText,
.argentinaHover,
.argentinaText,
.uruguayHover,
.uruguayText,
.chileHover,
.chileText {
  display: none;
  transition: all 0.3s ease-in;
}

.paisMX,
.icoguatemala {
  cursor: pointer;
}

.block {
  display: block !important;
}

.none {
  display: none !important;
}

.mapaCiudadesM {
  display: none;
  position: relative;
}

.selectPais {
  width: 95%;
  padding: 12px 16px;
  border-radius: 32px;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 700;
  color: #08295d;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff !important;
}

.mapaCiudadesD {
  position: relative;
  height: 100vh;
}

.text_mapa {
  position: absolute;
  top: 65%;
  width: 35%;
  font-family: Helvetica;
  font-size: 28px;
  font-weight: 700;
}

/*** M A P A **/

.contentedorMapa {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
.menu_lateral {
  width: 70px;
  height: 91vh;
  background-color: #fff;
  position: relative;
}

.openClose {
  position: absolute;
  left: 70px;
  width: 18px;
  height: 42px;
  background: #fff;
  z-index: 999;
  font-size: 1rem;
  line-height: 40px;
  top: 30px;
  border-radius: 0 5px 5px 0;
  color: #000 !important;
  cursor: pointer;
}

.openMenu {
  width: 350px;
}

.openMenu .openClose {
  left: 350px;
}

.filtros {
  display: none;
}

.opacity0 {
  opacity: 0;
}

.opacity1 {
  opacity: 1;
}

.arrowLatRot {
  transform: rotate(180deg);
}

.iconosLateral {
  margin: auto;
  text-align: center;
}

.iconosLateral img {
  width: 24px;
  margin: 16px auto 16px auto;
}

.cardInfo {
  position: absolute;
  right: 0px;
  top: 85px;
  width: 70%;
  height: calc(100vh - 38px);
  z-index: 110;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 2rem;
  display: none;

  transition: top 0.5s ease-in, height 0.25s ease-in-out 1.25s;
}

.cardInfoDiv {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.divGal {
  width: 67%;
  margin-left: 1.5rem;
}

.divBlue {
  background-color: #08295d;
  color: #fff;
  position: relative;
  width: 30%;
  padding: 1rem;
}

.mapaReduce {
  width: calc((100% - 350px)) !important;
}

.detalleTooltip {
  background-color: #08295d;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
}

.slider {
  width: 100%;
  margin: 10px auto;
}

.slick-slide {
  margin: 0px 10px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 0.8;
}

.slick-current {
  opacity: 1;
}

.slider-nav {
  width: 90%;
  margin: auto;
}

.slider-nav img {
  border-radius: 10px;
}

.slick-slide img {
  width: 580px;
  max-width: 100%;
  box-sizing: border-box;
}

.prevSlide,
.nextSlide {
  width: 24px;
  height: 24px;
  text-align: center;
  color: #fff;
  background-color: #0096ff;
  border-radius: 50%;
  font-size: 10px;
  padding: 5px;
  display: table;
}

.prevSlide {
  position: absolute;
  left: -20px;
  top: 25%;
}

.nextSlide {
  position: absolute;
  right: -20px;
  top: 25%;
}

.btn_close {
  position: absolute;
  z-index: 999;
  top: 20px;
  right: 50px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  line-height: 30px;
  text-align: center;
  background-color: #0096ff;
  color: #fff !important;
  border-radius: 50%;
}

.btn_expand {
  position: absolute;
  z-index: 999;
  top: 20px;
  left: calc((100vw - 100px)/2);
  width: 100px;
  height: 30px;
  cursor: pointer;
  background-size: 100%;
}

.btn_collapse {
  position: absolute;
  z-index: 999;
  top: 20px;
  left: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.btn_collapse i {
  font-size: 1.5rem;
}

img {
  width: 100%;
}

.swiper-container {
  width: 100%;
  max-width: 940px;
}

.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.8;
  overflow: hidden;
  margin: 0 10px;
  border-radius: 10px;
  position: relative;
}

.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.thumb-youtube img {
  max-height: 84px; 
  object-fit: cover;
  position: relative;
}

.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.thumb-youtube i {
  color: red;
  position: absolute;
  font-size: 2rem;
  left: calc((100% - 36px) / 2);
  top: calc((100% - 28px) / 2);
}

.swiper-container.slider-thumbnail
  .swiper-wrapper
  .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
  background-color: #0096ff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 12px !important;
  color: #fff !important;
}

.zoomPhoto {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 10px;
  z-index: 999;
  color: #fff;
  background-color: #0096ff;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
}

.hrDiv {
  position: relative !important;
  margin: 1rem 0;
  border: 0;
  border-top: 1px solid #e5e7e7;
  opacity: 1;
}

.hrDiv::before {
  content: "";
  width: 48px;
  height: 2px;
  position: absolute;
  background-color: #08295d !important;
  z-index: 1;
  left: 0px;
  top: -1px;
}

fieldset + fieldset {
  margin-top: 1rem;
  font-family: "Helvetica" !important;
}

fieldset label {
  font-size: 14px;
  font-weight: bold;
  font-family: "Helvetica" !important;
}

ul {
  list-style: none;
  margin-top: 0;
  padding-left: 1rem;
}

fieldset li {
  margin-bottom: 0.5rem;
}

fieldset li label {
  font-size: 15px;
  font-weight: 400;
}

input[type="checkbox"] {
  appearance: none;
  border-radius: 4px;
  transform: translateY(-0.075em);
  border: 2px solid #94a0b7 !important;
  width: 18px !important;
  height: 18px !important;
  vertical-align: -5px;
}

input[type="checkbox"]:checked {
  background-image: url(/assets/img/checked.svg);
  background-size: cover;
  background-position: center center;
}

.ico_filtro {
  width: 22px;
  vertical-align: -6px;
}

.mapaCentral {
  width: calc(100% - 70px);
}

#map-container {
  -webkit-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
  -moz-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
  box-shadow: rgba(64, 64, 64, 0.1) 0 2px 5px;
  width: 600px;
}

#map {
  width: 100%;
  height: 91vh;
}

.infoLateralMov,
.categorias_mov,
.filtros_movil {
  display: none;
}

.gm-style-iw {
  width: 280px;
  overflow-y: hidden;
  min-height: 300px;
}

.gm-style-iw .gm-style-iw-d {
  min-height: 290px;
}

.gm-style-iw #content {
  height: auto;
  padding-bottom: 1rem;
  /*min-width: 275px;*/
}

.gm-style-iw #content #bodyContent {
  text-align: center;
}

.gm-style-iw .row {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 100%;
}

.gm-style-iw img {
  width: 18px;
  margin: auto;
}

.InfoWindow_img {
  width: 100%;
  height: 120px;
  margin-bottom: 10px;
}

.InfoWindow_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0.9rem;
}

.InfoWindow_title {
  font-size: 15px;
  font-family: Helvetica;
  font-weight: 700;
  color: #08295d;
  margin-bottom: 7px;
  margin-left: 5px;
}

.InfoWindow_subtitle {
  font-size: 14px;
  font-family: Helvetica;
  font-weight: 500;
  vertical-align: middle;
  margin-left: 5px;
}

.InfoWindow_direccion,
.InfoWindow_metros {
  font-family: "Roboto";
  font-size: 14px;
  color: #6a737c;
  letter-spacing: 0.7px;
}

.infolateral {
  display: none;
}

.ico_descrip {
  width: 24px;
  filter: brightness(0) invert(1);
}

.info_categoria {
  font-size: 18px;
}

.info_subcat {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
}

.info_serv {
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}

.cardInfoDiv .text {
  font-size: 14px;
}

.info_serv .icon i {
  font-size: 1.2rem;
}

.cardInfoDiv .icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.cardInfoDiv .metros .icon img,
.cardInfoDiv .ciudad .icon img,
.cardInfoDiv .direccion .icon img {
  width: 20px;
  height: 20px;
}

.info_serv li:before {
  font-family: 'fontAwesome';
  content: '\f1ad';
  color:  white;
  position: absolute;
  left: -2px;
}

ul.ciudad li {
  list-style-image: url(/assets/img/ciudad.svg);
  font-size: 14px;
  letter-spacing: 0.7px;
  font-family: "Roboto";
}

ul.direccion li {
  list-style-image: url(/assets/img/direccion.svg);
  font-size: 14px;
  letter-spacing: 0.7px;
  font-family: "Roboto";
}

ul.metros li {
  list-style-image: url(/assets/img/metros.svg);
  font-size: 14px;
  letter-spacing: 0.7px;
  font-family: "Roboto";
}

.outsider {
  height: 65px;
  width: 100%;
  overflow: scroll;
  position: relative;
  white-space: nowrap;
  overflow-x: scroll;
  display: inline-block;
}
@keyframes timeline {
  0% {
    right: 0px;
  }
  100% {
    right: 1000px;
  }
}

.outsider a {
  text-decoration: none;
  padding: 0px;
}

.outsider:hover {
  animation-play-state: paused;
}

.outsider img {
  width: 120px;
  height: 65px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

/* BUTTONS !!!!!!!!!!!!! */
#button-left,
#button-right {
  position: absolute;
  justify-content: center;
  display: flex;
  align-items: center;
  z-index: 1000;
  color: #fff;
  height: 25px;
  width: 25px;
  background-color: #0096ff;
  opacity: 1;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
#button-left {
  left: -12px;
}
#button-right {
  right: 3px;
}
#button-right:hover {
  opacity: 0.7;
}
#button-left:hover {
  opacity: 0.7;
}

.ratio {
  background-color: transparent !important;
}

.btn-close {
  background-color: #0096ff !important;
  border-radius: 50%;
  opacity: 1 !important;
}

.carousel-control {
  background-color: #0096ff !important;
  border-radius: 50%;
  width: 56px;
  height: 56px !important;
  opacity: 1 !important;
}

.icopais {
  position: absolute;
  top: 10px;
  right: 8rem;
  z-index: 9;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #0096ff;
}

.icopais img {
  max-width: 28px;
  margin: 14px 11px;
}

.icomundo {
  position: absolute;
  top: 10px;
  right: 4rem;
  z-index: 9;
  width: 50px;
}

.gm-style-mtc {
  display: none !important;
}

/*** FOOTER ***/
.footer {
  background-color: #999999 !important;
  color: #fff;
  padding: 39px 15px !important;
}

.logoFooter {
  width: 80%;
}

.footer h2 {
  color: #ffffff;
  font-family: "Helvetica", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 24px;
}

.footer a {
  font-family: "Roboto", Sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-weight: 500;
  display: block;
  color: #fff !important;
  text-decoration: none;
  margin-bottom: 5px;
}

.redes {
  margin-top: 20px;
  text-align: center;
}
.redes a {
  width: 34px;
  height: 34px;
  background-color: #fff;
  border-radius: 50%;
  color: #08295d !important;
  font-size: 20px;
  text-align: center;
  line-height: 34px;
  display: inline-block;
  margin-right: 6px;
}

.legales {
  background-color: #b1b1b1;
  color: #fff;
  padding: 10px;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 700;
}

.legales p {
  margin-bottom: 0px !important;
}

.legales a {
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none;
  margin: 0px 7px;
}

/***  RESPONSIVE ***/

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .dropdown-menu li {
    position: relative;
  }
  .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }
  .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }
  .dropdown-menu > li:hover {
    background-color: #f1f1f1;
  }
  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: 0.5rem;
  }
}
/* ============ small devices .end// ============ */
@media (max-width: 576px) {
  .mapaCiudadesM {
    display: block;
  }
  .mapaCiudadesD {
    display: none;
  }
  .menu_lateral {
    display: none;
  }
  #map {
    width: 100%;
    height: 90vh;
  }
  .icopais {
    position: absolute;
    right: 5rem;
  }

  .icomundo {
    position: absolute;
    right: 1rem;
  }
  .categorias_mov {
    position: absolute;
    z-index: 999;
    top: 10px;
    left: 10px;
    background-color: #fff;
    width: 55%;
    height: 50px;
    padding: 0 15px;
    line-height: 50px;
    border-radius: 1.5rem;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 700;
    display: block;
  }
  .categorias_mov::after {
    content: "\f107";
    position: absolute;
    z-index: 998;
    right: 19px;
    font-family: "Font Awesome 6 free";
    font-weight: 900;
  }
  .filtros_movil {
    display: none;
    position: absolute;
    background-color: #fff !important;
    z-index: 999;
    width: 90%;
    top: 70px;
    left: 10px;
    padding: 15px;
    border-radius: 2rem;
  }
  .scroll_filtro {
    height: 350px;
    overflow-y: scroll;
  }
  .acciones {
    padding: 15px 0 0 0;
    text-align: center;
  }
  .quitarFiltro {
    color: #7f888d;
    font-family: Helvetica;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
  }
  .applyFilter {
    background-color: #08295d;
    padding: 10px 14px;
    color: #fff !important;
    text-decoration: none;
    font-family: Helvetica;
    font-size: 13px;
    font-weight: 700;
    border-radius: 0.5rem;
  }
  .infoLateralMov {
    display: none;
    position: absolute;
    z-index: 999;
    bottom: 0px;
    height: 200px;
    width: 100%;
    overflow-x: scroll;
    background: #fff;
    padding: 15px;
    transition: all 0.3s ease-in-out;
  }
  .footer {
    text-align: center;
  }
  .legal {
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .legales a {
    display: block;
    text-align: center;
  }
  .navbar-toggler {
    background-color: #16355e !important;
    color: #fff !important;
  }

  .offcanvas-header .btn-close {
    background-color: #16355e !important;
    color: #fff !important;
    line-height: 16px;
  }

  .btn-close-white {
    filter: none !important;
  }
  .contactoMov {
    display: flex;
    position: absolute;
    list-style: none;
    left: 55%;
    transform: translateX(-50%);
    top: 10px;
    height: 75%;
    align-items: center;
  }
  .contactoMov .nav-contacto {
    font-size: 12px;
    padding: 10px;
  }
  .logoM {
    display: block;
    width: 100px;
  }

  .logoD {
    width: 90px;
  }

  .offcanvas {
    background-color: #fff !important;
    text-align: center !important;
  }
  .dropdown-item {
    text-align: center;
  }
  .movNone {
    display: none;
  }
  .text_mapa {
    position: relative;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    font-size: 14px;
    padding: 12px;
    border-radius: 10px;
  }
  .mapaCentral {
    width: 100%;
  }
  .cardInfo {
    background-color: #08295d;
    top: 70%;
    width: 100%;
    height: 300px;
    border-radius: 18px 18px 0 0;
    overflow: hidden;
    padding: 1.5rem 1rem;
    font-size: 0.85rem;
  }

  .cardInfo.expand {
    position: fixed;
    top: 10vh;
    height: 90vh;
    z-index: 1010;
    overflow-y: scroll;

    transition: top 0.45s ease-in 0.15s, height 0.5s ease-in-out;
  }

  .cardInfoDiv {
    flex-direction: column;
  }

  .cardInfoDiv h2 {
    font-size: 0.95rem;
  }

  .cardInfoDiv p {
    margin-bottom: 0;
  }

  .cardInfoDiv .info_categoria {
    font-size: 0.8rem;
  }

  .cardInfoDiv hr {
    margin: 0.5rem 0;
  }

  .cardInfoDiv .divGal {
    width: 100%;
    margin-left: 0 !important;
  }

  .divBlue,
  .divGal {
    width: 100%;
  }
  .touch {
    top: 80px;
    height: auto;
    position: absolute;
    width: 100%;
  }
  .btn_close {
    right: 10px;
    background-color: #08295d;
    font-size: 1.5rem;
  }

  .carousel-control {
    width: 36px;
    height: 36px !important;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 1rem;
    height: 1rem;
  }

  .btn-close.p-3 {
    padding: 0.5rem !important;
  }

  .swiper-container .swiper-wrapper .swiper-slide iframe {
    max-width: 100%;
  }
}

.mapa0 {
  position: relative;
}
.toolG {
  position: relative;
}

.toolText {
  display: none;
  width: 10em;
  height: 200px;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 1rem;
}

.block1 {
  display: inline-block;
}


/* Cargador */
.spanner { 
    position:absolute;
    top: 50%;
    left: 0;
    background: transparent;
    width: 100%;
    display:block;
    text-align:center;
    height: 300px;
    color: #FFF;
    transform: translateY(-50%);
    z-index: 1001;
    visibility: hidden;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
    visibility: hidden;
    z-index: 1000;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.loader {
    color: #ffffff;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}
.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:after {
    left: 3.5em;
}
@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.show{
    visibility: visible;
}

.spanner, .overlay{
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.spanner.show, .overlay.show {
    opacity: 1
}

/** Anclas **/ 
.anchor-movil {
  position: absolute;
  border: 1px solid transparent;
}

.anchor-movil.a-mexico {
  left: 1%;
  top: 14%;
  width: 32%;
  height: 15%;
}

.anchor-movil.a-centroamerica {
  left: 31%;
  top: 27%;
  width: 19%;
  height: 10%;
}

.anchor-movil.a-colombia {
  left: 50%;
  top: 33%;
  width: 12%;
  height: 12%;
}

.anchor-movil.a-peru {
  left: 45%;
  top: 47%;
  width: 14%;
  height: 13%;
}

.swiper-container .swiper-wrapper .swiper-slide iframe {
  max-width: 100%;
}

.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.thumb-video video {
  pointer-events: none;
}

.navbar-expand-lg .navbar-nav {
  align-items: center;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  background-color: #fff;
}

/** Menús para categorias **/
.category-menu .navbar-brand {
    min-width: 260px;
}

.category-menu .gmi-brand {
  width: 50px;
}

.category-menu .nav-item .nav-link {
  color: #08295D !important;
  font-size: 14px;
  opacity: 1;
}

.category-menu .nav-item .nav-contacto {
  margin: 0 !important; 
  background-color: #fff !important;
  color: #0096FF !important;
}

.category-menu .nav-item .nav-contacto:hover {
  color: #fff !important;
  background-color: #0096FF !important;
}

.category-menu.modular .navbar-brand {
  min-width: 240px;
}

.category-menu.modular .nav-item .nav-link {
  color: #32323280;
}

.category-menu.modular .nav-item .nav-link:hover {
  color: #00CBC5 !important;
}

.category-menu.modular .nav-item .nav-contacto {
  background-color: #fff !important;
  color: #00CBC5 !important;
}

.category-menu.modular .nav-item .nav-contacto:hover {
  color: #fff !important;
  background-color: #00CBC5 !important;
}

.category-menu.almacenamiento .navbar-brand {
  min-width: 240px;
}

.category-menu.almacenamiento .nav-item .nav-link {
  color: #32323280;
}

.category-menu.almacenamiento .nav-item .nav-link:hover {
  color: #ED7D31 !important;
}

.category-menu.almacenamiento .nav-item .nav-contacto {
  background-color: #fff !important;
  color: #ED7D31 !important;
}

.category-menu.almacenamiento .nav-item .nav-contacto:hover {
  color: #fff !important;
  background-color: #ED7D31 !important;
}

@media screen and (max-width: 576px){
  .mapaCentral {
    z-index: 100;
  }

  .category-menu .navbar-brand {
    width: 180px; 
    min-width: 180px !important; 
  }

  .category-menu .gmi-brand {
    width: 45px;
  }
}