@media (min-width: 769px) {

    .search-container{
        width: 79vw;
        margin: 5vh 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .search-input{
        width: 70vw;
        height: 50px;
        border-radius: 10px;
        border: 2px solid black;
        padding: 0 0 0 20px;
    }
    
    .search-button{
        width: 70px;
        border: none;
        border: 1px solid black;
        height: 50px;
        color: white;
        background-color: #3f2727;
        border-radius: 10px;
        margin-left: 10px;
    }

    .custom-select {
        width: 76vw;
        position: relative;
        display: inline-block;
        border-radius: 10px;
        background-color: #3f2727;
        height: 70px;
    }

    select {
        width: 100%;
        padding: 10px;
        font-size: 16px;
        border-radius: 20px;
        color: black;
        margin-top: 5px;
        margin-left: 5px;
        cursor: pointer;
        appearance: none; /* Elimina la flecha por defecto en algunos navegadores */
        -webkit-appearance: none;
        -moz-appearance: none;
        outline: none;
    }

    /* Estilo para el contenedor de la flecha personalizada */
    .custom-select::after {
        content: '▼';
        position: absolute;
        top: 50%;
        right: 30px;
        transform: translateY(-50%);
        pointer-events: none;
        color: black;
    }

    /* Estilo en hover (solo para el select) */
    select:hover {
        background-color: rgb(255, 255, 255);
        outline: none;
        color: rgb(0, 0, 0);
    }
    

    .slider {
        position: relative;
        width: 60vw;
        height: 50vh;
        max-width: 800px;
        margin: auto;
        overflow: hidden;
    }
    .slides {
        display: flex;
        transition: transform 0.5s ease-in-out;
    }
    .slides img {
        width: 100%;
        border-radius: 15px;
    }
    .navigation {
        position: absolute;
        top: 50%;
        width: 100%;
        display: flex;
        justify-content: space-between;
        transform: translateY(-50%);
    }
    .prev, .next {
        background-color: rgba(255, 255, 255, 0.5);
        border: none;
        font-size: 2em;
        cursor: pointer;
        padding: 0.5em;
    }

    .ul-logo, .ul-p, .menu .icon, .icon-li, .closee{
        display: none;
    }

    .header{
        height: 15vh;
        background-color: #3f2727;
        display: flex;
        position: fixed;
        z-index: 100;
        align-items: center;
        justify-content: space-between;
    }

    .navbar{
        width: 100vw;
        height: 100%;
    }

    .logo{
       height: 13vh;
    }

    .navbar-toggler{
        display: none;
    }

    .navbar-nav{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .nav-item {
        font-size: 20px;
        margin: 0 5px;
        padding: 0 20px;
        width: auto;
        border-radius: 20px;
        position: relative; 
        overflow: hidden;
    }
    
    .nav-item:hover {
        background-color: white; 
    }
    
    .nav-link {
        color: white;
        border-radius: 10px;
        display: inline-block; 
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }
    
    .nav-link:hover {
        color: #3f2727;
    }
    
    .nav-item:hover .nav-link {
        color: #3f2727;
    }

    .home{
        min-height: 60vh;
        width: 90vw;
        display: flex;
        justify-content: sp;
        padding-top: 25vh;
        align-items: center;
        flex-direction: row;
    }

    .img-home{
        width: 40vw;
        margin-left: 10vw;
    }

    .contact{
        min-height: 30vh;
        background-color: #3f2727;
        display: flex;
        justify-content: space-between;
    }

    .info-contact {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 10vw;
        margin-left: 100px;
        margin-top: 30px;
    }
    
    .info-contact img {
        width: 50px;
        margin-bottom: 10px; 
    }
    
    .info-contact p {
        font-size: 16px;
        color: white;
        text-align: center;
    }
    
    
    .content-contact{
        display: flex;
        flex-wrap: wrap;
    }

    .orange_bt {
        width: 210px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: row;
        border-radius: 10px;
        height: 58px;
        margin-top: 10vh;
        margin-right: 5vw;
        background: #3f2727;
        color: white;
        float: left;
        text-align: center;
        border: white solid 2px;
        line-height: 58px;
        font-size: 20px;
        font-weight: 500;
    }
    
    .orange_bt:hover{
        background: #fff;
        border: 1px solid #fa3e19;
        color: #fa3e19;
    }

    .p-service{
        width: 70vw;
    }

    .p-service p{
        font-size: 20px;
        font-weight: 300;
    }

    .orange_bt:hover, .icon-button{
        color: #fa3e19;
    }

    .icon-button{
        width: 1.7vw;
        margin-bottom: 3px;
        margin-left: 10px;
    }
    .service{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
    }

    .title-service{
        padding-top: 7vh;
        font-size: 60px;
        font-weight: 650;
        color: #3f2727;
    }

    .content-service{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    

    .button-shopping{
        width: 6.5vw;
        height: 7vh;
        display: flex;
        align-items: center;
        border: none;
        border-radius: 10px;
        justify-content: center;
    }

    .shopping-cart{
        max-width: 2vw;
        max-height: 3.4vh;
        object-fit: cover;
        border-radius: 0 !important;
    }

    .text-shopping{
        margin-top: 13px;
        font-size: 10px;
        font-weight: 500;
        text-align: center;
    }

    .info-service{
        width: 16vw;
        min-height: 400px;
        border-radius: 15px;
        background-color: #3f2727;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        margin: 30px;
        padding: 20px 0;
    }

    .info-service img{
        width: 13vw;
        height: 25vh;
        object-fit: cover;
        border-radius: 15px;
    }

    

    .container-sobre-nosotros{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }

    .content-sobre-nosotros{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #5f4040;
        width: 45vw;
        border-radius: 20px;
        margin: 0 4vw;
    }
    .sobre-nosotros {
        background-color: #3f2727;
        color: #ffffff;
        padding: 50px 15px;
     }
     .sobre-nosotros .titulo {
        font-size: 2.5em;
        font-weight: bold;
        text-align: center;
        margin-bottom: 50px;
     }
     .sobre-nosotros .subtitulo {
        font-size: 1.5em;
        font-weight: bold;
        margin: 20px 0;
     }

     .button-fixed{
        position: fixed;
        z-index: 10000000;
        margin-left: 90vw;
        margin-top: 85vh;
        width: 6vw;
        height: 12vh;
        background-color: rgb(255, 255, 255);
        border: #fa3e19 2px solid;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

     .logo-fixed{
        width: 4vw;
        height: 8vh;
    }

    .button-fixed-cart{
        position: fixed;
        z-index: 10000000;
        margin-left: 90vw;
        margin-top: 70vh;
        width: 6vw;
        height: 12vh;
        background-color: rgb(255, 255, 255);
        border: black 2px solid;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .button-fixed-cart button{
        border: none;
        background-color: rgb(255, 255, 255);
        outline: none;
    }

     .logo-fixed-cart{
        width: 4vw;
        height: 8vh;
    }

     .sobre-nosotros p {
        font-size: 1.1em;
        line-height: 1.5;
        text-align: center;
        margin: 0px 30px 20px;
     }

     .info-service-impre{
        width: 22vw;
        height: 65vh;
        border-radius: 15px;
        background-color: #3f2727;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin: 30px;
    }

    .info-service-impre img{
        width: 17vw;
        height: 26vh;
        border-radius: 15px;
    }

    .title-service-content{
        color: white;
        text-align: center;
        font-size: 18px;
        font-weight: 500;
        text-transform: uppercase;
        margin-top: 10px;
    }


    .title-service-content-impre{
        color: white;
        font-size: 23px;
        font-weight: 400;
        margin-top: 10px;
    }

    .info-service-impre ul{
        margin-top: 20px;
        display: flex;
        width: 85%;
        justify-content: start;
        align-items: start;
        flex-direction: column;
    }

    .info-service-impre .ul-copia{
        margin-top: 35px;
        display: flex;
        width: 85%;
        justify-content: start;
        align-items: start;
        flex-direction: column;
    }

    .text-service-impre{
        color: white;
        font-size: 19px;
        font-weight: 300;
    }


    .text-service{
        text-align: center;
        margin-top: 20px;
        color: white;
        font-size: 18px;
        margin: 0 20px;
    }

    .client-coment{
        width: 100vw;
        height: 70vh;
        background-color: #3f2727;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .title-client-coment{
        color: white;
        font-size: 35px;
        font-weight: 700;
    }
    
    .coments{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }

    .coment{
        background-color: #cf1616;
        width: 40vw;
        height: 30vh;
        margin: 0 2vw;
        display: flex;
        align-items: start;
        justify-content: center;
        flex-direction: column;
    }

    .text-coment{
        color: white;
        font-size: 18px;
        margin: 20px 20px;
    }

    .post{
        color: white;
        font-size: 17px;
        margin: 0 20px;
    }
    
    .name-client{
        color: white;
        font-size: 17px;
        font-weight: 500;
        margin: 0 20px;
    }

    .skill-experience{
        width: 100vw;
        height: 110vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .title-skill-experience, .title-delivery-number{
        color: #3f2727;
        font-size: 35px;
        margin-bottom: 10vh;
        font-weight: 700;
    }

    .content-skill{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        width: 100vw;
    }

    .content-text-skill{
        width: 35vw;
        margin: 0 5vw;
    }

    .content-skill img{
        width: 35vw;
        margin: 0 5vw;
    }

    .skill-li{
        font-weight: 100;
    }

    .statistics{
        display: flex;
        align-content: center;
        justify-content: space-between;
        flex-direction: row;
    }
    
    .statistic{
        width: 20vw;
        margin-top: 15vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .number{
        color: #f5a313;
        font-size: 40px;
        font-weight: 700;
    }

    .desc-statistic{
        font-size: 20px;
        font-weight: 200;
    }

    .delivery-number{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-color: rgb(250, 250, 250);
        height: 60vh;
    }

    .delivery-content{
        width: 90vw;
        height: 15vw;
        border-radius: 10px;
        background-color: white;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
        display: flex;
        align-items: start;
        justify-content: center;
        flex-direction: column;
    }

    .title-delivery-content{
        font-size: 20px;
        font-weight: 500;
        color: #1d2a2f;
        margin-left: 1vw;
    }

    .bar{
        margin-left: 1vw;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }

    strong{
        font-weight: 100;
        display: inline-block;
        width: 300px;
    }

    .bar-white{
        height: 3vh;
        width: 65vw;
        border-radius: 20px;
        background-color: rgb(219, 202, 202);
    }

    .bar-orange{
        height: 3vh;
        border-radius: 20px;
        background-color: #fa3e19;
    }

    .one{
        width: 50vw;
    }

    .two{
        width: 40vw;
    }

    .three{
        width: 58vw;
    }

    .descripcion{
        display: flex;
        width: 80%;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }

    .div-car{
        display: flex;
        width: 85%;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }

    .spinner-container {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgb(220, 202, 202);
        width: 4.5vw;
        height: 7vh;
        border-radius: 8px;
    }
      .spinner-container input[type="number"] {
        width: 2.5vw;
        text-align: center;
      }
      .spinner-buttons {
        display: flex;
        flex-direction: column;
      }
      .spinner-buttons button {
        width: 1vw;
        outline: none;
        display: flex;
        border: none;
        margin-bottom: 1px;
        align-items: center;
        justify-content: center;
        height: 20px;
        border-radius: 5px;
        line-height: 20px;
        text-align: center;
        cursor: pointer;
      }

      .title-modal{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 35px;
        margin-top: 20px;
        overflow: auto;
      }

      #buttton-close{
        width: 30px;
        height: 30px;
        border-radius: 15px;
        border: none;
        outline: none;
        background-color: #f61616;
        color: white;
    }

      .cart{
        width: 30vw;
        height: 100vh;
        padding: 20px 30px 0 0;
        background-color: #f1e9e9;
        position: fixed;
        z-index: 10000;
        top: 0;
        display: none;
        overflow: auto;
        transition: left 0.3s ease-in-out;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
      }


    .payments{
        margin-right: 30px;
        width: 20vw;
        background-color: white;
        border-radius: 20px;
        height: 20vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 5vh;
    }

    .payments img{
        width: 6vw;
        height: 7vh;
        object-fit: contain;
    }

    .icons{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 18vw;
        height: 10vh;

    }

    .payments p{
        font-weight: 500;
    }


      .modal-cart{
        width: 80vw;
        overflow: auto;
        height: 90vh;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        background-color: #f1e9e9;
        border-radius: 30px;
        border: 4px solid rgb(103, 94, 94);
        position: fixed;
        margin-top: 5vh;
        margin-left: 10vw;
        z-index: 100000000;
      }

      .content-products{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: row;
      }

      .buttons-cart{
        width: 25vw;
        margin-left: 20px;
        height: 20vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
      }

      .buttons-cart button{
        width: 24vw;
        background-color: #3f2727;
        height: 8vh;
        color: white;
        border: none;
        outline: none;
        border-radius: 15px;
        margin: 6px 0;
      }

      .cart-shop{
        width: 23vw;
        height: 210px;
        margin: 20px 20px;
        margin-top: 10px;
        background-color: #3f2727;
        border-radius: 10px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
      }

      .cart-shop img{
        border: rgb(246, 230, 230) solid 2px;
        border-radius: 10px;
        width: 10vw;
        height: 23vh;
        object-fit: cover;
      }

      .info-shop{
        width: 10vw;
        margin-left: 15px;
        height: 26vh;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
      }

      #cart-delete-button{
        background-color: transparent;
        border: none !important;
        outline: none;
        width: 3.5vw;
        position: absolute;
        height: 6vh;
        margin-left: 10vw;
        margin-top: 0vh;
      }

      .logo-delete{
        max-width: 3.5vw;
        max-height: 7vh;
      }

      .info-shop p ,.info-shop h6{
        color: white;
        text-transform: uppercase;
      }

      .info-shop p{
        font-size: 16px;
      }



      input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }

    .cbx{
        height: 40px;
        border-radius: 10px;
        border: none;
        margin-right: 5px;
    }


    .precio{
        color: white;
        font-weight: 400;
    }

    .marca{
        color: white;
        font-weight: 400;
    }


}