
@import url('https://fonts.googleapis.com/css?family=Arial+Narrow');
@import url('https://fonts.googleapis.com/css?family=Rock+Salt');
@import url('https://fonts.googleapis.com/css?family=Mako');
@import url('https://fonts.googleapis.com/css?family=Aclonica');
:root {
--color-base: #eaeaea;
--color-titulo: #792e29;
--color-sombras:#b6a9a1;
--color-fondos: #792e29;
--color-letra: #171716;
}


*{
    font-family: Mako !important;
}

body {
    background: black;
    margin: 0px auto;
   
}

.barra {
    height: 100vh;
    width: 100%;
    background-image: url("https://res.cloudinary.com/dzpfkrr7y/image/upload/v1705613563/z7noex9yof1dduxnm9je.png");
    background-size: cover;
    opacity: 0.9;
}

.portada {   
    position: relative;
    display: flex;
    flex-direction: column;
    height: 85%;
    width: auto;
    padding-left: 20px;
    font-size: 4vh;
    color: white;
    justify-content: space-between;
}

.nombre {
    font-family: "Rock Salt" !important;
    letter-spacing: 4px;
    font-weight: bold;
}
.portada-info {
    color: var(--color-base);
    display: flex;
    justify-content: space-between;
}

.somos {
    height: 500px;
    padding-right: 20px;
    padding-top: 10px;
    display: flex;
    justify-content: space-evenly;
    color: #eaeaea;
    background-image: url("../src/somos.jpeg");
    background-size: cover;
    background-position: center;
}

.somos div {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: center;
}

.descargar {
    display: none;
    width: 200px;
    padding: 10px 30px;
    margin-bottom: 30px;
    background-color: rgba(253,137,51);
    color: white;
    border: none;
    border-radius: 5px;
    font-family: Aclonica !important;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: rgba(10,29,65,255);
    align-self: center;
}


.info{
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  font-size: 1.5vh;
}

.info h1 {
    font-family: Aclonica !important;
    font-weight: bold;
    letter-spacing: 1px;
}

.separador {
    border: 0;
    height: 4px;
    margin: 0px;
    background: #3f77ba;
    background: linear-gradient(to right,  #3f77ba 50%,#884f72 50%);
}

.productos{
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: repeat(2, 0fr);
    grid-auto-rows: auto;
	grid-auto-columns: auto;
    flex-direction: row;
    align-items: center;
    align-self: center;
    align-content: center;
    justify-items: center;
    width: 100%;
    background-color: black;
}

.productos div {
    height: 500px;
    max-width: 100%;
    width: 48%;
    background-size: cover;
    background-position: center;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    opacity: 0.9;
}

.productos div h3{
    text-align: end;
    font-size: medium;
    font-weight: 600;
}

.productos div h2{
    margin: 2px 2px;
    font-size: x-large;
    letter-spacing: 2px;
    font-weight: 900;
}

.Aguardiente {
    background-image: url("../src/aguardiente.jpeg");
}

.Aguardiente div {
    display: grid;
    width: auto;
    align-items: stretch;
    padding-left: 45%;
    height: 90%;
    grid-template-columns: repeat(1, auto);
}

.Vodka {
    background-image: url("../src/vodka.png");
}

.Vodka div {
    display: grid;
    width: auto;
    align-items: stretch;
    padding-left: 45%;
    height: 90%;
    grid-template-columns: repeat(2, auto);
}

.Hierbas {
    background-image: url("../src/hierbas.png");
}

.Hierbas div {
    display: grid;
    width: auto;
    align-items: stretch;
    padding-left: 45%;
    height: 90%;
    grid-template-columns: repeat(1, auto);
}

.Ginebra {
    background-image: url("../src/ginebra.jpeg");
}

.Ginebra div {
    display: grid;
    width: auto;
    align-items: stretch;
    padding-left: 45%;
    height: 90%;
    grid-template-columns: repeat(1, auto);
}

.Ron {
    background-image: url("../src/ron.png");
}

.Ron div {
    display: grid;
    width: auto;
    align-items: stretch;
    padding-left: 45%;
    height: 90%;
    grid-template-columns: repeat(1, auto);
}

.Wiskie {
    background-image: url("../src/wiskie.jpeg");
}

.Wiskie div {
    display: grid;
    width: auto;
    align-items: stretch;
    padding-left: 30%;
    height: 90%;
    grid-template-columns: repeat(3, auto);
}

.Tequila {
    background-image: url("../src/tequila.jpeg");
    width: 48%;
}

.Tequila div {
    display: grid;
    width: auto;
    align-items: stretch;
    padding-left: 45%;
    height: 90%;
    grid-template-columns: repeat(1, auto);
}

.Cerveza {
    background-image: url("../src/cerveza.jpeg");
}

.Cerveza div {
    display: grid;
    width: auto;
    align-items: stretch;
    padding-left: 45%;
    height: 90%;
    grid-template-columns: repeat(1, auto);
}

.Vino {
    background-image: url("../src/vino.avif");
}

.Vino div {
    display: grid;
    width: auto;
    align-items: stretch;
    padding-left: 45%;
    height: 90%;
    grid-template-columns: repeat(1, auto); 
}


.Virgen {
    background-image: url("../src/virgen.png");
}

.Virgen div {
    display: grid;
    width: auto;
    align-items: stretch;
    padding-left: 45%;
    height: 90%;
    grid-template-columns: repeat(1, auto); 
}

.smok {
    background-image: url("../src/vape.jpeg");
    background-size: cover;
    background-position: center;
    width: auto;
    height: auto;
    color: white;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    opacity: 0.9;
}

.smok h2 {
    font-size: xx-large;
    letter-spacing: 4px;
}


.smok-pro {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 75%;
    height: 70%;
} 

.smok-pro div h1 {
    font-size: x-large;
}

.smok-pro div div{
    display: flex;
    justify-content: space-around;
    font-size: medium;
    font-weight: 900;
    letter-spacing: 2px;
}


.bottom {
    background-color: black;
    opacity: 0.8;
    text-align: center;
    color: var(--color-base);
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
    align-items: center;
    background-image: url("../src/bottom.jpeg");
    background-size: cover;
    background-position: center;
}

.bottom img {
    max-width: 40%;
    width: 45%;
}

.mapa-info {
    max-width: 45%;
    width: 50%;
    margin: 20px;
    display: flex;
    height: auto;
    padding: 10px;
    flex-direction: column;
    text-align: left;
    font-size: x-large;
}

::placeholder {
    color: whitesmoke;
    opacity: 0.8;
}

.redes {
    display: flex;
    justify-content: space-around;
    width: 100%;
    flex-direction: row;
}

.mapa-info div a {
    color: rgba(253,137,51);
    text-decoration: none;
    font-weight: 600;
}


.redes a:hover {
    cursor: pointer;
    font-size: xx-large;
}

@media screen and (max-width: 800px) {
    .somos{
       display: block;
       width: auto;
       height: auto;
    }

    .somos img {
        width: 100%;
        height: 100%;
    }

    .somos div {
        width: 100%;
        padding: 20px;
    }
    
    .descargar {
        display: inline;
    }

    .smok{
        display: block;
        background-image: url("../src/smok2.avif");
        background-size: cover;
        font-size: 20px;
    }

    .smok-pro {
        margin-top: 50px;
        display: flex;
        flex-direction: row;
        width: 90%;
        justify-content: space-between;
        font-size: 18px;
    }

    .smok-pro div div{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        font-size: 16px;
        letter-spacing: 2px;
    }
}



@media screen and (max-width: 1000px) {
    .bottom{
        display: block;
    }

    .bottom img {
        width: 95%;
        max-width: 100%;
    }

    .mapa-info {
        font-size: large;
    }

    .redes h4:hover {
        font-size: x-large;
    }

    .bottom div {
        max-width: 95%;
        width: 90%;
    }
}

@media screen and (max-width: 1200px) {

    .productos div {
        width: 100%;
    }

    .productos div div{
        width: auto;
    }
}

@media screen and (max-width: 550px) {

    .portada {
        font-size: 3vh;
    }

    .info{
        font-size: 1.0vh;
      }
      

    .Vino div{
        grid-template-columns: repeat(2, auto); 
    }

    .Wiskie div{
        grid-template-columns: repeat(2, auto); 
        padding-left: 10%;
        text-align: right;
    
    }

    .Aguardiente div{
        grid-template-columns: repeat(2, auto);  
    }

    .Cerveza div{
        grid-template-columns: repeat(2, auto);  
    }

    .firma {
        flex-direction: column;
    }
}
