body {
    display: block !important;
}
.title{
    color: #fff;
    font-weight: 600;
    font-size: 70px;
    line-height: 0.9;
    white-space: break-spaces;
}

.dvTitle{
    position: absolute;
    top: 0%;
    left: 3%;
    height: 30vh
}

.descriptionModulo{
    color: #fff;
    word-wrap: break-word;
    font-size: 40px;
    font-weight: 100;
}

.borderTitle {
    border-bottom: 5px solid #069e2d;
    width:90%;
}

.paddingColumn{
    padding: 10rem !important;
    padding-top: 0% !important;
    padding-bottom: 0% !important;
}

.btnInicioLogin{
    color: #f68e2d;
    font-size: 30px;
    font-weight: 500;
    background-color: #fff;
    border: solid 3px #fff;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    padding: 3%;
    padding-left: 8%;
    padding-right: 8%;
    width: 60%;
    cursor: pointer;
}

.roundedColumnStart{
    border-top-left-radius: 42px;
    border-bottom-left-radius: 42px;
}

.roundedColumnEnd{
    border-bottom-right-radius: 42px;
    border-top-right-radius: 42px;
}

.btnInicioLogin:hover{
    color: #fff;
    border: solid 3px #fff;
    background-color: transparent;
}




@media(max-height: 869px) {
    .title {
        font-size: 60px;
    }
}

@media(max-height: 782px) {
    
    .title {
        font-size: 45px;
    }

    .descriptionModulo{
        font-size: 35px;
    }

    .btnInicioLogin{
        font-size: 20px;
    }
}

@media(max-width: 919px ),(max-height: 782px ){
    
    .title {
        font-size: 25px;
    }

    .descriptionModulo{
        font-size: 25px;
    }

    .btnInicioLogin{
        font-size: 10px;
    }

}


@media(max-height: 629px) {
    .title {
        font-size: 40px;
    }

    .descriptionModulo{
        font-size: 35px;
    }

    .btnInicioLogin{
        font-size: 20px;
        width: 100%;
    }
}

@media(max-height: 482px) {
    .title {
        font-size: 20px;
    }

    .descriptionModulo{
        font-size: 15px;
        margin-bottom: 0%;
    }
}

@media(max-width: 1477px)  {
    .title {
        font-size: 45px;
    }

    .descriptionModulo{
        font-size: 35px;
    }

    .btnInicioLogin{
        font-size: 20px;
    }
}

@media(max-width: 1200px)  {
    .box-imagen-ingreso img{
        width: 100% !important;
        object-position: center center;
        object-fit: cover;
    }

    .roundedColumnEnd{
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        border-bottom-right-radius: 42px;
        border-bottom-left-radius: 42px;
    }
    .roundedColumnStart{
        border-top-right-radius: 42px;
        border-top-left-radius: 42px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .box-form .box-imagen-ingreso{
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .titleIngreso{
        margin-left: 26%;
    }
    .box-formulario .boxInput {
        margin-left: 5% !important;
    }

    .btnLogin{
        margin-left: 5% !important;
    }

    .modal-dialog-centered{
        display: block !important;
    }
}

@media(max-width: 991px){
    .dvTitle{
        top: 40%;
        left: 15%;
    }

    .title {
        font-size: 50px;
        color: #f68e2d;
    }

    .descriptionModulo{
        font-size: 45px;
        color: #f68e2d;
    }

    .btnInicioLogin{
        font-size: 20px;
        width: 100%;
        background-color: #f68e2d;
        color: #fff;
    }

    .columnIcons{
        position: absolute;
        top: 100%
    }
    .titleIngreso{
        margin-left: 13%;
    }
}

@media(max-width: 991px) and (max-height: 798px) {
    
    .title{
        color: #fff;
        font-weight: 600;
        font-size: 30px;
        line-height: 0.9;
        white-space: break-spaces;
    }
    
    .dvTitle{
        position: absolute;
        top: 0%;
        left: 3%;
        height: 30vh
    }
    
    .descriptionModulo{
        color: #fff;
        word-wrap: break-word;
        font-size: 20px;
        font-weight: 100;
    }
    .btnInicioLogin{
        color: #f68e2d;
        font-size: 15px;
        font-weight: 500;
        background-color: #fff;
        border: solid 3px #fff;
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
        padding: 1%;
        padding-left: 5%;
        padding-right: 5%;
        width: 60%;
        cursor: pointer;
        margin-bottom: 10px;
    }

    .columnIcons{
        position: absolute;
        top: 60%
    }

    .colButtons{
        justify-content: center !important;
    }
    
}

@media(max-width: 595px) and (max-height: 798px){
    .dvTitle{
        top: 40%;
        left: 15%;
    }

    .title {
        font-size: 50px;
        color: #f68e2d;
    }

    .descriptionModulo{
        font-size: 45px;
        color: #f68e2d;
    }

    .btnInicioLogin{
        font-size: 20px;
        width: 100%;
        background-color: #f68e2d;
        color: #fff;
    }

    .columnIcons{
        position: absolute;
        top: 100%
    }
    .titleIngreso{
        margin-left: 13%;
    }
}

@media(max-width: 991px) and (max-height: 605px) {
    .columnIcons{
        top: 400px;
    }
}

@media(max-width: 842px) and (max-height: 366px) {
    .dvTitle{
        top: 0%;
        left: 0%;
    }
}

@media(max-width: 800px) {
    .box-form .box-imagen-ingreso{
        border-top-right-radius: 42px !important;
        border-top-left-radius: 42px !important;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
}

@media(max-width: 841px) {
    .dvTitle{
        top: 40%;
        left: 10%;
    }
}

@media(max-width: 625px) {
    .title {
        font-size: 25px;
    }

    .descriptionModulo{
        font-size: 25px;
    }
    .dvTitle{
        top: 40%;
        left: 20%;
    }

    .columnIcons{
        top: 90%
    }
}

@media(max-width: 562px) {
    .dvTitle{
        top: 40%;
        left: 15%;
    }
}

@media(max-width: 426px) {
    .titleIngreso{
        margin-left: 8%;
        font-size: 20px;
    }

    .dvTitle{
        top: 40%;
        left: 5%;
    }
}

@media(max-width: 315px) {
    .logoEducate{
        margin-left: 11% !important;
    }

    .titleIngreso{
        margin-left: 14%;
        font-size: 15px;
    }

    .title {
        font-size: 20px;
    }
    .descriptionModulo{
        font-size: 15px;
    }
}


.contenedor {
    padding-top: 10px;
}

/* form {
    width: 100%;
} */

.fimage {
    float: right;
}

.form {
    position: relative;
    width: 100%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 50px;
}

.box-form {
    width: 100%;
    background: #ffffff;
    display: flex;
    min-height: 400px;
    box-shadow: 0px 0px 23px 3px rgba(156, 156, 156, 0.75);
    -webkit-box-shadow: 0px 0px 20px 3px rgba(156, 156, 156, 0.75);
    -moz-box-shadow: 0px 0px 23px 3px rgba(156, 156, 156, 0.75);
    border-radius: 23px;
}

.box-form.box-form .box-login {
    width: 100%;
    position: relative;
}

.box-form .box-imagen-ingreso {
    border-radius: 23px;
}

.box-form .box-formulario {
    border-radius: 23px;
}

.box-imagen-ingreso img {
    width: 100%;
    height: auto;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}

@supports(object-fit: cover) {
    .box-imagen-ingreso img {
        object-position: center center;
        width: 560px;
        height: 600px;
    }
}

.box-formulario {
    padding: 2%;
}

.box-formulario h2 {
    color: #f68e2d;
    font-weight: 700;
}

.btnLogin{
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    border: solid 2px #f68e2d
}

.btnLogin:hover{
    color: #f68e2d;
    border: solid 2px #f68e2d;
    background: transparent !important;
}

.box-formulario .boxInput {
    margin: auto;
    margin-top: 20px;
    padding: 10px;
    width: 90%;
    background-color: #eeeae7;
    border-left: solid 5px #f28d00;
    color: #f28d00;
    font-weight: 600;
    margin-left: 0px;
}

.boxInput input {
    width: 100%;
    padding: 5px 0px;
    border: none;
    outline: none;
    color: #0000007d;
    background: none;
    letter-spacing: 0.5px;
    transition: .7s all ease;
}

.boxInput input:focus {
    color: #f28d00;
}

.boxInput a,
p {
    /*     display:flex; */
    color: #7d7d7d;
    padding: 5px 0px;
}

.boxInput p {
    font-style: italic;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
}

.boxInput a:hover {
    text-decoration: underline;
}

.box-imagen-ingreso::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.box-imagen-ingreso object {
    position: absolute;
    right: 5px;
    bottom: 0;
}

@media (max-width: 800px) {
    .form {
        width: 90%;
    }
    .box-form {
        display: block;
    }
    .box-form .box-imagen-ingreso {
        border-bottom: unset;
        border-right: #cccccc 2px solid;
    }
    .box-form .box-formulario {
        border-top: unset;
        border-left: #cccccc 2px solid;
    }
    .boxInput p {
        position: unset;
    }
    .fimage {
        float: none;
    }
    .imgs {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.dvNote{
    background-color: #fff;
    border: solid 3px #fd8b00;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 91%;
}