.logoa {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logoa img {
    width: 85%;
    position: relative;
    left: 39px;
    top: -26px;
}

.form h2 {
    color: var(--neutral-color);
    font-size: 28px;
    text-align: center;
}

.form p {
    color: var(--neutral-color);
    font-size: 16px;
    width: 80%;
    text-align: center;
}

.login {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 25px;
}

.login .cont-input {
    display: flex;
    align-items: center;
    width: 100%;
}

.login .cont-input input {
    border-radius: 16px;
    border: 1px solid var(--neutral-color);
    /* padding: 0px 20px 0px 60px; */
    font-size: 16px;
    height: 50px;
    width: 100%;
}
.cont-input{
    margin-bottom: 6px !important;
}

.login #recover {
    color: var(--neutral-color);
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
}

#btn_ingresar {
    width: 170px;
    height: 50px;
    background:#0A932C;
    border-radius: 16px;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s ease;
}

#btn_ingresar:hover {
    background-color: var(--green-background);
    color: var(--neutral-color);
}

#btn_ingresar a {
    text-decoration: none;
    color: var(--white-color);
}

#btn_ingresar a:hover {
    color: var(--neutral-color);
}

.cont-rigth {
    background-size: 100% 100%;
    flex-direction: column;
    justify-content: center;
}

.info {
    width: 100%;
    height: 84vh;
}

.info p {
    font-size: 26px;
    font-family: 'Fredoka';
    color: var(--neutral-color);
    font-weight: 500;
    width: 94%;
    line-height: 1.5;
    margin-top: 20px;
}

.info img {
    position: absolute;
}

@keyframes scale-in-out {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

#icon-datos {
    top: 75%;
    right: 40%;
    border: 4px solid var(--white-color);
    border-radius: 50%;
    background-color: var(--white-color);
    transition: transform 0.3s ease-in-out;
    animation-name: scale-in-out;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

#img_info {
    width: 25%;
    right: 3%;
    bottom: 5%;
}

/* TABLET estilos responsil table*/
@media screen and (min-width:768px) and (max-width:1080px) {
    .container {
        display: flex;
        flex-direction: column;
    }

    .cont-rigth {
        height: 100%;
    }

    #icon-datos {
        left: 5%;
        top: 85%;
    }

    .info p {
        width: 60%;
    }

    #img_info {
        width: 40%;
        bottom: 2%;
        right: 8%;
    }

}



/* SMARTPHONE estilos responsil de cel*/
@media screen and (min-width:320px) and (max-width:767px) {

    .container {
        display: flex;
        flex-direction: column;
    }

    .cont-rigth p {
        width: 100%;
        margin: 0px;
    }

    .cont-rigth {
        padding: 20px;
    }


    #img_info,
    #icon-datos {
        display: none;
    }
}

.cont-right {
    background: linear-gradient(135deg, #9DE795 0%, #0A932C 100%);
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    position: relative;
    overflow: hidden;
}

.cont-right::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    top: -100px !important;
    right: -100px !important;
    z-index: 3;
}

.cont-right::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    top: 507px !important;
    left: -90px !important;
    z-index: 3;
}

/* Contenedor derecho donde va el carrusel */
.cont-rigth {
    position: relative;
    width: 100%;
    height: 116vh;
    overflow: hidden;
    top: -46px;
}

/* Carrusel dentro del contenedor derecho */
.bg-carousel {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;

}

/* Slides del carrusel */
.bg-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    opacity: 0;
    transform: scale(1.12);
    transition:
        opacity 1.8s ease-in-out,
        transform 4s ease-in-out;
}

.bg-slide.active {
    opacity: 1;
    transform: scale(1);
}

/* Sombra leve */
.bg-carousel::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
}

.welcome-box {
    position: absolute;
    top: 65%;
    left: 21%;
    max-width: 429px;
    padding: 22px 33px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    /* box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15); */
    color: #fff;
    z-index: 10;
}

/* .welcome-box img{
        position: relative;
        left: 175px;
        top: -20px;
        width: 20%;
    } */

.welcome-title {
    font-size: 2.2rem;
    margin-bottom: 10px;
    font-weight: 700;
    color: #ffffff;
}

.welcome-sub {
    font-size: 1.1rem;
    color: #f0f0f0;
    line-height: 1.4;
}