:root {
    --color-primary: #03558b;
}

* {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 19.2px;
    font-weight: 500;
}

body {
    overflow-x: hidden;
}

/* Estilos adicionales */
/* Hero con imagen de fondo */
.hero {
    width: 100%;

    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    position: relative;

    padding-top: 0;
    padding-bottom: 0;

    position: relative;
}

.hero .arrow-down-icon {
    position: absolute;
    color: #ffffff;
    bottom: 0;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 1s infinite;
}

.hero .arrow-down-icon a {
    text-decoration: none;
    color: #ffffff;
}

.hero .arrow-down-icon a:hover {
    color: #ffffffee;
}

.hero .arrow-down-icon a:hover svg {
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.7));
    transition: all 200ms ease-in-out;
}

.hero .arrow-down-icon svg {
    font-size: 60px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
}

@keyframes bounce {

    0%,
    100% {
        transform: translate(-50%, 0);
    }

    50% {
        transform: translate(-50%, -10px);
    }
}



/* Estilo para el logo */
.navbar-brand img {
    height: 40px;
    /* Ajusta el tamaño del logo */
}

/* Estilos para el contenido */
.content {
    padding: 50px 20px;
    text-align: center;
}

.content h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.content p {
    font-size: 1.2rem;
    color: #555;
}

#navbarNav .navbar-nav {
    background-color: var(--color-primary);
    color: white;
    border-radius: 5px;
}

#navbarNav .nav-item .nav-link {
    color: white;
}

section {
    padding-top: 90px;
    padding-bottom: 50px;
}



/* SECTION: COBERTURA | START */
.cobertura-section {
    background-color: #E1F0F0;
    background-image: url("../img/peru-map-blue.webp");
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}

.cobertura-container {
    text-align: right;
    max-width: 700px;
    margin-left: auto;
}

.cobertura-container .section-title {
    color: var(--color-primary);
    /* position: relative; */
}

.cobertura-container .section-title .tech img {
    width: 96px;
    /* position: absolute;
    bottom: 45px; */
    /* right: 0; */
}

.cobertura-container .section-title .para {
    font-family: Inter;
    font-size: 38px;
    font-weight: 600;
    line-height: 45.99px;
    letter-spacing: 0.01em;
    text-align: right;
}

.cobertura-container .section-title .departamentos {
    font-family: Inter;
    font-size: 38px;
    font-weight: 400;
    line-height: 45.99px;
    letter-spacing: 0.01em;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

#coberturaItems div {
    height: 170px;
}

.cobertura-item {
    max-width: 209px;
    background-color: #ffffff;
    padding: 30px 25px;
    border-radius: 20px;
    text-align: center;

    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: auto;

    box-shadow: 0px 4px 14px 0px #03558B14;
}

.cobertura-item p {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    letter-spacing: 0.01em;
    text-align: center;
    color: var(--color-primary);
}

.cobertura-item picture {
    max-width: 80px;
    margin: auto;
}

.btn_goto_cobertura {
    background: #FFF100;
    border: 1px solid var(--color-primary);

    padding: 14px 15px 13px 15px;

    border-radius: 50px;
    opacity: 0px;

    text-decoration: none;
    color: var(--color-primary);
}

.btn_goto_cobertura:hover{
    box-shadow: 0px 2px 5px #0000006c;
}

/* SECTION: COBERTURA | END */



.planes-section {
    background: url("../img/waves-background.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;

    overflow-x: hidden;
}

.section-container {
    max-width: 1000px;
    margin: auto;
}

/* plan card | start */

.planes-section .section-title {
    text-align: center;
    font-size: 38px;
    font-weight: 600px;
    line-height: 72px;
    color: var(--color-primary);
}

/* .equipos-compatibles {
    min-height: 800px;
    
} */

.plan-card {
    max-width: 280px;
    text-align: center;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid var(--color-primary);
    position: relative;
    overflow: visible !important;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    border-radius: 0 0 15px 15px;
}

.plan-destacado {
    position: absolute;
    width: 48px;
    height: 42px;
    top: -15px;
    left: -14px;

    font-size: 14px;
    color: #222;
    background-color: #fff64a;
    border-radius: 10px 10px 0 10px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.plan-destacado_content {
    position: relative;
    width: 155px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.destacado_content img{
    width: 38px;
}

.destacado_content p {
    width: 155px;
    font-size: 1.05rem;
    position: absolute;
    text-align: center;
    color: #007288;
    font-weight: 600;
    margin-top: 10px;
}

.plan-card-header {
    background-color: var(--color-primary);
    color: #fff;
    padding: 10px 0;
    font-weight: 700;
    font-size: 20.02px;
    line-height: 24.23px;
    overflow: visible;
}

.plan-card-body {
    border-top: 0;
    border-radius: 0 0 14px 14px !important;
    background-color: #ffffff;
}

.plan-card-body-item {
    position: relative;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px dashed #00a5b1;
    color: #007288;
}

.plan-card-body-item h3 {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    line-height: 35px;
    margin: 0;
    color: var(--color-primary);
}

.plan-card-body-item h5 {
    color: var(--color-primary);
    text-align: center;
    font-weight: 700;
    font-size: 11.68px;
    line-height: 14.13px;
    margin: 0;
}

.plan-card-body-item p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 800;
}

.plan-card-body-item span {
    font-size: 10.01px;
    font-weight: 400;
    line-height: 10px;
    color: #404040;
}

.plan-card-body-item.bg-brand-secondary span {
    color: var(--color-primary);
}

.plan-card-body-item .apps {
    display: flex;
    gap: 10px;
    justify-content: center;
    padding: 10px 0;
}

.plan-card-footer {
    text-align: center;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.btn_loquiero {
    border: none;
    width: 80%;
    padding: 8px 0;
    background-color: var(--color-primary);
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 15px;
    transition: all 150ms ease-in-out;
    text-decoration: none;
    color: #ffffff;
}

.btn_loquiero:hover {
    transform: scale(1.02);
}

.bg-brand-secondary {
    background-color: #f2fbfb;
}

.slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(3, 85, 139, 0.14);

    box-shadow: 0px 2.62px 5.24px 0px #03558b24;

    color: var(--color-primary);
    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-arrow:hover,
.slick-arrow:focus,
.slick-arrow:active {
    color: var(--color-primary);
}

.slick-arrow:hover,
.slick-arrow:active {
    background-color: #f2fbfb;
}

.slick-prev::before,
.slick-next::before {
    content: none !important;
}

/* Estilo base de los puntos (dots) */
.slick-dots {
    position: absolute;
    bottom: -50px;
    /* Ajusta la posición vertical de los dots */
    left: 50%;
    transform: translateX(-50%);
    /* Centra los dots horizontalmente */
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.slick-dots li {
    margin: 0 2px;
}

/* Estilo de los puntos inactivos */
.slick-dots li button {
    background-color: #ccc;
    /* Color de los puntos inactivos */
    border-radius: 50%;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Estilo de los puntos activos */
.slick-dots li.slick-active button {
    width: 12px;
    height: 12px;
    background-color: var(--color-primary);
    /* Color de los puntos activos */
}

/* Efecto cuando pasas el ratón sobre los puntos */
.slick-dots li button:hover {
    background-color: var(--color-primary);
}

/* Desactivar los iconos generados con ::before en los dots */
.slick-dots li button::before {
    content: none !important;
    /* Desactiva cualquier contenido generado por ::before */
}

/* Desactivar los iconos generados con ::before en los botones prev y next */
.slick-prev::before,
.slick-next::before {
    content: none !important;
    /* Desactiva los iconos predeterminados */
}

/* plan card | end */




/* SECTION: DISFRUTA | START */

.disfruta-section {
    background-image: url("../img/chica-en-llamada-andes.webp");
    background-position: top right;
    /* min-height: 650px; */
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 90px;
}

.disfruta-section .section-title {
    color: var(--color-primary);
    font-size: 38px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 20px;
}

.disfruta-container {
    max-width: 554px;
    box-shadow: 0px 2px 18px 0px #012C481A;
}


ul.disfruta-items {
    position: relative;
    list-style-type: none;
    padding-left: 0;
}

ul.disfruta-items li {
    font-size: 13px;
    font-weight: 400;
    line-height: 15.73px;
    letter-spacing: 0.01em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    /* padding: 15px 0; */
}

ul.disfruta-items li {
    position: relative;
    padding-left: 25px;
    margin: 15px 0;

}

ul.disfruta-items li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    /* transform: translateY(-50%); */
    width: 12px;
    height: 12px;
    margin: 5px;
    background-image: url("/assets/img/icons/bitel-icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.disfruta-items a {
    text-decoration: none;

}

/* SECTION: DISFRUTA | END */


/* SECTION: cÓMO ACTIVAR 5G | START */

.como-activar-section {
    background-image: url("../img/chica-selfie.webp"), url("../img/patron-star.svg");
    background-position: top right, top left;
    /* min-height: 650px, 100%; */
    background-size: contain, contain;
    background-repeat: no-repeat, repeat-x;
    padding-bottom: 90px;
}


.como-activar-section .section-title {
    font-size: 38px;
    font-weight: 600;
    line-height: 40px;
    text-align: left;
    color: var(--color-primary);
}

.nav-pills {
    display: inline-flex;
    background-color: #e1f0f080;
    padding: 10px;
    border-radius: 50px;
    transition: all 200ms ease-in;
}

.nav-pills .nav-link {
    width: 100px;
    color: var(--color-primary);
    text-align: center;
}

.nav-pills .nav-link.active {
    background-color: var(--color-primary);
    border-radius: 50px;
}

.activation-card {
    font-size: 13px !important;
    line-height: 18px !important;
}

.activation-icon {
    min-width: 40px;
}

.gear-icon {
    width: 40px;
    height: 40px;
    background-color: var(--color-primary);
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 30px;
}

.gear-icon svg {
    width: 30px;
    height: 30px;
}

ul.activation-steps {
    list-style-type: none;
    padding-left: 0;
}

ul.activation-steps li {
    position: relative;
    padding-left: 25px;
    margin: 15px 0;
}

ul.activation-steps li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    /* transform: translateY(-50%); */
    width: 12px;
    height: 12px;
    margin: 5px;
    background-image: url("/assets/img/icons/bitel-icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

ul.activation-steps a {
    text-decoration: none;
}

.activation-info {
    border: 1px dashed #b8e5e4;
    background-color: #29bdbc1a;
    padding: 16px;
    border-radius: 10px;

    display: flex;
    gap: 10px;

    font-weight: 400;
    font-size: 12px;
    line-height: 18px;


    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.01em;
}

.img_guide_phone{
    width: 200px;
    min-width: 100%;
    height: auto;
}
/* SECTION: cÓMO ACTIVAR 5G | END */


/* SECTION: EQUIPOS | START */

.equipos-section {
    padding-bottom: 50px;
    background-color: #E1F0F0;
}

.equipos-section .title-sm {
    padding-bottom: 50px;
    background-color: #E1F0F0;
}


.equipos-section .title-sm span {
    font-family: Inter;
    font-size: 38px;
    font-weight: 500;
    line-height: 54px;
    color: #494C66;
}

.equipos-section .title-sm {
    text-align: center;
    font-family: Inter;
    font-size: 44px;
    font-weight: 600;
    line-height: 72px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--color-primary);
}




.equipo-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.equipo-card picture {
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.equipo-card picture img {
    height: 100%;
}


.equipo-description .brand {
    margin-top: 30px;
    margin-bottom: 0;

    font-family: Inter;
    font-size: 16.94px;
    font-weight: 700;
    line-height: 20.5px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

    color: #484C67;
}

.equipo-description .model {
    color: #484C67;
    font-family: Inter;
    font-size: 16.94px;
    font-weight: 500;
    line-height: 20.5px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}


.brand-tags .title {
    text-align: center;
}

.brand-tags .title span {
    font-family: Inter;
    font-size: 38px;
    font-weight: 500;
    line-height: 54px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #494C66;
}

.brand-tags .title {
    text-align: center;
    font-family: Inter;
    font-size: 44px;
    font-weight: 600;
    line-height: 72px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--color-primary);
}




.brands-items {
    max-width: 350px;
    margin: auto;
}

.brands-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.brand-item {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 5px;
    border: 1px solid #DEE2E6;

    margin: 5px;

    width: 75px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;

    box-shadow: 0px 8px 16px 0px #00000014;
}

.equipos-catalogo {
    width: 584px;
    border: 1px solid var(--color-primary);
    border-radius: 8px;

    display: flex;
    justify-content: space-between;
    padding: 20px 15px 20px 30px;
}

.equipos-catalogo .description span {
    padding: 5px;

    font-family: Inter;
    font-size: 24.17px;
    font-weight: 400;
    line-height: 26px;

    color: #494C66;

}

.equipos-catalogo .description span.tecnology {
    font-size: 24.17px;
    font-weight: 400;
    line-height: 26px;
    color: var(--color-primary);
}

.equipos-catalogo .description span.todos {
    font-size: 24.27px;
    font-weight: 700;
    line-height: 26px;
    color: #0F001C;

}

.btn_catalogo {
    display: flex;
    align-items: center;
}

.btn_catalogo a {
    border: 1px solid var(--color-primary);
    background-color: #FFF100;
    border-radius: 30px;
    padding: 15px 30px;
    text-decoration: none;
    color: var(--color-primary);

    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    text-align: center;
}

.btn_catalogo a:hover{
    box-shadow: 0px 2px 5px #0000006c;
}
/* SECTION: EQUIPOS | END */



/* SECTION: TV360 | START */
.tv360-section {
    background-color: #000000;
    color: #FFFFFF;
}

.tv360-section .slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 1);

    box-shadow: 0px 2.62px 5.24px 0px #03558b24;

    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tv360-section .slick-arrow:hover,
.tv360-section .slick-arrow:focus,
.tv360-section .slick-arrow:active {
    color: white;
}

.tv360-section .slick-arrow:hover,
.tv360-section .slick-arrow:active {
    background-color: rgba(255, 255, 255, 0.3);
}

.movies-item {
    position: relative;
    width: 100%;
    /* aspect-ratio: 265 / 366; */
    aspect-ratio: 3 / 4;
    overflow: hidden;
}

.movies-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
}


/* SECTION: TV360 | END */


/* SECTION: FAQ | START */
.faq-section .section-title {
    color: var(--color-primary) !important;
    text-align: center;

    font-size: 38px;
    font-weight: 600;
    line-height: 40px;
}

.faq-content {
    max-width: 600px;
    margin: auto;
    padding-top: 20px;
}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.accordion-item {
    box-shadow: 0px 2px 18px 0px #012C481A;
    border-radius: 20px !important;
    overflow: hidden;
}

.accordion-button {
    background-color: #FFFFFF !important;
    color: var(--color-primary) !important;
    padding: 10px 20px;
    border: 0;
}

.accordion-button.collapsed {
    background-color: #FFFFFF !important;
    color: #000000 !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 0;

    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    border-radius: 20px;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, .125);
}

.accordion-button.collapsed::after {
    background-image: url("./../img/icons/arrow-down.svg");
    background-size: cover;
    width: 30px;
    height: 30px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("./../img/icons/arrow-down.svg");
    background-size: cover;
    width: 30px;
    height: 30px;
    transform: rotate(180deg);
}

.accordion-body p {
    font-size: 13px;
    font-weight: 400;
    line-height: 15.73px;
}

/* SECTION: FAQ | END */


footer {
    background-color: var(--color-primary);
    color: #FFFFFF;
    padding: 15px 0;
}


@media screen and (max-width: 1400px) {
    .cobertura-section {
        background-position: top left -200px;
    }

    .disfruta-section {
        background-position: top right -150px;
    }

    .como-activar-section {
        background-position: top right -200px;
    }

}

@media screen and (max-width: 1400px) {
    .cobertura-section {
        background-position: top left -300px;
    }

    .disfruta-section {
        background-position: top right -250px;
    }

    .como-activar-section {
        background-position: top right -250px;
    }
}

@media screen and (max-width: 991px) {
    .menu {
        background-color: var(--color-primary) !important;
    }

    .navbar-toggler {
        all: unset;
        display: inline-block;
        background: transparent;
        border: none;
        padding: 0;
        cursor: pointer;
        position: relative;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }

    .navbar-toggler::before {
        content: '\2630';
        font-size: 30px;
        color: #fff;
        transition: transform 0.3s ease, color 0.3s ease;
    }

    /* Cuando el menú está expandido, cambiamos a una "X" */
    .navbar-toggler[aria-expanded="true"]::before {
        content: '\00d7';
        font-size: 40px;
        color: white;
        transform: translate(-50%, -50%) rotate(180deg);
    }

    section {
        padding-top: 66px;
        padding-bottom: 40px;
    }


    .hero {
        padding: auto 0;
        padding-top: 66px;
    }

    .cobertura-section {
        background-image: none;
        padding-bottom: 0;
    }

    .disfruta-section {
        background-image: none;
        padding-bottom: 0;
    }

    .como-activar-section {
        background-image: url("../img/patron-star.svg");
        background-position: center;
        background-size: contain;
        background-repeat: repeat;
        padding-bottom: 0;
    }

    .cobertura-container .section-title .para {
        text-align: left;
    }

}


@media screen and (max-width: 767px) {
    .equipos-section .container {
        max-width: 95%;
    }
}

@media screen and (max-width: 575px) {
    .equipos-section {
        padding-bottom: 0;
    }

    .equipos-section .container {
        max-width: 100%;
    }

    .equipos-catalogo-sm {

        background: url("/assets/img/patron-star-sm.svg");
        background-size: 100%;
        background-position: center -15px;
        background-repeat: no-repeat;
        width: 100%;
        /* background-color: #FDF46E; */
        text-align: center;
        padding: 50px 0;
        padding-top: 25px;
    }

    .equipos-catalogo-sm .description span {
        padding: 5px;

        font-family: Inter;
        font-size: 24.17px;
        font-weight: 400;
        line-height: 26px;

        color: #494C66;

    }

    .equipos-catalogo-sm .description span.tecnology {
        font-size: 24.17px;
        font-weight: 400;
        line-height: 26px;
        color: var(--color-primary);
    }

    .equipos-catalogo-sm .description span.todos {
        font-size: 24.27px;
        font-weight: 700;
        line-height: 26px;
        color: #0F001C;

    }


    .equipos-catalogo-sm .btn_catalogo {
        margin-top: 20px;
    }

    .equipos-catalogo-sm .btn_catalogo a {
        background-color: #FDF46E;
        color: var(--color-primary);
        margin: auto;

        font-size: 14px;
        font-weight: 500;
        line-height: 16.94px;
        text-align: center;

    }

}