.body {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
}
p{
    font-size: 0.8rem;
    font-family: 'Poppins', sans-serif;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.bg-light{
    background-color: white !important;                            
}
.navbar{   
    width: 10%;
    padding-left: 2%;  
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1; 

}
.navbar a{
    font-size: 0.8rem;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    color: black;
}
.navbar img{
    width: 20%;
}

.navbar-brand {
    padding: 8% 0;
}
.navbar-brand{
    margin-bottom: 10%;

}
.navbar-brand, .nav-link{
    font-size: 0.8rem;
    font-family: 'Poppins', sans-serif;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1em;
    height: 1em
}


.navbar-toggler {
    border: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;

}
.nav-link{
    padding: 0.5rem 0 !important;
}

#collapseExample .card {
    border: none !important;
    box-shadow: none !important;
    padding: 0;
}
.gap-1{
    margin-bottom: 0;
}
.offcanvas-title {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8rem;
    text-decoration: none;
    color: black;
}
.offcanvas-body ul{
    list-style-type: none;
    padding: 0;
}
.offcanvas-body .offcanvas_porfolio_items a{
    font-size: 0.7rem;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    color: black;
    margin: 0;
}

.offcanvas-body .nav-item:last-child{
    margin-top: 90%;
}
.btn-close {
    border: none;
    font-size: 0.8rem;
}
.offcanvas-title img{
    width: 15%;
}
.btn_contacto{
    position: fixed;
    top: 1.8%;
    right: 2%;
    z-index: 2;
}
.btn_contacto a{
    font-size: 0.8rem;
    font-family: 'Poppins', sans-serif;
    color: black;
    text-decoration: none;
    padding: 0.5rem;
}
.portada{
    width: 100vw;
    min-height: 80svh;
    height: 80vh;
    overflow: hidden;
    position: relative;
}

.portada .animacionIlustracion{
    width: 40%;
    height: auto;
    position: absolute;
    top: 20%;
    left: 15%;
}   

.animacionIlustracion img {
    inset: 0;
    object-fit: cover;
    width: 100% !important;
    height: auto;
    margin: 0;
    padding: 0;
    }

.ilusPortada{
    display: none;
}
.areas_de_trabajo{
    position: absolute;
    top: 45%;
    left: 58%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0.8rem;
}
.areas_de_trabajo a{
    font-size: 0.7rem;
    padding-bottom: 0.3rem;
    margin: 0;
    text-decoration: none;
    color: black;
    display: block;
}
.nombre_home{
    width: 30%;
    position: absolute;
    top: 12%;
    left: 50%;
    font-family: 'Poppins', sans-serif;
}
.nombre_home img{
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    padding: 0;
    height: auto;
}
.dibujosGif{
    width: 10%;
    height: auto;
    position: absolute;
    top: 45%;
    left: 70%;
    overflow: hidden;
}
#imagenAutomatica{
    width: 100% !important;
    height: auto;
}
/*
.nombre_home h1{
    font-size: 8rem;
    margin: 0;
    font-weight: 600;
}
.nombre_home h3{
    font-size: 4rem;
    margin: -25px 0;
    font-weight: 300;
}*/

.texto_loop {
    color: white;
    background-color: black;
    height: 30px;
    width: 100%; /* O el ancho deseado del contenedor */
    overflow: hidden; /* Oculta el texto que sale de los bordes */
    white-space: nowrap; /* Evita que el texto se salte de línea */
    margin: 0;
    margin-top: 5%;
}

.texto_loop p{
  display: inline-block;
  /*padding-left: 100%;  Empieza el bucle desde el final del contenedor */
  animation: bucle-animacion 30s linear infinite; /* 10s es la duración de la animación */
  font-size: 0.7rem;
}
footer{
    width: 100%;
    height: 50px;
    text-align: center;
    padding-top: 10px;
}

footer a{
    font-family: 'Poppins', sans-serif;
    font-size: 0.7rem;
    color: black;
    text-decoration: none;
    padding: 0 0.5rem;
}


@keyframes bucle-animacion {
  0% {
    transform: translateX(0); /* Posición inicial */
  }
  100% {
    transform: translateX(-80%); /* Mueve el texto hacia la izquierda */
  }
}





/* SOBRE MI Y CONTACTO */

.contacto_section{
    background-color: rgba(0, 0, 0, 0.3);
    min-height: 30svh;
}
.contacto_sobremi{
    width: 70%;
    min-height: 70svh;
    padding-top: 5%;
}

.contacto_sobremi img{
    width: 100%;
    height: auto;
    filter: grayscale(100%);
}
.contacto_section{
    text-align: center;
}
.contacto_section p{
    padding-top: 5%;
}
.contacto_section a{
    font-family: 'Poppins', sans-serif;
    font-size: 0.7rem;
    color: black;
    text-decoration: none;
    padding: 0 0.5rem;
}
.contacto_section .icono_mail{
    padding-left: 0 !important;
}

/* Portfolio ILUS */

.grilla_ilus{  
    margin-top: 2%;
    margin-bottom: 10%;
    max-width: 80%;
    overflow: hidden;
}
.grilla_ilus .row-cols-4{
    height: 250px;
    overflow: hidden;
    margin-bottom: 1%;
}
.grilla_ilus .row-cols-4 .col img{
    width: 100%;
    height: auto;
    filter: grayscale(100%);
}

.titulo-pagina{
    position: fixed;
    bottom: 5%;
    left: 2%;
}
.titulo-pagina h2{
    font-size: 0.9rem;
    font-weight: 400;
}
.dibujosIcono{
    width: 6%;
    height: auto;
    position: fixed;
    bottom: 5%;
    right:2%;
}

#ventanaModal, #ventanaModalDiseno {
    width: 100%;
    height: 100svh;
    position: fixed;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -0%);
    margin-top: -1000px; /* posición inicial invisible */
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 5px;
    z-index: 9999;
    transition: 0.3s;
    align-items: center;
    overflow-y: auto;
    text-align: center;
}
#ventanaModal img {
    max-width: 40vw;
    margin: 0px 5px 5px 5px;
}
#ventanaModal p{
    font-size: 0.8rem;
    text-align: center;
    color: white;
}

/* Portfolio Arte */
.grilla_arte{
    margin-top: 2%;
    max-width: 80%;
    overflow: hidden;
}
.grilla_arte .row{
    margin-bottom: 0.5%;
    min-height: 40svh;
    overflow: hidden;
}
.grilla_arte .row .col-6{
    padding: 0 0.5%;
    position: relative;
    overflow: hidden !important;
}
.grilla_arte .row img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);;
}

.grilla_arte .row .col-6 h4{
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 40%;
    z-index: 1;
    color: white;
}

.grilla_arte .row img:hover{
    filter: grayscale(0%);
    transition: all 0.1s ease-in-out;
    cursor: pointer;
}

/* Portfolio Arte - Paule */
.carrusel_paule{
    margin-top: 1%;
    width: 70%;
    height: auto;
    overflow: hidden;
    margin-bottom: 2%;
}
.carrusel_paule img{
    height: 100%;
}
.carrusel_paule span{
   background-color: black;
   padding: 2%;
}
.info_trabajo{
    width: 70%;
    margin-bottom: 5%;
}
.info_trabajo .row{
    height: 400px;
    overflow: hidden;
}
.info_trabajo .row .col{
    padding: 0.5%;
}
.info_trabajo .row img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);;
}
.info_trabajo h3{
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: left;
    margin-top: 2%;
}

.info_trabajo p{
    font-size: 0.8rem;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    margin-bottom: 0.5%;
}

.info_trabajo h4{
    font-size: 0.9rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-top: 8%;
    margin-bottom: 2%;
}
.iconoFlecha, .iconoFlechaTM{
    width: 3%;
    height: auto;
    position: fixed;
    bottom: 5%;
    right: 2%;
    transform: translateX(-50%);
    animation: subirBajar 2s infinite;

}
@keyframes subirBajar {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}

/* Portfolio Arte - Intimidad */
.grilla_intimidad{
    margin-top: 2%;
    margin-bottom: 10%;
    max-width: 80%;
    overflow: hidden;
}
.grilla_intimidad .row{
    height: 400px;
    overflow: hidden;
    margin-bottom: 1%;
}
.grilla_intimidad .row .col img{
    width: 100%;
    height: 100%;
    object-fit: cover;}

/* Portfolio Arte - Pelu */
.info_trabajo .bocetos_pelu, .info_trabajo .bocetos_kentuki{
    height: auto;
    padding-bottom: 20px;
}
.info_trabajo .bocetos_pelu p, .info_trabajo .bocetos_kentuki p{
    background-color: black;
    color: white;
    font-size: 0.7rem;
    padding-left: 3px;
}

/* Portfolio Arte - Kentuki */
.info_trabajo .bocetos_kentuki img{
    filter: none;
}

/*Porfolio Diseño */

#ventanaModalTalice, #ventanaModalIE, #ventanaModalGG, #ventanaModalAff, #ventanaModalFlor, #ventanaModal8M, #ventanaModalMama, #ventanaModalSalsa {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 5%;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 5;
}
#ventanaModalTalice p, #ventanaModalIE p, #ventanaModalGG p, #ventanaModalAff p, #ventanaModalFlor p, #ventanaModal8M p, #ventanaModalMama p, #ventanaModalSalsa p{
    color: white;
    text-align: center;
    padding-top: 1%;
}
#ventanaModalMama a, #ventanaModal8M a{
    text-decoration: none;
    color: white;
    font-size: 0.7rem;
    background-color: black;
    padding: 5px;
}
/* Portfolio Edición */
.edicion{
    margin-top: 2%;
    margin-bottom: 10%;
    width: 70%;
    overflow: hidden;
}
.edicion p{
    font-size: 0.7rem;
}
.edicion h3{
    font-size: 0.8rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: left;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}
.edicion a{
    text-decoration: none;
    color: white;
    font-size: 0.7rem;
    background-color: black;
    padding: 1% 2%;
    border-radius: 5px;
}
.edicion .row{
    padding: 5% 0;
    border-bottom: 1px solid black;
}
.edicion iframe{
    width: 100%;
    min-height: 400px;
}

video{
    width: 100%;
    height: auto;
    padding-bottom: 5%;
}
.edicion .videos_marcha{
    margin-top: 8.2%;
}
.edicion .videos_elecciones{
    margin-top: 10.3%;
}



@media (min-width: 300px) and (max-width: 900px) {
    .body {
    margin: 0;
    padding: 0;
    }
    .navbar{
        width: 8%;
        padding: 1%;
        z-index: 2;
        background-color: white;
    }
    .navbar-brand{
        margin: 0;
        padding: 0;
    }
    .navbar a{
        text-align: center;
    }
    .navbar img{
        width: 100%;
        text-align: center;
    }
    .bg-light{
        background-color: rgba(255, 255, 255, 0.5) !important;
    }
    .navbar-toggler{
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 0;
        padding: 1%;
    }
    .offcanvas-header .btn-close{
        padding: 0;
        margin-right: 0;
        margin-top: -8%;
        width: 5%;
    }
    /*.navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }*/
    
    .portada{
        width: 100vw;
        height: 80vh;
        position: relative;
        top: 0;
        left: 0;
    }
    .portada .animacionIlustracion{
        width: 100%;
        height: 50%;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
    }
    .ilusPortada{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .animacionIlustracion img {
    inset: 0;
    object-fit: cover;
    width: 100% !important;
    height: auto;
    margin: 0;
    padding: 0;
    }

   .animacionIlustracion img:nth-child(1) {
    animation: a 12s infinite linear;
   }

    
    .animacionIlustracion img:nth-child(2) {
    animation: b 12s infinite linear;
    }

    @keyframes a {
    0%   { opacity: 1; transform: scale(1); }
    40%  { opacity: 1; transform: scale(1.03); }
    50%  { opacity: 0; transform: scale(1.04); }
    90%  { opacity: 0; transform: scale(1.04); }
    100% { opacity: 1; transform: scale(1); }
    }

    @keyframes b {
    0%   { opacity: 0; transform: scale(1); }
    40%  { opacity: 0; transform: scale(1); }
    50%  { opacity: 1; transform: scale(1); }
    90%  { opacity: 1; transform: scale(1.03); }
    100% { opacity: 0; transform: scale(1); }
    }

    .dibujosGif{
        position: absolute;
        top: 75%;
        left: 60%;
        width: 15%;
        height: 15%;
    }

    .nombre_home{
        position: absolute;
        top: 55%;
        left: 30%;
        width: 40%;
    }

    .areas_de_trabajo{
        width: 40%;
        padding: 0;
        position: absolute;
        top: 70%;
        left: 30%;
    }
    .areas_de_trabajo a{
        margin-bottom: 0;
        padding-bottom: 0;
        font-size: 0.6rem;
    }
    footer{
       /* position: inherit;*/
        height: auto;
        width: auto;
        overflow: hidden;
    }
    /* arte */
    .titulo-pagina{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 35px;
        background-color: white;
    }
    .titulo-pagina h2{
       padding-top: 3%;
       padding-left: 30%;
    }
    .dibujosIcono{
        position: absolute;
        width: 8%;
        top: 0.5%;
        right: 30%;
    }
    .grilla_arte{
        max-width: 100%;
        margin: 10% 0 0 0;
        padding: 0;
    }
    .grilla_arte .row .col-6 h4{
        left: 30%;
    }
    .carrusel_paule{
        width: 100%;
        height: auto;
        padding: 0;
        margin-top: 0;
        margin-bottom: 5%;
    }
    .info_trabajo{
        width: 90%;
    }
    .info_trabajo .row{
        height: auto;
    }
    .info_trabajo .row .col{
        width: 50%;
    }

    .iconoFlecha{
        width: 8%;
        top: 50%;
        right: 6%;
        position: absolute !important;
    }
    .iconoFlechaTM{
        width: 8%;
        top:46%;
        position: absolute !important;
    }

    .grilla_ilus{
        margin-top: 10%;
    }
    .grilla_ilus .row-cols-4{
        height: 320px;
    }
    .grilla_ilus .row-cols-4 .col{
        width: 50%;
        padding: 1%;
        height: 155px;
        overflow: hidden;
    }
    .grilla_ilus .row-cols-4 .col img{
        filter:none !important;
    }
    #ventanaModal{
        padding: 0;
    }
    #ventanaModal img {
        max-width: 95%;
        margin: 0;
        margin-bottom: 10px;
        
    }
    #ventanaModalTalice, #ventanaModalIE, #ventanaModalGG, #ventanaModalAff, #ventanaModalFlor, #ventanaModal8M, #ventanaModalMama, #ventanaModalSalsa {
       min-height: 100%;
       padding: 2%;
    }
    /* sobre mi y contacto */
    .contacto_sobremi{
        width: 70%;
        height: auto;
        padding: 5% 0;
    }
    .contacto_section .row{
        width: 100%;
        margin: 0;
        padding: 0;
        
    }
    .contacto_sobremi .col-6{
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .contacto_sobremi .col-6 p{
        padding-top: 5%;
    }
    .contacto_sobremi .col-6 p:first-child{
        margin-bottom: 0;
    }
    
    /* edición */
    .edicion{
        width: 90%;
        margin-top: 8%;
    }
    .edicion .col-9, .edicion .col-3, .edicion .col-6{
        width: 100%;
    }
    .edicion iframe{
        min-height: 200px;
    }
    .edicion .link_hp{
        padding-bottom: 5%;
    }

}