@font-face {
    font-family: 'Telefonica-Regular';
    src: url("../TELEFONICA-REGULAR.woff") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: 'Telefonica-Bold';
    src: url("../TELEFONICA-BOLD.woff") format("opentype");
    font-display: swap;
}

.popup-oferta_container{
    right: 0px;
    top: 250px;
    display: block;
    position: fixed; 
    z-index: 9998;
    box-shadow: 0px 3px 6px #3D3D3D29;
    background-image: url("../../img/popup/popup_hogar.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 400px;
    height: 220px;
    border-radius: 10px 0px 0px 10px;
}
.popup-oferta_container-row{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 15px 15px 15px 40px;
}
.popup-oferta_group{
    text-align: center;
}
.popup-oferta_group .popup-oferta_group__textBig{
    color: #0B2739;
    text-align: center;
    font-family: "Telefonica-Bold";
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 23.227px; /* 116.136% */
    letter-spacing: -0.2px;
    text-transform: uppercase;
    margin-bottom: 0.1rem;
}
.popup-oferta_group .popup-oferta_group__textBig span{
    text-transform: none;
    font-family: "Telefonica-Regular";
    font-weight: normal;
}
.popup-oferta_group .popup-oferta_group__title{
    color: #019DF4;
    text-align: center;
    font-family: "Telefonica-Regular";
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.885px; /* 111.094% */
    letter-spacing: -1.3px;
    margin-bottom: 0.4rem;
}
.popup-oferta .popup-oferta_group__text{
    color: #0B2739;
    text-align: center;
    font-family: "Telefonica-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.026px; /* 112.663% */
    letter-spacing: -0.16px;
    margin-bottom: 0.2rem;
}
.popup-oferta .popup-oferta_group__text strong{
    font-weight: 900;
    font-family: "Telefonica-Bold";
}
.popup-oferta_group .popup-oferta_group__destacado{
    color: #019DF4;
    text-align: center;
    font-family: "Telefonica-Bold";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0.5rem;
}
.popup-oferta_group .popup-oferta_group__small{
    color: #0B2739;
    text-align: center;
    font-family: "Telefonica-Regular";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0rem;
    margin-top: 0.5rem;
}
.popup-oferta .btn{
    width: 133px;
    height: 35px;
    color: #FBFDFF;
    text-align: center;
    font-family: "Telefonica-Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.popup-oferta .closeIcon__popup{
    cursor: pointer;
}
.popup-oferta .closeIcon__popup img{
    width: 15px;
    height: 20px;
    padding-left: 5px;
}
.hide {
    opacity:0 !important;
    pointer-events: none;
    z-index: -1;
}
.show {
    opacity:1;
}
.close{
    opacity: 0 !important;
    display: none !important;
}
@media(max-width:763px){
    .popup-oferta_container{
        background-image: url("../../img/popup/popup_hogar-mobile.png");
        width: 228px;
        height: 140px;
        top: 400px;
    }
    .popup-oferta_container-row{
        padding: 10px;
    }
    .popup-oferta_group .popup-oferta_group__textBig{
        font-size: 12px;
        line-height: 14.711px;
        letter-spacing: -0.12px;
        margin-bottom: 0.1rem;
    }
    .popup-oferta_group .popup-oferta_group__title{
        font-size: 16px;
        line-height: 18.294px;
        letter-spacing: -0.8px;
        margin-bottom: 0.4rem;
    }
    .popup-oferta .popup-oferta_group__text{
        font-size: 10px;
        line-height: 11.417px;
        letter-spacing: -0.1px;
        margin-bottom: 0.2rem;
    }
    .popup-oferta_group .popup-oferta_group__destacado{
        font-size: 9px;
        margin-bottom: 0.5rem;
    }
    .popup-oferta_group .popup-oferta_group__small{
        font-size: 6px;
        margin-top: 0.5rem;
    }
    .popup-oferta .btn{
        width: 84.233px;
        height: 19px;
        font-size: 8.867px;
        padding-top: 4px;
    }
}
@media (max-width:380px){
    .popup-oferta_container{
        top: 200px;
    }
}