body {
    overflow-x:hidden;
    margin: 0;
    padding: 0;
}

.none-x{
    display:none;
}

.navbar{
    width:100%;
    max-width:100%;
    background-color:#25588f;
}


.image{
    width:100%;
    
    max-width:100%;
}

.imagel{
    width:80px;
}

.navcontainer{
    max-width:1280px;
    margin: 0 auto;
    padding:10px auto;
}

.navbar > .navcontainer{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    align-content:center;
    
}
.menu{
    display:flex;
    flex-direction:row;
    justify-content:space-around;
    list-style:none;
}

.menu li {
    margin: 0 30px; 
}
.submenu{
    display:flex;
    justify-content: space-between;
    width:100%;
    max-width:100%;
    height:10%;
    list-style:none;
}

.menu ul li .shopi {
    font-size: 58px;
    
    width: 60%;
    height: 20%;
    max-width: 100%;
    position: relative;
    top:30px;
    left:300px;
}

.shopi::before {
    content: "";
    background-image: url(../img/licorbom.png);
    display: block;
    width: 50%; 
    height: 50%;
    background-size: contain;
    background-repeat: no-repeat; 
    position: absolute;
    top: 12px;
    left: -50px; 
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.modal-content {
position:relative;
	width:50%;
    height:80%;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bu {
	position:absolute;
	bottom:3%;
	right:7%;	
    margin-top:450px;
}

#open-button {
    border: none;
    background-color:#25588f;
    cursor: pointer;
}

#close-button {
    background-color: #ccc;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    position:absolute;
    right:3%;
    top:3%;
}

#deleteAllButton{
    position:absolute;
	bottom:3%;
	left:4%;	
    margin-top:450px; 
}

.imgslide{
    width:100%;
    max-width:100%;
}

.bloque{
    text-align:center;
    
}

.bloquetittle{
    font-size: 50px;
    color: #25588d;
    font-weight: bold;
    font-family: "L EM ON MI LK";
}

.imgs {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.flecha{
    position: absolute;
    margin-top: 170px;
    justify-content: center;
    z-index: 2;
}

.flecha .do{
    position:absolute;
    left:1250px;
    transform: rotate(180deg);
    z-index:2;
}

.alcoholproduc{
    display:flex;
    flex-direction:column;
    position:relative;
    z-index:3;
}

.btit{
    font-size: 28px;
    color: #25588c;
    font-weight: bold;
    text-align: center;
    align-content:center;
    align-items:center;
}

.sb{
    display:flex;
    justify-content:center;
    align-items:center;
    font-size: 40px;
    color: #25588c;
    font-weight: bold;
}

.grid {
    display: grid;
    grid-template-columns: 50% 50%; 
    gap: 20px; 
}

.textgrid {
    grid-column: 1;
    grid-row: 1; 
    display: flex;
    align-items: center;
    position:relative;
    bottom:300px;
}

.textgrid2 {
    position:relative;
    top:0px;
    grid-column: 2; 
    grid-row: 1; 
    display: flex;
    align-items: center;
}

.textgrid img,
.textgrid2 img {
    max-width: 100%; 
    height: auto;
}

.grid1 {
    display: grid;
    grid-template-columns: 50% 50%; 
}

.textgrid3 {
    position:relative;
    bottom:350px;
    grid-column: 1; 
    grid-row: 1; 
    display: flex;
    align-items: center;
}

.textgrid4 {
    position:relative;
    bottom:70px;
    right:20px;
    grid-column: 2; 
    grid-row: 1; 
    display: flex;
    align-items: center;
}

.textgrid3 img,
.textgrid4 img {
    max-width: 100%; 
    height: auto;
}

.textgrid3 img{
    width:100%;
    height:auto;
    min-width:30%;
}


.grid2 {
    display: grid;
    grid-template-columns: 50% 50%; 
}

.textgrid5 {
    position:relative;
    top:-100px;
    grid-column: 1; 
    grid-row: 1; 
    display: flex;
    margin-bottom:200px;
    align-items: center;
}


.textgrid5 img {
    max-width: 100%; 
    height: auto;
}


.txtcolumn{
    max-width:100%;
    min-width:30%;
}

.no{
    font-size: 150px;
    color: #25588c;
    font-weight: bold;
    font-family: "L EM ON MI LK";
}

.bloque3{
    width:100%;
    background-color: #e1ecf7;
    height: 400px;
}

.etri{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}



.stars-1 > :nth-child(1) {
    color: rgb(243, 121, 31);
}
.stars-1 > :nth-child(2), 
.stars-1 > :nth-child(3), 
.stars-1 > :nth-child(4), 
.stars-1 > :nth-child(5),
.stars-2 > :nth-child(3), 
.stars-2 > :nth-child(4), 
.stars-2 > :nth-child(5), 
.stars-3 > :nth-child(4), 
.stars-3 > :nth-child(5),
.stars-4 > :nth-child(5) {
    color: rgb(118, 118, 118);
} 
.stars-2 > :nth-child(1), 
.stars-2 > :nth-child(2), 
.stars-3 > :nth-child(1), 
.stars-3 > :nth-child(2), 
.stars-3 > :nth-child(3),
.stars-4 > :nth-child(1), 
.stars-4 > :nth-child(2), 
.stars-4 > :nth-child(3), 
.stars-4 > :nth-child(4){
    color: rgb(243, 121, 31);
}

.stars-5 > i {
    color: rgb(243, 121, 31);
}
.margin-top-x{
    margin-top:120px;
}


.upper{
    font-size:90px;
    line-height:30px;
}

.epacio{
    width:300px;
}

.size{
    font-size:32px;
    line-height:30px;
}

.center{
    align-items:center;
    align-content:center;
}

.stars{
    width:30px;
}

.stars3:nth-child(n+4) {
    display: none;
}

.star-1{
    color: green;
}

.star-2{
    color: red;
}

.star-3{
    color: blue;
}
/*.stars:nth-child(n+3) {*/
/*    display: none;*/
/*}*/


.drinks{
    position:relative;
    top:10px;
    right:30px;
    width:270px;
}

.grid-4{
    display:grid;
    grid-template-columns:27% 22% 22% 22%;
}



.element-grid{
     display:grid;
    grid-template-columns:50% 50%;
}

.element-flex{
    display:flex;
    flex-direction:row;
    
}

.marketing {
    font-size: 58px;
    
    width: 60%;
    height: 20%;
    max-width: 100%;
    position: relative;
    top:30px;
    left:300px;
}

.marketing::before {
    content: "";
    background-image: url(../img/licorbom.png);
    display: block;
    width: 50%; 
    height: 50%;
    background-size: contain;
    background-repeat: no-repeat; 
    position: absolute;
    top: 12px;
    left: -50px; 
}

.ancho{
    position:relative;
    bottom:260px;
    width:30%;
    max-width:100%;
    z-index:-1;
}
.anchoalto{
    position:relative;
    z-index:3;
    top:-40px;
    left:60px;
    width:40%;
    height:50%;
    max-width:100%;
}

.grid-4top {
    padding-top:40px;
    display:grid;
    grid-template-columns:22% 22% 22% 22%;
}

.ig{
    width:100%;
    max-width:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}

.lim{
    width:100%;
    max-width:100%;
}

.footer{
    position:relative;
    margin-top:50px;
    height:200px;
    width:100%;
    background-color:#25588f;
}
.element-flex-column{
    display:flex;
    flex-direction:column;
}

.footer-img{
    width:200px;
    height:auto;
    max-width:100%;
    margin-top:40px;
    margin-left:60px;
}

.padding-left{
    padding-left:30px;
}

.margin-top{
    margin-top:60px;
}

.padding-top{
    padding-top:40px;
}
.padding-p{
    padding-left:15px;
}
.footer-img-min{
    margin-left:100px;
    width:30px;
    height:auto;
    max-width:100%;
    margin-top:10px;
}
.footer-img-min2{
    width:30px;
    height:30px;
    max-width:100%;
    margin-top:10px;
}
.footer-img-mina{
    margin-left:40px;
    width:30px;
    height:auto;
    max-width:100%;
    margin-top:10px;
}

.inpu{
    width: 277px;
    position: relative; /* Añade esta línea */
}

.transp{
    position: relative;
}

.transp button {
    opacity: 0.6;
    background-color: #fff;
    position: absolute;
    right: 20px;
    z-index: 4;
    border: none;
    padding-top: 7.5px;
}
.transp input{
    width: 100%; 
    height:30px;
    border: none; 
    padding-right: 60px; 
}

.delivery{
    padding-left:20px;
    width:50px;
    height:50px;
    max-width:100%;
    margin-top:10px;
}

.sc {
    width: 400px;
}

.inter{
    line-height:10px;
}

.footer-2{
    background-color:rgb(32, 75, 123);
}

.recovery{
    position: absolute;
    right: 10px;
    bottom: 5px;
    width: 40px;
    height:40px;
    background-color: rgb(37, 211, 102);
    border-radius: 50%;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
}
.recovery img{
    width: 30px;
    height: auto;
}
.recovery-2{
    position: absolute;
    right: 10px;
    bottom:-55px;
    width: 40px; 
    height: 40px; 
    background-color: rgb(243, 121, 31);
    border-radius: 50%;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
}
.recovery-2 img{
    width: 20px;
    height: auto;
    transform:rotate(90deg);
}

@media screen and (max-width: 1024px) {
    
    body{
        overflow-x:hidden;
    }
    
    .none-l{
        display:none;
    }
    
    
    .navcontainer{
        max-width:1024px;
        padding: 0 25px;
    }
    
    .imagel{
        height:30px;
        width:auto;
    }
    
    .submenu{
        width:90%;
    }
    
    .imgs {
        width: 80%;
        padding-left: 110px;
    }
    
    .flecha .do{
        top:-10px;
        left:940px;
    }
    
    .no{
        margin-top:30px;
    }
    
    .textgrid, .textgrid2, .textgrid3, .textgrid4, .textgrid5{
        position:static;
    }
    .bloque2 > .grid, .bloque2 > .grid1, .bloque2 > .grid2{
        display:flex;
        flex-direction:column;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .lim > .element-flex{
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        margin-left:140px;
    }
    
    .marketing {
        font-size: 48px;
        width: 60%;
        height: 20%;
        max-width: 100%;
        position: relative;
        top: 30px;
        left: 280px;
    }
}
@media screen and (max-width: 768px) {
    
    body{
        overflow-x:hidden;
    }
    
    .none-m{
        display:none;
    }
    
    .navcontainer{
        max-width:768px;
        padding: 0 35px;
    }
    
    .imagel{
        height:60px;
        width:auto;
    }

    .imgs {
        width: 100%;
        padding-left: 50px;
    }
    
    .flecha .do{
        top:-10px;
        left:700px;
    }
    
    .no{
        margin-top:30px;
    }
    
    .textgrid, .textgrid2, .textgrid3, .textgrid4, .textgrid5{
        position:static;
    }
    
    .bloque2 > .grid, .bloque2 > .grid1, .bloque2 > .grid2{
        display:flex;
        flex-direction:column;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .lim > .element-flex{
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        margin-left:20px;
    }
    
    .marketing {
        font-size: 40px;
        width: 60%;
        height: 20%;
        max-width: 100%;
        position: relative;
        top: 40px;
        left: 70px;
    }
    
    .anchoalto {
        position: relative;
        z-index: 3;
        top: -20px;
        left: 20px;
        width: 40%;
        height: 50%;
        max-width: 100%;
    }
    
    .ki {
        position: relative;
        z-index: -1;
        width:450px;
        height:auto;
        right: 90px;
    }
    
    .pad{
        position:relative;
        left:260px;
    }
}
@media screen and (max-width: 768px) {
    
    body{
        overflow-x:hidden;
    }
    
    .none-x{
        display:flex;
    }
}