* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif
}

body {
    overflow-x: hidden;
}

/* Sumate */


.sumate-img img{
    width: 100%;
}

.sumate h1{
    color: #B62C38;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
}

.sumate .datos-personales{
    width: 30%;
    height: 730px; 
    padding: 2em;
    margin: auto;
    margin-top: 50px;
    background-color: white;
    filter: drop-shadow(0 8px 8px rgb(66, 66, 66));
}

.sumate .datos-personales h5{
    color: #B62C38;
    font-weight: bold;
}

.sumate .datos-personales .form-label{
    color: #B62C38;
    margin-top: 30px;
}

.sumate .datos-personales .form-input{
    width: 100%;
    background: none;
    border: none;
    outline: none;
    border-bottom: 1px solid #B62C38;
}

.sumate .datos-personales i{
    position: relative;
    top: 64px;
    float: right;
}

  .sumate .datos-personales.datos-personales-incorrecto i{
    color: #B62C38;
}

  .sumate .datos-personales.datos-personales-correcto i{
    color: #2cb62c;
}

#formulario{
    display: flex;
    flex-direction: column;
}

.reform{
    width: 100%;
    height: 35px;
    color: #B62C38;
    border: 1px solid;

}

#container-reform{
    height: 305px;
}

#desc-personal{
    border: solid 1px #B62C38;
    height: 200px;
}

#reform2{
    height: 375px;
}

#preflab{
    position: relative;
    top: 145px;
    width: 113%;
    right: 32px;
    height: 400px;
}

.enviar{
    padding: 20px 30px;
    color: white;
    background-color: #B62C38;
    width: 10%;
    margin: auto;
    margin-top: 40px;
    border: none;
}

.enviar:hover{
    padding: 20px 30px;
    color: #B62C38;
    background-color: white;
    width: 10%;
    margin: auto;
    margin-top: 40px;
    border: 1px solid #B62C38;
}

.enviar2{
    display: block;
    margin: auto;
    padding: 20px 30px;
    color: white;
    background-color: #B62C38;
    width: 10%;
    margin: auto;
    margin-top: 40px;
    border: none;
}

.enviar2:hover{
    padding: 20px 30px;
    color: #B62C38;
    background-color: white;
    width: 10%;
    margin: auto;
    margin-top: 40px;
    border: 1px solid #B62C38;
}

.warnings{
    position: relative;
    top: 110px;
    left: -163px;
    text-align: center;
}

#container-reform{
    height: 390px;
}

#container-reform2{
    height: fit-content;
}

#text-box-container{
    display: flex;
    flex-direction: column;
}

#text-box-container input{
    margin-top: 10px;
    border: 1px solid #B62C38;
}

.empleo-title{
    text-align: center;
    margin-top: 40px;
}

@media (max-width: 991px)

{

    /* Sumate */

      .sumate-img{
        height: 360px;
    }

      .sumate-img img{
        top: 90px;
    }

      .sumate h1{
        margin-top: -160px;
        font-size: 20px;
    }

      .sumate .datos-personales{
        width: 100%;
    }

    #preflab{
        left: -22px;
    }

    .enviar{
        left: 120px;
        width: 35%;
    }

    .enviar:hover{
        width: 25%;
    }

    .warnings{
        top: 96px;
        left: -118px;
    }

    .sumate-img img{
        width: 100%;
    }

    

}