* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'open sans', sans-serif;
}



body {
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    margin: auto;
}
.administra-img{
    width: 20%;
    margin: auto;
    pointer-events: none;
}

.hoja-doc-leg-iA {
    width: 90%;
    height: auto;
    display: flex;
    margin: auto;
    flex-direction: column;
    justify-content: center;
    background-color: #fafafa;
    border-radius: 10px;
    padding-top: 5%;
    padding-right: 10%;
    padding-left: 10%;
    box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.1);
    text-align: justify;
    padding-bottom: 5%;
    margin-bottom: 60px;
}

.hoja-doc-leg-iA .T1 {
    margin: 30px;
    margin-bottom: 0px;
    font-size: 40px;
    font-weight: 700;
    color: #ff6801;
    text-align: center;
}

.hoja-doc-leg-iA .T2{
    font-size: 15px;
    font-weight: 500;
    text-align: justify;
}
.t2-m{
    font-size: 15px;
    font-weight: 500;
    text-align: justify;
    margin-left: 50px;
}

.hoja-doc-leg-iA .T3{
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
}

.hoja-doc-leg-iA .T4 {
    margin: 10px;
    font-size: 15px;
    text-align: center;
    margin-bottom: 0px;
}

.hoja-doc-leg-iA .P1 {
    font-size: 12px;
    margin-top: 0px;
    justify-self: center;
    text-align: justify;
}

.hoja-doc-leg-iA .P2 {
    margin: 20px;
    margin-left: 4em;
    margin-right: 4em;
    font-size: 12px;
    margin-top: 0px;
    justify-self: center;
    text-align: justify;
    letter-spacing: 1.5;
}

/*- ---------------------------------------------------------------------MENU HMBURGUESA -------------------------------------------------------------------------*/

.checkbtn {
    font-size: 30px;
    color: #fff;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}

#check1 {
    display: none;
}


@media (max-width: 900px) {
    .enlace {
        padding-left: 20px;
    }

    .menu2 .ul .li .a1 {
        font-size: 16px;
    }

    .header_Iso {
        position: left;
        align-items: left;
        width: 45px;
        margin-left: 100px;
        margin-top: 15px;
    }

}

    @media (max-width: 900px) {

        .checkbtn {
            display: block;

        }



        .ul {
            font-size: 25px;
            position: fixed;
            width: 100%;
            height: 100vh;
            background: rgba(0, 0, 0, .7);
            backdrop-filter: blur(10px);
            top: 80px;
            right: -100%;
            text-align: center;
            transition: all .5s;
        }

        .menu2 .ul .li {
            display: block;
            margin: 50px 0;
            line-height: 27px;
        }

        .menu2 .ul .li .a1 {
            font-size: 20px;
        }



        #check1:checked~.ul {
            right: 0;
        }



    }





    /*------------------------------------------ SCREEN 900PX -----------------------------------------------------------------------*/

    @media screen and (max-width:900px) {

        .LOGO {
            width: 70%;
            margin-top: 10%;
        }

        .header_Iso {
            position: left;
            align-items: left;
            width: 45px;
            margin-left: 40px;
        }

        .hoja-doc-leg-iA .T1 {
            margin: 30px;
            margin-bottom: 0px;
            font-size: 35px;
            font-weight: 700;
            line-height: 37px;
            color: #ff6801;
        }

        .hoja-doc-leg-iA .T2 {
            justify-content: center;
            margin-top: 40px;
            margin-left: 40px;
            margin-right: 40px;
            font-size: 12px;
            text-align: center;
            margin-bottom: 80px;
            text-align: justify;
        }

        .hoja-doc-leg-iA .T3 {
            margin: 30px;
            margin-bottom: 0px;
            text-align: center;
            justify-content: center;
        }


        .hoja-doc-leg-iA h3 {
            margin: 30px;
            text-align: center;
            justify-content: center;
        }

        .hoja-doc-leg-iA .T4 {
            margin: 10px;
            text-align: center;
            letter-spacing: opx;
        }


        .hoja-doc-leg-iA .P1 {
            margin: 20px;
            margin-top: 0px;
            margin-left: 40px;
            margin-right: 40px;
            justify-self: center;
            text-align: justify;
            font-size: 12px;

        }

        .hoja-doc-leg-iA .P2 {
            margin: 20px;
            margin-top: 0px;
            font-size: 12px;
            margin-left: 80px;
            margin-right: 80px;
            justify-self: center;
            text-align: justify;
        }




        .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;
        }




        /*----------------------------------------footer-----------------------------------------------------------*/


        footer {
            background: #191919;
            padding: 60px 0 30px 0;
            margin: auto;
            overflow: hidden;
        }

        .contenedor-footer {
            display: flex;
            width: 90%;
            justify-content: space-evenly;
            margin: auto;
            padding-bottom: 50px;
            border-bottom: 1px solid #ccc;
        }

        .content-foo {
            text-align: center;
        }

        .content-foo h4 {
            color: #fff;
            border-bottom: 3px solid #FF6801;
            padding-bottom: 5px;
            margin-bottom: 10px;
        }

        .content-foo p {
            color: #ccc;

        }

        .titulo-final {
            text-align: center;
            font-size: 24px;
            margin: 20px 0 0 0;
            color: #9e9797;
        }


        .terminos-condiciones-t {
            text-align: left;
            max-width: 700px;
            font-size: 25px;
        }

        .terminos-condiciones-s {
            max-width: 700px;
            text-align: left;

        }

        .icon-redes {
            margin-right: 8px;
            width: 30px;
            align-items: flex-start;
        }

        .icon-ubi {
            width: 25px;
        }

        .icon-footer {
            height: 20PX;
            align-content: center;
            margin-left: 90px;
            float: center;
            margin-top: 30px;
            max-width: 60%;
        }


        .vm {
            align-content: flex-start;
            margin-top: 10px;
            font-size: 16px;
            font-weight: 700;
            color: #fff;
            align-items: flex-start;
            justify-content: left;
            justify-items: left;
            text-decoration: none;
        }

        .vm:hover {
            text-decoration: none;
            color: #ff6801;


        }


        .ver-mas {
            font-size: 16px;
            font-weight: 600;
            color: #fff;
        }

        .ver-mas:hover {
            color: #ff6801;
        }




    }

    /*------------------------------------------------------------900PX--------------------------------------------*/


    @media screen and (max-width:900px) {

        header {
            background-position: center;
        }

        .PAIS {
            border-radius: 10px;
            padding: 5px;
            width: 40px;
            border: 10px;
            position: fixed;
            margin-right: none;
            backdrop-filter: blur(10px);
            box-shadow: 0px 0px 10px rgba(0, 1, 1, .2);
        }

        .bandera {
            padding: 5px;

        }

        .contenedor-footer {
            flex-direction: column;
            border: none;
        }


        .contenedor-footer {
            display: flex;
            width: 90%;
            justify-content: space-evenly;
            margin: auto;
            padding-bottom: 50px;
            border-bottom: 1px solid #ccc;
        }

        .paquetes-cards {
            margin-right: 30PX;
            width: 70%;
            justify-content: space-evenly;
            display: flex;
            flex-direction: column;
        }


    }