/****************** GENERAL INIT ******************/
* {
    margin: 0;
    padding: 0;

}

body {
    font-family: Arial, sans-serif;
    text-rendering: optimizeLegibility;
    font-size: 15px;
    color: #444;
    position: relative;
    background: #F1F1F1;
}

._both:after {
    content: "";
    display: table;
    clear: both;
}

a {
    text-decoration: none;
    color: inherit;
}

.a-ver-mas {
    color: #1189e9;
    text-decoration: underline;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    padding: 0 10px 15px 10px;
}

._bg_white {
    background-color: #FFF;
}

._bg_black {
    background-color: #000;
}

._dib {
    display: inline-block;
    vertical-align: top;
}

._db {
    display: block;
}

._tac {
    text-align: center;
}

._tal {
    text-align: left;
}

._p5 {
    padding: 5px;
}

._pb5 {
    padding-bottom: 5px;
}

._p10 {
    padding: 10px;
}

._p20 {
    padding: 20px;
}

._pb4 {
    padding-bottom: 4px;
}

._pb10 {
    padding-bottom: 10px;
}

._pt10 {
    padding-top: 10px;
}

.c_white {
    color: #fff !important;
}
.c_yellow {
    color: #4257F4 !important;
}
.c_blue {
    color: #06DEF7 !important;
}
._fwb {
    font-weight: bold;
}
/* FONT SIZE & LINE HEIGHT */
.f-12 {
    font-size: 12px !important;
}

.f-13 {
    font-size: 13px !important;
}

.f-14 {
    font-size: 14px !important;
}

.f-15 {
    font-size: 15px !important;
}

.f-20 {
    font-size: 20px !important;
}

.f-25 {
    font-size: 25px !important;
}

.f-h-16-18 {
    font-size: 16px !important;
    line-height: 18px !important;
}

.f-h-18-20 {
    font-size: 18px !important;
    line-height: 20px !important;
}

.f-h-20-22 {
    font-size: 20px !important;
    line-height: 22px !important;
}

.f-h-30-34 {
    font-size: 30px !important;
    line-height: 32px !important;
}

.c-red-1 {
    color: #e3262e;
}

._mw90 {
    max-width: 90px !important;
}

main {
    padding: 0 0 15px;
}

.emoji-flip {
    transform: scale(-1, 1);
    display: inline-block;
    width: fit-content;
}

/****************** GENERAL END ******************/

/****************** HEADER INIT ******************/
#header {
    height: 70px;
    background: #4257F4;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 10;
}

.header-block {
    height: 70px;
    width: 100%;
}

.header-logo {
    width: 130px;
    text-align: center;
    box-sizing: border-box;
    height: 70px;
}

.header-logo img {
    height: 52px;
    padding: 8px 0 0 0;
}

.header-logo small {
    font-size: 11px;
    color: #666;
    margin-top: -10px;
    display: block;
}

/* MENU */

.header-block-menu {
    float: right;
    width: calc(100% - 136px);
    margin: 0 0 0 -140px;
    height: 70px;
    text-align: right;
}

.header-menu ul {
    list-style: none;
    text-align: right;
}

.header-menu ul li {
    display: inline-block;
    vertical-align: top;
    position: relative;

}

.hm-button {
    height: 63px;
    width: 64px;
    text-align: center;
    border-top: 4px solid #4257F4;
    padding: 3px 0 0 0;
    line-height: 1;
}

.hm-button.active,
.hm-button:hover {
    border-top-color: #06DEF7;
}

/* .hm-button:hover {
    background-color: #faebd7;
} */

.hm-button .hm-icon {
    display: inline-block;
    font-style: normal;
    width: 42px;
    height: 42px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
}

.hm-icon-ofertas {
    background-image: url(../img/icon/ofertas-azul.png);
}

.hm-icon-hogar {
    background-image: url(../img/icon/hogar-azul.png);
}

.hm-icon-chip {
    background-image: url(../img/icon/chip-azul.png);
}

.hm-button span {
    text-transform: uppercase;
    font-size: 12px;
}

/* WHATSAPP */

.whatsapp-a {
    margin: 8px 0 0 0;
    display: block;
}

.whatsapp-div {
    width: 160px;
    background-color: #13c036;
    color: white;
    float: right;
    vertical-align: text-top;
    padding: 5px 10px;
    border-radius: 10px;
    text-align: left;
}

.whatsapp-div div {
    text-align: left;
}

.whatsapp-div div strong {
    display: block;
    font-size: 18px;
}

/****************** HEADER END ******************/

/****************** COVER_TOP INIT ******************/
#cover_top {
    position: relative;
}

#cover_top .cover-top {
    background-color: #4257F4;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top;
    height: 360px;
    border-radius: 0 0 30px 30px;
    padding: 15px 10px;
}
#cover_top .cover-top-fibra {
    background-image: url(../img/cover/fit_peru_mobile_2.png);
}

/****************** COVER_TOP END ******************/

#s-main div img {
    display: inline-block;
    width: 90%;
    max-width: 320px;
}

#p-main h4 {
    font-size: 20px;
}

#p-main div {
    font-size: 40px;
}

#p-main div small {
    font-weight: bold;
}

.h-main .h-title {
    padding-bottom: 5px;
}

.h-main .h-title h3 {
    color: #000;
    font-size: 28px;
    line-height: 42px;
    padding-top: 10px;
}

.h-main .h-title>div .icon {
    width: 44px;
    height: 44px;
    background-size: 44px;
}

.h-sticky {
    position: sticky;
    top: 0px;
    z-index: 100;
    background: #06DEF7;
    padding: 2px 5px 3px 5px;
    color: #FFF;
}

.icon {
    width: 64px;
    height: 64px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.icon_horizon {
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    float: left;
    margin: 0 8px 0 8px;
}
.text_horizon {
    padding: 0 0 0 60px;
}
.icon-48 {
    height: 48px;
}

.icon-fibra {
    background-image: url(../img/wifi_fit.png);
}

.icon-fibra-style {
    height: 64px;
    background-size: 100%;
    background-position-y: 12px;
}

.icon-install {
    background-image: url(../img/home-networking.png);
}

.icon-router {
    background-image: url(../img/router_4.png);
}

.icon-mesh-router {
    background-image: url(../img/mesh-router.svg);
}

.icon-fibra2 {
    background-image: url(../img/fibra2.png);
}

.icon-fijo {
    background-image: url(../img/fijo.png);
}

.icon-netflix {
    background-image: url(../img/netflix.png);
}

/*  48px */
.icon-paramount-plus {
    background-image: url(../img/paramount-plus.png);
}
.icon-cable-go {
    background-image: url(../img/cable-go.png);
}
.icon-dgo {
    background-image: url(../img/fit-dgo.png);
}
.icon-check {
    background-image: url(../img/check.png);
}

.icon-dispositivos {
    background-image: url(../img/dispositivos-blanco.png);
    background-repeat: no-repeat;
    height: 14px;
    display: inline-block;
    width: 81px;
    background-size: 81px;
}

.icon-dispositivos-large {
    width: 102px;
    background-size: 102px;
    height: 17px;
}

.b-main article {
    position: relative;
}
.b-main article.a-etiqueta::before {
    position: absolute;
    left: 10px;
    top: -5px;
    background-color: #4257F4;
    color: #06DEF7;
    padding: 4px 14px;
    border-radius: 10px;
    font-weight: bold;
}
.b-main article.a-etiqueta-chip::before {
    content: "Chip";
}
.b-main article.a-etiqueta-fibra::before {
    content: "Internet";
}
.b-main article.a-etiqueta-pack::before {
    content: "Fibra + Chip";
}
.url-scroll {
    position: absolute;
    top: -100px;
}

.a-main {
    margin: 10px 4px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background: #FFF;
}

.a-main:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.24);
}

.a-top {
    padding: 4px;
}

.a-top-color-1 {
    background-color: #08a82b;
    color: #FFF
}

.a-top-color-2 {
    background-color: #ffbc4a;
    color: #000
}

.a-top-color-3 {
    background-color: #c94848;
    color: #fff
}

.a-header {
    text-align: center;
    background: #4257F4;
    padding: 8px 5px;
    color: #FFF;
}

.a-header h3 {
    color: #06DEF7;
}

#div-internet-gamer .a-header {
    background: #343434;
}

.a-precio1 {
    font-weight: bold;
    font-size: 2.5em;
    height: 40px;
}

.a-precio1-promo:after {
    content: "Tarifa mensual";
    font-size: 11px;
    font-weight: normal;
    width: 32px;
    display: inline-block;
    vertical-align: middle;
    margin: -5px 0 0 -5px;
}

.b-main .a-precio1-promo1:after {
    content: "por 1 meses";
}

.b-main .a-precio1-promo2:after {
    content: "por 2 meses";
}

.b-main .a-precio1-promo3:after {
    content: "por 3 meses";
}

.b-main .a-precio1-promo6:after {
    content: "por 6 meses";
}
.b-main .a-precio1-promo12:after {
    content: "por 12 meses";
}
#div-1play .b-main .a-precio1-promo:after {
    content: "Tarifa mensual";
}

.icon-body {
    padding: 15px 0 0 0;
}

.div-body {
    text-align: left;
    /* display: inline-block; */
    vertical-align: top;
    /* max-width: 100px; */
    padding: 0 0 10px 0;
}

.div-body::after {
    content: "";
    display: table;
    clear: both;
}

/* PLAN */

.b_plan small {
    display: inline-block;
    width: 128px;
    font-size: 14px;
    line-height: 14px;
    border-left: 1px solid #ccc;
    padding: 0 0 0 6px
}

/* streaming-24 */
.streaming-24 {
    padding: 0 0 12px 0;
}

.streaming-24 .div-body {
    padding-bottom: 0;
}

.streaming-24 p {
    width: 70%;
    margin: 0 auto;
}

.div-plus {
    position: relative;
    padding: 0 0 10px 10px;
}

.div-plus:before {
    content: "+";
    display: block;
    position: absolute;
    left: 0;
    top: 15px;
    font-weight: 900;
    color: #e3262e;
    font-size: 24px;
}

.div-plus-48 {
    padding: 0 0 10px 14px;
}

.div-plus-48:before {
    top: 10px;
    left: -2.5px;

}

.div-body b {
    display: block;
    font-size: 18px;
    line-height: 20px;
}

.div-body span {
    color: #666;
    display: block;
    font-size: 16px;
    line-height: 16px;
}

.a-body {
    padding: 8px 10px;
    text-align: left;
}

.a-body ul {
    list-style: none;
}

/*.a-body ul:first-child {
    margin: 0 0 10px 0;
}*/
.a-body ul h4 {
    font-size: 16px;
}

.a-body ul li {
    padding: 2px 0;
}

.a-body ul ul {
    margin: 0 0 0 10px;
}

.a-boton {
    width: 50%;
    display: inline-block;
}

.a-boton .a_venta_desktop {
    display: inline-block;
    height: 42px;
    width: 100%;
    line-height: 42px;
    background: #5caf47;
    border-radius: 16px;
    margin: 0 0 16px 0;
    font-size: 20px;
    /* box-shadow: 0 1px 4px 0 rgba(0,0,0,0.50); */
    box-shadow: rgb(0 0 0 / 30%) 0 -4px 0 0 inset;
    padding-bottom: 2px;
    cursor: pointer;
    color: #FFF;
    font-weight: bold;
}

.a-boton .a_venta_desktop::before {
    content: '';
    background-image: url(../img/cart.svg);
    background-size: 16px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 8px 0 0;
}

.a-boton .a_venta_desktop:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.a-boton .a_venta_desktop:active {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.a-boton-mobile a {
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

.a_bm_telefono {
    background-color: #128B98;
    background-image: url(../img/llamada-1.svg);
    background-repeat: no-repeat;
    background-size: 32px;
    background-position-y: 5px;
    background-position-x: 5px;
}

.a-etiqueta-fibra .a_bm_telefono {
    background-color: #03558b;
}

.a_bm_whatsapp {
    background-color: #13c036;
    background-image: url(../img/whatsapp-blanco.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position-y: 6px;
    background-position-x: 6px;
}

.a-canales a {
    background: #00ADEE;
    font-size: 17px;
    box-shadow: none;
    height: 32px;
    line-height: 32px;
}

/****************** FOOTER INIT ******************/

footer {
    background: #222;
    color: #FFF;
    padding: 15px 10px 90px 10px;
}

footer h4 {
    font-size: 18px;
    padding: 0 0 5px 0;
}

#f-div1 strong {
    font-size: 18px;
}

#f-div strong {
    padding: 5px 0 0 0;
}

#f-div2 {
    padding: 10px 0 0 0;
}

.a-call {
    display: inline-block;
    margin: 5px 0 0 0;
    background: #0082ca;
    padding: 4px 7px;
    border-radius: 10px;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
}

.a-call:before {
    content: '📞 ';
}
/****************** FOOTER END ******************/

/****************** POPUP CONTACTO INIT ******************/

/* #all-popup {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
} */
#div-popup {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 200;
}

#form-popup {
    max-width: 336px;
    background-color: #fff;
    box-shadow: rgb(70 0 233 / 74%) 0 0 8px 2px;
    height: 70px;
    margin: 0 auto;
    border-radius: 10px 10px 0 0;
    border: 1px solid #4257F4;
    border-bottom: 0;
}

#form-tel-div {
    padding: 5px 0 5px 8px;
}

#form-tel-div b {
    font-size: 14px;
    color: #4257F4;
}

#form-tel-div input {
    width: 100px;
    height: 32px;
    padding: 5px;
    font-size: 16px;
    box-sizing: border-box;
    color: #444;
    border: 2px solid #ccc;
    border-radius: 10px;
    background-color: #fff;
}

input:disabled {
    background: #dfdfdf !important;
}

#enviar_llamame {
    margin: 0 0 0 0;
    height: 30px;
    background: #5caf47;
    color: #fff;
    width: 50px;
    border-radius: 10px;
    cursor: pointer;
    border: 0;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 50%);

}

#form-tel {
    width: calc(100% - 150px);
}

.popup-click {
    width: 70px;
    height: 70px;
    /* background-color: yellow; */
    text-align: center;
}

.popup-click>small {
    font-size: 13px;
    color: #444;
}

.popup-click>div {
    margin-top: -1px;
    display: inline-block;
    border-radius: 100%;
    width: 48px;
    height: 48px;
    background-color: #128B98;
}

.popup-click>div>div>span {
    visibility: hidden;
}

#form-llamanos {
    background-color: #4257F4;
}

#form-llamanos>div {
    height: 48px;
    background-image: url(../img/llamada-1.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position-y: 4px;
    background-position-x: 3px;
}

#form-whatsapp {
    background-color: transparent;
    position: relative;
}

#form-whatsapp::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, greenyellow, deepskyblue, teal, deepskyblue, greenyellow, deepskyblue, teal, blue);
    background-size: 600%;
    border-radius: 100%;
    filter: blur(4px);
    animation: glowing 20s linear infinite
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 300% 0;
    }

    100% {
        background-position: 0 0;
    }
}

#form-whatsapp>div {
    height: 48px;
    background-image: url(../img/whatsapp-blanco.svg);
    background-repeat: no-repeat;
    background-size: 36px;
    background-position-y: 6px;
    background-position-x: 6px;
    /* new */
    background-color: #13c036;
    border-radius: 100%;
    z-index: 2;
    position: relative;
}
/****************** POPUP CONTACTO END ******************/