/*=========================================================
RESPONSIVE - GREENCMS (limpio)
=========================================================*/


/*======================================================
=            HERO GREEN APPLE RESPONSIVE
======================================================*/


/************************************************
NOTEBOOK 1366 - 1600
************************************************/

@media (max-width:1600px) {
    .hero-wrapper {
        width: 60%;
    }
    .hero-title {
        font-size: 72px;
    }
    .hero-frase {
        font-size: 72px;
    }
    .hero-texto {
        width: 92%;
        font-size: 25px;
    }
    .hero-categorias span {
        font-size: 20px;
    }
    .btn-reservar,
    .btn-servicios {
        width: 280px;
        height: 70px;
        font-size: 24px;
    }
}


/************************************************
    NOTEBOOK 1024 - 1365
    ************************************************/

@media (max-width:1365px) {
    .hero {
        min-height: 90vh;
    }
    .hero-wrapper {
        width: 65%;
    }
    .hero-logo img {
        height: 75px;
    }
    .hero-tag small {
        font-size: 18px;
    }
    .hero-tag span {
        width: 60px;
    }
    .hero-title {
        font-size: 58px;
    }
    .hero-frase {
        font-size: 58px;
    }
    .hero-texto {
        width: 100%;
        font-size: 22px;
    }
    .hero-categorias {
        gap: 14px 18px;
    }
    .hero-categorias span {
        font-size: 17px;
    }
    .hero-categorias i {
        font-size: 18px;
    }
    .btn-reservar,
    .btn-servicios {
        width: 240px;
        height: 62px;
        font-size: 20px;
    }
}


/************************************************
    TABLET
    ************************************************/

@media (max-width:991px) {
    .hero {
        min-height: auto;
        padding: 140px 0 80px;
        background-position: right center;
    }
    .hero-overlay {
        background: rgba(255, 255, 255, .88);
    }
    .hero-wrapper {
        width: 100%;
        min-height: auto;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding-top: 140px;
        padding-bottom: 80px;
    }
    .hero-logo {
        margin-bottom: 25px;
    }
    .hero-logo img {
        height: 70px;
    }
    .hero-tag {
        justify-content: center;
    }
    .hero-tag span {
        width: 45px;
    }
    .hero-tag small {
        font-size: 16px;
    }
    .hero-title {
        font-size: 54px;
    }
    .hero-frase {
        font-size: 54px;
    }
    .hero-texto {
        width: 100%;
        font-size: 22px;
        margin: auto;
        margin-bottom: 35px;
    }
    .hero-categorias {
        justify-content: center;
    }
    .hero-buttons {
        justify-content: center;
    }
}


/************************************************
    CELULAR
    ************************************************/

@media (max-width:767px) {
    .hero {
        min-height: auto;
        padding: 0;
    }
    .hero-logo img {
        height: 58px;
    }
    .hero-wrapper {
        padding-top: 120px;
        padding-bottom: 70px;
    }
    .hero-tag {
        margin-bottom: 20px;
    }
    .hero-tag span {
        display: none;
    }
    .hero-tag small {
        font-size: 14px;
        line-height: 1.4;
    }
    .hero-title {
        font-size: 44px;
        line-height: 1;
    }
    .hero-frase {
        font-size: 44px;
        line-height: 1;
        margin-bottom: 18px;
    }
    .hero-texto {
        font-size: 18px;
        line-height: 1.5;
    }
    .hero-categorias {
        justify-content: center;
        gap: 12px;
    }
    .hero-categorias span {
        font-size: 15px;
    }
    .hero-categorias i {
        font-size: 16px;
    }
    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 18px;
    }
    .btn-reservar,
    .btn-servicios {
        width: 100%;
        max-width: 340px;
        height: 58px;
        font-size: 19px;
    }
}


/************************************************
    CELULARES PEQUEÑOS
    ************************************************/

@media (max-width:480px) {
    .hero {
        padding-top: 110px;
        padding-bottom: 45px;
    }
    .hero-logo img {
        height: 48px;
    }
    .hero-title {
        font-size: 34px;
    }
    .hero-frase {
        font-size: 34px;
    }
    .hero-texto {
        font-size: 16px;
    }
    .hero-categorias {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-bottom: 30px;
    }
    .hero-categorias span {
        justify-content: center;
        font-size: 14px;
    }
    .hero-buttons {
        margin-top: 10px;
    }
    .btn-reservar,
    .btn-servicios {
        height: 54px;
        font-size: 17px;
    }
}

@media(max-width:991px) {
    .promo-tag {
        display: none;
    }
}

@media(max-width:768px) {
    .btn-presupuesto {
        width: 55px;
        height: 55px;
        padding: 0;
    }
    .btn-presupuesto span {
        display: none;
    }
    .btn-presupuesto i {
        margin: 0;
        font-size: 28px;
    }
}


/***************************
  CELULARES
  ****************************/

@media (max-width: 767.98px) {
     :root {
        --navbar-height: 70px;
    }
    /* NAVBAR */
    .navbar-custom {
        height: 70px;
        padding: 0;
    }
    .navbar-custom .container {
        padding-left: 12px;
        padding-right: 12px;
    }
    /* LOGO */
    .logo {
        height: 40px;
    }
    /* BOTON WHATSAPP: SOLO ICONO */
    .btn-presupuesto {
        width: 48px;
        height: 48px;
        min-width: 48px;
        padding: 0;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        margin-right: 10px;
        color: transparent;
        /* oculta texto */
        font-size: 0;
        /* oculta texto */
    }
    .btn-presupuesto i {
        font-size: 24px;
        margin: 0;
    }
    .btn-presupuesto span {
        display: none;
    }
    /* MENU */
    .btn-menu {
        margin-left: 0;
    }
    .btn-menu i {
        font-size: 34px;
    }
    /* MENU LATERAL */
    .menu-lateral {
        width: 85%;
        max-width: 320px;
    }
    /* TITULOS */
    .section-title {
        text-align: center;
        font-size: 32px;
    }
    .section-subtitle {
        text-align: center;
        font-size: 18px;
    }
    section p {
        text-align: justify;
        /* justificado */
    }
}