@media (min-width: 1238px){

}
@media only screen and (max-width: 1237px) and (min-width: 779px) {
   
}
@media only screen and (max-width: 780px) and (min-width: 430px) {

}
@media (max-width: 700px){
    
    /* Estilos para el menú móvil */
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--verde-btn); 
        overflow-y: auto;
        z-index: 1050;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
        display: flex;
        flex-direction: column;
    }
    .redes img {
        width: 100%;
    }
    .redes a {
        display: flex;
        justify-content: center;
    }
    .bloque-redes img {
        width: 15%;
    }
    .navbar-collapse.show {
        transform: translateX(0);
    }
    .navbar-nav {
        width: 100%;
        text-align: center;
        padding-top: 20px; /* Ajusta según sea necesario */
    }
    button.navbar-toggler.close-menu {
        position: absolute;
        right: 10px;
        top: 15px;
        
    }
    #menu-menupricipal a.nav-link{
        font-size: 1.2rem;
    }
    #menu-menupricipal {
        gap: 15px;
    }
    .logo-movil a.custom-logo-link {
        text-align: center;
        margin-top: 1.5rem;
    }
    .logo-movil img.custom-logo {
        width: 50%;
        height: auto;
    }
    .navbar-toggler.open-menu {
        z-index: 1051;
        border: none;
        background: none;
        z-index: -1;
        padding: 5px 8px;
       
    }
    .logo-menu>a{
        position: absolute;
        background-color: var(--verde-btn);
        padding: 10px;
        top: 0;
        border-radius: 10px;
    }
    .logo-menu>a>img{
        width: 100px;
    height: auto;   
    }
    .navbar-toggler i {
        font-size: 35px;
        color: #fff;
    }

    body.menu-open {
        overflow: hidden;
    }
    nav#principal-menu {
        top: 0;
    }
    .redes {
        position: relative;
        top: 3%;
        display: flex;
        flex-direction: column;
        left: 0;
        gap: 2rem;
    }
    .contenido h1 {
        text-align: center;
        font-size: 1.5rem;
        line-height: 1.1;
        margin-bottom: 0.7rem;
    }
    .contenido p {
        text-align: center;
        font-size: 1.5rem;
    }
    .s-redes h3 {
        font-size: 1rem;
    }
    a.btn-todasrecetas {
        display: inline-block;
        font-size: 1rem;
    }
    .s-news h3, .s-preguntas h3 {
        font-size: 1.3rem;
        line-height: 1;
    }
    .s-news .formulario-newsletter {
        flex-direction: column;
        gap: 15px;
    }
    .s-news .form-control, .s-news .btn-suscri {
        border-radius: 50px;
        font-size: 1rem;
        width: 100%;
        text-align: center;
        height: 40px;
        padding: 0;
    }
    .s-news p.text-newsletter {
        font-size: 0.8rem;
    }
    .cont-preg .btn-header-link {
        font-size: 1rem;
        text-align: center;
    }
    p.respuesta {
        padding-right: 0;
        text-align: center;
        font-size: 1rem;
        line-height: 1.2;
    }
    #preguntas .btn-header-link:after {
        right: 45%;
        left: 45%;
        top: 50px;
        font-size: 1.7rem;
    }
    .bloque-redes{
        flex-direction: column;
    }
    img.hojas-footer {
        bottom: 0;
        right: 0;
        width: 25%;
    }
    footer.site-footer h3, .cont-producto{
        text-align: center;
    }
    .cont-producto h2{
        font-size: 2rem;
    }
    .cont-producto p{
        font-size: 1.1rem;
    }
    .s-redes img.hojas-sredes {
        width: 30%;
    }
    .s-int-producto h1, .s-otros-productos h2{
        font-size: 2rem;
    }
    .s-int-producto h2{
        font-size: 1.8;
    }
    .div-logo-encu br{
        display: none;
    }
    .slider-logos-compra .slick-slide div img {
        width: 55% !important;
    }
    .slider-productos {
        visibility: hidden;
    }
    .slider-productos.slick-initialized {
        visibility: visible;
    }
    .page-template-theme-recetas .navbar-toggler i,
    .single-receta .navbar-toggler i{
        color: #57162B;
    }
    #formulario-filtro hr {
        display: none;
    }
    span.select2.select2-container.select2-container--default,
    .select2-container--default .select2-selection--single {
        width: 100% !important;
        border: 1px #888 solid;
    }
    #formulario-filtro{
        background-color: transparent;
        gap: 0;
    }
    #formulario-filtro button{
        margin-left: 0;
        margin-top: 1rem;
    }
    .single-receta .s-redes h3 {
        font-size: 1rem;
    }
    .conte-receta h1{
        font-size: 1.5rem;
    }
    .conte-receta h2{
        font-size: 1.3rem;
    }
    .single-receta .s-redes img.hojas-sredes {
        top: auto;
        bottom: 0px;
    }
    .contenido-blog img.hojas-snews{
        display: none;
    }
    .compartir h2, .redes-sociales {
        text-align: center;
    }
    .post-thumbnail h1 {
        text-align: center;
        font-size: 1.5rem;
    }
    .form-cont h1 {
        font-size: 2rem;
    }
    .contacto .wpcf7-list-item label{
        font-size: 0.7rem;
    }
    .contacto .btn-enviar {
        font-size: 1rem;
    }
    section.the_contect p {
        font-size: 1rem;
        text-align: center;
    }
    .conte-receta .video-oembed iframe {
        height: 250px;
    }
    .page-template-theme-recetas .navbar-toggler i.bi-x, .single-receta .navbar-toggler i.bi-x{
        color: #fff !important;
    }
    #slider-list-recetas .slider-next {
        right: 0px;
    }
    #slider-list-recetas .slider-prev {
        left: 0px;
    }
    #lista-blogs .card h2 {
        font-size: 1.25rem;
    }
    .s-int-producto #atribut-movil ul li {
        font-size: 1rem;
        line-height: 1.3;
    }
    .img-rece {
        height: 200px;
    }

    .slider-mobile .slick-dots {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap:8px;
      }
    
      .slider-mobile .slick-dots li button
    {
        font-size: 0;
        line-height: 0;
    
        display: block;
    
        width: 11px !important;
        height: 11px !important;
        padding: 5px;
    
        cursor: pointer;
    
        border: 0;
        outline: none;
        background: white !important ;
        border-radius: 25px !important;
        
    }
    
    .slider-mobile .slick-dots li button:hover
    {
        background-color: grey !important;
     
    }
    
    
    .slider-mobile .slick-dots {
        position: absolute !important;
        bottom: 20px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        z-index: 10 !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap:8px;
      }
     .slider-mobile .slick-dots li buttom{
        width: 15px !important;
        height: 15px !important;
        margin: 0 5px !important;
        
    }    
}