﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html {
    scroll-behavior: smooth;
}
textarea:focus, input:focus {
    outline: none !important;
}
*:focus {
    outline: none !important;
    border-color: inherit !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.OverFlowHidden {overflow:hidden !important;}
button {
    outline: none;
}
a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit;
}
.OpenSans {
    font-family: 'Open Sans', sans-serif;
}
.Poppins {
    font-family: 'Poppins', sans-serif;
}
.Rubik {
    font-family: 'Rubik', sans-serif;
}
.Normal {
font-weight:normal;
}
.Bold {
font-weight:bold;
}
.Extra_Bold {
    font-weight: bolder;
}
.SemiBold {
    font-weight: 600;
}
.Light {
    font-weight:300;
}
.Blanco {
    color: #ffffff !important;
}
.Amarillo {
    color: #ffd000 !important;
}
.Negro {
    color: #191919 !important;
}
.Violeta{
    color: #292346 !important;
}
.Celeste {
    color: #00acfb !important;
}
.GrisOscuro {
    color: #9e9da2 !important;
}
.GrisClaro {
    color: #7c7c7c !important;
}
.Naranja {
    color: #f89c1a !important;
}
.Azul {
    color: #0173ae !important;
}
.AzulOscuro {
    color: #070d81 !important;
}
.FondoGrisClaro {
    background-color: #f4f7f9;
}
.FondoGrisOscuro {
    background-color: #9e9da2;
}
.FondoGris3Btns {
    background-color: #f4f7f9;
}
.FondoAmarillo {
    background-color: #ffd000;
}
.FondoAmarilloOscuro {
    background-color: #f1ab01;
}
.FondoNegro {
    background-color: #000000;
}
.TextoPorcentajePromo {
    font-size: 120px;
    line-height: 90px;
}
.TextoPorcentajePromo2 {
    font-size: 63px;
    line-height: 50px;
}
.TextoPorcentajePromo3 {
    font-size: 23px;
    line-height: 15px;
}
.TextoInstalacion {
    font-size: 28px;
    line-height: 32px;
}
.TextoLineaHeader {
    font-size: 14px;
    line-height: 18px;
    letter-spacing:1px;
}
.TextoTituloCard {
    font-size: 18px;
    line-height: 22px;
}
.TextoForm {
    font-size: 15px;
    line-height: 20px;
}
.TextoDetalleForm {
    font-size: 11px;
    line-height: 15px;
}
.TextoTitulares {
    font-size: 40px;
    line-height: 52px;
}
.TextoSubtitulos {
    font-size: 28px;
    line-height: 32px;
}
.TextoCostoPlan {
    font-size: 52px;
    line-height: 56px;
}
.TextoContenidoPlanes {
    font-size: 16px;
    line-height: 20px;
}
.TextoBtnContratar {
    font-size: 20px;
    line-height: 24px;
}
.TextoCanalesPremium {
    font-size: 50px;
    line-height: 54px;
}
.TextoContenido {
    font-size: 22px;
    line-height: 26px;
}
.TextoContenidoChico {
    font-size: 18px;
    line-height: 22px;
}
.InterlineadoEspecial {
    line-height: 36px !important;
}



/*NAV*/
.custom-navbar {
    background-color: #333; /* Cambia el color de fondo del navbar según tu preferencia */
}

    .custom-navbar .navbar-brand {
        color: white; /* Cambia el color del texto del logo */
    }

    .custom-navbar .navbar-nav .nav-link {
        color: white; /* Cambia el color del texto de los enlaces del navbar */
    }

/* Estilos para hacer el navbar sticky cuando se hace scroll */
.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1000;
}

/* Elimina el margen superior del body */
body {
    margin: 0;
    padding: 0;
}
.PopUpOfcanvasPoliticas{
    height: 60vh;
    z-index: 99999;
}
.PopUpOfcanvasTerminos {
    height: 60vh;
    z-index: 99999;
}

/*Generales*/
.full-height {
    height: 100vh;
}
/* Clase personalizada para el primer slide con imagen de fondo */
.first-slide {
    /*background-image: url('../images/Slider1_v2.webp');*/
    background-image: url('../images/FondoPrincipal.png'); /* Ruta a tu imagen de fondo */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white; /* Cambia el color del texto para que sea legible en la imagen de fondo */
    height: 100vh; /* Establece un mínimo de alto del 100% de la pantalla */
}
.Logo_Header {
    padding:0px;
    max-width:80%;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
.navbar-dark {
    background-color: #ffd000;
}
.ContenedoPrincipal {
    height: 100vh; /* Altura del viewport */
    display: flex;
    align-items: center;
    justify-content: center;
}
.Contenedor1 {
    display: flex;
    align-items: end;
    justify-content: center;
}
::-webkit-input-placeholder {
    color: #000000 !important;
}

/* Establecer color del placeholder para Internet Explorer */
:-ms-input-placeholder {
    color: #000000 !important;
}
/* Aplicar efecto de subrayado animado al pasar el mouse y al elemento con la clase MenuActivo */
.navbar-nav .nav-item .nav-link {
    position: relative;
    text-decoration: none;
}

    .navbar-nav .nav-item .nav-link::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 4px;
        background-color: #0173ae;
        transition: width 0.5s ease;
    }

    /* Efecto de subrayado al pasar el mouse */
    .navbar-nav .nav-item .nav-link:hover::before {
        width: 97%;
    }

    /* Efecto de subrayado para el elemento con la clase MenuActivo */
    .navbar-nav .nav-item .nav-link.MenuActivo::before {
        width: 97%;
    }

.RecuadroForm {
    background-color: #ffffff;
    border-radius: 25px;
    border: solid 3px #ffd000;
}
.RecuadroForm2 {
    background-color: #ffffff;
    border-radius: 25px;
    border: solid 3px #ffd000;
    transform: scale(1.2)
}
.inputForm {
    background-color: #ffffff;
    border-radius: 25px;
    padding: 10px 15px 10px 15px;
    border: solid 2px #000000; /* Establece un borde inicial transparente */
}

    .inputForm:focus {
        border: 2px solid #0173ae; /* Cambia el borde al color deseado cuando el campo está activo */
    }
select.inputForm {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%23000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');
    background-position: right 10px top 50%; /* Ajusta la posición de la flecha */
    background-repeat: no-repeat;
}
.form-label {
    margin-left: 25px; /* Ajusta el valor según el margen que desees */
}
.BtnForm {
    background-color: #ffd000;
    border-radius: 50px;
    padding: 15px 70px;
    color: #000000;
    border: solid 2px transparent;
    transition: background-color 1s, color 1.5s; /* Agregamos la propiedad de transición */
}
    .BtnForm:hover {
        background-color: #000000;
        color: #ffd000;
        border: solid 2px #ffd000;
    }

    .BtnForm:focus {
        outline: none; /* Para quitar el borde predeterminado del enfoque */
        background-color: #000000;
        color: #000000;
        border: solid 2px #ffd000;
    }

    .BtnForm:active {
        background-color: #000000;
        color: #000000;
        border: solid 2px #ffd000;
    }


.BtnContratar {
    background-color: #000000;
    border-radius: 50px;
    padding: 20px 100px;
    color: #ffffff;
    border: solid 2px transparent;
    transition: background-color 1s, color 1.5s; /* Agregamos la propiedad de transición */
}

    .BtnContratar:hover {
        background-color: #ffd000;
        border: solid 2px #000000;
        color: #000000;
    }

    .BtnContratar:focus {
        outline: none; /* Para quitar el borde predeterminado del enfoque */
        background-color: #ffd000;
        border: solid 2px #000000;
        color: #000000;
    }

    .BtnContratar:active {
        background-color: #ffd000;
        border: solid 2px #000000;
        color: #000000;
    }
.TextoConSombra {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Ajusta los valores según tu preferencia */
}
.TextoTitularesChico {
    font-size: 30px;
    line-height: 34px;
}

.separador {
    height: 2px;
    background-color: #ffd000;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}
.zoom-hover {
    transition: transform 0.2s ease; /* Transición para el agrandamiento */
}
.zoom-hover:hover {
    transform: scale(1.1); /* Agrandamos el elemento al 110% */
    transition: transform 0.2s ease; /* Transición para el agrandamiento */
}
.DegradePlanes {
    background: rgb(34, 34, 97);
    background: linear-gradient( 180deg, rgba(34, 34, 97, 1) 0%, rgba(0, 89, 146, 1) 100% );
    border-radius: 25px;
    height: 100%; /* Ajusta la altura según tus necesidades */
    position: relative; /* Permite posicionar el div interno con respecto a este contenedor */
}
.ImgCucarda {
    background-image: url('../images/Img_Cucarda.png');
    background-repeat: no-repeat;
    background-size: contain; /* Ajusta el tamaño de la imagen */
    background-position: top left; /* Alinea la imagen arriba y a la izquierda */
    width: 192px;
    height: 194px;
    position: absolute; /* Permite posicionar la imagen dentro del contenedor */
left:-21px;
top:-18px;
}
.ImgCucarda_2 {
    background-image: url('../images/Img_Cucarda_v2.png');
    background-repeat: no-repeat;
    background-size: contain; /* Ajusta el tamaño de la imagen */
    background-position: top left; /* Alinea la imagen arriba y a la izquierda */
    width: 140px;
    height: 140px;
    position: absolute; /* Permite posicionar la imagen dentro del contenedor */
    left: -16px;
    top: -13px;
}
.DivRelativo {
position:relative;
}
.Shadow-Planes {
    box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.5);
}
.Redondeado {
border-radius:25px;
}
.RedondeadoChico {
    border-radius: 10px;
}
.FondoCanalesPremium {
    background: rgb(72,72,71);
    background: radial-gradient(circle, rgba(72,72,71,1) 0%, rgba(0,0,0,1) 100%);
}

.FondoPorQue {
    background: rgb(2,91,149);
    background: linear-gradient(120deg, rgba(2,91,149,1) 0%, rgba(0,144,195,1) 100%);
}
.IconoTelefono {
    width: 200px;
    transition: 0.4s all ease-in;
}
    .IconoTelefono:hover {
        transform: scale(1.1);
        transition: 0.4s all ease-in;
    }
.IconoWhatsApp {
    width: 75px;
    transition: 0.4s all ease-in;
}

    .IconoWhatsApp:hover {
        transform: scale(1.1);
        transition: 0.4s all ease-in;
    }
#BtnLlamamos {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 999 !important;
}
#BtnWhatsApp {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 999 !important;
}
.PromoDestacada {
    transform: scale(1.1); /* Agrandamos el elemento al 110% */
}
.PromoChica {
    transform: scale(0.9); /* Agrandamos el elemento al 110% */
}

/*Cards*/
.card {
    transition: 0.4s all ease-in;
    border: none;
    margin: 25px auto;
    color: #000000;
}
.card-img-top {
    border-radius: 15px;
}

.card-img-top-1 {
    border-radius: 15px;
    background-image: url('../images/Card1.webp'); /* Ruta a tu imagen de fondo */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white; /* Cambia el color del texto para que sea legible en la imagen de fondo */
    height: 500px; /* Establece un mínimo de alto del 100% de la pantalla */
}
.card-img-top-2 {
    border-radius: 15px;
    background-image: url('../images/Card2.webp'); /* Ruta a tu imagen de fondo */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white; /* Cambia el color del texto para que sea legible en la imagen de fondo */
    height: 500px; /* Establece un mínimo de alto del 100% de la pantalla */
}
.card-img-top-3 {
    border-radius: 15px;
    background-image: url('../images/Card3.webp'); /* Ruta a tu imagen de fondo */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white; /* Cambia el color del texto para que sea legible en la imagen de fondo */
    height: 500px; /* Establece un mínimo de alto del 100% de la pantalla */
}
.card-img-top-4 {
    border-radius: 15px;
    background-image: url('../images/Card4.webp'); /* Ruta a tu imagen de fondo */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white; /* Cambia el color del texto para que sea legible en la imagen de fondo */
    height: 500px; /* Establece un mínimo de alto del 100% de la pantalla */
}

.carousel-control-next-icon {
    padding: 0 4px 0 0;
}

.product_price {
    float: right;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
}

.product-detail {
    position: absolute;
    height: 55px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    overflow: hidden;
    padding: 10px;
    background-color: rgba(255, 208, 0, 1);
    transition: all 0.35s;
    text-align: center;
    box-sizing: border-box;
    border-radius: 15px;
    border: solid 3px transparent;
}

.card .product-detail h5 {
    text-transform: uppercase;
    margin: 3px 0;
}

.card .product-detail .subheading {
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
}

.card .product-detail blockquote {
    padding: 0;
    margin: 0;
    font-style: italic;
}

.card:hover .product-detail {
    height: calc(25%);
    padding-top: 20px;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff !important;
    border: solid 3px #ffd000;
}
/*Fin Cards*/

.BoderPromo {
    border-left: solid 2px #000000;
}

/*Hot Spot Image*/

.lg-container {
    max-width: 100%;
    position: relative;
    margin: 1rem;
    padding: 0;
}

.lg-image {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: scale-down;
}

.lg-hotspot {
    position: absolute;
    margin: 0;
    padding: 0;
    transform: translate(-50%, -50%);
}

    .lg-hotspot:hover .lg-hotspot__button, .lg-hotspot:active .lg-hotspot__button {
        border-color: #ffd300;
    }

        .lg-hotspot:hover .lg-hotspot__button:after, .lg-hotspot:active .lg-hotspot__button:after {
            background-color: #ffd300;
        }


.lg-hotspot__button {
    height: 48px;
    width: 48px;
    padding: 0px;
    border-radius: 100%;
    border: 2px solid #ffd300;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    animation: button-pulse 2s ease-in-out infinite;
    cursor: pointer;
}

    .lg-hotspot__button:after {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        pointer-events: none;
        content: "";
        display: block;
        height: 16.8px;
        width: 16.8px;
        border-radius: 100%;
        border: 3px solid #000000;
        background-color: #ffd300;
        transition: border-color 1s linear;
    }






@keyframes button-pulse {
    0% {
        transform: scale(1, 1);
        opacity: 1;
    }

    40% {
        transform: scale(1.15, 1.15);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 1;
    }
}

.popover-header {
    background-color: #ffd300;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height:22px;
    font-weight: bold;
    text-align:left;
}
.custom-popover-container {
    background-color: #ffffff;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    width: 280px !important;
    max-width: 280px !important;
    font-size: 14px;
    font-weight: normal;
    /* Otros estilos que desees agregar */
}
.pulse-animation {
    position: relative;
    /* Agrega estilos para la imagen, como bordes redondeados, sombras, etc., según lo necesites */
}
.pulse {
    border-radius:25px;
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.4);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
}
/* Fin Hot Spot Image*/

.FondoAmarilloCelular {
    background-image: url("../images/Fondo_ConCelular_Chico.png");
    background-repeat: repeat-x;
    background-position: 50% 50%;
}

@media (max-width: 1440px) {
    .card:hover .product-detail {
        height: calc(30%);
    }
    .card-img-top-1 {
        height: 450px;
    }

    .card-img-top-2 {
        height: 450px;
    }

    .card-img-top-3 {
        height: 450px;
    }

    .card-img-top-4 {
        height: 450px;
    }
    .TextoTituloCard {
        font-size: 14px;
        line-height: 22px;
    }
    .FondoAmarilloCelular {
        background-position: 50% 70%;
    }
}
@media (max-width: 1280px) {
    .first-slide {
        background-position: 35% 100%;
        height: 90vh;
    }
    .TextoBtnContratar {
        font-size: 16px;
        line-height: 20px;
    }
    .BtnContratar {
        padding: 10px 70px;
    }
    .full-height {
        height: 90vh;
    }
    
    .card:hover .product-detail {
        height: calc(34%);
    }
    .FondoAmarilloCelular {
        background-position: 50% 60%;
    }
            
}
@media (max-width: 1263px) {
    .first-slide {
        height: 110vh;
    }
    .full-height {
        height: 110vh;
    }
    .card:hover .product-detail {
        height: calc(38%);
    }
    .card-img-top-1 {
        height: 400px;
    }

    .card-img-top-2 {
        height: 400px;
    }

    .card-img-top-3 {
        height: 400px;
    }

    .card-img-top-4 {
        height: 400px;
    }
    
}
@media (max-width: 1190px) {
    
}
@media (max-width: 992px) {
    
}
@media (max-width: 850px) {
       
}
@media (max-width: 768px) {
    .Logo_Header {
        padding: 5px 0;
    }    
.navbar-expand-lg .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #343a40; /* Color de fondo para el menú */
    }

    .navbar-toggler {
        position: absolute !important; /* Usa !important para asegurarte de que se apliquen tus estilos */
        right: 15px; /* Alinear a la derecha */
        top: 50%; /* Centrar verticalmente */
        transform: translateY(-50%); /* Centrar verticalmente */
    }
    .TextoLineaHeader {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: .5px;
    }
    .separador {
        width: 70%;
    }
    .TextoCostoPlan {
        font-size: 54px;
        line-height: 58px;
    }
    .TextoCanalesPremium {
        font-size: 30px;
        line-height: 34px;
    }
    .TextoContenido {
        font-size: 20px;
        line-height: 24px;
    }
    .TextoContenidoChico {
        font-size: 14px;
        line-height: 18px;
    }
    .IconoTelefono {
        width: 160px;
    }
    .IconoWhatsApp {
        width: 50px;
    }
    .PromoDestacada {
        transform: scale(1); /* Agrandamos el elemento al 110% */
    }

    .PromoChica {
        transform: scale(1); /* Agrandamos el elemento al 110% */
    }
    .TextoConSombra {
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* Ajusta los valores según tu preferencia */
    }
    .navbar-brand {
        text-align:center;
    }
    .ContenedoPrincipal {
        height: 100vh; /* Altura del viewport */
        display: flex;
        align-items: start;
        justify-content: center;
    }
    .card:hover .product-detail {
        height: calc(40%);
    }
    .BoderPromo {
        border-left: solid 0px #000000;
        border-top: solid 2px #000000;
    }
    .TextoTitulares {
        font-size: 30px;
        line-height: 42px;
    }
    .BtnContratar {
        padding: 10px 50px;
    }
    .RecuadroForm2 {
        transform: scale(1)
    }
    .InterlineadoEspecial {
        line-height: 26px !important;
    }
    .FondoAmarilloCelular {
        background-position: 50% 0%;
    }
    .TextoSubtitulos {
        font-size: 24px;
        line-height: 28px;
    }
    
}
@media (max-width: 500px) {
    .first-slide {
        min-height: 950px; /* Establece un mínimo de alto del 100% de la pantalla */
        background-position: 47% 50%;
    }

    .full-height {
        height: auto;
        min-height: 820px;
    }

    #BtnLlamamos {
        bottom: 0px;
        left:unset;
        right: -10px;
    }
    #BtnWhatsApp {
        bottom: 75px;
        right: -10px;
    }
    .BtnContratar {
        padding: 10px 40px;
    }
}
@media (max-width: 411px) {

    .BtnForm {
        background-color: #ffd000;
        border-radius: 50px;
        padding: 10px 40px;
        color: #000000;
        border: solid 2px transparent;
        transition: background-color 1s, color 1.5s; /* Agregamos la propiedad de transición */
    }
    
}
@media (max-width: 280px) {


    .first-slide {
        min-height: 1000px; /* Establece un mínimo de alto del 100% de la pantalla */
        background-position: 15% 50%;
    }
    .card:hover .product-detail {
        height: calc(40%);
    }
    .BtnContratar {
        padding: 10px 20px;
    }
    .TextoTitulares {
        font-size: 22px;
        line-height: 30px;
    }
    .TextoContenido {
        font-size: 16px;
        line-height: 20px;
    }
    .TextoSubtitulos {
        font-size: 18px;
        line-height: 22px;
    }
    .TextoContenidoPlanes {
        font-size: 14px;
        line-height: 18px;
    }
    .TextoTitularesChico {
        font-size: 24px;
        line-height: 28px;
    }
    .TextoForm {
        font-size: 13px;
        line-height: 18px;
    }
}