#adaptive_modal {
    position: fixed;
    z-index: 9999;
    top: -100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 600px;
    max-width: 80%;
    background: white;
    padding: 2rem;
    box-shadow: 0 10px 50px black;
    border-radius: 0.8rem;
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#adaptive_backdrop{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    visibility: hidden;
    z-index: 9998;
}

.adaptive_input {
    margin-bottom: 15px;
}

.adaptive_acepto {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

#adaptive_modal h4 {
    text-align: center;
    margin: 15px auto 25px auto;
}

.adaptive_modal_submit_btn {
    width: 100%;
    padding: 20px 0px;
    background: #8f1134;
    color: #fff;
    font-size: 16px;
}

#adaptive_working,
#adaptive_success {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    background: #8f1134;
    z-index: 999;
    color: #fff;
    bottom: -100%;
    text-align: center !important;
    display: grid;
    align-items: center;
    flex-direction: row;
    font-size: 23px;
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#adaptive_working.activo,
#adaptive_success.activo{
    bottom: 0;
}

#adaptive_success{
    background: green;
}

.adaptive_shooter {
    background: #8f1134;
    color: #fff;
    border-radius: 0.3rem;
}

.adaptive_title h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 24px;
    margin: 30px 0 45px;
    color: #3f3f3f;
    letter-spacing: -0.01em;
}

.adaptive_title h4{
    position: relative;
}

.adaptive_title h4::before,
.sostenibilidad_title h4::before,
.sst_title h4::before,
.accesibilidad_title h4::before{
    font: bold 100px "Poppins", sans-serif;
    position: absolute;
    line-height: 1;
    left: 0;
    color: #f4f4f4;
    font-size: 80px;
    letter-spacing: -1px;
    font-weight: 600;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.sostenibilidad_title h4::before{
    content: "Sostenibilidad";
}

.sst_title h4::before{
    content: "SST";
}

.bienestar_title h4::before{
    content: "Bienestar";
}

.accesibilidad_title h4::before{
    content: "Accesibilidad";
}
