/* @import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --anchoDeCaja: 250px;
    --anchoDeCajaContenido: 250px;
    --altoDeCajaContenido: 780px;
    /* --altoDeTextoCajaContenido: 720px; */
    --anchoBarrasSkills: 100px;
}



* {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
}

body {
    background-image: url("../imagenes/endless-constellation2.svg");
    /*     font-family: 'Source Sans Pro', sans-serif; */
    font-family: 'Roboto', sans-serif;
}

/* ---------------------------------320PX ANCHO-------------------------------------- */
/*---------------------------------Seccion perfil-------------------------------------*/

.invisible {
    width: 90px;
    height: 90px;
}

.fotoPerfil {
    background: url("../imagenes/paul_VelazquezII.jpg");
    background-size: cover;
    width: 220px;
    height: 220px;
    margin: 0 auto;
    border-radius: 50%;
    border: 25px inset #59808b;
    margin: auto;
    margin-top: 15px;
    box-shadow: 3px 2px 25px #000000;

}



#nombre {
    width: 250px;
    text-align: center;
    margin: 10px auto;
    text-shadow: 1px 1px 25px #000000;
}

#profesion {
    width: 250px;
    text-align: center;
    margin: 10px auto;
    text-shadow: 1px 1px 25px #000000;
}

.contenedorDeFoto {
    width: 280px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    background-color: #f0f8ff;
}


/*---------------------------------Fin Seccion perfil-------------------------------------*/

/*---------------------------------Seccion Rectangulos-------------------------------------*/

.contenedorDeRectangulos {
    font-size: 15px;
    display: flex;
    flex-direction: column;
    margin: auto;
}

.titulosHeader {
    margin: 10px;
    font-size: 15px;
    text-shadow: 1px 1px 25px #000000;
}


/*-----------------rectangulo Contacto-----------*/
#iconoEmail {
    width: 30px;
    margin-left: 5px;


}

#iconoTelefono {
    width: 29px;
    margin-left: 5px;
}

#iconoDireccion {
    width: 34px;
    margin-left: 2px;
}

#iconoPagina {
    width: 26px;
    margin-left: 7px;
}


.contacto {
    width: var(--anchoDeCaja);
    height: 200px;
    margin: 30px auto;
    border-radius: 20px;
    background-color: rgba(4, 24, 48, 0.23);
    display: flex;
    flex-direction: column;
    box-shadow: 10px 10px 25px #59808B;
}

.itemContacto {
    margin-left: 5px;
}

.email,
.telefono,
.direccion,
.pagina {
    margin: 2px;
    margin-bottom: 5px;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.linkContacto,
.linkTelefono,
.linkDireccion,
.linkPagina {
    text-decoration: none;
    color: #000000;
}

.contacto a:hover {
    text-decoration: none;
    color: #0d6da5e7;
    background-color: rgb(89, 129, 140, 25%);
    border-radius: 10px;
    margin: 3px;
}

/*-----------------Fin Rectangulo Contacto-----------*/
/*-------------------Rectangulo Skills---------------*/

.skills {
    width: var(--anchoDeCaja);
    height: 200px;
    margin: 30px auto;
    border-radius: 20px;
    background-color: rgba(4, 24, 48, 0.23);
    box-shadow: 10px 10px 25px #59808B;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.tittleSkill {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-left: 10px;
}

/* Item Disenio web -----------*/
.pDW {
    grid-column: 1/2;
    grid-row: 2/3;
    margin-left: 10px;
}


.barraDisenoWeb {
    grid-column: 2/3;
    grid-row: 2/3;
    border: 1px solid black;
    border-radius: 6px;
    margin-left: 5px;
    width: var(--anchoBarrasSkills);
    height: 16px;
}

#DW3 {
    background-color: darkgoldenrod;
    width: 0%;
    height: 16px;
    transition: width 2s;
}

/* Fin Item Disenio Web -----------*/


.pDG {
    /* Item Disenio Grafico -----------*/
    grid-column: 1/2;
    grid-row: 3/4;
    margin-left: 10px;
}


.barraDisenoGrafico {
    grid-column: 2/3;
    grid-row: 3/4;
    border: 1px solid black;
    border-radius: 6px;
    margin-left: 5px;
    width: var(--anchoBarrasSkills);
    height: 16px;
}

#DG3 {
    background-color: darkgoldenrod;
    width: 0%;
    height: 16px;
    transition: width 2s;
}


/* Fin Item Disenio Grafico -----------*/

.pDUi {
    /* Item Disenio Ui --------------*/
    grid-column: 1/2;
    grid-row: 4/5;
    margin-left: 10px;
}


.barraDisenoUi {
    grid-column: 2/3;
    grid-row: 4/5;
    border: 1px solid black;
    border-radius: 6px;
    margin-left: 5px;
    width: var(--anchoBarrasSkills);
    height: 16px;
}

#DUi3 {
    background-color: darkgoldenrod;
    width: 0%;
    height: 16px;
    transition: width 2s;
}

/* Fin Item Disenio Ui --------------*/

.pDibujo {
    /* Item Dibujo --------------*/
    grid-column: 1/2;
    grid-row: 5/6;
    margin-left: 10px;
}


.barraDibujo {
    grid-column: 2/3;
    grid-row: 5/6;
    border: 1px solid black;
    border-radius: 6px;
    margin-left: 5px;
    width: var(--anchoBarrasSkills);
    height: 16px;
}

#DBJ3 {
    background-color: darkgoldenrod;
    width: 0%;
    height: 16px;
    transition: width 2s;
}

/* Fin Item Dibujo --------------*/
/* Item Animacion --------------*/



.pAnimacion {
    grid-column: 1/2;
    grid-row: 6/7;
    margin-left: 10px;
}


.barraAnimacion {
    grid-column: 2/3;
    grid-row: 6/7;
    border: 1px solid black;
    border-radius: 6px;
    margin-left: 5px;
    width: var(--anchoBarrasSkills);
    height: 16px;
}

#ANI3 {
    background-color: darkgoldenrod;
    width: 0%;
    height: 16px;
    transition: width 2s;
}


/* Fin Item Animacion --------------*/
/*-----------------Fin Rectangulo Skills-------------*/



/*------------------Rectangulo HOBBIES---------------*/
.hobbies {
    width: var(--anchoDeCaja);
    height: 200px;
    margin: 30px auto;
    margin-bottom: 70PX;
    border-radius: 20px;
    background-color: rgba(4, 24, 48, 0.23);
    display: flex;
    flex-direction: column;
    box-shadow: 10px 10px 25px #59808B;
}

.listaDesordenada1 {
    margin: 10px 0 10px 28px;
    line-height: 26px;
}

/*----------------Fin Rectangulo HOBBIES-------------*/


.contenido {
    border-radius: 20px;
    background-color: rgb(0, 0, 0, 24%);
    width: var(--anchoDeCajaContenido);
    height: var(--altoDeCajaContenido);
    margin: auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    background-color: rgba(4, 24, 48, 10%);
    box-shadow: 10px 10px 25px #59808B;
    margin-bottom: 70;
}

#boton1 {
    width: 180px;
    height: 22px;
    color: rgb(1, 15, 15);
    border-radius: 5px;
    text-align: center;
    background-color: #59808B;
    margin: 5px auto;
    padding: 3px;
    position: relative;
    grid-column: 1/2;
    grid-row: 1/2;
}

#boton2 {
    width: 180px;
    height: 22px;
    border-radius: 5px;
    text-align: center;
    background-color: #59808B;
    margin: 5px auto;
    padding: 3px;
    position: relative;
    grid-column: 1/2;
    grid-row: 2/3.;
}

#boton3 {
    width: 180px;
    height: 22px;
    border-radius: 5px;
    text-align: center;
    background-color: #59808B;
    margin: 5px auto;
    padding: 3px;
    position: relative;
    grid-column: 1/2;
    grid-row: 3/4;
}

#boton1:hover {
    background-color: cadetblue;
    font-size: 18px;
    width: 200px;
    transition: 300ms;
    color: #f0f8ff;
    box-shadow: 1px 1px 10px black;

}

#boton2:hover {
    background-color: cadetblue;
    font-size: 18px;
    width: 200px;
    transition: 300ms;
    color: #f0f8ff;
    box-shadow: 1px 1px 10px black;
}

#boton3:hover {
    background-color: cadetblue;
    font-size: 18px;
    width: 200px;
    transition: 300ms;
    color: #f0f8ff;
    box-shadow: 1px 1px 10px black;
}


#tittleAbout {
    margin-left: 20px;
    grid-column: 1/2;
    grid-row: 4/5;
    display: block;
}

#tittleEducacion,
#tittleExperiencia {
    margin-left: 20px;
    grid-column: 1/2;
    grid-row: 4/5;
    display: none;
}

#AcercaDeMi {
    height: 720px;
    margin: 5px 15px 35px 15px;
    grid-column: 1/2;
    grid-row: 5/6;
    display: block;

}

#educacion,
#experiencia {
    height: 720px;
    margin: 5px 15px 35px 36px;
    grid-column: 1/2;
    grid-row: 5/6;
    display: none;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #59808b;
    border-radius: 8px;
    color: #e9e3e3;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 40px;
    width: 100%;
    width: var(--anchoDeCajaContenido);
    margin: auto;
    margin-bottom: 10px;
}

.redesSociales {
    color: rgb(178, 199, 218);
    text-align: center;
    margin: auto;
    padding: 5px;
}

.redesSociales:hover {
    color: black;
}

/* ---------------------------------------------------De 375 a 893 */
@media screen and (min-width: 375px) and (max-width: 893px) {}

:root {
    --anchoDeCaja: 350px;
    --anchoDeCajaContenido: 350px;
    --altoDeCajaContenido: 580px;
    --anchoBarrasSkills: 140px;
}

/* ---------------------------------------------------Mayor que 894 */
@media screen and (min-width: 894px) and (max-width: 1365px) {

    :root {
        --anchoDeCaja: 350px;
        --anchoDeCajaContenido: 350px;
        --altoDeCajaContenido: 268;
        --anchoBarrasSkills: 140px;
    }


    #AcercaDeMi {
        height: 268px;
    }

    #experiencia,
    #educacion {
        height: auto;
    }

    .contenedorDeRectangulos {
        justify-content: center;
        width: 894px;
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
        grid-template-rows: 250px 20px 250px;
        margin-bottom: 15px;
    }

    .contacto {
        grid-column: 1/3;
        grid-row: 1/2;
    }

    .skills {
        justify-content: center;
        align-items: center;
        grid-column: 3/5;
        grid-row: 1/2;
    }

    .hobbies {
        justify-content: center;
        align-items: center;
        grid-column: 1/5;
        grid-row: 2/4;
    }

    .contenedorDeContenido {
        max-width: 800px;
        height: 300px;
        margin: 0 auto;
    }

    .contenido {
        display: grid;
        grid-template-rows: auto;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

}



@media screen and (min-width: 1366px) {

    :root {
        --anchoDeCaja: 350px;
        --anchoDeCajaContenido: 350px;
        --altoDeCajaContenido: 268;
        --anchoBarrasSkills: 140px;
    }


    #AcercaDeMi {
        height: 268px;
    }

    #experiencia,
    #educacion {
        height: auto;
    }

    .contenedorDeRectangulos {
        justify-content: center;
        width: 1000px;
        display: grid;
        grid-template-columns: 200px 200px 200px 200px 200px 200px;
        grid-template-rows: 250px 20px;
    }



    .contacto {
        grid-column: 1/3;
        grid-row: 1/2;
    }

    .skills {
        justify-content: center;
        align-items: center;
        grid-column: 3/5;
        grid-row: 1/2;
    }

    .hobbies {
        grid-column: 5/7;
        grid-row: 1/2;
    }


    .contenido {
        width: 1155px;
        height: 300px;
        margin: auto;
    }

}