* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "open sans";
}

body {
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;

}

.textos-header h1 {
    margin-top: 10px;
    font-size: 90px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 4px;
}

.textos-header h2 {
    letter-spacing: 4px;
    font-size: 40px;
    font-weight: 400;
    color: #fff;
}

.wave {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.hoja-doc-leg-iA {
    width: 90%;
    height: auto;
    margin: auto;
    background-color: #fafafa;
    border-radius: 10px;
    padding-top: 5%;
    padding-right: 5%;
    padding-left: 5%;
    box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.1);
    text-align: justify;
    padding-bottom: 5%;
    margin-bottom: 60px;
    margin: 10px;
}

.contenedor {
    background-color: ;
}

.display-row {
    display: flex;
    flex-direction: row;
    padding: 60px;
}

.LOGO {
    width: 280px;
    margin: 10px;
    margin-top: 60px;
    align-content: center;
}

.hoja-doc-leg-iA .T1 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #ff6801;
}

.hoja-doc-leg-iA .T2 {
    justify-content: center;
    margin-top: 40px;
    font-size: 20px;
    text-align: center;
    text-align: justify;
}

.hoja-doc-leg-iA .T3 {
    margin: 15px;
    margin-bottom: 0px;
}

.hoja-doc-leg-iA .T4 {
    margin: 10px;
    margin-bottom: 0px;
}

.hoja-doc-leg-iA .P1 {
    margin-top: 0px;
    padding-bottom: 10px;
    border-bottom: solid 1px #b8b8b8;
    text-align: justify;
    margin-bottom: 10px;
}

.hoja-doc-leg-iA .P2 {

    justify-self: center;
    text-align: justify;
    letter-spacing: 1.5;
}

/*------------------------------------------ SCREEN 900PX -----------------------------------------------------------------------*/

@media (max-width: 900px) {
    .display-row {
        display: flex;
        flex-direction: column;
    }

    .header_Iso {
        position: left;
        align-items: left;
        width: 45px;
        margin-left: 40px;
    }

    .hoja-doc-leg-iA .T1 {
        margin: 30px;
        margin-bottom: 0px;
        font-size: 40px;
        font-weight: 700;
        color: #ff6801;
    }

    .hoja-doc-leg-iA .T2 {
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 0PX;
        font-size: 15px;
        text-align: center;
        text-align: justify;
    }

    .hoja-doc-leg-iA .T3 {
        text-align: center;
        justify-content: center;
    }

    .hoja-doc-leg-iA .T4 {
        margin: 10px;
        margin-bottom: 0px;
        text-align: center;
    }

    .hoja-doc-leg-iA .P1 {
        margin-top: 20px;
        justify-self: center;
        text-align: justify;
        font-size: 12px;
        margin-top: 0px;
    }

    .hoja-doc-leg-iA .P2 {
        margin: 20px;
        font-size: 12px;
        justify-self: center;
        text-align: justify;
    }

    .display-row{
        padding-top: 0px;
    }

}

.bt-volver {
    width: 250px;
    padding: 5px;
    background-color: white;
    border: transparent;
    text-align: center;
    margin-top: 10px;
    border-radius: 25px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .4);
    text-decoration: none;
    color: #ff6801;
    margin-bottom: 90px;
}

.bt-volver:hover {
    padding: 5px;
    border: transparent;
    color: #fff;
    background-color: rgba(255, 104, 1, 1.0);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .4);
    text-decoration: none;
}
