/* HEADER NUEVO */


.navbar {
    padding: 1.2em;
    padding-top: 1.2em;
    font-weight: 500;
}

.hamburger-icon {
    display: block;
}


/*propiedades del listado del menú  */
.navigation__menu {
    height: 120vh;
    width: 100%;

    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 3em;


}

/* Hacemos que el header bloquee la posición cuando esté activo */
.navigation.active{
    position: absolute;
    top: 0;
    left: 0%;
    right: 0%;
    padding: 1.4em;
    padding-top: 2em;

    z-index: 30;


}

/* Cuando se desactiva se quita la posición fixed */
.navigation.inactive{
    position: none;

}

/* .lolita_icon a{
    position: absolute;
    z-index: 35;
} */

/* estética del bloque del menu */
.contenedor_menu {
    transition: 1s;
    display: none;
    /* overflow: hidden; */
    position: fixed;
    width: 100%;
    right: 0;
    top: -2em;
    z-index: 30;
    padding-bottom: 4em;
    bottom: 0;

    backdrop-filter: blur(10px);
    background-color: var(--col-pink);


    transition: opacity 0.5s ease, transform 0.5s ease;


}

/* Cuando el menu se activa */
.contenedor_menu.active {
    
    animation: fadeInBackground 0.5s forwards;
}

/* cuando el menú se desactiva/cierra */
.contenedor_menu.inactive {
    
    animation: fadeOutBackground 0.5s forwards;
}

/* ANIMACIONES FADE IN Y FADE OUT */
/* animaciones keyframes */

@keyframes fadeInBackground {
    from {
        opacity: 0;
        display: none;
    }
    to {
        opacity: 1;
        display: block;
    }
}

@keyframes fadeOutBackground {
    from {
        opacity: 1;
        display: block;
        
    }
    to {
        opacity: 0;
        display: none;
        
    }
}


.line{
    background-color: var(--col-background);

}

.line1 {
    transform-origin: top left;
}

.line3 {
    transform-origin: bottom left;

}

.hamburger-icon.toggle .line1 {
    transform: rotate(45deg);
}

.hamburger-icon.toggle .line2 {
    opacity: 0;
}

.hamburger-icon.toggle .line3 {
    transform: rotate(-45deg);
}

/* que se despliefue cuando se de click en el icono de barras */
#hamburguer_button:checked ~ .contenedor_menu {
    display: block;
}

/* tamaño y posición del menú */
.item_enlace{
    font-size: 70px;
    text-align: right;
    margin-right: 0em;
    margin-left: 0.4em;

}

.item_enlace:hover::after {
    content: url(../gifs/tachado.gif);
    transform: scale(0.8);
    position: absolute;
    left: -60px;
    top: -105px;
}

/*______FOOTER_______*/

.bloque_giffooter{
    display: flex;
    flex-direction: column;
    gap: 4em;
    padding: 1.2em;

}


.bloque_footer{
    min-height: 8em ;
    font-size: 1.2em;

}

.gmail{
    font-size: 35px;
    gap: 0.2em;
}

.extra-footer{
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    row-gap: 0.5em;
}

.redes{
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 2;
}

.contact-title{
    font-size: 85px;
    margin-left: 20px;
    margin-top: 10px;
}

/*_____MAIN____*/


/* Texto e intro de la galería*/
.this_type{
    font-size: 32px;
    margin-left: 1em;
    margin-right: 1em;
}

.home_marquee_container{
    height: 110px;
    
}


.work-fav{
    padding-top: 1em;
    padding-bottom: 12em;
}

/*_____GALERÍA_____ */

#gallery{
    gap: 0.2em;
}

/* grid con fotos y colocación de la galería*/
#gallery-grid{
    height: 150vh;

}

/* Propiedades de los bloques de contenido */
.bloque-gallery {
    width: 180px;
    position: absolute;
    
}

.gallery-title{
    display: none;

    margin-top: 0.4;
    margin-bottom: 0em;
    font-size: 16px;
    
}


#b-1{
    top: 40%;
    left: 5%;
    background-size: cover;
}

#b-2{
    top: 65%;
    left: 10%;
    background-size: cover;

}

#b-3{
    top: 83%;
    left: 40%;
    background-size: cover;
}

#b-4{
    top: 122%;
    left: 45%;
    background-size: cover;
}

#b-5{
    top: 135%;
    left: 10%;
    background-size: cover;
}

#b-6{
    top: 90%;
    left: 1%;
    background-size: cover;
    
}

#b-7{
    top: 103%;
    left: 55%;
    background-size: cover;
    
}

#b-8{
    top: 40%;
    left: 52%;
    background-size: cover;
    
}

/*___SINOPSIS___*/

.titulo_sinopsis{
    font-size: 1.2em;
    margin-bottom: 0.2em;
}

.claim_sinopsis{
    font-size: 1em;
    margin-bottom: 0.2em;
    
}

.categoria_sinopsis{
    font-size: 1em;
    margin-bottom: 0.2em;

}

/*______About_______*/

.contenedor_about{
    margin: 1em;
    align-items: flex-start;
    gap: 1.4em;
    margin-bottom: 4em;
}

.titulo_about{
    margin-top: .4em;
    font-size: 3.5em;
    line-height: 0.8em;

}

.parrafos{
    font-size: 32px;

}

.curriculum_nota{
    font-size: 30px;
}

/* DRAG AND DROP */
/* GRUPO DE STICKERS */
.stickers-grupo{
    z-index: 25;
    position: absolute;
}

/* FOTO DE PERFIL*/
.img-yo{
    display: none;
    max-width: 180px;
    top: 400px; /* Posición inicial */
    left: 120px; /* Posición inicial */
}

/* PEGATINA ABUELA */
.pin-abuela{
    width: 130px;
    top: 70px; /* Posición inicial */
    left: 190px; /* Posición inicial */
}

/* Estilo para elementos arrastrables */
.draggable {
    cursor: grab;
    position: absolute;
}

/*_____CONTENIDO_____*/

.contenedor_gc{
    display: flex;
    flex-direction: column;
    gap: 1em;

    /* position: relative;
    top: -6em;
    z-index: 10; */
}

/* SCROLL HORIZONTAL GALLERY */
.slider-wrapper {
    max-width: 950px;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 95%;

    overflow-x: scroll;
    position: relative;

}

  
.item-slide > img {
    inline-size: 100%;
    aspect-ratio:  4/ 3;
    object-fit: cover;

}

.bloque_contenido{
    font-size: 22px;
    padding: 1.4em;
    margin: 0em;
    margin-bottom: 0.5em;
    max-width: 100%;
    gap: 0.5em;
}

.bloque_proyecto{
    flex-direction: column;
    margin-top: 0em;
    padding-right: 0em;
    padding-left: 0em;
    gap: 1em;
}

/* TITULO + PALABRAS CLAVE */
.title_pclave{
    gap: 1em;
}

/* TITULO DEL PROYECTO */
.titulo_contenido{
    font-size: 2em;

}

/* PALABRAS CLAVE */
.palabras-clave{
    line-height: 1.3em;
    font-size: 0.8em;

}
/* TEXTO DEL PROYECTO */
.bloque_textoproyecto{
    line-height: 1.25em;
    font-size: 0.9em;
    gap: 1em;
    width: 100%;
}


/* GALERIA DE PROYECTO */
.proyecto_flexgallery{
    gap: 0.5em;
    margin: 1em;

}

.pasadores{
    margin-top: 3em;
    font-size: 18px;
}

.carousel_item img{
    width: 70%;
    height: 70%;
}







