@font-face {
    font-family: 'Times NR Seven MT Std';
    src: url('../fonts/Times NR Seven MT Std Regular.woff2') format("woff2"),
         url('../fonts/Times NR Seven MT Std Regular.woff') format("woff"),
         url('../fonts/Times NR Seven MT Std Regular.otf') format("opentype"),;
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'Averta';
    src: url('../fonts/averta.otf') format("opentype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'Averta';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/averta-bold.otf') format("opentype");
}

.global_popup {
    display: none;
    grid-template: auto/minmax(100%, 794px);
    position: fixed;
    justify-content: center;
    align-items: center;
    z-index: 100000000;
    left: 0;
    top: 0;
    padding: 10px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.4);
    animation-name: fadeIn;
    animation-duration: 0.3s; 
}
@media (max-width: 575.98px) {
    .global_popup {
        grid-template: auto/minmax(100%, 335px); 
        padding: 0;
    } 
}
.global_popup.active {
    display: grid;
    opacity: 1; 
}
.global_popup .popup__close {
    background-color: #242324;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -20px;
    right: -20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1; 
}
@media (max-width: 575.98px) {
    .global_popup .popup__close {
        width: 35px;
        height: 35px;
        top: -15px;
        right: -15px;
    }
}
.global_popup .popup__close .svg {
    width: 45px;
    height: 45px;
    opacity: 0.8; 
}
.global_popup .popup__close:hover .svg {
    opacity: 1; 
}
.global_popup__content {
    margin: auto;
    height: 558px;
    width: 794px;
    position: relative;
    animation: slideIn 0.3s ease; 
}
@media (max-width: 575.98px) {
    .global_popup__content {
        width: 335px;
        height: 697px;
        padding-bottom: 5px;
        background-image: unset;
        padding: 0;
        margin: 20px auto;
    } 
}
.global_popup__content .content-wrapper {
    background-image: url("../img/popup/bg-desktop-2411.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
}
@media (max-width: 575.98px) {
    .global_popup__content .content-wrapper {
        background-image: url("../img/popup/bg-movil-2411.jpg");
        align-items: flex-end;
        justify-content: center;
    } 
}
.global_popup__content .content-wrapper .text-1 {
    color: #F1EFE3;
    font-size: 32px;
    line-height: 1.2;
    font-family: 'Times NR Seven MT Std', serif;
    position: absolute;
    top: 55px;
    left: 70px;
    max-width: 25%;
}
@media (max-width: 575.98px) {
    .global_popup__content .content-wrapper .text-1 {
        margin-bottom: 10px;
        text-align: center;
        max-width: 100%;
        font-size: 30px;
        left: 0;
        top: 100px;
    }
}

.global_popup__content .content-wrapper .logos-naara-nahos {
    display: block;
    position: absolute;
    top: 10px;
    right: 190px;
    z-index: 1;
}
@media (max-width: 575.98px) {
    .global_popup__content .content-wrapper .logos-naara-nahos {
        top: -20px;
        right: 100px;
    }
}
.global_popup__content .main-content {
    background: rgba(36, 35, 36, 0.70);
    height: 100%;
    width: 422px;
    position: relative;
    overflow: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media (max-width: 575.98px) {
    .global_popup__content .main-content {
        height: 50%;
        margin-bottom: 30px;
        width: 290px; 
    } 
}
.global_popup__content .sello {
    width: 100px;
    position: absolute;
    top: 10px;
    right: 135px;
    z-index: 1;
    @media (max-width: 575.98px) {
        right: 0px;
    }
} 
@media (max-width: 575.98px) {
    .global_popup__content .sello {
        right: 0px;
    }
}
.global_popup__content .main-content .text-wrapper .main-text {
    color: #F1EFE3;
    text-align: center;
    font-family: 'Times NR Seven MT Std', serif;
    font-size: 15px;
    margin-top: 85px;
}
@media (max-width: 575.98px) {
    .global_popup__content .main-content .text-wrapper .main-text {
        margin-top: 0;
    } 
}
.global_popup__content .main-content .text-wrapper .main-text span,
.global_popup__content .main-content .text-wrapper .main-text p {
    display: block;
    margin: 0;
}
.global_popup__content .main-content .text-wrapper .main-text .text-2 {
    font-family: 'Averta', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    gap: 3px;
}

.global_popup__content .main-content .text-wrapper .main-text .container-texts-1 {
    border-top: 1px solid #EFBC9E;
    border-bottom: 1px solid #EFBC9E;
    max-width: 255px;
    margin: 15px auto 10px;
    padding: 5px 0;
}
@media (max-width: 575.98px) {
    .global_popup__content .main-content .text-wrapper .main-text .container-texts-1 {
        max-width: 210px;
    }
}
.global_popup__content .main-content .text-wrapper .main-text .text-3 {
    font-family: 'Averta', sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
}
.global_popup__content .main-content .text-wrapper .main-text .text-4 .italic-sm {
    display: none;
}
@media (max-width: 575.98px) {
    .global_popup__content .main-content .text-wrapper .main-text .text-4 .italic-sm {
        display: inline-block;
    }
}
.global_popup__content .main-content .form-wrapper {
    padding: 20px 20px 0 70px;
}
@media (max-width: 575.98px) { 
    .global_popup__content .main-content .form-wrapper {
        padding: 20px 0 0 40px;
    }
}
.global_popup__content .logos-buen-mes {
    position: absolute;
    right: 0;
    bottom: -50px;
}
@media (max-width: 575.98px) {
    .global_popup__content .logos-buen-mes {
        height: auto;
        width: 190px;
        bottom: -20px;
        right: -40px;
    }
}

.global_popup__content .smallest-text {
    color: white;
    font-family: 'Averta', sans-serif;
    font-size: 14px;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0; 
}
@media (max-width: 575.98px) {
    .global_popup__content .smallest-text {
        bottom: 20px;
    }
}

.global_popup__content .hs-form-iframe-2 .hs-input {
    padding:  5px;
}

.popup-no-scroll {
    overflow: hidden; 
}

.only-sm {
    display: none;
}
@media (max-width: 575.98px) {
    .only-sm {
        display: block;
    }
} 

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateY(-30px); 
    }
    100% {
        opacity: 1;
        transform: translateY(0px); 
    } 
}
