/* .l-hero { width: 100%; background-image: url(../img/corporativo/hero.jpg); height: 600px; background-repeat: no-repeat; max-width: 1920px; margin: 0 auto; position: relative;top: 72px;} */
/* .l-hero__container {display: flex; justify-content: center; align-items: center; height: 100%;  background-color: rgba(0,0,0,0.3); padding: 7em 0 0 6em;} */
/* .l-hero__title { color: var(--blanco2); font-family: var(--HRegular); font-weight: bold; font-size: 3.125rem; margin: 0;} */
/* .l-hero__p {color: var(--blanco2); font-size: var(--fs30); margin: 0; font-weight: 300;} */
/* .l-hero__p--sub { font-size: var(--fs18);} */
/* .l-hero__title-sub {font-family: var(--HRegular); font-weight: 200; font-size: 1.875rem;} */
/* .l-hero__desc {padding-left: 2rem;} */
/* .l-hero__logo {padding-right: 3rem; width: 300px;} */
.l-pregunta {text-align: center; font-family: var(--HRegular); font-weight: 300; color: #333333; padding: 5rem; font-size: 1.4rem; margin-left: auto; margin-right: auto;}
.l-form {background-color: #54004c; width: 100%; max-width: 1920px; margin: auto;}
.l-form__container {background-color: var(--blanco2); transform: scale(1.2); padding: 1rem 0; border-radius: 5px; border: 1px solid #ebebeb; box-shadow: 0px 17px 34px -10px rgba(0,0,0,0.4); max-width: 735px; width: 100%; margin: 0 auto;}
.l-form__enviar {display: flex; justify-content: space-between; flex-direction: row-reverse; margin: 20px 35px;}
.l-subs__obli {font-family: var(--HLight); font-weight: 300; font-size: var(--fs14); color: #c6c5c5; margin-top: 0; margin-bottom: 5px;}
.l-datos__container { padding-top: 2rem; width: 80%;}
.l-direcciones {margin-top: 11rem;}
.l-direcciones__container {}
.l-direcciones__titulo {text-align: center; font-size: 24px; font-family: var(--HRegular); font-weight: 300; padding-bottom: 1rem;}
.l-direcciones__grid {display: flex; flex-wrap: wrap; justify-content: center;}
.l-bienestar__container { padding: 4rem 0 9rem;}
.l-bienestar__sub-title { text-align: center; font-size: 1.875rem; font-weight: 300; margin: 0; color: #49004c;}
.l-bienestar__title { font-size: 1rem; font-weight: bold; color: #49004c; margin: 0; text-align: center;}
.l-descrip__iframe {max-width: 576px; min-height: 610px; width: 100%; border: none;}
.l-descripContacto__der {}
.l-descrip_map__izq { max-width: calc(600px - 50px); margin-right: 50px; display: flex; justify-content: center; align-items: center; flex-direction: column;}
.l-form_mid-input {display: inline-block; width: 47%; padding-left: 5%;}
.l-ubi__container { padding: 4rem 0 2rem;}
.l-ubi__title {font-size: 1rem; font-weight: bold; color: #49004c; margin: 0; text-align: center; margin-top: 4rem; padding: 3%;}
.l-datos__info { width: 60%; margin: 0 auto; margin-top: 100px;}
.modal { display: none;  position: fixed;  z-index: 2000;  left: 0; top: 0; width: 100%;  height: 100%;  overflow: auto;  background-color: rgba(0,0,0,0.7); }
.modal-content {background-image: url(../img/corporativo/contacto/agradecimiento.png); max-width: 850px; width: 100%; min-height: 500px; display: flex; justify-content: flex-end; }
.modal-desc {max-width: 350px;text-align: center;width: 100%;margin: 0 auto;}
.modal-desc--reduce {max-width: 350px;text-align: center;margin: 10px auto;}
.modal-info {max-width: 435px; min-height: 360px; padding: 1rem; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-end;}
.modal-logo , .modal-cta {align-self: center;}
.modal-logo {  width: 230px;}
.modal__morado-bold {font-weight: bold; color: var(--morado3);}
.modal--active { display: flex; justify-content: center; align-items: center; animation-name: animatetop; animation-duration: 1s ;}
.modal-cta {width: 200px; height: 45px; background-color: var(--morado3); font-size: 24px; color: var(--blanco2); font-family: var(--Hbold); font-weight: bold; display: flex; justify-content: center; align-items: center;}
    @keyframes animatetop {
    0% {top: -600px; opacity: 0; transform: scaleY(0.005) scaleX(0);}
    50% {top: 0; opacity: 1; transform: scaleY(0.005) scaleX(1);}
    100% {transform: scale(1);}
    
}

@media (max-width: 67.875rem) {
    .l-descrip_map__izq {margin-right: 0;}
    .l-descrip_map__container {padding: 1.5rem;}
    .l-datos__info {width: 80%;text-align: center;margin-top: 0;}
}
@media (max-width: 64em) {
    /* .l-hero__container {padding: 0; justify-content: center; align-items: center;} */
    .l-form__container {width: 100%; transform: scale(.9);}
    .l-bienestar__container {padding: 0rem 0 4rem;}
    .l-direcciones {margin-top: 30px;}
    .l-pregunta {margin: 0; padding: 0; padding-top: 6rem;  margin-bottom: 30px; }
    .l-descrip__iframe {width: 100%;}
    .l-descripContacto__der {margin-left: 0;}
    .l-descrip_map__izq {width: 100%;}
    .l-descrip__p {margin-bottom: 1.125rem; text-align: center;}
    .l-ubi__container{padding-bottom: 0;}
    .l-ubi__title {margin-top: 0;}
    .l-map__container { margin-top: 3.5rem;}
    .modal-content {background-image: none;padding: 1.5rem;}
    .modal-info {max-width: 845px; width: 100%;}
    .l-datos__container {margin-top: 0px;}
    
}
@media (max-width: 48rem) {
    .modal-content {background: #fff; justify-content: center;}
}
@media (max-width: 30em){
    /* .l-hero__container {padding: 3rem 0 0 0 ; justify-content: flex-start; align-items: center; flex-direction: column; } */
    /* .l-hero__desc {text-align: center; padding: 0 1rem;} */
    /* .l-hero__logo {padding: 0; border-right: 0; margin-bottom: 1rem;} */
    .l-contacto__desc {margin: 0;}
    .l-form__container {padding: 1rem 2rem;}
    .l-direcciones__titulo {font-size: 1.1rem; padding: 1rem 2rem;}
    .l-form_mid-input {width: 95%;}
    
    .l-ubi__title {margin-top: 0; }
    .l-datos__info {width: 100%;}
    .l-datos__container { padding-top: 1.5rem; width: 90%; }
}



/* Ana */

.form_lista{   font-family: inherit;    font-size: 100%;    line-height: 1.15;    margin: 0;}
