#seccion-01{
    height: 50vh;
    width: 100%;
    max-width: 1600px;
    max-height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-image: url("../imagenes/fondo-seccion.webp");
    background-position: center;
    background-attachment: fixed;
    margin-top: 80px;
    padding: 35px 0;
}

#seccion-01 > h1{
    max-width: 750px;
    font-size: 2.5rem;
    line-height: 3.8rem;
    font-weight: 700;
    color: var(--blanco);
    opacity: 0.85;
    text-align: center;
    width: 90%;
}

#seccion-01 > p{
    max-width: 750px;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
    color: var(--blanco);
    margin-bottom: 15px;
    width: 90%;
}

#seccion-01 > span,
.dos-columnas > div > span{
    width: 35%;
    text-align: center;
    padding: 2vh .65%;
    background: #f7e5d5;
    border: 5px solid var(--naranja);
    border-radius: 5px;
    font-weight: 600;
    color: var(--negro);
    font-size: 1.1em;
    transition: all 0.2s ease;
    cursor: pointer;
    max-width: 450px;
    box-sizing: content-box;
    min-width: 320px;
}

#seccion-01 > span:hover,
.dos-columnas > div > span:hover{
    background: #f2d4ba;
    border: 5px solid var(--naranja);
}

.dos-columnas{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 35px 0;
}

.dos-columnas > img{
    margin-top: -75px;
}

.dos-columnas > div{
    margin-left: 5%;
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 5% 0;
}

.dos-columnas > div > h2{
    max-width: 450px;
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 700;
    color: var(--negro);
    text-align: left;
}

.dos-columnas > div > p{
    max-width: 650px;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 400;
    text-align: left;
    color: var(--negro);
    margin-bottom: 15px;
}

.dos-columnas > div > ul{
    width: 100%;
    max-width: 650px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    list-style: none;
    margin-bottom: 15px;
}

.dos-columnas > div > ul > li{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    margin-bottom: 15px;
    transition: all 0.2s ease;
    cursor: pointer;
    padding-left: 20px;
}

.dos-columnas > div > ul > li:before{
    content: "•";
    font-size: 2em;
    color: var(--naranja);
    position: absolute;
    top: -7px;
    left: 0;
}

.dos-columnas > div > ul > li > h4{
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    color: var(--negro);
    transition: all 0.2s ease;
    margin-bottom: 5px;
}

.dos-columnas > div > ul > li > h4:hover,
.dos-columnas > div > ul > li:hover > h4 {
    color: var(--naranja);
}

.dos-columnas > div > ul > li > p{
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    color: var(--negro);
    margin-bottom: 2px;
}

.dos-columnas > div > ul > li > p > span{
    font-weight: 700;
}


.fadeBox { opacity: var(--o); }
.easeBox { transform: translateY(var(--ty)); }
.fadeBox2 { opacity: var(--oo); }
.easeBox2 { transform: translateY(var(--tyy)); }

#seccion-04{
    width: 85%;
    display: flex;
    flex-direction: column;
    margin: 0vh auto 0;
    align-items: center;
    padding: 0vh 0 27vh 0;
    position: relative;
    max-width: 1330px;
}

#seccion-04 > img{
    position: absolute;
    bottom: 0;
    aspect-ratio: 13/6;
    opacity: .5;
}

#seccion-04 > h3{
    font-weight: 600;
    color: var(--negro);
    font-size: 2em;
    margin-bottom: 2.5vh;
    text-align: center;
}

#seccion-04 > .linea{
    margin-bottom: 8vh;
}

#seccion-04 > p{
    font-weight: 400;
    color: var(--negro);
    font-size: 1.2em;
    margin-bottom: 9vh;
    text-align: center;
    width: 45%;
}

#seccion-04 > form{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#seccion-04 > form > span{
    font-weight: 600;
    font-size: .9em;
    width: 35%;
    text-align: center;
    color: var(--rojo);
    transition: all 0.2s ease;
    margin-bottom: 2vh;
}

#seccion-04 > form > div{
    width: 35%;
    max-width: 433px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: var(--blanco);
    border-radius: 5px;
    margin-bottom: 2vh;
    z-index: 2;
    padding: 0 0 0 1.2%;
    position: relative;
    border: solid 1.5px #2f4858;
}

#seccion-04 > form > div > img,
#seccion-04 > form > aside > img{
    aspect-ratio: 1/1;
    padding: 1.5vh 3.5% 1.5vh 0;
    width: 6%;
    filter: invert(73%) sepia(20%) saturate(1159%) hue-rotate(336deg) brightness(98%) contrast(92%);
}

#seccion-04 > form > div > input{
    width: 90%;
    color: var(--negro);
    font-size: 1.05em;
    text-align: left;
    border: 0;
    outline: 0;
    padding: 1.5vh 4.2% 1.5vh 0;
}

#seccion-04 > form > div > span{
    transition: all 0.2s ease;
    display: none;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 10px;
}

#seccion-04 > form > div > span:before{
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
}

#seccion-04 > form > div > .rojo + span,
#seccion-04 > form > div > .verde + span{
    display: flex;
}

#seccion-04 > form > div > .rojo + span:before{
    content: "\274C";
    color: #f27474;
    background: rgba(242,116,116,.2);
}

#seccion-04 > form > div > .verde + span:before{
    content: "\2713";
    color: #0ac083;
    background: rgba(10,192,131,.2);
}

#seccion-04 > form > aside{
    width: 35%;
    max-width: 433px;
    padding: 0 0 0px 1.2%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: var(--blanco);
    z-index: 3;
    border-radius: 5px;
    margin-bottom: 2vh;
    border: solid 1.5px #2f4858;
    position: relative;
    cursor: pointer;
}

#seccion-04 > form > aside > ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    background: rgba(238, 237, 233, 1.00);
    list-style: none;
    overflow: scroll;
    position: absolute;
    top: 115%;
    left: 0;
    padding: 0;
    overflow-x: hidden;
    border-radius: 3px;
}

#seccion-04 > form > aside > ul::-webkit-scrollbar {
    display: none
}

#seccion-04 > form > aside > ul > li{
    width: 75%;
    padding: 1vh 12.5%;
    border-bottom: 1px solid white;
    font-weight: 500;
    font-size: 1rem;
    color: #2f4858;
    transition: all 0.25s ease;
    cursor: pointer;
}

#seccion-04 > form > aside > ul > li:hover{
    color: var(--blanco);
    background: var(--naranja);
}

#seccion-04 > form > aside > p{
    width: 77%;
    color: #2f4758;
    font-size: 1em;
    font-weight: 500;
    opacity: .75;
    text-align: left;
    padding: 1.5vh 3% 1.5vh 0;
}

#seccion-04 > form > aside > span{
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5vh 3% 1.5vh 0;
}

#seccion-04 > form > aside > span::after{
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    pointer-events: none;
    color: #f0a66c;
    font-size: 17px;
    font-weight: 700;
    content: "\25BC";
}

#seccion-04 > form > input{
    width: 35%;
    text-align: center;
    z-index: 2;
    padding: 2vh .65%;
    background: #f7e5d5; 
    border: 5px solid var(--naranja);
    border-radius: 5px;
    font-weight: 400;
    color: var(--negro);
    font-size: 1.1em;
    transition: all 0.2s ease;
    cursor: pointer;
    max-width: 433px;
    box-sizing: content-box;
}

#seccion-04 > form > input:hover{
    background: #f2d4ba; color: #2f4858 !important; border: 5px solid #f0a66c;
}

#pasos{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 35px 0;
    height: 70vh;
    max-height: 850px ;
}

#pasos > aside{
    background-size: cover;
    background-image: url("../imagenes/fondo-pasos-movil.webp");
    background-position: center;
    background-attachment: fixed;
    height: 100%;
    width: 45%;
}

#pasos > div{
    width: 55%;
    height: 100%;
    box-sizing: border-box;
    padding: 50px 5%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: rgb(39,73,90);
    background: linear-gradient(135deg, rgba(39,73,90,1) 0%, rgba(44,72,89,1) 25%, rgba(47,72,88,1) 75%, rgba(99,119,132,1) 100%);
}

#pasos > div > h3{
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--blanco);
    font-size: .85em;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: left;
}

#pasos > div > h2{
    font-weight: 700;
    color: var(--blanco);
    font-size: 2em;
    margin-bottom: 25px;
    text-align: left;
}

#pasos > div > div{
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#pasos > div > div > h5{
    font-weight: 700;
    color: var(--blanco);
    font-size: .9em;
    text-align: left;
    text-transform: uppercase;
    width: 30%;
    box-sizing: border-box;
    padding:20px 10px;
    transition: all 0.2s ease;
    cursor: pointer;
    border-inline-end-style:none ;
    line-height: 1;
    z-index: 20;
}

#pasos > div > div > h5 > span{
    font-size: 1.1em;
    color: var(--naranja);
}

#pasos > div > div > .clic{
    background: #627682;
}

#pasos > div > div > p{
    position: absolute;
    width: 50%;
    box-sizing: border-box;
    padding: 10px 3% ;
    background: rgba(255, 255, 255, .25);
    font-weight: 500;
    color: var(--blanco);
    font-size: .85em;
    text-align: left;
    transition: all 0.2s ease;
    right: 20%;
    line-height: 1.5;
}


#pasos > div > div > p:nth-of-type(1){
    top: 0;
}

#pasos > div > div > p:nth-of-type(2){
    top: 20%;
}

#pasos > div > div > p:nth-of-type(3){
    top: 45%;
}

#pasos > div > div > p:nth-of-type(4){
    bottom: 0%;
}

#confiar{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 35px 0 80px;
}

#confiar > h3{
    font-weight: 600;
    color: var(--negro);
    font-size: 2em;
    margin-bottom: 2.5vh;
    text-align: center;
    width: 90%;
}

#confiar > p{
    font-weight: 400;
    color: var(--negro);
    font-size: 1.2em;
    margin-bottom: 25px;
    text-align: center;
    width: 95%;
    max-width: 950px;
}

#confiar > div{
    width: 80%;
    overflow: hidden;
}

#confiar > div > div > div{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#confiar > div > div > div > h5{
    font-weight: 700;
    color: var(--negro);
    font-size: 1.5em;
    text-align: center;
    width: 95%;
    margin-top: 15px;
}

/*Relaciones de aspecto escritorio*/
/*anchuras superiores*/
@media screen and (min-width: 1550px) {
 
}

/*Relaciones de aspecto escritorio*/
@media screen and (min-width: 1100px) and (max-width: 1360px) {
    
    #seccion-04 > p{
        width: 55%;
    }
    #seccion-04 > form > div,
    #seccion-04 > form > aside,
    #seccion-04 > form > input{
        min-width: 450px;
    }
}


/*De 1088 a 1020*/
@media screen and (min-aspect-ratio: 5/4) and (max-aspect-ratio: 4/3) and (min-width: 1100px) {
    
}

/*De 1020 a 906*/
@media screen and (min-aspect-ratio: 4/3) and (max-aspect-ratio: 3/2) and (min-width: 1100px) {
    
}

/*De 906 a 800*/
@media screen and (min-aspect-ratio: 3/2) and (max-aspect-ratio: 17/10) and (min-width: 1100px) {
    
}

/*De 800 a 680*/
@media screen and (min-aspect-ratio: 17/10) and (max-aspect-ratio: 18/9) and (min-width: 1100px) {
    
}

/*Relaciones de aspecto tablet*/
@media screen and (min-width: 750px) and (max-width: 1099px) {
    
    #seccion-04 > p{
        width: 65%;
    }
    #seccion-04 > form > div,
    #seccion-04 > form > aside,
    #seccion-04 > form > input{
        min-width: 450px;
    }
    #seccion-02{
        flex-direction: column;
    }
    #seccion-03{
        flex-direction: column-reverse;
    }
    .dos-columnas > div{
        width: 90%;
        align-items: center;
        margin-left: 0;
    }
    .dos-columnas > img{
        width: 75%;    
    }
}



/*Relaciones de aspecto movil*/
/*relacion general*/
@media screen and (max-width: 750px) {
    #seccion-01{
        background-image: url(../imagenes/fondo-seccion-movil.webp);
        background-position: center;
        background-attachment: fixed;
        background-size: cover;
    }
    #seccion-02{
        flex-direction: column;
    }
    #seccion-03{
        flex-direction: column-reverse;
    }
    .dos-columnas > div{
        width: 90%;
        align-items: center;
        margin-left: 0;
        margin-top: 50px;
    }
    .dos-columnas > img{
        width: 75%;    
    }
    #seccion-04{
        padding: 0vh 0 11vh;
        width: 90%;
    }
    #seccion-04 > p{
        width: auto;
        margin-bottom: 35px;
    }
    #seccion-04 > form > div,
    #seccion-04 > form > input{
        width: 85%;
    }
    #seccion-04 > form > aside{
        width: 87.4%;
    }
    #pasos{
        flex-direction: column;
        align-items: center;
        height: auto;
    }
    #pasos > aside,
    #pasos > div{
        width: 100%;
    }
    #pasos > aside{
        height: 30vh;
        background-size: 100%;
        background-image: url("../imagenes/fondo-pasos-movil.webp");
        background-position: center;
        background-attachment: fixed;
        background-repeat: no-repeat;
    }
    #pasos > div{
        align-items: center;
    }
    #pasos > div > h3,
    #pasos > div > h2{
        text-align: center;
    }
    #pasos > div > div > h5{
        width: 100%;
        margin-bottom: -1px;
        border: 1px solid var(--blanco);
    }
    #pasos > div > div > p{
        position: static;
        width: 100%;
        border: 1px solid var(--blanco);
        border-top: 0 ;
        padding: 10px 5%;
    }
    #confiar > p{
        margin-bottom: 35px;
    }
    #confiar > div > div > div > img{
        width: 15%;
        height: auto;
    }
}



/*De 500 a 450*/
@media screen and (max-aspect-ratio: 2/3) and (min-aspect-ratio: 3/5) and (max-width: 750px) {
    
}
/*De 450 a 375*/
@media screen and (max-aspect-ratio: 3/5) and (min-aspect-ratio: 9/18) and (max-width: 750px) {
    
}
/*De 375 a 321*/
@media screen and (max-aspect-ratio: 9/18) and (min-aspect-ratio: 9/21) and (max-width: 750px) {
    
}

/* estilos modo oscuro
@media (prefers-color-scheme: dark) {

    body {
        background: var(--negro);
    }

    formulario-contacto{
        background: var(--fondo-dark-mode);
    }

    #seccion-04 > h3,
    #seccion-04 > p,
    #seccion-04 > form > span{
        color: var(--blanco);
    }


    
}*/