/* generic */

@import "base/reset.css";

/* lib */

@import "base/lib/slick.css";
@import "base/lib/slick-theme.css";

/* commons */

@import "base/common-styles.css";

/* modules */

@import "ui/menu.css";
@import "ui/form-ring-pool.css";
@import "ui/header-popup.css";

* {
    scroll-behavior: smooth;
}

body {
    font-family: "VodafoneRegular", Helvetica, Arial, sans-serif;
}

.main {
    background: #f4f4f4;
    position: relative;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}


/* span.svg-logo>svg {
    border-radius: 6px;
} */

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button,
select {
    text-transform: none;
}

button {
    overflow: visible;
}

html {
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    margin: 0;
}

.wg-form {
    text-align: center;
}

.section-legals a {
    text-decoration: underline;
}

a,
a:focus {
    text-decoration: none;
}

.btn a,
a:link,
a:hover,
a:visited,
a:active {
    color: #333;
}

a.company-text-small__link {
    color: #fff;
}

.pack-img {
    width: 100%;
    max-width: 100%;
}


/*centrado de cards en móvil*/

.slick-disabled {
    display: none !important;
}

.header__link.btn-popup-header {
    display: block;
    cursor: pointer;
}


/*Funcionalidad del pop-up de Más info*/

.product-info.info-popup---inactive {
    display: none;
}


/*Sections*/

.section.section-banner {
    padding-bottom: 20px;
}

.section__title {
    font-size: 24px;
    /* text-align: center; */
}

.section__title.title--small {
    font-size: 18px;
    /* text-align: center; */
}

.card__title {
    font-size: 18px;
    padding: 16px 16px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section__subtitle {
    font-size: 20px;
    padding: 12px 0;
    /* text-align: center; */
}

.vfes-title,
.section:not(.section-rates) .section__title {
    padding: 20px;
}

.section.ancla-terminales {
    padding: 0 0 20px 0;
}

.section-rates:has(.card-rate) .section__title {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.section-rates .section__title {
    padding-top: 20px;
    padding-top: 20px;
}

.section-title--h4 {
    font-size: 18px;
    /* text-align: center; */
    margin-top: 12px;
}

.form-timetable.extra-info {
    display: none;
}


/* div[id*=button-whatsapp] {
    display: none;
} */

.section__title .desktop-hidden {
    display: flex;
    justify-content: flex-start;
}

.main-one .section__title .desktop-hidden {
    width: 90%;
}

.section__title .mobile-hidden {
    display: none;
}

body section .section__title {
    padding-left: 16px;
}

body section .section-title--h4 {
    padding-left: 16px;
}

body section .section__subtitle {
    padding-left: 16px;
}


@media screen and (min-width: 768px) {
    .section__title {
        font-size: 34px;
    }

    .card__title {
        font-size: 34px;
        margin-bottom: 0;
        padding: 20px;
    }

    .section-rates:has(.card-rate) .section__title {
        padding: 20px;
    }

    .vfes-title,
    .section:not(.section-rates) .section__title,
    .section.ancla-terminales {
        padding: 40px 0;
    }

    .section-title--h4 {
        font-size: 20px;
    }

    .section-rates .section__title {
        padding: 20px 20px 0;
    }

    .section-title--h4 {
        padding: 0 20px 0;
    }
}

@media screen and (min-width: 1024px) {
    .main-one .section-rates .section--rates__container {
        padding-top: 40px;
    }

    .section-title--h4 {
        font-size: 28px;
    }

    /* .menu-list-config {
        display: none;
    } */
}

@media screen and (min-width: 1280px) {
    .section__title {
        font-size: 40px;
    }

    .section__title.title--small {
        font-size: 28px;
    }

    .mobile-hidden {
        display: block;
    }

    .section__title .desktop-hidden {
        display: none;
    }

    .section__title .mobile-hidden {
        display: flex;
        /* justify-content: center; */
    }

    .card__title.desktop-hidden {
        display: none;
    }

    .section-rates:has(.card-rate) .section__title {
        padding: 20px 0 0;
    }

    .card__title {
        flex-direction: row;
        gap: 4px;
        justify-content: center;
    }

    .section-rates .section__title {
        padding: 20px 0 0;
    }

    .section-title--h4 {
        padding: 0;
    }

    body section .section-title--h4 {
        padding-left: 0;
    }

    .section-rates .section__subtitle {
        padding-left: 0;
    }
}