@import url('css2.css');

/* iconos de internte para el menu desplegable*/


:root {

    --der: #008080;
    --azul: whitesmoke;
    --violeta: red;
    --degradado: linear-gradient(90deg, var(--violeta), var(--azul));
}

.imagen {
    position: absolute;
    width: 70px;
    height: 50px;
    top: 6px;
    left: 3%;
}

.imagenn {
    position: flex;
    width: 100px;
    height: 60px;
    top: 9px;

}


.fa-plus-circle {
    margin: 3px;
    display: inline-block;
    padding: 5px 10px;
    font-size: 15px;

}





.footer .creditos {

    height: 50px;
    text-align: center;
    margin: 1rem;
    background-color: #270046;
    font-size: 2rem;
    font-weight: normal;
    justify-content: space-between;
    letter-spacing: .1rem;
    color: whitesmoke;

}

.posi {
    position: absolute;
    top: 10%;


}


html {
    font-size: 62.4%;
    overflow: hildden;
}

/* agregando fuente "tipo de letra" de internet*/

.anu {


    font-family: 'Poppins',
        sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
    border: none;
    text-transform: capitalize;

}



.log {
    font-family: 'Poppins',
        sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
    border: none;
    text-transform: capitalize;
}



/* inicio: contenido del sitio web*/



/* presentacio de teg manipulacion de caja imagen y texto*/

/* configuracion del menu*/
header {
    flex-basis: 20rem;
    flex-grow: 1;

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #270046;

    box-shadow: 0 .5rem 1rem rgb(0, 0, 0, .1);
    padding: 2rem 9%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;

}


/*color y tamaño del loco violeta*/
header .log {
    font-size: 2rem;
    color: var(--violeta);
    text-decoration: none;


}


header .log span {
    color: whitesmoke;
}


/*tamaño y distancia de las letras*/
header .navb .anu {
    font-size: 1.8rem;
    margin-left: 2rem;
    color: var(--azul);
    text-decoration: none;


}



/*efescto de pasar las letras a morado*/
header .navb .anu:hover {
    color: var(--violeta);

}

header .navb a:hover {
    color: red;
}

.anu {

    text-decoration: none;
}


/*cajita de la barra*/
header input {
    display: none;
}


/*vivivilida de las barras*/
header label {
    font-size: 3rem;
    color: var(--azul);
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
}

header .navb a {
    font-size: 2rem;
    margin-left: 2rem;
    color: whitesmoke;
    text-decoration: none;
}


/* para que se adapte a todo tipo de pantallas*/
@media(max-width: 1200px) {
    html {
        font-size: 55%;
    }

    .posi {
        position: absolute;
        top: 17%;

    }

}

@media(max-width: 950px) {
    header label {
        visibility: visible;
        opacity: 1;
    }

    .imagen {
        position: absolute;
        width: 70px;
        height: 50px;
        top: 1px;
        left: 3%;
    }

    .imagenn {
        position: flex;
        width: 80px;
        height: 50px;
        top: 9px;

    }


    .posi {
        position: absolute;
        top: 18%;

    }

    header .navb {
        position: absolute;
        top: 100%;
        left: 0%;
        width: 100%;
        background: #4D008C;
        padding: 1rem 2rem;
        border-top: .1rem solid rgb(0, 0, 0, .2);
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
        transform-origin: top;
        transform: scaleY(0);
        opacity: 0;
        transition: .2s linear;
    }

    header .navb a {
        display: block;
        margin: 2rem 0;
        font-size: 2rem;
        left: 10px;
    }


    header .navb .anu {
        display: block;
        margin: 2rem 0;
        font-size: 2rem;
    }

    header input:checked~.navb {
        transform: scaleY(1);
        opacity: 1;
    }

    header input:checked~label::before {
        content: '\f00d';
    }

    .inicio {
        flex-flow: column-reverse;
    }

    .inicio .image img {
        width: 100%;
    }

    .inicio .content h2 {
        font-size: 3.6rem;
    }

    .inicio .content p {
        font-size: 1.5rem;
    }
}


@media(max-width:750px) {
    html {
        font-size: 49%;

    }

    .posi {
        position: absolute;
        top: 18%;

    }
}

@media(max-width:720px) {
    html {
        font-size: 49%;

    }

    .posi {
        position: absolute;
        top: 16%;

    }
}


@media(max-width:450px) {
    html {
        font-size: 49%;

    }

    .loker {
        width: 100%;
        height: 500px;
        display: block;
        margin: 0 auto;
        margin-top: -8px;



    }

    .imagen {
        position: absolute;
        width: 70px;
        height: 50px;
        top: 1px;
        left: 8%;
    }

    .imagenn {
        position: flex;
        width: 67px;
        height: 56px;
        top: 9px;

    }

    .posi {
        position: absolute;
        top: 11%;

    }

}

@media(max-width:350px) {
    html {
        font-size: 49%;

    }

    .posi {
        position: absolute;
        top: 15%;

    }

    .imagenn {
        position: flex;
        width: 58px;
        height: 56px;
        top: 9px;

    }

}