
    .contenedor_home_fibra_movil {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        height: 100vh;
        background-color: #FBFFEF;
        display: flex;
        flex-direction: column;
    }

    .fibra-icono-fibra {
        display: flex;
        margin-bottom: 25px;
    }

    .caja_home {
        border-radius: 8px;
        border: 1px solid black;
        width: 416px;
        height: 948px;
        background-color: white;
        width: 25%;
        margin-top: 500px;
    }

    .parrafo_a001 {
        font-weight: 800;
        font-size: 32px;
    }

    .contenedor_fibra_movil {
        background-color: #FBFFEF;
        display: flex;
        flex-direction: row;
    }

    .contenido_fibra_movil {
        width: 50%;
    }

    .caja_contenido_fibra_movil {
        padding: 168px 112px 0px 176px;
    }

    .caja_tarifas2,
    .caja_tarifas1,
    .caja_tarifas3 {
        border-radius: 15px;
        width: 416px;
        height: max-content;
        background-color: white;
        text-align: left;
        padding: 32px 40px 56px 40px;
    }

    .mejor-tarifa {
        height: 26px;
        color: #579AD7;
        width: 111px;
        padding: 5px;
        border-radius: 4px;
        font-family: Outfit;
        font-size: 11px;
        font-style: normal;
        font-weight: 600;
        line-height: 16px;
        text-transform: uppercase;
        display: flex;
        gap: 6px;
    }

    .f-mejor-tarifa {
        background-size: contain;
        width: 12px;
        height: 12px;
    }

    .mejor-tarifa-oculta {
        color: white;
        padding: 5px;
        font-family: Outfit;
        font-size: 11px;
        font-style: normal;
        font-weight: 600;
        line-height: 16px;
        text-transform: uppercase;
    }

    .megas {

        color: #012241;
        font-family: Outfit;
        font-size: 32px;
        font-style: normal;
        font-weight: 800;
        text-transform: uppercase;
    }

    .titulo-megas {
        color: var(--fg-subtle, #627480);
        font-family: Outfit;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }

    .contenedor-numeros {
        display: flex;
        height: 96px;
    }

    .numero-grande {
        color: #2C5E8C;
        text-align: center;
        font-family: Outfit;
        font-size: 96px;
        font-style: normal;
        font-weight: 600;
        line-height: 96px;
        width: 96px;

    }

    .numero-grande-2 {
        color: #2C5E8C;
        text-align: center;
        font-family: Outfit;
        font-size: 96px;
        font-style: normal;
        font-weight: 600;
        line-height: 96px;
        margin-right: 8px;
    }

    .decimales-mes {

        width: 100%;
        height: 40px;
        display: flex;
        align-items: flex-end;
        color:  #2C5E8C;
        font-family: Outfit;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 36px;
        gap: 4px;

    }

    .iva {
        color:  #627480;
        font-family: Outfit;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;

    }

    .iva-2 {

        color:  #627480;
        font-family: Outfit;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
    }

    .frases-check {
        color:  #627480 !important;
        font-family: Outfit !important;
        font-size: 13px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 20px !important;
        margin-top: 16px !important;
    }

    .frases-check img {
        vertical-align: middle;
        height: 16px;
        width: 16px;
        margin-right: 8px;
    }

    .selecionar-tarifa {
        border-radius: 48px;
        background: #C9FC1E;
        color: #2C5E8C;
        width: 100%;
        border: none;
        margin-bottom: 40px;
        margin-top: 40px;
        height: 56px;
    }

    .selecionar-tarifa a {
        text-decoration: none !important;
        color:  #2C5E8C !important;
        text-align: center;
        font-family: Outfit;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px;
    }

    .selecionar-tarifa a:hover {
        color: white;

    }

    .selecionar-tarifa:hover {
        color: white;
        background: #C9FC1E;
    }

    .titulo-fibra {
        color:  #2C5E8C;
        font-family: Outfit;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px;
        margin-bottom: 4px;
    }

    .titulo-fibra img {
        height: 24px;
        width: auto;
        margin-right: 12px;
    }

    .mensaje-fibra {
        color:  #627480;
        font-family: Outfit;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        margin-left: 11%;
    }

    .llamadme {
        border-radius: 48px;
        border: 2px solid #8AC6FD;
        background-color: #FFF;
        color: #2C5E8C;
        width: 100%;
        margin-top: 40px;
        height: 56px;
        color:  #2C5E8C;
        text-align: center;
        font-family: Outfit;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px;
    }

    .llamadme:hover {
        border-radius: 48px;
        border: 2px solid #8AC6FD !important;
        background-color: #FFF !important;
        color: #2C5E8C !important;
        width: 100%;
        margin-top: 40px;
        height: 56px;
        color:  #2C5E8C;
        text-align: center;
        font-family: Outfit;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px;
    }

    .llamadme:focus {
        border-radius: 48px;
        border: 2px solid #8AC6FD !important;
        background-color: #FFF !important;
        color: #2C5E8C !important;
        width: 100%;
        margin-top: 40px;
        height: 56px;
        color:  #2C5E8C;
        text-align: center;
        font-family: Outfit;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px;
    }

    .llamada {
        border-radius: 48px;
        border: 2px solid #8AC6FD;
        background-color: #FFF;
        color: #2C5E8C;
        width: 100%;
        margin-top: 40px;
        height: 56px;
        color:  #2C5E8C;
        text-align: center;
        font-family: Outfit;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px;
    }

    .llamada:hover {
        border-radius: 48px;
        border: 2px solid #8AC6FD !important;
        background-color: #FFF !important;
        color: #2C5E8C !important;
        width: 100%;
        margin-top: 40px;
        height: 56px;
        color:  #2C5E8C;
        text-align: center;
        font-family: Outfit;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px;
    }

    .llamada:focus {
        border-radius: 48px;
        border: 2px solid #8AC6FD !important;
        background-color: #FFF !important;
        color: #2C5E8C !important;
        width: 100%;
        margin-top: 40px;
        height: 56px;
        color:  #2C5E8C;
        text-align: center;
        font-family: Outfit;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px;
    }

    .llamada {
        border-radius: 48px;
        border: 2px solid #8AC6FD;
        background-color: #FFF;
        color: #2C5E8C;
        width: 100%;
        margin-top: 40px;
        height: 56px;
    }

    .llamada:hover {
        border-radius: 48px;
        border: 2px solid #8AC6FD !important;
        background-color: #FFF !important;
        color: #2C5E8C !important;
        width: 100%;
        margin-top: 40px;
        height: 56px;
    }


    .fibra {
        color: white;
        padding: 80px 0px 0px 107px;
    }

    .fibra img {
        margin-right: 12px;
        vertical-align: text-top;
        width: 12px;
        height: 16px;
    }

    .moviles {
        margin-right: 12px;
        vertical-align: bottom;
        width: 16px;
    }


    .fibra_icono {
        color: #000;
    }

    .fibra h1 {
        color: #FFF;
        font-family: Outfit;
        font-size: 72px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
    }

    .contenedor_cajas {
        display: flex;
        flex-direction: row;
        margin: 0 auto !important;
        justify-content: start;
        gap: 32px;
    }

    .contenedor_cajas> :first-child {
        margin-left: auto;
    }

    .contenedor_cajas> :last-child {
        margin-right: auto;
    }


    .parrafo_tu_tarifa {
        font-size: 96px;
        font-weight: 500;
        line-height: 100%;
    }

    .parrafo_tu_tarifa_002 {
        font-size: 18px;
        font-weight: 400;
        color: var(--color-gris-parrafo);
    }

    .botones_contratar_moviles {
        border-radius: 24px;
        width: 464px;
        height: 60px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 5px;
    }

    .boton_mas_menos {
        background-color: white;
        width: 48px;
        height: 32px;
        border: 1px solid #2C5E8C;
        border-radius: 24px;
        color: #2C5E8C;
        font-size: 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }


    .contenido_fibra_movil {
        margin-top: 514px;
        margin-bottom: 32px;
        margin-left: 70px;
    }

    .switch-container {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        border-radius: 48px;
        background: rgba(255, 255, 255, 0.80);
        backdrop-filter: blur(4px);
        width: 386px;
        color:  #012241;
        text-align: right;
        font-family: Outfit;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
        margin: 0 auto;
        height: 48px;
        margin-bottom: 32px;
        margin-top: 123px;
    }

    .switch {
        position: relative;
        width: 60px;
        height: 30px;
    }

    .switch input {
        display: none;
    }

    .switch label {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ccc;
        border-radius: 30px;
        transition: background-color 0.3s ease;
    }

    .switch label:before {
        content: '';
        position: absolute;
        top: 3px;
        left: 3px;
        width: 24px;
        height: 24px;
        background-color: white;
        border-radius: 50%;
        transition: transform 0.3s ease;
    }

    .switch input:checked+label {
        background-color: #4caf50;
    }

    .switch input:checked+label:before {
        transform: translateX(30px);
    }


    .lineas-m {
        background-color: white;
        width: 496px;
        height: 430px;
        padding-left: 15px;
    }

    .lineas-m h1 {
        color:  #012241;
        font-family: Outfit;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;

    }

    .lineas-m p {
        color: #627480;
        font-family: Outfit;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
    }

    .lineas-m div {
        border-radius: 8px;
        background:  #F0F8FF;
        backdrop-filter: blur(10px);
        margin-bottom: 5px;
        color:  #2C5E8C;
        font-family: Outfit;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px;
    }


    .tarifas-i {
        border: 1px solid black;
        width: 1312px;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        height: 168px;
        border-radius: 16px;
        background: #C9FC1E;
        padding: 25px;

    }

    .texto-i {
        width: 780px;
        margin-right: 32px;
    }

    .texto-i h1 {
        color:  #2C5E8C;
        font-family: Outfit;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 36px;
        margin-bottom: 0px;

    }

    .texto-i p {
        color:  #2C5E8C;
        font-family: Outfit;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }


    .llevame-i {
        border: 1px solid black;
        border-radius: 48px;
        color:  #2C5E8C;
        text-align: center;
        background-color: white;
        width: max-content;
        height: 56px;
        font-family: Outfit;
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px;
        display: flex;
        flex-direction: row;
        height: 56px;
        padding: 17px 22px 17px 28px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        display: flex;
        margin: 0 auto;
        margin-top: 2%;
    }

    .llevame-i a {
        text-decoration: none !important;
        color: #2C5E8C !important;
        text-align: center;
        font-family: Outfit;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px;
    }

    .tarifa-a-medida {
        border-radius: 16px;
        border: 1px solid #E0E3E6;
        margin-top: 64px;
        display: flex;
        width: 416px;
        padding: 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
    }

    .resultados {
        background-color: #FFF;
        display: flex;
        padding: 24px;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        align-self: stretch;
        border-radius: 8px;
        color:  #2C5E8C;
        font-family: Outfit;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px;
    }



    .lineas-f {
        display: flex;
        padding: 16px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
        background: #FFF;
        width: 496px;
        color: #012241;
        font-family: Outfit;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
    }

    .fibra-1 {
        display: flex;
        padding: 25px 24px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        border-radius: 8px;
        background:  #F0F8FF;
        color:  #2C5E8C;
        text-align: center;
        font-family: Outfit;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px;

    }

    .fibra-1.activo {
        background:  #012241;
        color: #fff;
    }

    .fibra-1.activo p {
        color: #fff;
    }

    .fibra-1>p {
        color:  #627480;
        text-align: center;
        font-family: Outfit;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
    }

    .fibra-2>p {
        color:  #627480;
        text-align: center;
        font-family: Outfit;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
    }

    .fibra-2 {
        display: flex;
        padding: 25px 24px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        border-radius: 8px;
        background:  #F0F8FF;
        color: #2C5E8C;
        text-align: center;
        font-family: Outfit;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px;
    }

    .f-movil {

        width: 16px !important;
        height: 16px !important;
        margin-right: 6px;
        margin-top: 3px;
    }


    .sumarsigno {
        margin-left: 8px;
        margin-right: 8px;
    }

    .barrames {
        color:  #2C5E8C;
        font-family: Outfit;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
        margin: 0 auto !important;
        height: 71%;

    }

    .titulo-fibra-2 {
        color:  #2C5E8C;
        font-family: Outfit;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px;
        margin-right: 12px;
    }

    .titulo-fibra-2-movil {
        width: 24px;
        height: 24px;
        margin-top: 10px;
        margin-right: 12px;

    }


    .titulo-fibra-2-telefono {
        width: 24px;
        height: 24px;
        margin-top: 10px;
        margin-right: 12px;

    }

    .titulo-fibra-2-telefono-plus {
        width: 24px;
        height: 24px;
        margin-top: 10px;
        margin-right: 12px;

    }


    .titulo-fibra-2 img {
        width: 24px;
        height: 24px;
        margin-top: 9px;
    }

    .container-titulo-fibra {
        display: flex;
        flex-direction: row;
    }

    .t-i-o {
        height: 156px;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
        background-color: #FBFFEF;
        margin-bottom: 66px;
    }

    #contenedor_grande {
        background-color: #FBFFEF;
    }




    /*version movil*/

    @media (max-width: 620px) {

        .c-14{
            width: 100% !important;
 
        }

        .pais-container{
            width: 100% !important;
            height: fit-content !important;
            margin-top: 0px !important;
        }

        .contenedor_fibra_movil{
            width: 100% !important;
            flex-direction: column;
            height: fit-content;
        }

        .contenido_fibra_movil{
            margin-bottom: 0px;
            margin-left: 0px;
            margin-top: 400px;
        }

        .llamar{
            width: 100% !important;
            padding: 32px 30px !important;            
            flex-direction: column !important;
        }

        .llamar h1{
            font-size: 56px !important;
            line-height: 100% !important;
            text-align: center !important;
        }
        

        .parrafo_tu_tarifa{
            width: 100% !important;
            text-align: center;
            font-size: 56px;
            font-style: normal;
            font-weight: 500;
            line-height: 100%;
        }

        .parrafo_tu_tarifa_002{
            width: 100% !important;
            text-align: center;
            font-size: 15px;
            font-style: normal;
            font-weight: 400;
        }

        #paises_movil{
            width: 100% !important;
            height: 1550px;
            display: flex !important;
            flex-direction: column;
            flex-wrap: nowrap;
            gap: 12px;
            margin-top: 0px;
            padding-top: 0px;
            padding-left: 0px;
            padding-right: 0px;
        }

        #paises_movil  .pais{
            display: flex;
            height: fit-content;
            padding: 8px 18px 8px 6px;
            align-items: center;
            gap: 8px;
            border-radius: 28px;
            background: var(--bg-primary-light, #F0F8FF);
            color: var(--fg-primary-subtle, #2C5E8C);
          
            font-size: 13px;
            font-style: normal;
            font-weight: 500;
            line-height: 20px;
            margin-bottom: 0px;
        }

        #paises_normal{
            display: none !important;
        }

        .liena-tarifas {
            gap:10px;
        }




    }



















    

/* version movil de las tarjetas*/

    
@media (max-width: 620px) {

    .contenedor_home_fibra_movil {
       min-height: 1020px;
    }

    .fibra-icono-fibra{
        margin-top: 24px;
        font-size: 14px;
        height: 24px !important;
    }

    .fibra{
        margin-left: 22px;
        position: relative;
        padding-top: 0px;
        padding-left:0px ;
        width: 20% !important;
        height: fit-content;
    }


    .fibra h1, .texto-animado-2{
        font-size: 56px;
        font-weight: 500;
        line-height: 100%;
    }
    .switch-container {
        margin-top: 0px;
        height: 68px;
    }

    .scroll {
        width: 80%;
        overflow-x: scroll;
        overflow-y: visible;
        /* Ocultar las barras de desplazamiento */
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        /* Oculta la barra de desplazamiento en Firefox */
    }

    /* Ocultar las barras de desplazamiento */

    .scroll::-webkit-scrollbar {
        display: none;
        /* Oculta la barra de desplazamiento en Webkit */
    }

    .fotogoogle{
        margin-top: 120px;
        gap: 2px;
        flex-wrap: wrap;
        max-width: 239px;
        height: 80px;
        border-radius: 20px;
        justify-content: right;
    }

    .valoraciongoogle{
        font-size: 11px;
        line-height: 16px;
    }

    .iconodegoogle{
        margin-left: 8px;
        margin-right: 20.5px;
    }

    .contenedor_cajas {
        gap: 16px;
        width: 155%;
    }

    .contenedor_cajas> :first-child {
        margin-left: 8px;
    }

    .caja_tarifas2,
    .caja_tarifas1,
    .caja_tarifas3 {

        width: 312px;
        padding: 24px 24px 47px 24px;
    }

    .frases-check {
        font-size: 13px;
        font-weight: 400;
        margin: 0px !important;

    }

    .frases-check img {
        height: auto;
    }

    .selecionar-tarifa {
        margin-bottom: 24px;
        margin-top: 24px;
    }

    .megas {
        margin-bottom: 0px;
    }

    .titulo-megas {
        margin-top: 0px;
    }

    .contenedor-msj-llamadme {
        display: flex;
        padding: 40px 24px;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 8px;
        align-self: stretch;
        width: 100%;
        /* margin-top: 100px; */
    }

    .otro-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 16px;
    }

    .otro-container input {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

}
