/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

h2, h3{
	margin-top: 0;
}

/* header */

@media (min-width: 1000px) and (max-width: 1910px) {
#header-grupoSur{
    padding-inline: 45px;
}

}

@media only screen and (min-width: 1920px) { 
#header-grupoSur{
    padding-inline: 190px;
}

}

.header.is-stuck .header-grupoSur {
padding-block: 20px !important;
}

.header-icon > figure > div{
margin-bottom: 0 !important;
}

.header-grupoSur > div{
justify-content: space-between;
}

#menu-header-grupoSur-container ul > li.menu-item > a{
    font: normal normal normal 18px/22px Rubik;
        transition: transform .25s ease,  
                font-weight .25s ease; 
}

#menu-header-grupoSur-container ul > li.menu-item > a:hover{
    font-weight: 500;
  transform: scale(1.05);
}

/* ------seccion servicios------ */

 @media only screen and (min-width: 1000px) { 
 
    .servicios-items{
        background: url(/wp-content/uploads/2025/05/fondoseccionservicios.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
   
  }

.text-etiqueta-section{
    font: normal normal 500 14px/17px Rubik;
    letter-spacing: 3.5px;
    color: #00C4B4;
    margin-bottom: 10px;
}

.font-extrabold-servicios{
    font: normal normal bold 32px/40px Rubik;
    letter-spacing: 0px;
    color: #1C1C1C;
    margin-bottom: 0;
}

.small-font-servicios{
        text-align: left;
    font: normal normal normal 16px/20px Rubik;
    margin-bottom: 0;
}

.seccion-servicio-subrow{
    margin-bottom: 0;
}

.seccion-servicio > div > div{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#seccion-servicio-row-uno{
    width: fit-content;
}

#seccion-servicio-row-dos{
    max-width: 436px;
}

.servicios-card{
    display: flex;
    flex-direction: row-reverse;
    gap: 20px; 
}

.servicios-card-text{
    display: flex;
    flex-direction: column;
}

.servicios-card-title{
    text-align: left;
    font: normal normal bold 24px/40px Rubik;
    letter-spacing: 0px;
    color: #1C1C1C;
    margin-bottom: 15px; 
    transition: color 0.3s ease;
}

.servicios-card-subtitle{
        text-align: left;
    font: normal normal normal 16px/20px Rubik;
    letter-spacing: 0px;
    color: #1C1C1C;
    max-width: 180px;
    margin-bottom: 0;
}

.servicios-card img {
  height: fit-content;
    border-radius: 50%;
    transition: box-shadow 0.3s ease;
    padding: 5px; /* SIEMPRE tiene este padding */
    box-sizing: border-box; /* asegura que padding no sume al tamaño total inesperadamente */
}

.servicios-card:hover .servicios-card-title {
    color: #FFC107;
}

.servicios-card:hover img {
       box-shadow: 0 0 0 3px #FFC107;
    padding: 5px;
}

.servicios-card-container > div{
    display: flex;
    justify-content: space-between;
}

/* -----EXPERIENCIAS TARJETAS--- */

@media only screen and (min-width: 1000px) { 
 
    .actividades-tarjetas{
        background: url(/wp-content/uploads/2025/05/fondoexperiencias.jpg);
            background-size: cover !important;
    background-repeat: no-repeat  !important;
    background-position: 0 1rem;
    }
   
  }

.actividades-card{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 353px;
    height: 318px;
    padding: 21px 0px 18px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



 @media only screen and (min-width: 1000px) { 
	 
	 .actividades-card{
    background-size: 100% auto !important;
    transition: background-size 1.5s cubic-bezier(.25,.1,.25,1);
}
 
   .actividades-card:hover{
    background-size: 130% auto !important;
}
  }

.actividades-card-title{
    font: normal normal normal 16px/19px Rubik;
    letter-spacing: 0px;
    color: #FFFFFF;
    background: #F9BC09 0% 0% no-repeat padding-box;
    border-radius: 32px;
    margin-bottom: 0;
    padding: 10px 25px;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

.actividades-card-subtitle{
    text-align: left;
    font: normal normal 500 16px/22px Rubik;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.actividades-card-container > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.boton-EXPERIENCIAS{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.boton-EXPERIENCIAS > div{
    max-width: fit-content;
}
/* --------botones------- */

.boton-amarillo {
    background: #F9BC09 0% 0% no-repeat padding-box;
    border-radius: 32px;
    padding: 20px 45px;
    font: normal normal 400 18px/22px Rubik;
    letter-spacing: 0px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    width: fit-content;
    justify-content: center;
    cursor: pointer;
    transition:
        background-color .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}

.boton-amarillo:hover {
    color: #FFFFFF;
}

@media only screen and (min-width: 1000px) {

    .boton-amarillo:hover,
    .boton-amarillo:focus {
        background-color: #FFCD38;
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .15);
    }

}

.boton-amarillo-icon {
    width: 20px;
    margin-left: 20px;
}

/* --------ENOTURISMO------- */

 @media only screen and (min-width: 1000px) { 

#seccion-ENOTURISMO{
    background: url(/wp-content/uploads/2025/05/Fondo.seeccion-enoturismo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

  }


#seccion-ENOTURISMO-subrow-uno .text-etiqueta-section,
#seccion-ENOTURISMO-subrow-uno .font-extrabold-servicios,
#seccion-ENOTURISMO-subrow-dos .small-font-servicios {
    color: white;
}

.boton-ENOTURISMO{
        display: flex;
    justify-content: center;
}

.boton-ENOTURISMO > div{
    max-width: fit-content;
}

.boton-ENOTURISMO > div > div > div{
        margin-bottom: 0;
    margin-top: 15px;
}

/* transporte */


   .text-cyan-500.transporte {
      color: #14b8a6;
      font-weight: 600;
      font-size: 0.875rem;
      letter-spacing: 0.2em;
      margin-bottom: 0.5rem;
    }
    .font-extrabold.transporte {
      font-weight: 800 !important;
    }
    .text-3xl.transporte {
      font-size: 1.875rem;
      line-height: 2.25rem;
      margin-bottom: 1.5rem;
    }
    .font-bold.transporte {
      font-weight: 700 !important;
    }
    .text-yellow-500.transporte {
      color: #eab308;
    }
    .mb-4.transporte {
      margin-bottom: 1.5rem !important;
    }
    .mb-6.transporte {
      margin-bottom: 1.5rem !important;
    }
    .leading-relaxed.transporte {
      line-height: 1.5;
    }
    .max-w-3xl.transporte {
      max-width: 48rem;
      margin-left: auto;
      margin-right: auto;
    }

    .TRANSPORTE-SECCION-SUBCONTAINER > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    }

    .TRANSPORTE-SECCION-SUBCONTAINER > div > div.texto-transporte{
        max-width: 448px;
    }
.TRANSPORTE-SECCION-SUBCONTAINER span>i,
.arrow-icon-transporte {
    margin-right: 5px;
}


@media only screen and (min-width: 1000px) {

    .TRANSPORTE-SECCION {
        background: url(/wp-content/uploads/2025/05/fondosecciontransporte.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    /* Animación  */
@keyframes flotar {
  0%,100% { transform: translateY(0); }
  50%     { transform: translateY(-52px); }   /* súbelo/bájalo a gusto */
}

/* Estado normal: sin movimiento */
.foto-transporte-deskt{
  will-change: transform;
  animation: flotar 4s ease-in-out infinite;
  animation-play-state: paused;   /* se activa con JS */
}

/* Cuando está en pantalla */
.foto-transporte-deskt.en-vista{
  animation-play-state: running;
}

/* Respeto a usuarios que piden menos movimiento */
@media (prefers-reduced-motion: reduce){
  .foto-transporte-deskt,
  .foto-transporte-deskt.en-vista{
    animation: none;
  }
}


}

.text-carrusel-star {
    font: normal normal bold 60px/60px Rubik;
    letter-spacing: 0px;
    color: #00C3B3;
    margin-bottom: 0;
}

.Descubri-Mendoza-Carousel-text{
    margin-bottom: 0;
}



/*-------- testimonios seccion------ */

.card-testimonio {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 363px;
    height: 271px;
    padding: 28px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-testimonio-pais {
    display: flex;
    gap: 7px;
    flex-direction: row;
}

.card-testimonio-pais-text {
    font: normal normal bold 18px/40px Rubik;
    letter-spacing: 0px;
    color: #FFC107;
    margin-bottom: 0;
}

.card-testimonio-opinion {
    text-align: left;
    font: normal normal normal 12px/20px Rubik;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 0;
    max-width: 300px;
}

.card-testimonio-info {
    display: flex;
    justify-content: space-between;
}

.card-testimonio-autor {
    text-align: left;
    font: normal normal normal 12px/20px Rubik;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.nav-testi{
  width: 40px;
  height: 40px;
  display: flex;              /* Flexbox para centrar */
  align-items: center;        /* Centrado vertical */
  justify-content: center;    /* Centrado horizontal */
  border: 2px solid #000;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.25s ease;
}

#testi-carousel-nav-container > div > div > div{
        display: flex;
    justify-content: flex-end;
    left: 20px;
    position: relative;
}

.seccion-TESTIMONIOS-carrusel > div > div > div:nth-child(3){
margin-top: 1.5rem;
}

.card-testimonio-container{
     margin-bottom: 0 !important;
}

/* --------ubicacion y zocalo prefooter ------ */

.mapa-grupoSur>figure>div {
    margin-bottom: 0 !important;
}

.zocalo-prefooter {
    background: url(/wp-content/uploads/2025/05/bannerfooter.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 933px;
    height: 183px;
    border-radius: 2rem;
    padding-block: 45px;
    padding-inline: 50px;
    position: absolute;
    transform: translate(-50%, -75%);
    left: 50%;
    right: 50%;
}

.text-zocalo-prefooter {
    text-align: center;
    font: normal normal bold 32px/40px Rubik;
    letter-spacing: 0px;
    color: #FFFFFF;
    max-width: 538px;
    margin-bottom: 0;
}

.text-zocalo-prefooter-container {
    margin-bottom: 0;
}





/* -------------------------------------------------adaptaciones------------------------------------ */
/* VISTA GENERAL POCKET */


@media only screen and (max-width: 900px) {

.seccion-mapa{
    margin-top: 2rem;
}
    
    /* ------- */

    ul.nav.main-nav>li>a {
        border-color: transparent !important;
        border: none !important;
    }

    /* ------- */

    .seccion-servicio {
        padding-inline: 18px !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .font-extrabold-servicios {
        font-size: 26px;
        line-height: 32px;
    }

    .font-extrabold-servicios br {
        display: none;
    }

    .small-font-servicios {
        margin-top: 12px;
    }

    .servicios-items {
        margin-inline: 12px !important;
    }

    .servicios-card-container>div {
        margin-top: 25px;
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .servicios-card {
        justify-content: center;
        gap: 30px;
        width: -webkit-fill-available;
    }

    #seccion-servicio-row-dos {
        max-width: -webkit-fill-available !important;
        width: auto;
    }

    .servicios-card-subtitle {
        max-width: -webkit-fill-available !important;
        text-wrap-style: balance;
    }

    /* ------------ */
    .actividades-card-container {
        margin-bottom: 0 !important;
    }

    .actividades-card {
        width: -webkit-fill-available;
    }

    /* ------------ */

    #seccion-ENOTURISMO {
        background: #21C3B5;
        padding-top: 2rem;
        padding-bottom: 1rem;
        margin-top: 2.5rem;
		border-bottom: 1px solid #21C3B5;
    }

    .cards-enoturismo-carruseles {
        background: #21C3B5;
    }

    .cards-enoturismo-desktop,
    .button-enoturismo-desktop {
        display: none;
    }

    .button-enoturismo-adaptibility .boton-amarillo-container {
        width: fit-content;
        margin-inline: auto;
        margin-top: 2rem;
    }

    /* ------------ */

    .boton-amarillo {
        font-size: 16px;
        padding: 15px 25px;
    }

    .boton-amarillo-icon {
        width: 18px;
        margin-left: 12px;
    }

    /* ------------ */

    /* .TRANSPORTE-SECCION-SUBCONTAINER > div{
        display: flex;
    flex-direction: column;
} */

    .foto-transporte-deskt {
        display: none;
    }

    .TRANSPORTE-SECCION-CONTAINER {
        padding-inline: 35px;
    }


    .TRANSPORTE-SECCION {
        padding-top: 3rem;
    }

    .font-extrabold.text-3xl.transporte {
        font-size: 26px;
        text-wrap-style: balance;
    }

    .font-extrabold.text-3xl.transporte br {
        display: none;
    }

    .mb-4.transporte.leading-relaxed {
        text-wrap-style: balance;
    }

    .foto-transporte-mobile {
        margin-bottom: 1.7rem;
    }

    /* ------------ */
    .text-carrusel-star {
        font: normal normal bold 30px/35px Rubik;
    }

    .strella-text{
        width: 2rem;
    }

    .Descubri-Mendoza {
        margin-block: 3rem;
    }

    /* ------------ */

    .seccion-TESTIMONIOS-carrusel-controller .carousel-nav {
        display: block !important;
    }

    .seccion-TESTIMONIOS-space {
        display: none !important;
    }


    /* ------------ */



    /* ------------ */

}

/* VISTA MOBILE MINI */

@media only screen and (max-width: 380px) {

    .TRANSPORTE-SECCION-CONTAINER {
        padding-inline: 30px;
    }

    .font-bold.transporte.leading-relaxed {
        font-size: 15px;
    }
}




/* VISTA MOBILE */

@media only screen and (max-width: 714px) {

    .actividades-tarjetas-carruCel{
        padding-top: 1.3rem;
    }


    #fila_footer{
    padding-top: 55% !important;
    padding-inline: 20px;
    }

    /* -------- */

    .zocalo-prefooter {
    background: url(/wp-content/uploads/2025/05/banner-mobile.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 295px;
    height: 260px;
    padding-block: 18px;
    padding-inline: 16px;
    transform: translate(-50%, -35%);
}

.text-zocalo-prefooter{
    text-wrap-style: balance;
    font: normal normal bold 21px/32px Rubik;
    max-width: -webkit-fill-available;
    margin-top: 1rem;
}

/* ------------------ */

    .seccion-mapa-tablet {
        display: none;
    }

    .actividades-tarjetas-carruTablet {
        display: none;
    }
    .actividades-tarjetas-carruCel .carousel-item {
        padding-inline: 37px !important;
    }


    .seccion-TESTIMONIOS-carrrusel .carousel-items .carousel-item>div>div>div>div>div>div {
        padding-inline: 30px;
    }

    .card-testimonio {
        width: -webkit-fill-available;
        padding: 21px 25px;
    }

    .seccion-TESTIMONIOS-carrrusel-tablet {
        display: none;
    }

    .seccion-TESTIMONIOS-carrrusel-mobile {
        margin-top: 1.5rem;
    }

}

/* VISTA TABLET */
@media (min-width: 715px) and (max-width: 1000px) {

    #fila_footer{
    padding-top: 20% !important;
    padding-inline: 20px;
    height: 38rem !important;
    }

    /* -------- */

    .zocalo-prefooter {
    background: url(/wp-content/uploads/2025/05/banner.tablet.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 650px;
    height: 220px;
    padding-block: 18px;
    padding-inline: 16px;
    transform: translate(-50%, -60%);
}

.text-zocalo-prefooter{
    text-wrap-style: balance;
    font: normal normal bold 26px/32px Rubik;
    max-width: 600px;
    margin-top: 1.2rem;
    margin-inline: auto;
}

/* ------------------ */

    .seccion-mapa-mobile{
        display: none;
    }

    .actividades-tarjetas-carruCel {
        display: none;
    }

    .actividades-tarjetas-carruTablet .carousel-item {
        padding-inline: 20px !important;
    }

    .actividades-tarjetas-carruTablet .carousel-dots-mobile {
        display: block !important;
    }

    /* ------------ */
    #seccion-EXPERIENCIAS-row-uno {
        width: 100%;
    }

    #seccion-EXPERIENCIAS .small-font-servicios {
        margin-bottom: 1.5rem;
    }

    /* ------------ */

    .font-extrabold.text-3xl.transporte {
        font-size: 25px !important;
        text-wrap-style: pretty !important;
    }

    .TRANSPORTE-SECCION-SUBCONTAINER>div>div.texto-transporte {
        max-width: -webkit-fill-available;
    }

    .foto-transporte.foto-transporte-mobile {
        width: 50%;
        position: relative;
        transform: translate(-50%, 0);
        left: 50%;
        right: 50%;
    }

    .TRANSPORTE-SECCION-CONTAINER {
        padding-inline: 20px;
    }

    /* ------------ */

    .card-testimonio {
        width: 320px;
        padding: 23px 22px;
    }

}

/* VISTA TABLET XXL*/
@media (min-width: 815px) and (max-width: 900px) {

    #seccion-TESTIMONIOS-carrusel .carousel-dots-mobile {
        display: block !important;
    }

    .seccion-mapa img {
        height: 21rem;
        width: 54rem;
        object-fit: cover;
    }

}
/* Tablet en adelante */
@media only screen and (min-width: 700px) {

    #seccion-TESTIMONIOS-carrrusel-mobile {
        display: none;
    }

}

/* DESKTOP  */

@media only screen and (min-width: 1000px) {

    .foto-transporte-mobile {
        display: none;
    }

    .button-enoturismo-adaptibility {
        display: none;
    }


}

@media only screen and (min-width: 2000px) {
.seccion-mapa-deskt{
     display: none;
}
}

@media only screen and (max-width: 2000px) {
.seccion-mapa-2k{
    display: none;
}
}

/*-------------------------------- BANNER PROMOCIONES----------------------------- */

.seccion-promociones .boton-amarillo {
    margin-inline: auto;
    margin-top: 3rem;
}

.video-background-promociones-tour {
    position: absolute;
    /* Cambiado de fixed a absolute para que no siga al hacer scroll */
    top: 0;
    left: 0;
    width: 100vw;
    height: 564px;
    ;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}

.video-background-promociones-tour iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    /* Para que abarque todo el ancho de la pantalla */
    height: 56.25vw;
    /* Mantener proporción 16:9 (9/16 = 0.5625) */
    min-height: 564px;
    /* Asegura que cubra toda la altura */
    min-width: 177.77vh;
    /* 100 * 16/9 para cubrir altura */
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.overlay-content-promociones-tour {
    min-height: 564px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 1rem;
    color: white;
    z-index: 10;
    position: relative;
}

.promo-label-promociones-tour {
    color: #22d3ee;
    /* cyan-400 */
    letter-spacing: 0.2em;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.main-heading-promociones-tour {
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    color: white;
    /* Color blanco para el h2 */
}

@media (min-width: 576px) {
    .main-heading-promociones-tour {
        font-size: 2rem;
    }
}

@media (min-width: 768px) {
    .main-heading-promociones-tour {
        font-size: 2.5rem;
    }
}

.subtext-promociones-tour {
    font-size: 0.875rem;
    margin-bottom: 1.5rem !important;
}

/* VISTA MOBILE */
@media only screen and (max-width: 714px) {
    .video-background-promociones-tour iframe {
        content-visibility: auto;
    }

    .video-desktop-promociones-tour,
    .video-tablet-promociones-tour {
        display: none !important;
    }

    .video-mobile-promociones-tour {
        display: block !important;
    }

    .video-background-promociones-tour iframe {
        min-width: 55rem;
    }

    .main-heading-promociones-tour {
        font-size: 24px;
        margin-bottom: 15px;
        padding-inline: 15px;
    }

    .seccion-promociones{
    margin-top: -4rem;
    margin-bottom: -4.5rem;
    }

        #fila_footer {
    height: 75rem !important;
}



}

/* VISTA TABLET */
@media (min-width: 715px) and (max-width: 1000px) {
    .video-background-promociones-tour iframe {
        content-visibility: auto;
    }

    .video-desktop-promociones-tour,
    .video-mobile-promociones-tour {
        display: none !important;
    }

    .video-tablet-promociones-tour {
        display: block !important;
    }

}

@media (min-width: 715px) and (max-width: 800px) {

    .video-background-promociones-tour iframe {
        min-width: 60rem;
    }

    .main-heading-promociones-tour {
        font-size: 32px;
    }

    .seccion-promociones{
    margin-top: -3rem;
    margin-bottom: -3.5rem;
    }

    #fila_footer {
    height: 50rem !important;
}

}

@media (min-width: 815px) and (max-width: 1000px) {

    .video-background-promociones-tour iframe {
        min-width: 70rem;
    }

    .main-heading-promociones-tour {
        font-size: 36px;
    }

.seccion-promociones {
    margin-top: -1rem;
    margin-bottom: -8.5rem;
}


}

/* DESKTOP */
@media only screen and (min-width: 1000px) {
    .video-background-promociones-tour iframe {
        content-visibility: auto;
    }

    .video-mobile-promociones-tour,
    .video-tablet-promociones-tour {
        display: none !important;
    }

    .video-desktop-promociones-tour {
        display: block !important;
    }
}

@media (min-width: 1000px) and (max-width: 1910px) {

    .main-heading-promociones-tour {
        font-size: 2.3rem;
    }

    .seccion-promociones .boton-amarillo {
        padding-inline: 35px;
        padding-block: 1rem;
        margin-top: 2rem;
    }

    #seccion-promociones-container>div>div>div {
        margin-bottom: -3rem;
    }


}

@media only screen and (min-width: 1920px) {
    .servicios-items {
        padding-bottom: 90px;
    }
}

/*-------------------------------- ANCLAS ----------------------------- */


.ancla-web {
   visibility: hidden;
}

.ancla-web > div > div > div > div > div > div{
    margin-bottom: 0;
}

@media only screen and (min-width: 300px) { 

#servicios{
bottom: 3rem;
}

#promociones{
    bottom: 8rem;
}

#experiencias{
  bottom: 5rem;
} 

#enoturismo{
  bottom: 1rem;
} 

 #transporte{
  bottom: 3.5rem;
} 

#contacto{
  bottom: 10rem;
}

}


@media only screen and (min-width: 390px) { 

#servicios{
bottom: 3rem;
}

#promociones{
    bottom: 14rem;
}

#experiencias{
  bottom: 10rem;
} 

#enoturismo{
  bottom: 1rem;
} 

 #transporte{
  bottom: 3.5rem;
} 

#contacto{
  bottom: 10rem;
}

}

@media only screen and (min-width: 700px) { 

#servicios{
bottom: 20rem;
}

#promociones{
    bottom: 20rem;
}

#experiencias{
  bottom: 17rem;
} 

#enoturismo{
  bottom: 16rem;
} 

 #transporte{
  bottom: 5rem;
} 

 #contacto{
  bottom: 20rem;
} 

}


@media only screen and (min-width: 1000px) { 

#servicios{
bottom: 6rem;
}

#promociones{
    bottom: 6rem;
}

#experiencias{
  bottom: 3rem;
} 

#enoturismo{
  bottom: 1rem;
} 

 #transporte{
  top: 1.5rem;
} 

#contacto{
  bottom: 14rem;
}

}


@media only screen and (min-width: 1920px) { 

#servicios{
bottom: 16rem;
}

#promociones{
    bottom: 16rem;
}

#experiencias{
  bottom: 5rem;
}

#enoturismo{
  bottom: 10rem;
}

#transporte{
  bottom: 3rem;
}

#contacto{
  bottom: 16rem;
}

  }


/*-------------------------------- FIX ----------------------------- */

#footer_col3 .contDatos .grisc18Med{
        font-weight: 400 !important;
    font-size: 14px  !important;
}

@media only screen and (max-width: 400px) {


    .mb-4.transporte.leading-relaxed,
    .mb-6.transporte.leading-relaxed {
        font-size: 14px;
    }

    #TRANSPORTE-SECCION-SUBCONTAINER img.arrow-icon-transporte{
width: 16px;
    }

    #TRANSPORTE-SECCION-SUBCONTAINER > div > div > p.font-bold.transporte.leading-relaxed{
        font-size: 14px;
    }

}

@media only screen and (min-width: 1000px) {

    .contDatos {
        bottom: 12px;
        position: relative;
    }
}


/* maxi ajustes */

#second-cards-en > div{
	display: flex;
    justify-content: center;
}

#second-cards-en > div > div:nth-child(1){
	margin-right:20px;
}
#second-cards-en > div > div:nth-child(2){
	margin-left:20px;
}

.primero-max-row{
	position: relative;
    top: -120px;	
}

.sec-eno-2-bk{
	background: url(/wp-content/uploads/2025/06/Fondo.jpg)!important;
}


@media only screen and (max-width: 1366px) {
	#seccion-promociones{
		margin-bottom: -3.5rem !important;
	}
}


@media only screen and (max-width: 1000px) {
	.primero-max-row{
		top: 0px;	
	}
	#seccion-promociones{
		margin-bottom: -11rem !important;
	}
}

@media only screen and (max-width: 768px) {
	
	.ajustes-otro-home{
		padding-right: 22px;
	}
	.sec-eno-2-bk{
		background-position-x: -202px !important;
	}

}


/*END maxi ajustes */