@media only screen and (min-width: 768px) {

*{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}






.contenedor{
    width: 100%;
    float: left;
    padding-bottom: 0%;
    background-color: white;
}
.logo{
    width: 10%;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 45%;
    float: left;
    visibility: visible;
}

    .logo img{
        width: 100%;
        float: left;
        visibility: visible;
    }
    .aviso_entregas{
        width: 100%;
        margin-top: 0%;
        padding-top: 0.5%;
        padding-bottom: 0.5%;
        float: left;
        background-color: #01447e;
        text-align: center;    
    }
    
        .aviso_entregas p{
            width: 100%;
            float: left;
            color: white;
            text-transform: uppercase;
            font-size: 1vw;
        }
    
.nav-web{
    height: auto;
    width: 70%;
    margin-left: 15%;
    float: left;
    visibility: visible;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: white;
}

    .nav-web a{
        width: 10%;
        padding-top: 1.5%;
        padding-bottom: 1.5%;
        float: left;
        text-decoration: none;
        color: black;
        text-align: center;
        font-size: 1vw ;
        visibility:visible;
    }
    .nav-web a:hover{
        color: dodgerblue;
        text-decoration: underline;
    }

.portada{
    margin-top: 0;
}
    .portada img{
        width: 70%;
        margin-left: 15%;
        float: left;
        font-size: 3.5vw;
    }
.catalogo{
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0%;
    float: left;
    border-radius: 5px;
}

    .catalogo h2{
        width: 90%;
        margin-top: 2.5%;
        margin-left: 2.5%;
        float: left;
        font-size: 1.5vw;
    }
    .catalogo h2 a{
        margin: 0;
        float: none;
        color: dodgerblue;
        font-size: 1.5vw;
        font-weight: 500;
    }

    .catalogo section{
        width: 100%;
    }

    .catalogo section a{
        width: 11%;
        margin-left: 2.5%;
        margin-right: 2.5%;
        float: left;
    }
        .catalogo section a:hover h3, a:hover h4{
            text-decoration: underline;
        }

    .catalogo a h3{
        height: 70px;
        font-weight: normal;
        font-size: 1.2vw;
    }
    .catalogo a h4{
        font-weight: normal;
        font-size: 1.5vw;
    }


.noticias{
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0%;
    float: left;
    border-radius: 5px;
}
    
        .noticias h2{
            width: 90%;
            margin-top: 2.5%;
            margin-left: 2.5%;
            float: left;
            font-size: 1.5vw;
        }
        .noticias h2 a{
            margin: 0;
            float: none;
            color: dodgerblue;
            font-size: 1.5vw;
            font-weight: 500;
        }
    
        .noticias section{
            width: 100%;
        }
    
        .noticias section article{
            width: 20%;
            margin-left: 2.5%;
            margin-right: 2.5%;
            float: left;
            border-bottom: 0;
        }
            .noticias section article:hover h3, a:hover h4{
                text-decoration: underline;
            }
    
        .noticias article h3{
            height: 90px;
            font-weight: normal;
            font-size: 1.2vw;
        }
        .noticias article time{
            font-weight: normal;
            font-size: 1.2vw;
        }
    



.categorias{
    margin-top: 5%;
}
    .categorias h2{
        font-size: 2.5vw;
    }
    .categorias a{
        width: 20%;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
    .categorias a figure h3{
        font-size: 2vw;
    }

    .categorias a figcaption span{
        font-size: 1.5vw;
    }


.titulo-principal{
    width: 90%;
    margin-top: 2.5%;
    margin-bottom: 2.5%;
    margin-left: 5%;
    float: left;
    text-align: center;
    font-size: 3vw;
}


.encabezado{
    width: 0%;
    padding: 0;
    visibility: collapse;
}

    .encabezado a{
        width: 0;
        padding: 0;
        margin: 0;
        visibility: collapse;
    }



.direccion{
    width: 100%;
    margin-top: 0%;
    margin-bottom: 0;
    padding-top: 2.5%;
    padding-bottom: 5%;
    float: left;
    background-color: black;
    bottom: 0;
}
    .direccion p{
        width: 90%;
        margin-left: 5%;
        float: left;
        color: white;
        text-align: center;
        font-size: 1.2vw;
    }


.producto{
    width: 70%;
    margin-top: 2.5%;
    margin-left: 15%;
    padding-top: 0;
    padding-bottom: 0;
    float: left;
    background-color: white;
    border-radius: 5px;
}
    .producto section{
        width: 45%;
        margin: 2.5%;
        float: left;
    }
    .producto h1{
        width: 100%;
        float: left;
    }

    .producto h2{
        width: 100%;
        float: left;
        font-weight: 500;
    }

    .producto p{
        width: 100%;
        float: left;
    }
    .producto .boton{
        width: 90%;
        margin-top: 5%;
        margin-bottom: 5%;
        margin-right: 2.5%;
        padding-top: 5%;
        padding-bottom: 5%;
        float: left;
        text-align: center;
        text-decoration: none;
        font-size: 1.2vw;
        border-radius: 10px;
        background-color: dodgerblue;
        color: white;
        font-weight: bold;
    }

    .producto .boton:hover{
        background-color: blue;
    }

.publicacion{
        width: 70%;
        margin-top: 2.5%;
        margin-left: 15%;
        padding-top: 0;
        padding-bottom: 0;
        float: left;
        background-color: white;
        border-radius: 5px;
    }
        .publicacion section{
            width: 45%;
            margin: 2.5%;
            float: left;
        }
        .publicacion h1{
            width: 100%;
            float: left;
        }
    
        .publicacion h2{
            width: 100%;
            float: left;
            font-weight: 500;
        }
    
        .publicacion p{
            width: 100%;
            float: left;
        }
        .publicacion .boton{
            width: 90%;
            margin-top: 5%;
            margin-bottom: 5%;
            margin-right: 2.5%;
            padding-top: 5%;
            padding-bottom: 5%;
            float: left;
            text-align: center;
            text-decoration: none;
            font-size: 1.2vw;
            border-radius: 10px;
            background-color: dodgerblue;
            color: white;
            font-weight: bold;
        }
    
        .publicacion .boton:hover{
            background-color: blue;
        }


.formulario{
    width: 70%;
    margin-left: 15%;
    padding-bottom: 2.5%;
    float: left;
    background-color: white;
    border-radius: 5px;
}
    .formulario form{
        width: 90%;
        margin-top: 5%;
        margin-left: 5%;
        float: left;
    }
    .formulario input{
        height: 50px;
        width: 100%;
        margin-top: 1%;
        margin-bottom: 1%;
        padding-left: 2.5%;
        float: left;
        border-radius: 5px;
        border: 1px solid gray;
    }
    .formulario textarea{
        min-height: 100px;
        width: 100%;
        padding-top: 2.5%;
        padding-left: 2.5%;
        float: left;
        resize: none;
        border-radius: 5px;
        border: 1px solid gray;
    }
    .formulario button{
        width: 50%;
        margin-top: 5%;
        margin-left: 25%;
        padding-top: 2.5%;
        padding-bottom: 2.5%;
        float: left;
        background-color: dodgerblue;
        color: white;
        border: 0px;
        border-radius: 10px;
        font-size: 1.2vw;
    }
    .formulario button:hover{
        background-color: blue;
    }

.whatsapp{
    width: 70%;
    margin-top: 2.5%;
    margin-left: 15%;
    float: left;
    background-color: white;
    border-radius: 5px;
}

    .whatsapp h2{
        width: 100%;
        margin-top: 5%;
        margin-bottom: 0;
        float: left;
        text-align: center;
    }
    .whatsapp a{
        width: 45%;
        margin-top: 5%;
        margin-bottom: 5%;
        margin-left: 27.5%;
        padding-top: 2.5%;
        padding-bottom: 2.5%;
        float: left;
        background-color: green;
        text-align: center;
        color: white;
        border-radius: 10px;
        text-decoration: none;
    }
    .whatsapp a:hover{
        background-color: darkgreen;
    }
    .redes-sociales{
        width: 70%;
        margin-top: 2.5%;
        margin-bottom: 2.5%;
        margin-left: 15%;
        padding-top: 2.5%;
        padding-bottom: 2.5%;
        float: left;
        background-color: white;
        border-radius: 5px;
    }
    
        .redes-sociales h2{
            width: 90%;
            margin-left: 5%;
            float: left;
        }
        .redes-sociales section{
            width: 90%;margin-top: 1.5%;
            margin-left: 5%;
            float: left;
        }
        .redes-sociales a{
            width: 5%;
            margin-right: 2.5%;
            float: left;
        }
        .redes-sociales a img{
            width: 100%;
            float: left;
        }


        .mySlides {
            display: none;

          }
          
          /* Add a pointer when hovering over the thumbnail images */
          .cursor {
            cursor: pointer;
          }
          
          /* Next & previous buttons */
          .prev,
          .next {
            cursor: pointer;
            position: absolute;
            top: 40%;
            width: auto;
            padding: 16px;
            margin-top: -50px;
            color: white;
            font-weight: bold;
            font-size: 20px;
            border-radius: 0 3px 3px 0;
            user-select: none;
            -webkit-user-select: none;
          }
          
          /* Position the "next button" to the right */
          .next {
            right: 0;
            border-radius: 3px 0 0 3px;
          }
          
          /* On hover, add a black background color with a little bit see-through */
          .prev:hover,
          .next:hover {
            background-color: rgba(0, 0, 0, 0.8);
          }
          
          /* Number text (1/3 etc) */
          .numbertext {
            color: #f2f2f2;
            font-size: 12px;
            padding: 8px 12px;
            position: absolute;
            top: 0;
          }
          
          /* Container for image text */
          .caption-container {
            text-align: center;
            background-color: #222;
            padding: 2px 16px;
            color: white;
          }
          
          .row:after {
            content: "";
            display: table;
            clear: both;
          }
          
          /* Six columns side by side */
          .column {
            float: left;
            width: 16.66%;
          }
          
          /* Add a transparency effect for thumnbail images */
          .demo {
            opacity: 0.6;
          }
          
          .active,
          .demo:hover {
            opacity: 1;
          }


.personalizado{
    width: 70%;
    margin-top: 2.5%;
    margin-left: 15%;
    padding-top:2.5%;
    padding-bottom: 2.5%;
    float: left;
    background-color: white;
    border-radius: 5px;
}
    .personalizado h2{
        width:90%;
        margin-left: 5%;
        float: left;
        text-align: center;
        font-size: 2vw;
    }
    .personalizado p{
        width: 90%;
        margin-top: 1.5%;
        margin-left: 5%;
        float: left;
        text-align: center;
        font-size: 1.2vw;
    }

    .personalizado a {
        width: 30%; /* Ajusta el ancho al contenido */
        margin-top: 5%;
        margin-left: 35%;
        padding-top: 1%;
        padding-bottom: 1%;
        display: inline-flex;
        align-items: center;
        background-color: green; /* Color de WhatsApp */
        color: white;
        text-decoration: none;
        border-radius: 20px;
        font-family: sans-serif;
        background-color: green; /* Color de WhatsApp */

      }
      
    .personalizado a img {
        width: 20%; /* Ajusta el tamaño del logo */
        margin-left:8%;
      }
      
      .personalizado a span {
        width: 80%; /* Ajusta el tamaño del texto */
        text-align: center;
        font-size: 1.2vw;
      }


.exito{
    width: 70%;
    margin-top: 5%;
    margin-left: 15%;
    padding-top: 1.5%;
    padding-bottom: 3.5%;
    float: left;
    background-color: white;
    border-radius: 5px;


}
    .exito h1{

        text-align: center;
    }

    .exito img{
        width: 10%;
        margin-top: 2.5%;
        margin-bottom: 2.5%;
        margin-left: 45%;
    }

    .exito p{
        width: 50%;
        margin-top: 1.5%;
        margin-bottom: 1.5%;
        margin-left: 25%;
        float: left;
        text-align: center;
        font-size: 1.5vw;
    }
    .exito a{
        width: 30%;
        margin-top: 1.5%;
        margin-left: 35%;
        padding-top: 1.5%;
        padding-bottom: 1.5%;
        float: left;
        background-color: dodgerblue;
        text-align: center;
        color: white;
        text-decoration: none;
        border-radius: 5px;
    }

    .exito form{
        width: 90%;
        margin-left: 5%;
        float: left;
    }

    .exito form input{
        height: 50px;
        width: 90%;
        margin-top: 1.5%;
        margin-left: 5%;
        padding-left: 1.5%;
        float: left;
        border-radius: 5px;
        border: 1px solid gray;
    }
    .exito form textarea{
        min-height: 100px;
        width: 90%;
        margin-top: 1.5%;
        margin-left: 5%;
        padding-top: 1.5%;
        padding-left: 1.5%;
        float: left;
        border-radius: 5px;
        border: 1px solid gray;
        resize: none;
    }
    .exito button{
        width: 50%;
        margin-top: 5%;
        margin-bottom: 5%;
        margin-left: 25%;
        padding-top: 2.5%;
        padding-bottom: 2.5%;
        float: left;
        border-radius: 5px;
        border: none;
        background-color: dodgerblue;
        color: white;
    }

/* Style the list */
.breadcrumb {
    width: 100%;
    margin-top: 2.5%;
    margin-bottom: 2.5%;
    margin-left: 0%;
    padding-left: 0%;
    float: left;
    list-style: none;
    background-color: #eee;
    border-radius: 5px;
  }
  
    /* Display list items side by side */
    .breadcrumb li {
        padding-top: 1.5%;
        padding-bottom: 1.5%;
        float: left;
        display: inline;
        font-size: 18px;
    }
    
    /* Add a slash symbol (/) before/behind each list item */
    .breadcrumb li+li:before {
        padding: 8px;
        color: black;
        content: "/\00a0";
    }
    
    /* Add a color to all links inside the list */
    .breadcrumb li a {
        color: #0275d8;
        text-decoration: none;
    }
    
    /* Add a color on mouse-over */
    .breadcrumb li a:hover {
        color: #01447e;
        text-decoration: underline;
    }

.articulo{
    width: 70%;
    margin-left: 15%;
    float: left;
    background-color: white;
    border-radius: 10px;
}

    .articulo p{
        width: 90%;
        margin-top: 5%;
        margin-bottom: 5%;
        margin-left: 5%;
        float: left;
    }

.preguntas{
    width: 70%;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 15%;
    float: left;
    background-color: white;
    border-radius: 10px;

}

    .preguntas h2{
        width: 70%;
        margin-top: 2.5%;
        margin-bottom: 2.5%;
        margin-left: 15%;
        float: left;
        text-align: center;
        font-size: 2.5vw;
    }

    .preguntas details{
        width: 100%;
        float: left;
    }
    .preguntas summary{
        float: left;
        padding: 2.5%;
    }
    .preguntas p{
        width: 90%;
        margin-left: 5%;
        margin-bottom: 2.5%;
        float: left;
    }


.sidenav{
    display: none;
}

.boton-nav{
    width: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
    visibility: collapse;
}

.insercion{
    width: 50%;
    margin-left: 25%;
    float: left;
    align-items: center;
}


.marcas a{
    width: 15%;
}


}

