* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body{
    background: #b9005f;
    width: 100%;
    height: 100%;
    position: relative;
}

.container-logo{
    width: 99vw;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.089);
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

.linked{
    text-decoration: none;
    color: black;
}


.logo{
    margin-top: 70px;
    object-fit: cover;
    width: 250px;
    height: 100px;
}

.select-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    height: 100%;
    margin-top: 20px;
}

.btn{
    font-family: sans-serif;
    z-index: 1;
    width: 250px;
    height: 40px;
    border-radius: 10px;
    outline: none;
    border: solid 1.5px rgba(255, 255, 255, 0.247);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    color: white;
    background: rgba(0, 0, 0, 0.151);
}

/* Segunda pantalla */

.meds{
    margin-top: 70px;
    object-fit: cover;
    width: 200px;
    height: 100px;
}

.container-meds{
    width: 98vw;
    height: 285px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5dbe8;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

.color{
    background: white;
    width: 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.text-area{
    padding: 25px;
    margin-top: 10px;
    width: 320px;
}

.text-area p{
    margin-bottom: 25px;
    font-size: 14px;
    font-family: sans-serif;
    text-align: justify;
}

#btn-back{
    outline: none;
    border: none;
    margin-top: 20px;
    margin-left: 20px;
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0.308);
    color: white;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}

.click{
    margin-left: -30px;
    margin-top: -15px;
}

.onclick{
    font-family: sans-serif;
    padding: 10px;
}

.onclick i{
    padding-right: 10px;
}

.register{
    color: grey;
    margin-left: -30px;
    margin-top: 15px;
    margin-bottom: 30px;
    font-family: sans-serif;
    font-size: 12px;
}

#punto{
    color: #751784;
}

#icon{
    transform: rotateY(180deg);
    object-fit: cover;
    width: 20px;
    margin-right: 10px;

}

.title{
    font-size: 18px;
    font-family: sans-serif;
    margin-bottom: 15px;
}
h3{
    font-family: sans-serif;
    margin: 20px 0;
    font-size: 17px;
    color:#FFFFFF;
}


@media screen and (min-device-width: 1024px) {
    .text-area{
        width: 600px;
    }
    .color{
        width: 100%;
    }
    .click{
        margin-left: -230px;
        margin-top: -15px;
    }
  }

  