/* .page-auth{  
} */

body.page-auth.welcome{
    background-color: var(--color-primario);
    min-height: 100vh;
    padding:0;
    width: 100vw;
}
@media screen and (max-width: 1024px) {
    body.page-auth.welcome{
        min-height: auto;
    }
}
/* body.page-auth.welcome main{
    border:1px solid red;
} */
.welcome-info-items{
    display: flex; 
    gap:1rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin:2rem auto 4rem auto;
}
@media screen and (max-width: 1024px) {
    .welcome-info-items{
        width: 100%;
    }
}
.welcome-info-items .label-box.welcome{
    width: 35%; 
    margin:0 0 0 0;
}
@media screen and (max-width: 1024px) {
    .welcome-info-items .label-box.welcome{
        width: 100%; 
    }
}

section.welcome--body{
    width: 100%;
    background: transparent;
    margin:0 auto 0 auto;
}
section.welcome--body p{
    max-width: 60%; 
    margin:0 auto 4rem auto;
}
@media screen and (max-width: 1024px) {
    section.welcome--body{
        padding-top:6rem;
    }
    section.welcome--body p{
        max-width: 90%;
    }
}

section.welcome--body .box-cotizar{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
}

section.welcome--body .box-cotizar .bttn{
    background-color: var(--color-azul-5);
}


/* COTENIDO DIVIDO EN 2 LADOS: FORM + IMAGES */ 
.page-form-auth { 
    min-height: 90vh;  
    width: 92%; 
    /* min-height: 75vh;
    padding: 1rem 0 0 0; */
    padding:3rem 0 3rem 0;
    display: flex;
    align-items: center;
    justify-content: flex-end; 
    flex-direction: row-reverse; 
    margin-bottom: 0; 
}
@media screen and (max-width: 1024px) {
    .page-form-auth { 
        /* height: auto;  */
        flex-direction: column;
        /* padding: 2rem 0 0 0; */
        justify-content: flex-start; 
    }
}

.page-form-auth.welcome{
    align-items: center;
    justify-content: center; 
    text-align: center;
}
.page-form-auth.w-full{
    min-height: 85vh;
    width: 100%; 
    background-color: var(--color-primario);
    padding: 0 0 0 0;
}
@media screen and (max-width: 1024px) {
    .page-form-auth.w-full{
        padding: 6rem 0 4rem 0;
    }
} 


.page-form-auth--header,
.page-form-auth--header figure,
.page-form-auth--header figure img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-form-auth--header {
    width: 50%;
    padding: 0;
    margin:0; 
}
@media screen and (max-width: 1024px) {
    .page-form-auth--header {
        height: 10rem;
    }
} 
/* @media screen and (max-width: 768px) {
    .page-form-auth--header {
        height: 120px;
    }
} */

.page-form-auth--header figure {
    width: 92%;
    max-width: 30rem;
}
@media screen and (max-width: 1024px) {
    .page-form-auth--header figure {
        height: 100%;
    }
}

.page-form-auth--header figure img {
    width: 100%;
}
@media screen and (max-width: 1024px) {
    .page-form-auth--header figure img {
        height: 100%;
        object-fit: cover;
        object-position: 50% 12%;

    }
}

.page-form-auth--body {
    width: 50%;
    background-color: var(--color-gris-1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem; 
    margin:0; 
}
.page-form-auth--body.w-75 { 
    width: 75%;
}
@media screen and (max-width: 1024px) {   
    .page-form-auth--body.w-75 { 
        width: 92%;
    }
}
@media screen and (max-width: 1024px) { 
    .page-form-auth--body { 
        padding: 2rem;
    }
    .page-form-auth--body h3, 
    .page-form-auth--body p{ 
        text-align: left;
    }
}

/* .page-form-auth--body .content {
    width: 92%;
    max-width: 60rem;
} */

.page-form-auth--body .content {
    width: 100%;
} 

@media screen and (max-width: 1024px) { 
    .page-form-auth--header,
    .page-form-auth--body,
    .page-form-auth--body .content {
        width: 100%;
        margin: 0 auto;
    }
}


/* Footer Login */
.page-auth footer {
    width: 100%;  
    height: auto; 
    margin: 0 auto;
    padding: 2rem 0;
    background-color: var(--color-gris-3); 
}
.page-auth footer.fixed {
    position: fixed;
    left: 0; 
    bottom: 0;
}
@media only screen and (max-width: 1024px) {
    .page-auth footer {
        margin: 2rem auto 0 auto;
    }
    .page-auth footer.fixed {
        position:inherit;
    }
}
/* para resoluciones grandes */
/*
@media only screen and (min-width: 1440px) {
    .page-auth footer {
        position:absolute;
        bottom:0;
    }
}
*/

.page-auth footer ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}
@media only screen and (max-width: 1024px) {
    .page-auth footer ul {
        flex-direction: column; 
        gap: 0.5rem;
    }
}
.page-auth footer ul li {
    text-align: center;
}
.page-auth footer ul li a {
    display: block;
    font-size: var(--fsizes-small); 
    color:var(--color-primario); 
}
.page-auth footer ul li a::after {
    content: "|";
    padding-left: 1.5rem;
}
.page-auth footer ul li:last-child a::after {
    content: "";
    padding-left: 0;
}
@media only screen and (max-width: 1024px) {
    .page-auth footer ul li a::after {
        content: "";
        padding-left: 0;
    }
}


/* DT */
.access-login-dt{
    /* width: 15rem; */ 
    width: auto;
    min-width: 8rem;
    height:auto;
    padding:0;
    position:fixed;
    top:2rem;
    right: 2rem;
    /* border-radius: 3rem; */
    z-index: 1;
    display: flex;
    gap:1rem;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 1024px) {
    .access-login-dt{
        flex-direction: column; 
        justify-content: flex-end;
        align-items: flex-end;
    }
}
.access-login-dt .bttn.outline{  
    background-color: var(--color-azul-1);
    border:1px solid var(--color-azul-4);
    color: var(--color-azul-4);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:0.5rem;
    padding:1.125rem 1.5rem;
}
.access-login-dt .bttn.outline:hover{  
    background-color: var(--color-azul-5);
    border:1px solid var(--color-azul-1);
}
.access-login-dt .bttn.outline:hover, 
.access-login-dt .bttn.outline:hover i, 
.access-login-dt .bttn.outline:hover i::before{ 
    color: var(--color-primario);
}
@media only screen and (max-width: 1024px) {
    .access-login-dt{ 
        position:absolute;
        top:1.5rem;
        right: 4%;
        width: 92%;
    }
    .access-login-dt .bttn.outline{ 
        height: auto; 
        flex-wrap: wrap;
        padding:0.5rem 1rem;
    }
}
.access-login-dt figure{
    width: 1.25rem;
    height: auto;
}
@media only screen and (max-width: 1024px) { 
    .access-login-dt figure{ 
        width: 1.125rem;
    }
}
.access-login-dt figure img{
    width: 100%;
    height: auto;
}
