.container-footer {
    margin: 0 auto;
    max-width: 1550px;
    z-index: 1;
    position: relative;
}

footer {
    margin-top: 50px;
}

.terminos-container {
    position: fixed;
    top: 300%;
    /* Oculto al inicio */
    left: 0;
    width: 100%;
    height: 50vh;
    background: white;
    color: black;
    padding: 30px 0px;
    border-radius: 15px 15px 0 0;
    box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.3);
    transition: top 0.5s ease-in-out;
    z-index: 100;
    overflow-y: auto;
}

/* Mostrar el formulario */
.mostrar_terminos {
    top: 50%;
}

.farmacovigilancia-container {
    position: fixed;
    top: 300%;
    /* Oculto al inicio */
    left: 0;
    width: 100%;
    height: 50vh;
    background: white;
    color: black;
    padding: 30px 0px;
    border-radius: 15px 15px 0 0;
    box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.3);
    transition: top 0.5s ease-in-out;
    z-index: 100;
    overflow-y: auto;
}

/* Mostrar el formulario */
.mostrar_farmacovigilancia {
    top: 50%;
}

/* Botón de cerrar */
.cerrar {
    background: red;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
    float: right;
}

#cerrarTerminos {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

#cerrarFarmacovigilancia {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.no-scroll {
    overflow: hidden;
}


.terminos_mobile {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--Primary-borgoa-500, #870051);
    font-family: "Trebuchet MS";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}


.terminos_mobile a {
    color: #E47719;
    text-align: center;

    /* párrafo small/regular */
    font-family: "Trebuchet MS";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.image-footer-block {
    margin-bottom: -1px;
    margin-top: 70px;
}

.image-footer-block-1 {
    width: 100%;
    background-color: white;
    text-align: center;
}

.image-footer-block svg,
.image-footer-block-1 svg {
    max-width: 100%;
}
