*, html {
    border-collapse: inherit;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}

body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.section {
    float: left;
    position: relative;
}

/*Linea rosa*/

hr {
    margin: 0;
    border: 0;
}

.linea {
    height: 1px;
    width: 7.81vw;
    background: #FF7ABA;
    margin: 1.05vw 0 1.61vw;
}

/*Titulo y frase de oferta*/

#intro {
    position: relative;
    width: 100vw;
    padding: 0 5vw;
    margin-top: 5vw;
}

#intro .intro-emp {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5vw;
}

.intro-emp .tit-intro {
    font-family: 'Manuale', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 3.47vw;
    color: #171717;
    margin-bottom: 2.08vw;
}

.intro-emp .frase-emp {
    width: 58.68vw;
    font-family: 'Manuale', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.52vw;
    line-height: 140%;
    color: #48494B;
    text-align: center;
}

/*Empresa y alumno*/

#ofer {
    position: relative;
    width: 100vw;
    padding: 0 5vw;
    margin: 5vw 0 8vw 0;
    display: flex;
    justify-content: space-around;
}

/*Seccion empresa*/

.empresas {
    width: 31.57vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tit-sec {
    font-family: 'Manuale', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.96vw;
    color: #171717;
}

.intr-sec {
    font-family: 'Manuale', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.12vw;
    line-height: 140%;
    color: #48494B;
    text-align: center;
    margin-bottom: 2.45vw;
}

.nom, .correo, .nume {
    font-family: 'Roboto', sans-serif;
    font-size: 1.05vw;
    font-weight: 500;
    color: #171717;
    text-align: center;
    margin-bottom: 0.56vw;
}

.nume {
    margin-bottom: inherit;
}

/*Seccion alumnos*/

.alumnos {
    width: 31.57vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.formu {
    width: 20vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form {
    width: 20vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cabe {
    font-family: 'Roboto', sans-serif;
    font-size: 0.83vw;
    font-weight: 400;
    color: #FF7ABA;
}
.cent{
    display: flex;
    justify-content: center;
    width: 100%;
}

form input[type="email"], form input[type="password"] {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #6644F3;
    margin-bottom: 1.38vw;
    font-family: 'Roboto', sans-serif;
    font-size: 1.05vw;
    font-weight: 500;
    color: #171717;
}

.form input[type="password"] {
    margin-bottom: inherit;
}

/*Boton enviar*/

.boton {
    margin-top: 2.08vw;
    display: block;
    background-color: white;
    border: 1px solid #6644F3;
    color: #6644F3;
    font-size: 1.01vw;
    text-align: center;
    text-transform: uppercase;
    padding: 0.78vw 0;
    width: 7.90vw;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.boton:hover {
    background-color: #6644F3;
    color: #ffffff;
    border-color: #6644F3;
}

/*Contraseña olvidada */

.forgot {
    margin-top: 1.5vw;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.01vw;
    color: #6644F3;
    text-decoration: none;
}

.forgot:hover {
    text-decoration: underline;
}