.hero{
    width: 100%;
    height: 35rem;
    display: flex;
    justify-content: center;
    margin: auto;
}

.hero_container{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    border-top: 1px solid rgba(228, 228, 228, 1);
}

.hero_container--text{
    height: 17rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.hero_container--text span{
    font-size: 20px;
    font-family: 'FSLucasProMed';
    color: var(--color_three);
    margin: 1rem 0 0 0;
}

.hero_container--text h1{
    font-size: 98px;
    font-family: 'FSLucasPro Bold';
    color: var(--color_three);
    line-height: 80px;
    margin: 1.4rem 0 0 0;
}

.hero_container--text p{
    width: 26rem;
    font-size: 20px;
    font-family: 'FSLucasProMed';
    color: var(--color_three);
    margin: 1.6rem 0 0 0;
    letter-spacing: 1px;
}

.hero > picture{
    width: 50%;
    height: 100%;
}

.hero > picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.hero_container--btn{
    position: relative;
    width: 12rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3rem 0 0 0;
}

.hero_container--btn picture{
    position: absolute;
    right: 0%;
    cursor: pointer;
}

.hero_container--btn button{
    width: 9rem;
    height: 3rem;
    font-family: 'FSLucasProMed';
    font-size: 19px;
    color: var(--color_one);
    background: transparent;
    border: none;
    z-index: 100;
    transition: .5s;
}
/*
.hero_container--btn button:hover{
    color: rgb(218, 80, 108);
    font-weight: bold;
    transition: .5s;
}
*/
/*
.hero_container--btn picture:hover {
    background-color: red;
    border-radius: 56%;
}*/

/*======================= Descripcion ====================*/


.descripcion{
    height: 40rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-evenly;
    padding-top: 4rem;
}

.descripcion article{
    height: 20rem;
    padding-top: 1rem;
}

.descripcion article span{
    font-family: 'FSLucasPro Bold';
    font-size: 25px;
    line-height: 33px;
    color: var(--color_three);
}

.descripcion article p{
    font-family: 'FSLucasProMed';
    margin: 2rem 0 0 0;
    font-size: 25px;
    color: var(--color_three);
    width: 31.2em;
    opacity: .8;
}

/*======================= Descripcion ====================*/
.fondo_eclipse{
    height: 147rem;
    position: relative;
    max-width: 1400px;
    margin: auto;
    overflow: hidden;
}

.img_eclipse{
    position: absolute;
    top: -21%;
    padding-left: 22rem;
}

.smooth_sec{
    height: auto;
    background-color: var(--color_four);
    /*padding: 3rem 0 12rem 0;*/
    /*padding: 0rem 0 12rem 0;*/
    padding: 0rem 0 0 0;
}

.smooth{
    width: 100%;
    height: 40rem;
    display: flex;
    justify-content: center;
    /*margin: auto;*/
    margin: 8rem auto 8rem auto;
    max-width: 1400px;
    position: relative;
    margin: -4rem auto 8rem auto;
}
.smooth.revers{
    flex-direction: row-reverse;
}

.smooth_container{
    width: 50%;
    /*height: 60rem;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.smooth_container.smooth3{
    height: 60rem;
}

.smooth_container--text{
    height: 17rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.smooth_container--text h2{
    width: 33rem;
    font-size: 68px;
    font-family: 'FSLucasPro Bold';
    color: var(--color_three);
    line-height: 80px;
    margin: 1.4rem 0 0 0;
    text-align: start;
}

.smooth_container--text p{
    width: 33rem;
    font-size: 20px;
    font-family: 'FSLucasPro Regular';
    color: var(--color_three);
    margin: 0rem 0 2rem 0;
    letter-spacing: 1px;
    text-align: start;
    opacity: 0.8;
}

.smooth_container--btn{
    position: relative;
    width: 14.5rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -6rem 20rem 0 0;
}

.smooth_container--btn.btn3{
    height: 10rem;
    flex-direction: column;
    justify-content: space-between;
}

.smooth_container--btn picture{
    position: absolute;
    right: 0%;
    cursor: pointer;    
}

.smooth_container--btn button{
    width: 12rem;
    height: 3rem;
    font-family: 'FSLucasProMed';
    font-size: 19px;
    color: var(--color_one);
    background: transparent;
    border: none;  
    transition: .3s;   
    z-index: 100;
}

.container_option div{
    display: flex;
    width: 15rem;
    justify-content: space-between;
}
/*
.smooth_container--btn button:hover{
    color: rgb(218, 80, 108);
    transition: .3s; 
    font-weight: bold;
}
*/
.smooth > picture{
    width: 32rem;
    height: 34rem;
    margin: 6rem 0 0 7rem;
}

.smooth > picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.smooth.item1{
    margin: 1rem auto 8rem auto;
}

.smooth.item1 .smooth_container .smooth_container--btn{
    margin: -8rem 20rem 4rem 0;
}

.smooth.item2 > picture{
    margin: 8rem 6.2rem 0 0.5rem;
    height: 36rem;
}

.smooth.item2 .smooth_container--text p{
    margin: 0rem 0 -1.5rem 0;
}

.smooth.item2 .smooth_container--text h2,
.smooth.item2 .smooth_container--text p{
    width: 30rem;
}

.smooth.item3{
    height: 42rem;
}

.smooth.item3 > picture{
    height: 42rem;
    margin: 8rem 0 0 7rem;
    z-index: 100;
}

.smooth.item3 .smooth_container--text p {
    margin: 0rem 0 0rem 0;
}

.smooth.item3 .smooth_container .smooth_container--btn{
    margin: 12rem 20rem -15rem 0;
    /*margin: 10rem 20rem -15rem 0;*/
    /*margin: 10rem 20rem 0rem 0;*/
}

.tarjeta_1{
    background-color: white;
    width: 33rem;
    height: 11rem;
    display: flex;
    position: absolute;
    align-items: center;
    bottom: -8%;
    margin: 0 0 0 21rem;
    -webkit-box-shadow: 0px 16px 15px 4px rgba(0,0,0,0.1); 
    box-shadow: 0px 16px 15px 4px rgba(0,0,0,0.1);
}

.tarjeta_1 picture{
    margin: 0 1.5rem 0 2rem;
}

.tarjeta_1 article p > span{
    font-family: 'FSLucasPro Bold';
    font-size: 19px;
}

.tarjeta_1 article p:nth-child(1) {
    font-family: 'FSLucasPro Regular';
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 24px;
}


.tarjeta_1 article p:nth-child(2) {
    font-family: 'FSLucasPro Regular';
    font-size: 15px;
    letter-spacing: 1px;
}

.smooth.item2 .smooth_container .smooth_container--btn{
    margin: -4rem 16rem 0 0;
}

.tarjeta_2{
    background-color: white;
    width: 36rem;
    height: 17rem;
    display: flex;
    position: absolute;
    align-items: center;
    bottom: -1%;
    margin: 0 0 -3rem 3rem;
    -webkit-box-shadow: 0px 16px 15px 4px rgba(0,0,0,0.1); 
    box-shadow: 0px 16px 15px 4px rgba(0,0,0,0.1);
    flex-direction: column;
    justify-content: space-evenly;
}

.tarjeta_2 > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 8px 0 0 0;
}

.form{
    width: 18rem;
    height: 5rem;
    display: flex;
    justify-content: space-between;
    margin: 2rem 0 -2rem 0;
    flex-direction: column;
}

.form .form_option{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.form .form_option > p{
    font-family: 'FSLucasPro Regular' !important;
    font-size: 14px !important;
}

.dropdown{
    position: relative;
    width: 170px;
    height: 35px;
}

.dropdown::before{
    content: '';
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 100;
    width: 11px;
    height: 11px;
    border: 2px solid #333;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    transition: .5s;
    pointer-events: none;
}

.dropdown.active::before{
    top: 15px;
    transform: rotate(-225deg);
}

.dropdown input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: rgb(244, 244, 244);
    border: 1px solid rgb(180, 180, 180);
    outline: none;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    padding: 12px 20px;
    border-radius: 5px;
    font-family: 'FSLucasPro Regular';
    font-size: 14px;
}

.dropdown .option{
    position: absolute;
    top: 35px;
    width: 100%;
    background: rgb(233, 233, 233);
    box-shadow: 0 30px 30px rgba(0,0,0,0.05);
    border-radius: 3px;
    /*border: 1px solid rgb(180, 180, 180);*/
    overflow: hidden;
    z-index: 1000;
    display: none;
    font-family: 'FSLucasPro Regular';
    font-size: 15px;
}

.dropdown.active .option{
    display: block;
}

.dropdown .option div{
    padding: 12px 20px;
    cursor: pointer;
    transition: .3s;
}

.dropdown .option div:hover{
    background: var(--color_one);
    color: rgba(250, 250, 250, 1);
    transition: .3s;
}

.tarjeta_2 div p{
    margin: 0;
    font-family: 'FSLucasPro Bold';
    font-size: 16px;
}

.tarjeta_2 div select {
    border: none;
    width: 10rem;
    height: 1.7rem;
    background: rgb(232, 226, 226);
    border-radius: 3px;
    font-family: 'FSLucasPro Regular';
    font-size: 15px;
    border: 1px solid rgb(156, 156, 156);;
}

.tarjeta_2 article{
    padding: 0 0 .6rem 0;
}

.tarjeta_2 picture {
    margin: 0 1.5rem 0 2rem;
}


.tarjeta_2 article p > span{
    font-family: 'FSLucasPro Bold';
    font-size: 19px;
}

.tarjeta_2 article p:nth-child(1),
.tarjeta_2 article p:nth-child(2) {
    font-family: 'FSLucasPro Regular';
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 24px;
    margin: 2px 0 0 0;
}


.tarjeta_2 article p:nth-child(3) {
    font-family: 'FSLucasPro Regular';
    font-size: 15px;
    letter-spacing: 1px;
    margin: 7px 0 0 0;
}

.tarjeta_2 form{
    width: 53%;
    margin: 0 -5rem 0 0;
}

.tarjeta_3{
    background-color: white;
    width: 36rem;
    height: 17rem;
    display: flex;
    position: absolute;
    align-items: center;
    bottom: 2%;
    margin: 0 0 -2rem 23rem;;
    -webkit-box-shadow: 0px 16px 15px 4px rgba(0,0,0,0.1); 
    box-shadow: 0px 16px 15px 4px rgba(0,0,0,0.1);
    z-index: 200;
    flex-direction: column;
    justify-content: space-evenly;
}

.tarjeta_3 > div{
    display: flex;
    justify-content: space-between;
    margin: 8px 0 0 0;
}

.tarjeta_3 div p{
    margin: 0;
    font-family: 'FSLucasPro Bold';
    font-size: 16px;
}

.tarjeta_3 div select {
    border: none;
    width: 10rem;
    height: 1.7rem;
    background: rgb(232, 226, 226);
    border-radius: 3px;
    font-family: 'FSLucasPro Regular';
    font-size: 15px;
    border: 1px solid rgb(156, 156, 156);;
}

.tarjeta_3 article{
    padding: 0 0 .6rem 0;
}

.tarjeta_3 picture {
    margin: 0 1.5rem 0 2rem;
}


.tarjeta_3 article p > span{
    font-family: 'FSLucasPro Bold';
    font-size: 19px;
}

.tarjeta_3 article p:nth-child(1),
.tarjeta_3 article p:nth-child(2) {
    font-family: 'FSLucasPro Regular';
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 24px;
    margin: 2px 0 0 0;
}


.tarjeta_3 article p:nth-child(3) {
    font-family: 'FSLucasPro Regular';
    font-size: 15px;
    letter-spacing: 1px;
    margin: 7px 0 0 0;
}

.tarjeta_3 form{
    width: 55%;
    margin: 0 -7rem 0 0;
}

.fondo_bot{
    position: absolute;
    margin: -25rem 0 0rem 0;
    left: -60%;
}

.join{
    display: none;
}

/*======================= Suscribe ====================*/

.suscribe{
    margin: 3rem 0 3rem 0;
}

.suscribe_container{
    width: 85%;
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.suscribe_container form{
    width: 62%;
    height: 9rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.suscribe_container form label{
    font-family: 'FSLucasPro Bold';
    font-size: 28px;
    line-height: 25px;
}

.suscribe_container form div{
    display: flex;
}

.suscribe_container form div input{
    width: 73%;
    height: 4.5rem;
    padding-left: 1.3rem;
    border: solid 2px rgb(235, 236, 240);
    border-right: none;
    font-family: 'FSLucasPro Regular';
    font-size: 20px;
    color:rgb(174, 174, 174);
}

.suscribe_container form div input:focus{
    border: none !important;
}

.suscribe_container form div button{
    width: 12rem;
    height: 4.5rem;
    border: none;
    background-color: rgba(137, 70, 83, 1);
    font-family: 'FSLucasPro Regular';
    font-size: 23px;
    color: rgba(255, 255, 255, 1);
    transition: .3s;
}

.suscribe_container form div button:hover{
    background-color: rgba(255, 255, 255, 1);
    color: rgba(137, 70, 83, 1);
    border: 2px solid rgba(137, 70, 83, 1);
    transition: .3s;
    font-weight: bold;
}

.hero.login {
    height: auto;
}

.hero_login{
    width: 100%;
    height: 54rem;
    display: flex;
    justify-content: center;
    margin: auto;
}

.login_form{
    width: 50%;
}

.container_form{
    width: 95%;
    background-color: white;
    height: 60rem;
    margin: 3rem 0 0 0;
    padding: 2.3rem 0rem 0rem 3rem;
    -webkit-box-shadow: 0px 7px 7px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 7px 7px 1px rgba(0,0,0,0.2);
}


.login_form h1{
    font-family: 'FSLucasPro Bold';
    font-size: 50px;
}

.text{
    width: 93.5%;
    height: 2.3rem;
    border-bottom: 1px solid rgba(211, 204, 204, 1);
    margin: 0 0 1.5rem 0;
}

.text p{
    margin: 0;
    font-family: 'FSLucasPro Bold';
    font-size: 20px;
}

.hero_login .container_img{
    width: 50%;
    height: 100%;
}

.hero_login .container_img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.hero_container--text.login{
    width: 21rem;
    height: 17rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    text-align: start;
}

.hero_container--text.login h1{
    font-family: 'FSLucasPro Bold';
    font-size: 50px;
}

.hero_container.login{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-top: 1px solid rgba(228, 228, 228, 1);
    padding: 5rem 0 0 0;
}

.contenedor_form--down.login{
    margin: 1rem 0 0 0;
}

.text_regular{
    font-family: 'FSLucasPro Regular' !important;
}

.forget{
    font-family: 'FSLucasPro Regular';
    font-size: 15px;
    color: rgba(137, 70, 83, 1);
    text-decoration: none;
}
.forget_div{
    width: 100%;
    display: flex;
    justify-content: center;
    height: 4rem;
    align-items: center;
}
/*======================= Query ====================*/

@media (max-width: 1400px) {

    .smooth {
        width: 90%;
    }
    .smooth > picture {
        width: 32rem;
        height: 32rem;
        margin: 4rem auto 0 auto;
    }
    .smooth.item2 > picture {
        margin: 8rem auto 0 auto;
    }

    .smooth.item3 > picture{
        margin: 8rem auto 0 auto;
    }
}

@media (max-width: 1280px) {
    .smooth > picture {
        width: 30rem;
    }
    .tarjeta_1 {
        bottom: 0%;
        margin: 0 0 0 21rem;
      }
}

@media (max-width: 1100px){
    .smooth > picture {
        width: 25rem;
    }
    .fondo_bot {
        position: absolute;
        margin: -25rem 0 0rem 0;
        left: -90%;
    }
}

@media (max-width: 990px){
    .hero {
        height: auto;
        flex-direction: column;
        align-items: center;
    }
    .hero_container {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        height: 30rem;
    }
    .hero_container--text {
        margin: -2rem 0 0 0;
    }
    .hero > picture {
        width: 75%;
        height: 100%;
    }
    .hero_container--btn {
        margin: 2rem 0 0 0;
    }
    .img_eclipse {
        position: absolute;
        top: -11%;
        padding-left: 0rem;
    }
    .smooth.item1 {
        margin: 4rem auto 8rem auto;
        flex-direction: column;
        height: auto;
        padding: 4rem 0 0 0;
    }
    .smooth_container {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
    }
    .smooth.item1 .smooth_container .smooth_container--btn {
        margin: 0rem 20rem 0rem 0;
    }
    .smooth > picture {
        width: 31rem;
    }
    .tarjeta_1 {
        bottom: -10%;
        margin: 0 0 0 0rem;
    }
    .smooth.item2{
        flex-direction: column;
        height: auto;
        padding: 3rem 0 0 0;
    }
    .smooth.item2 .smooth_container .smooth_container--btn {
        margin: 3rem 16rem -3rem 0;
    }
    .smooth.item2 > picture {
        height: 34rem;
    }
    .tarjeta_2 {
        bottom: -6%;
    }
    .smooth.item3 {
        height: auto;
        align-items: center;
        flex-direction: column;
        padding: 3rem 0 0 0;
    }
    .smooth.item3 .smooth_container .smooth_container--btn {
        margin: 4rem 20rem -4rem 0;
    }
    .smooth.item3 > picture {
        height: 40rem;
        margin: 8rem 0 0 0rem;
    }
    .tarjeta_3 {
        bottom: -16%;
        margin: 0 0 0 0rem;
    }
    .fondo_eclipse {
        height: auto;
        padding-bottom: 11rem;
    }
    .fondo_bot {
        left: -122%;
    }
    .hero_login {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        margin: auto;
        flex-direction: column;
        align-items: center;
    }
    .hero_container.login {
        width: 100%;
        height: 40rem;
    }
    .hero_login .container_img {
        width: 100%;
        height: 30rem;
    }
    .hero_login .container_img > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
}

@media (max-width: 770px){
    /*
    .footer_nav {
        height: 20rem;
        flex-wrap: wrap;
    }
    .footer_nav picture{
        margin: auto;
    }
    .footer_nav--text {
        margin: -2.5rem 0 0 0;
        padding: 0;
        width: 50%;
    }
    .footer_nav--redes {
        margin: -1.7rem 0 0 0;
    }
    */
    .descripcion article {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .descripcion article p {
        width: 90%;
    }
    .tarjeta_2 {
        margin: 0 0 0 1rem;
        width: auto;
    }
    .tarjeta_3 {
        width: auto;
    }
}

@media (max-width: 500px){
    /*
    header > div {
        height: 3.1rem;
    }
    header > div > span {
        text-align: center;
    }
    header nav ul li {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    header nav ul li:nth-child(2) picture {
        margin-right: 0rem;
        text-align: center;
    }

    header nav ul li:nth-child(2) picture img{
        width: 65%;
    }
    */
    .smooth.item1 {
        padding: 0rem 0 0 0;
    }
    .smooth.item3 {
        /*padding: 7rem 0 0 0;*/
        padding: 10rem 0 0 0;
    }
    .join{
        display: block;
    }
    .smooth_container--btn button {
        width: auto;
        height: auto;
        text-align: center;
        margin: 0 0 6px 0px;
    }
    .img_eclipse {
        position: absolute;
        top: -18%;
        padding-left: 0rem;
    }
    .descripcion {
        height: auto;
        padding-top: 4rem;
        padding-bottom: 7rem;
    }
    .hero_container--text p {
        width: 95%;
        font-size: 18px;
        letter-spacing: 1px;
    }
    .hero_container--text h1 {
        /*
        font-size: 75px;
        line-height: 70px;
        */
        font-size: 69px;
        line-height: 60px;
    }
    .descripcion article span {
        font-size: 18px;
        line-height: 23px;
    }
    .descripcion article {
        height: 20rem;
        padding-top: 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .descripcion article p {
        margin: 2rem 0 0 0;
        font-size: 21px;
        width: 90%;
    }
    .smooth_container--text h2 {
        width: 100%;
        /*font-size: 54px;*/
        font-size: 48px;
    }
    .smooth_container--text p {
        width: 100%;
        font-size: 18px;
    }
    .smooth.item1 .smooth_container .smooth_container--btn {
        margin: 0rem 0rem 0rem 0;
    }
    .smooth > picture {
        width: 90%;
        height: 23rem;
    }
    .tarjeta_1 {
        width: 100%;
        height: auto;
        padding: 1rem 0 1rem 0;
    }
    .smooth.item2 .smooth_container--text h2, .smooth.item2 .smooth_container--text p {
        width: 100%;
    }
    .smooth.item2 .smooth_container .smooth_container--btn {
        margin: 5rem 0rem -5rem 0;
        position: absolute;
        top: 110%;
      }
    .smooth.item2 > picture {
        height: 20rem;
    }
    .tarjeta_2 {
        bottom: -14%;
        margin: 0 0 0 0rem;
        width: 100%;
        height: auto;
        padding: 1rem 0 1rem 0;
        z-index: 100;
    }
    .smooth.item3 .smooth_container .smooth_container--btn {
        margin: 4rem 0rem -4rem 0;
        position: absolute;
        top: 128%;
    }
    .smooth.item3 > picture {
        height: 24rem;
    }
    .tarjeta_3 {
        width: 100%;
        height: auto;
        bottom: -30%;
        margin: 0 0 0 0rem;
        padding: 1rem 0 1rem 0;
    }
    .suscribe_container {
        width: 90%;
        height: 20rem;
        flex-direction: column;
    }
    .suscribe_container picture{
        text-align: center;
    }
    .suscribe_container picture img{
        width: 65%;
    }
    .suscribe_container form {
        width: 100%;
    }
    .suscribe_container form label {
        font-family: 'FSLucasPro Bold';
        font-size: 21px;
        line-height: 21px;
        width: 15rem;
        margin: auto;
        text-align: center;
    }
    .suscribe_container form div input {
        width: 80%;
        height: 3.5rem;
        font-size: 18px;
    }
    .suscribe_container form div button {
        width: 10rem;
        height: 3.5rem;
        font-size: 19px;
    }
    .fondo_eclipse {
        height: auto;
        /*padding-bottom: 15rem;*/
        padding-bottom: 20rem;
    }
    .fondo_bot {
        left: -355%;
        margin: -45rem 0 0rem 0;
    }
    .hero_container--text.login form{
        width: 100%;
    }
    .hero_container.login {
        padding: 5rem 0 0 1rem;
    }
    .hero_login .container_img {
        width: 100%;
        height: 20rem;
    }
    .tarjeta_2 form {
        width: 80%;
        margin: 0 0rem 0 0;
    }
    .tarjeta_3 form {
        width: 80%;
        margin: 0 0 0 0;
    }
    .tarjeta_3 div select,
    .tarjeta_2 div select {
        width: 8rem;
    }

    .tarjeta_2 div p,
    .tarjeta_3 div p {
        font-size: 17px;
    }
    .form {
        width: 10rem;
        height: 8rem;
        flex-direction: column;
        margin: 1rem 0 0rem 0;
    }
    .form .form_option {
        flex-direction: column;
    }
    .dropdown {
        width: 100%;
    }
    .dropdown::before {
        right: 10px;
    }
}


