/* Queriendo pasar a mobile first*/  
* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth; 
    scroll-padding-top: 7.5rem; /* 48px */ 
    font-size: 100%; /* 16px  es 1 rem*/  
}

h2 , h3, h1 {
    font-family: "Leluja" ;
}

p, li,a{
    font-family: "Lato";
}

body.fondo-futuro {
    position: relative;
    z-index: 1;
    background-image: url('imagenes/fondoFuturo.jpg');
    
}

body.fondo-cars {
    position: relative;
    z-index: 1;
    background-image: url('imagenes/fondoCars.jpg');
}
body.fondo-charlie {
    position: relative;
    z-index: 1;
    background-image: url('imagenes/fondoWilly.jpg');
}
body.fondo-spiderman {
    position: relative;
    z-index: 1;
    background-image: url('imagenes/spidermanFondo.jpg');
}


body.fondoHarry {
    position: relative;
    z-index: 1;
    background-image: url('imagenes/fondoHarry.jpg');
}

body.fondoPerder {
    position: relative;
    z-index: 1;
    background-image: url('imagenes/fondoPerder.jpg');
}

/* ...existing code... */

body {
    color: black;
    text-align: center;
    /* padding: 20px; */
    background-color: #ffffff;
    /* min-height: 100vh; */
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}

footer {
    background-color: white;
}



img {
  width: 100%;
  max-width: 200px;
  height: auto;
}

hr {
    display: none;
}

/* Boton desplegable nav */
    .navMobile {
        height: 0%;
        width: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #062863;
        overflow-y: hidden;
        transition: 0.5s;
    }

    .navMobile-content {
        position: relative;
        top: 25%;
        width: 100%;
        text-align: center;
        margin-top: 30px;
        
    }

    .navMobile a {
        padding: 8px;
        text-decoration: none;
        font-size: 36px;
        color: white;
        display: block;
        transition: 0.3s;
    }





    .navMobile .closebtn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 10rem;
        
    }

    .navMobile {
        overflow-y: auto;
    }

    .navMobile a {
        font-size: 1.5rem;
    }

    .navMobile .closebtn {
        font-size: 4rem;
        top: 15px;
        right: 35px;
        
    }


.fondoBlog{
        background-image: url(imagenes/FondoVersion2_nuevocolorMobile.jpg);
    background-size: contain;
    background-position: center; 
}


.contenido{
    background-image: url(imagenes/FondoVersion2_nuevocolorMobile.jpg);
    background-size: contain;
    background-position: center; 

}

.fondoSobreMi{
    background-image: url(imagenes/FondoVersion2_nuevocolorMobile.jpg);
    background-size: contain;
    background-position: center; 
}


.listaNav {
    list-style: none;
    text-decoration: none;
    display: inline;
    margin: 0.625rem;
    padding: 0.625rem;
    align-items: center;
    font-size: 1.75rem; /* 24px */
    /* color: black; */
    color: #062863;
    transition: all 0.3s ease;
   
}



.categoriasMobile{
    display: inline
}



.textoCat {
    display: none;
    
}
.colapsableMobile {
    margin-top: 1.5rem;
    padding-bottom: 1rem;
}


.active {
    background-color: #ccc;
}

.botonDesplegable {
    font-size: 2rem;
    background-color: white;
    color: #062863;
    padding: .5rem;
    text-align: center;
    width: 60%; /* Asegurar que tome todo el ancho */
        border-radius: .5rem;
    border: 2px solid #062863;
    box-shadow: -4px -4px 0 0 #062863;
    
}

.botonDesplegable:after {
    content: '\002B';
    color: #062863; /* Cambiado a negro para mejor visibilidad */
    font-weight: bold;
    float: right;
    margin-left: 5px;
    
}

.active:after {
    content: "\2212";
    
}

.contenidoDesplegable {
    padding: 0;
    display: none;
    overflow: hidden;
    background-color: #D5C5AB;
    transition: max-height 0.2s ease-out;
    width: 60%;
    margin: 0 auto;
    border: 2px solid #062863;
    box-shadow: 4px 4px 0 0 #062863;
    border-radius: .5rem;
    
    
}

.listaDesplegable {
    list-style-type: none;
    padding: 0.5rem .5rem;
    
}

.listaDesplegable li {
    margin: 0.8rem 0;
    display: block;
}

.listaDesplegable a {
    text-decoration: none;
    color: white;
    font-size: 1.5rem;
}







.introduccionBlog{
    /*
    background-image: url(imagenes/presntacionRosa.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/

    background-repeat: repeat;
    width: 100%; 
    height: 42rem;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}



.intro-header-flex {
    border: 2px solid black;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 80%;
    margin: 0 auto;
    /*background-color: #D5C5AB; */
    background-image: url(imagenes/fondoInicioMobile.jpg);
    background-size: cover;
    background-position: center;
    height: 85%;
    padding-left: 1rem;
    padding-right: 1rem;
}

.intro-header-flex h2 {
    font-size: 1rem;
    margin-bottom: 1rem;
    text-align: left;
    font-weight: 800;
    color:#062863
}

.intro-header-flex h3 {
    font-size: .75rem;
    text-align: left;
    margin-top: -1rem;
    color:#062863
}

.intro-breve {
    text-align: left;
    box-sizing: border-box;
    padding-top: 2rem;  
    height: 95%;
}


.intro-breve h1 {
    font-family: 'Leluja';
    font-weight: 500;
    line-height: 1.5;

    font-size: 2.92rem;
    line-height: 1;
    text-transform: uppercase; /* o el color que estés usando */
    margin: 0;

}

.intro-breve p{
    padding-top: 1.25rem;
    color:#062863
    
}
.intro-header-flex2{
    border: 2px solid #062863;
    background-color: #D5C5AB;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: .5rem auto;
    flex-wrap: wrap;
    width: 90%;
    color:white ;
}
.intro-header-flex2 h2{
    text-align: left;
    font-size: 1.5rem;
    width: auto;
    padding-left: 1rem;
}

.menu-hamburguesa2 {
    font-size: 2.5rem;
    cursor: pointer;
    width: auto;
    padding-right: 1rem;
    margin-left: auto;
}

@font-face {
  font-family: 'Leluja';
  src: url('font/LelujaOriginal-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('font/Lato/Lato-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.menu-hamburguesa {
    position: absolute;
    top: 2rem;
    right: 1.5rem;
    transform: none;
    font-size: 2.5rem;
    cursor: pointer;
    z-index: 10;
    color: #062863;
}






.categorias {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: auto;
    justify-content: center;

}

.categoriaRow {

display: none;
}


.categoriaHijos {
    position: relative;
    width: 18.75rem; /* 300px */
    height: 18.75rem; /* 300px */
    overflow: hidden;
}

  
.categoriaHijos img {
    width: 100%;
    max-width: 270px;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
  }
  
.categoriaTexto {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: transparent;
    color: white;
    text-align: center;
    padding: 9.375rem 0; /* 150px */
    opacity: 1;
    font-size: 1.35rem;
  }
  


.articuloPeliculas {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    /*background-image: url(imagenes/fondo.jpg);
    background-repeat: repeat;
    background-size: auto; 
    border-top: black solid .125rem; */
    padding-top: 1.25rem; /* Espacio entre el borde superior y el contenido */
    margin-top: .375rem;
    
}

.contenedorHijos {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    background-color: white; /* fondo blanco semitransparente */
    box-shadow: 10px 11px 0px -2px #D5C5AB;
    -webkit-box-shadow: 10px 11px 0px -2px #D5C5AB;
    -moz-box-shadow: 10px 11px 0px -2px #D5C5AB;
    width: 80%;
    border: 2px solid #D5C5AB;
    align-self: center;

}

.btn-shadow-drop.btn-shadow-drop--red{
    position: relative;
    margin-top: 10%;
    background: #062863;
    padding: 10px;
    font-size: 1.3rem;
    transition: 0.3s ease-in-out;
    left: 0px;
    top: 0px;
    width: auto;
    border: 2px solid #062863;
    border-radius: 20px;

}



.articuloImg{
    width: 100%;
    align-self: center;
   
}
.contenidoTexto {
    align-self: center;
    width: 100%;
    color: #062863;

}


.articuloTexto {
    /* border: green solid 2px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: justify;
    width: 90%;
    margin: 10% auto;
    
   
}

.articuloTexto a {
    text-decoration: none;
    color: white;
    width: 80%;
    text-align: center;
    padding-right: .6rem;
    padding-left: .6rem;
}

 




.articuloPeliculas h2{
    font-size: 2rem;
    text-align: center;

}

.articuloPeliculas2 h2{
    font-size: 2rem;
    text-align: center;

}
.articuloPeliculas p , .articuloPeliculas2 p{
    font-size: 1.5rem;
}

.introduccionBlogDesktop{
    display: none;
}

.articuloPeliculas2 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    /*
    background-image: url(imagenes/fondo2.jpg);
    background-repeat: repeat;
    background-size: auto;*/
    padding-top: 1.25rem; /* Espacio entre el borde superior y el contenido */
    margin-top: .375rem;
    
}



.articuloPeliculas img,
.articuloPeliculas2 img {
  width: 100%;
  max-width: 280px; 
  height: 400px;
  object-fit: cover;
}

.articuloPeliculasSecundario {
    margin-top: 2rem; /* 50px */
    /* background-color: black; */
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    /* border: red solid 2px; */
    
    
}




.contenedorHijosSecundario {
    justify-content: center;
    /* border: blue solid 2px; */
    gap: 1.25rem;
    
    
}

.contenedorHijosSecundario p {
    font-size:1.2rem;
    text-align: justify;
    
}

.footer {
    border-top: .125rem solid #062863;
    
}


/*.articuloPeliculas img , .articuloPeliculas2 img {
    width: 350px;

}

.articuloPeliculasSecundario img {
    width: 500px;
    height: 650px;
}
*/

.contenido article {
    margin-bottom: 5rem;
    
}


.botonCategoriaPelicula {
    /* border: 2px solid black; */
    text-align: center;
    padding-top: 3.5rem; /* 56px */
}







#fantasia {
    scroll-margin-top: 31rem; /* 512px */
}
#accion {
    scroll-margin-top: 31rem; /* 544px */
}


#animada {
    scroll-margin-top: 31rem; /* 512px */
}

#comediaRom{
    scroll-margin-top: 31rem; /* 512px */
}

.botonSiguienteAnteriorMobile {
    text-decoration: none;
    font-size: 1.5rem;
    color: white;
    background-color: #062863;
    border: 2px solid #062863;
    width: 50%;
    padding-top: .3rem;
    padding-bottom: .4rem;
    border-radius: 20px;
    padding-left: .5rem;
    padding-right: .5rem;

}
.botonSiguienteAnteriorMas {
    font-size: 4rem;
    text-decoration: none;
    padding: 2rem;
            padding-top: 0;
        padding-bottom: 0;
    color: black;
}

.footerMas {
    border-top: 2px solid black;
}

.articuloSigAnterior{
    display: flex;
    flex-direction: row;
    justify-content: center;
}



/* Estilos mejorados para el formulario en versión móvil */
#contacto {
    width: 80%;
    margin: 2rem auto 3rem;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 1rem;
    box-shadow: 0 4px 15px #062863;
        /* Fondo sólido que tape el fondo del body */

}

.iconoContacto {
    width: 4rem;
    height: 4rem;
    margin: 1rem auto;

}

.contactoFormulario {
    background-color: white;
    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 1.5rem;
    height: auto;
    border-radius: 1rem;
    box-shadow: 0 6px 8px #062863;
    max-width: 90%;
}

.contactoFormulario input,
.contactoFormulario textarea {
    width: 90%;
    padding: 0.8rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border: 2px solid #D5C5AB;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
}

.contactoFormulario input:focus,
.contactoFormulario textarea:focus {
    outline: none;
    border-color: #062863;
    box-shadow: 0 0 0 2px rgba(242, 54, 54, 0.2);
}

.contactoFormulario textarea {
    font-size: 1.25rem;
    resize: none;
    height: 8rem;
    margin-bottom: 1.5rem;
}

.contactoFormulario input[type="submit"] {
    width: 80%;
    background-color: #062863;
    color: white;
    font-size: 1.25rem;
    border: none;
    padding: 0.8rem 0;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.contactoFormulario input[type="submit"]:hover,
.contactoFormulario input[type="submit"]:focus {
    background-color: #062863;
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

::placeholder {
    opacity: 0.6;
    color: #888;
    font-size: 1rem;
}




.contenedorFooter{
    /* border: red solid 2px; */
    width: 80%;
    margin: 0 auto;
}


.textoFooter {
    font-size: 1.25rem; /* 20px */;
    margin-top: .375rem; /* 6px */
    margin-bottom: .375rem; /* 6px */
    color: #062863;
}


.footerIcono {
    width: 2rem; /* 32px */
    height: 2rem; /* 32px */
    margin: 0.625rem; /* 10px */
    margin-top: .8rem;


}



.seccionSobreMi {
    display: flex;
    flex-direction: column;
    /* border: red solid 2px; */
    justify-content: center;
   
}

body.seccionSobreMi{
        position: relative;
    z-index: 1;
    background-image: url(imagenes/FondoVersion2_nuevocolor.jpg);
    background-size: contain;
    background-position: center;
  
}


.textoSobreMi {
    /* border: yellow solid 2px; */
    /* align-self: left; */
    text-align: justify;
    /* 20px */
    margin-top: 1.25rem; 
    border: 2px solid #062863;
    background-color: white;
    box-shadow: 4px 4px 0 0 #062863;
   
    padding-top: 6px;
    padding-left: 6px;
    padding-right: 6px;
}

.textoSobreMi span{
    text-decoration: underline;
    text-decoration-color: #062863;
    text-underline-offset: 6px;
}

.contenedorSobreMi {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* border: blue solid 2px; */
    gap: 1.25rem; /* 20px */
    font-size: 1.25rem;
    width: 75%;
    margin: 0 auto;
    color: #062863;

}
.fotoPerfil {
    width: 18.8rem; /* 300px */
    height: 18.8rem; /* 300px */
    border-radius: 40rem;
    object-fit: cover;
    border: 2px solid #062863;
}

iframe {
    width: 80%;
    max-width: 500px;
    height: 25rem;
    border: 0;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
}

    /* .navEscritorioLista{
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 1rem;
    }

    
    .navEscritorio p {
        margin: 0 1rem;
        text-align: center;
        display: none;
    } */

.textoSecu{
    background-color: white;
    border: 2px solid #D5C5AB;
    color: #062863;
    width: 90%;
    margin: 1rem auto;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.iconoLeermas {
    width: 3.15rem;/* 50px */
    height: 3.15rem; /* 50px */ 

}
.titulosLeerMas , .titulosLeerMass{
    display: inline-block;
    font-size: 1.5rem;
    border: 2px solid #062863;
    background-color: #062863;
    color: white;
    box-shadow: -6px -3px 0px 0px #D5C5AB;
    -webkit-box-shadow: -6px -3px 0px 0px #D5C5AB;
    -moz-box-shadow: -6px -3px 0px 0px #D5C5AB;
    width: 14rem;
}

.titulosLeerMass{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.iconoLeermas {
  vertical-align: middle;
}

.calificacion {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.calificacion li{
    display: inline;
    
}

.calificacion img {
    width: 2.5rem; /* 24px */
    height: 2.5rem; /* 24px */
    vertical-align: middle;
}

.generoLeerMas {
    margin-bottom: 2rem;
    
}

.navDesk{
    display: none;
}

.navDeskSecu{
    display: none;
}

.botonDesktop{
    display: none;
}

/* Estilo para tablets */
@media (min-width: 730px) and (max-width: 1025px) {

    /* Aplicar fondo consistente a todas las secciones principales */
    body.fondoBlog {
    background-image: url(imagenes/FondoVersion2_nuevocolor.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    }

 .contenido{
    background-image: none;
 }


/* Hacer el contenido más transparente para que se vean los iconos */
.contenedorHijos {
    background-color: rgba(255, 255, 255, 0.92); /* Más transparente */
    box-shadow: 10px 11px 0px -2px rgba(213, 197, 171, 0.8);
    -webkit-box-shadow: 10px 11px 0px -2px rgba(213, 197, 171, 0.8);
    -moz-box-shadow: 10px 11px 0px -2px rgba(213, 197, 171, 0.8);
    border: 2px solid rgba(213, 197, 171, 0.9);
}

/* Ajustar también el fondo de sobre mí para tablet */
body.seccionSobreMi {
    background-image: url(imagenes/FondoVersion2_nuevocolor.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.textoSobreMi {
    background-color: rgba(255, 255, 255, 0.95); /* Ligeramente transparente */
    border: 2px solid rgba(0, 0, 0, 0.8);
    box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.8);
}

/* Hacer el área de contacto más transparente */


.contactoFormulario {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 6px 8px rgba(6, 40, 99, 0.3);
}

    .intro-header-flex2 p{
    font-size: 1.75rem;
    padding-left: 5rem;
    
}

.intro-header-flex{
    background-image: url(imagenes/fondoInicioTablet.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #D5C5AB;
}

.menu-hamburguesa{
    top: 3rem;
    right: 5.5rem;
}

.menu-hamburguesa2 {
    font-size: 2.5rem;
    padding-right: 5rem;
}

    .iconoContacto{
        width: 7rem;
        height: 7rem;
        background-image: none;
    }



    .listaNav{
        font-size: 1.65rem;
    }

    .introduccionBlog{
        height: 50rem;
    }

    #contacto {
        height: auto;
        
    }

    h2 {
        font-size: 2.5rem;
    }

    .contenedorHijosSecundario p {
        font-size: 1.5rem;
    }
    .contenedorHijosSecundario{
        display: flex;
        flex-direction: column;
        align-items: center;
        
    }
    .categoriaHijos img{
        max-width: 300px;
    }

    .articuloPeliculas img,
.articuloPeliculas2 img {
  width: 100%;
  max-width: 300px; 
  height: 450px;
  object-fit: cover;
}

    .generoLeerMas{
        width: auto;
        
    }

    .botonSiguienteAnterior{
        width: 30%;
    }

.contenedorSobreMi{
    width: 60%;
}

}

/* Estilo para escritorio */
@media (min-width: 1025px) {

    .botonDesktop{
       display: inline;
}



    body.fondo-futuro {
        position: relative;
        z-index: 1;
        background-image: none;
    }
    body.fondo-futuro::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-image: url('imagenes/fondoFuturo.jpg');
        background-size: cover;
        background-position: center;
        opacity: 0.45; /* Ajusta este valor según lo que quieras */
        z-index: -1;
        pointer-events: none;
    }

    body.fondo-cars {
        position: relative;
        z-index: 1;
        background-image: none;
    }
    body.fondo-cars::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-image: url('imagenes/fondoCars.jpg');
        background-size: cover;
        background-position: center;
        opacity: 0.45;
        z-index: -1;
        pointer-events: none;
    }

    body.fondo-charlie {
        position: relative;
        z-index: 1;
        background-image: none;
    }
    body.fondo-charlie::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-image: url('imagenes/fondoWilly.jpg');
        background-size: cover;
        background-position: center;
        opacity: 0.45;
        z-index: -1;
        pointer-events: none;
    }

    body.fondo-spiderman {
        position: relative;
        z-index: 1;
        background-image: none;
    }
    body.fondo-spiderman::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-image: url('imagenes/spidermanFondo.jpg');
        background-size: cover;
        background-position: center;
        opacity: 0.45;
        z-index: -1;
        pointer-events: none;
    }

    body.fondoHarry {
    position: relative;
    z-index: 1;
    background-image: none;
    }
    body.fondoHarry::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-image: url('imagenes/fondoHarry.jpg');
        background-size: cover;
        background-position: center;
        opacity: 0.45;
        z-index: -1;
        pointer-events: none;
    }
    body.fondoPerder {
        position: relative;
        z-index: 1;
        background-image: none;
    }
        body.fondoPerder::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-image: url('imagenes/fondoPerder.jpg');
        background-size: cover;
        background-position: center;
        opacity: 0.45;
        z-index: -1;
        pointer-events: none;
    }

 

    html {
        scroll-padding-top: 7.5rem;
    }

    #fantasia {
    scroll-margin-top: 7.5rem; /* 120px */
    }

    #accion {
        scroll-margin-top: 9.375rem; /* 150px */
    }

    #animada {
        scroll-margin-top: 7.5rem; /* 120px */
    }

    #comediaRom{
        scroll-margin-top: 7.5rem; /* 120px */
    }




    .mobile{
        display: none;
    }



    .articuloPeliculas {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .articuloPeliculas2 {
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 5rem;
    }

    .titulosLeerMas{
        font-size: 1.75rem;
        width: 25rem;

    }

    .titulosLeerMass{
        font-size: 1.75rem;
        width: 25rem;
        padding-top: 1rem;
        padding-bottom: 1rem;

    }

    .articuloTexto{
        width: 90%;
        text-align: justify;
        
    }

    .articuloTexto p{
        font-size: 5rem;
    }

   
    .articuloTexto a {
        width: 100%;
        margin-top: 2rem;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        background: none;
        border: none;
        color: #062863;
    
    }

    .articuloTexto button {
        width: 500px;
    }

/*
    .articuloTexto a:hover {
        transition: .5s ease;
        background-color: #63BA7B;
        border-radius: .5rem; /* 8px 

}
*/
  
    .contenedorHijos{
        flex-direction: row;
        margin-bottom: 12rem;
        width: 75%;
        box-shadow: 10px 11px 0px -2px #D5C5AB;
        -webkit-box-shadow: 10px 11px 0px -2px #D5C5AB;
        -moz-box-shadow: 10px 11px 0px -2px #D5C5AB;
    }


    .articuloPeliculas h2 , .articuloPeliculas2 h2{
        /* border: 5px solid green;*/
        height: 100px;
        font-size: 2.5rem;
    }


 
.btn:hover .btn-slide-show-text1 {
  margin-left: 65px;
  
} 
 

.btn-shadow-drop:hover {
  left: 4px;
  top: 4px;
  box-shadow: #062863 4px 4px 0px 0px;
  border: 1.5px solid #062863;

} 



    .articuloPeliculas img,
    .articuloPeliculas2 img {
        max-width: 450px; /* O el tamaño que quieras para escritorio */
        height: 600px;
  }
  

  .articuloSigAnterior{
    margin-top: 2rem;
    margin-bottom: 1rem;
}

    .contenedorHijosSecundario p {
        font-size: 1.75rem;
    }

    h2 {
        font-size: 2rem;
    }

    img {
        max-width: 400px;
  }

    .botonCategoriaPelicula {
        text-align: center;
        
  }


    .seccionSobreMi{
        display: flex;
        flex-direction: column;
            background-image: url(imagenes/FondoVersion2_nuevocolorMobile.jpg);
    background-size: contain;
    background-position: center; 
        margin: 0 auto;
        
    }


    

    .contenedorSobreMi {
        gap: 1.25rem; /* 20px */
        font-size: 1.5rem;
        width: 40%;
        
        
    }

    .fotoPerfil {
        width: 18.8rem; /* 300px */
        height: 18.8rem; /* 300px */
        border-radius: 40rem;
    }

    .botonSiguienteAnteriorMobile{
        display: none;
       
    }

   

    input[type="submit"]:hover {
        transition: .5s ease;
        background-color: rgb(197, 196, 196);
        border-radius: .5rem; /* 8px */
    }

    input[type="submit"] {
    font-size: 1.25rem; /* 24px */
    cursor: pointer;
}

/* .listaNav:hover {
    transition: 1.5s;
     text-decoration: underline black solid 2px;
    text-decoration: underline black solid 0.125rem;
    text-underline-offset: 0.375rem;
} */

    #contacto {
        height: 40rem;
        width: 100%;
        margin: 0;
    padding: 0;
    border-radius: 0;
        background-image: url(imagenes/FondoVersion2_nuevocolorMobileContacto.jpg);
    background-size: cover; /* Cambiar de contain a cover para mejor distribución */
    background-position: center;
  
    position: relative;

    }
    


    .contactoFormulario{
        width: 60%;
    }


    .contenedorHijosSecundario{
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;

    }

    .textoSecu{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 60%;
    }

    .calificacion img {
    width: 3.1rem; /* 24px */
    height: 3.1rem; /* 24px */
    vertical-align: middle;
}


    .botonSiguienteAnteriorMas:hover {
        transition: .5s ease;
        border-radius: 10rem; /* 8px */
        background-color: #062863;
        box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
        -webkit-box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
        -moz-box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
        color: white;
        
    }

    .botonSiguienteAnteriorMas{
        padding-top: 0;
        padding-bottom: 0;
        
    }


    .categoriaTexto {
        background-color: rgba(0, 0, 0, 0.6);
        opacity: 0;
        transition: opacity 0.3s ease;
  }
  

.categoriaHijos:hover .categoriaTexto {
    opacity: .9;
  }
.articuloPeliculas img,
.articuloPeliculas2 img {
  width: 100%;
  max-width: 450px; 
  height: 650px;
  object-fit: cover;
}

.categoriaHijos img {
    width: 100%;
    max-width: 300px;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  

     
 .menu-hamburguesa{
    display: none;
 }

    
    .navEscritorio p {
        margin: 0 1rem;
        text-align: center;
        display: inline-block;
        
    }



    iframe{
        width: 40%;
        max-width: 800px;
        height: 450px;
    }

    .textoFooter{
        font-size: 1.5rem;
    }

    .footerIcono{
        width: 2.3rem; /* 48px */
        height: 2.3rem; /* 48px */
       
    }

    .footerIcono:hover {
        transition: .5s ease;
        background-color: rgb(145, 143, 143);
        border-radius: 1.25rem; /* 20px */
   
}

  .listaNav{
    font-size: 1.75rem;
  }

  .contactoFormulario input{
    font-size: 1.05rem;
  }
      .navEscritorio a:hover,
    .navEscritorio a:focus {
        transition: 1.5s;
        text-decoration: underline #062863 solid 2px;
        text-decoration: underline #062863 solid 0.125rem;
        text-underline-offset: 0.375rem;
    }

          .navEscritorio-contentSecu a:hover,
    .navEscritorio-contentSecu a:focus {
        transition: 1.5s;
        text-decoration: underline #062863 solid 2px;
        text-decoration: underline #062863 solid 0.125rem;
        text-underline-offset: 0.375rem;
    }

.textoCat:hover {
    transition: 1.5s;
    text-decoration: underline #062863 solid 0.125rem; /* 2px */
    text-underline-offset: 0.75rem; 
}

.colapsableMobile{
    display: none;
}

.textoCat{
    width: auto;
    font-size: 2rem; /* 50px */
    margin-top: 2.5rem;
    margin-bottom: 3.5rem;
    display: inline-block;
    text-align: center;
    color:#062863;
    
}

.categoriaRow{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
justify-content: center;
}

.btn-shadow-drop {
  position: relative;
  margin-top: 10%;
  background: rgb(249, 250, 250);
  padding: 10px;
  font-size: 1.3rem;
  transition: 0.3s ease-in-out;
  left: 0px;
  top: 0px;
  width: auto;
}

.btn-shadow-drop--red {
  border: 1px solid #062863;
  color: #062863;
  box-shadow: #062863 -4px -4px 0px 0px;

}
  .btn.btn-shadow-drop.btn-shadow-drop--red {
    border: 2px solid #062863;
    background: white;
    width: 70%;
}



    .introduccionBlog{
        display: none;
    }






.navMobile {
    display: none;
}


.intro-header-flexDesktop {
    padding-top: 2.9rem;
    padding-bottom: 1rem;
    
    padding-left: 1rem;
    padding-right: 1rem;
    border: 2px solid #062863;
    background-image: url(imagenes/fondoInicioTablet.jpg); /* Imagen específica para tablet */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;

    
}

.seccionCat{
    border: 2px solid #062863;
    border-left: none;
    background-color: #D5C5AB;
    
    
}


.intro-header-flexDesktop h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 800;
    text-align: center;
    color: #062863;
}

.intro-header-flexDesktop h3 {
    font-weight: 400;
    font-size: 1.5rem;
}

.intro-header-flexDesktop p {
    font-size: 2.5rem;
    margin-top: -1rem;
    text-align: center;
    color: white;
    font-weight: 400;
}

.intro-breveDesktop {
    text-align: center;
    box-sizing: border-box;
    padding-top: 2rem;  
    height: 95%;

}


.intro-breveDesktop h1 {
    font-family: 'Leluja';
    font-weight: 500;
    line-height: 1.5;

    font-size: 3.92rem;
    line-height: 1;
    text-transform: uppercase;
    color: #062863; /* o el color que estés usando */
    margin: 0;

}

.intro-breveDesktop p{
    padding-top: 4.25rem;
    font-size: 1.25rem;
}

.categoriasMobile{
    display: none
}








    .navDesk {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 1.25rem; /* 20px */
        font-size: 1.5rem;

        min-width: 60%;
        margin: .5rem auto;
        color: #062863;
        
        
    }




    
    .navDeskSecu {
        display: flex;
        flex-direction: row;
        /* justify-content: center; */
        justify-content: center;
        align-items: center;
        gap: 1.25rem; /* 20px */
        font-size: 1.5rem;
       
        min-width: 60%;
        margin: 0 auto;

        height: 80%;
        
    }

    .navEscritorio-contentSecu p {
        padding-right: 15rem;
    }


    header {
    /* margin-bottom: 1rem; */
    /*background-color: #D5C5AB;*/
    /*border-bottom: 2px solid #062863;*/
    height: 5rem;
    background-image: url(imagenes/fondoNavDesktop.jpg);
}



/* .navDeskSecu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.25rem; 
    padding-top: .625rem;
    padding-bottom: .625rem;
    border: 2px solid black;
    background-color: #f9fbf0;
    width: 80%;
    margin: .5rem auto;
    
} */








    .categorias{
        height: auto;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        width: 90%;
        margin: 0 auto;
    

        
    }

    .introduccionBlogDesktop{
        height: 100%;
        color: #f236368f;
        display: flex;
        flex-direction: column;
    
        
    }



    /* From Uiverse.io by ryota1231 */ 
.animated-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 16px 36px;
  border: 4px solid;
  border-color: transparent;
  font-size: 16px;
  background-color: #062863;
  background-image: none;
  border-radius: 100px;
  font-weight: 600;
  color: white;
  box-shadow: 0 0 0 2px #ffffff;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  border: 2px solid #062863;
}

.animated-button svg {
  position: absolute;
  width: 24px;
  fill: white;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .arr-1 {
  right: 16px;
}

.animated-button .arr-2 {
  left: -25%;
}

.animated-button .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color:  #D5C5AB;
  border-radius: 12px;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button:hover {
  box-shadow: 0 0 0 12px transparent;
  color: #212121;
  border-radius: 12px;
}

.animated-button:hover .arr-1 {
  right: -25%;
}

.animated-button:hover .arr-2 {
  left: 16px;
}

.animated-button:hover .text {
  transform: translateX(12px);
}

.animated-button:hover svg {
  fill: black;
}

.animated-button:active {
  scale: 0.95;
  box-shadow: 0 0 0 2px black;
}

.animated-button:hover .circle {
  width: 220px;
  height: 220px;
  opacity: 1;
}

/* Estilos para el botón de página anterior */
.animated-button-prev {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 16px 36px;
  border: 4px solid;
  border-color: transparent;
  font-size: 16px;
  background-color: #062863;
  background-image: none;
  border-radius: 100px;
  font-weight: 600;
  color: white;
  box-shadow: 0 0 0 2px #ffffff;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  border: 2px solid #062863;
}

.animated-button-prev svg {
  position: absolute;
  width: 24px;
  fill: white;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button-prev .arr-1-prev {
  left: 16px;
}

.animated-button-prev .arr-2-prev {
  right: -25%;
}

.animated-button-prev .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #D5C5AB;
  border-radius: 12px;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button-prev .text {
  position: relative;
  z-index: 1;
  transform: translateX(12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button-prev:hover {
  box-shadow: 0 0 0 12px transparent;
  color: #212121;
  border-radius: 12px;
}

.animated-button-prev:hover .arr-1-prev {
  left: -25%;
}

.animated-button-prev:hover .arr-2-prev {
  right: 16px;
}

.animated-button-prev:hover .text {
  transform: translateX(-12px);
}

.animated-button-prev:hover svg {
  fill: black;
}

.animated-button-prev:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px black;
}

.animated-button-prev:hover .circle {
  width: 220px;
  height: 220px;
  opacity: 1;
}


}
@media (min-width: 1801px) {
    .categorias{
        height: 51.5rem;
        flex-wrap: wrap;
    }

    .introduccionBlogDesktop{
        display: inline-flex; /* Vuelve al layout horizontal */
        flex-direction: row;

    }


}
