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

footer {
    margin-top: 50px;
}

#curvatura {
    margin-top: -20px;
}

.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: var(--Primary-azul-700, #003E66);
    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;
}


@media (min-width: 575px) {
    #curvatura {
        margin-top: -25px;
    }

}


@media (min-width: 850px) {
    #curvatura {
        margin-top: -33px;
    }

}

@media (min-width: 1100px) {
    #curvatura {
        margin-top: -40px;
    }

}

@media (min-width: 1300px) {
    #curvatura {
        margin-top: -47px;
    }

}

@media (min-width: 1400px) {
    #curvatura {
        margin-top: -50px;
    }

}

@media (min-width: 1500px) {
    #curvatura {
        margin-top: -55px;
    }

}

@media (min-width: 1600px) {
    #curvatura {
        margin-top: -60px;
    }

}

@media (min-width: 1700px) {
    #curvatura {
        margin-top: -65px;
    }

}

@media (min-width: 1800px) {
    #curvatura {
        margin-top: -70px;
    }

}


@media (min-width: 2000px) {
    #curvatura {
        margin-top: -80px;
    }

}


@media (min-width: 2200px) {
    #curvatura {
        margin-top: -90px;
    }

}
