@font-face{
    font-family: regular;
    src: url("../fonts/onest_variable_font_wght.ttf");
}
body{
    font-family: regular, arial;
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    background-color: #000000;
    height: 100vh;
    overflow: hidden;
}
.maskara{
    overflow: hidden;
}
.rel{
    position: relative;
}
.abs{
    position: absolute;
}
.hid{
    visibility: hidden;
}
.fit{
    width: 100%;
    height: 100%;
}
.bi {
    position: absolute;
    inset: 0;
    background: url("../img/ba01.jpg") no-repeat center top/cover;
    z-index: -10;
}
.fx{
    position: absolute;
    inset: 0;
    background: #e30613;
    filter: blur(1px);
    opacity: 0.2;
    z-index: -9;
}
.logo_le2{
    position: absolute;
    width: 10px;
    right: 10px;
    bottom: calc(15% + 65px);
    height: 200px;
}
.inicio .entra{
    display: block;
}
.entra{
    display: none;
    position: absolute;
    right: 30px;
    bottom: -70px;
    width:100px;
    height:35px;
    border-radius: 17px !important;
    color: #FFFFFF;
    font-weight: bolder;
    cursor: pointer;
}
.inicio .academico{
    right: 8%;
    top: 28%;
}
.inicio .area_log{
    opacity: 0;
    pointer-events: none;
    top: 40%;
}
.academico{
    position: absolute;
    width: 40%;
    max-width: 40%;
    min-width: 300px;
    height: fit-content;
    text-align: right;
    padding: 20px;
    background: rgba(0, 0, 0, 0);
    bottom: calc(28% + 200px);
    transition: all 600ms;
    right: 50%;
}
.logo_aca{
}
.slogan {
    position: absolute;
    font-weight: 600;
    font-size: clamp(.75rem, 1.5vw, 1.6vw);
    padding-right: 2rem;
    margin: 0;
    right: -10px;
}
.logo_le1{
    position: absolute;
    width: 15px;
    left: 10px;
    bottom: calc(15% + 10px);
    height: 200px;
}
.w100{
    width: 100%;
}
.area_log{
    position: absolute;
    top: 34%;
    right: calc((50% - 220px)/2);
    width: 220px;
    height: 170px;
    background: rgba(255,255,255,0);
    transition: all 1s;
    opacity: 1;
}
.logi01{
    background-color: #ffffff;
    clip-path: inset(0 round 20px / 50%);
    width: 100%;
    height: 40px;
    top: 25px;
}
.logi02{
    top: 80px;
}
.ico1{
    position: absolute;
    left: -1px;
    aspect-ratio: 1 / 1;
    height: 100%;
    background-color: #ed1b2f;
    border-radius: 50% 50% 0 50%;
}
.icon {
    position: absolute;
    width: 50%;
    height: auto;
    top: 22%;
    left: 27%;
}
.campo1{
    width: 100%;
    height: 100%;
    right: 0%;
    top: 0px;
    padding-left: 70px;
    padding-right: 20px;
    outline: none;
    border: none;
    font-family: regular;
    font-size: 16px;
    color: #808080;
    text-align: left;
    background: transparent;
}
::placeholder {
    color: #808080;
    opacity: 0.5;
}
:-ms-input-placeholder {
    color: #808080;
}
::-ms-input-placeholder {
    color: #808080;
}
input:-internal-autofill-selected {
    background-color: rgba(55,116,176,0.5) !important;
    color: #ffffff !important;
}

.btw{
    position: absolute;
    font-size: 20px;
    font-family: regular;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    background-color: #1f7aff;
    border: none;
    cursor: pointer;
}
.btw.user{
    border-radius: 50%;
    right: 2px;
    top: 2px;
    aspect-ratio: 1 / 1;
    height: calc(100% - 4px);
    background-image: url(../img/i_next.svg) ;
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
}
.btw:hover{
    transition: all 0.5s ease-in-out;
    transform: scale(1.1);
}
.btw:active{
    background-color: rgba(17,55,87,0.9);
    transition: all 0.5s ease-in-out;
    transform: scale(0.9);
}
.forgot{
    position: absolute;
    font-family: regular;
    font-size: 12px;
    text-align: center;
    color: #FFF;
    width: 80%;
    height: 25px;
    left: 10%;
    bottom: 0px;
    border-radius: 25px;
    padding-top: 10px;
}
.forgot a{
    font-family: regular;
    color: #FFF;
}
.forgot a:hover{
    color: #e00328;
}
.footer{
    width: 100%;
    height: 100px;
    background: #FFFFFF;
    position: absolute;
    bottom: 0px;
}
.logo_villas{
    position: absolute;
    height: 45%;
    left: 30px;
    top: 27.5%;
}
.logo_ava{
    position: absolute;
    height: 40%;
    right: 30px;
    top: 30%;
}
.desc{
    position: absolute;
    font-family: regular;
    color: #808080;
    font-size: 1em;
    width: 1000px;
    left: calc((100% - 1000px)/2);
}
.h100{
    height: 100%;
}
@media (pointer: coarse)  and (orientation: portrait) {
    .academico{
        left: calc((100% - 350px)/2);
        bottom: 120px ;
    }
    .area_log {
        right: calc((50% - 50px) / 2);
        width: 220px;
    }
    .logo_villas {
        height: 25%;
        left: 30px;
        top: 35%;
    }
    .logo_ava{
        height: 22%;
        right: 30px;
        top: 35%;
    }
}
@media (pointer: coarse)  and (orientation: landscape) {
    .academico{
        left: calc((100% - 320px)/2);
        bottom: 150px ;
    }
    .footer{
        height: 70px;
    }
    

}
