:root{
    --fuente: 'Poppins', sans serif;
    --blanco: #ffffff;
    --negro: #000000;
    --rojo: #D31C1D;
}

html{
    box-sizing: border box;
    font-size: 62.5%; /* 1rem = 10px  */
}

*, *:before, *:after{
    box-sizing: inherit;
}

body{
    font-family: var(--fuente);
    font-size: 1.6rem;
    line-height: 2;
}

/* Globales */

.contenedor{
    max-width: 120rem;
    width: 90%;
    margin: 0 auto;
}

a{
    text-decoration: none;
}

h1{
    font-size: 4.8rem;
    font-weight: 400;
}

h2{
    font-size: 4rem;
    font-weight: 400;
}

h3{
    font-size: 3.2rem;
    font-weight: 400;
}

h4{
    font-size: 2.8rem;
}

img{
    max-width: 100%;
}

/* Utilidades */
.no-margin{
    margin: 0;
}

.no-padding{
    padding: 0;
}

.centrar-texto{
    text-align: center;
}

/*  Header  */
.header{
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../gallery/image/fondo_footer.jpg);
    /* background-image: url(../gallery/image/fondo_footer.jpg); */
    height: 65rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    margin-bottom: 6rem;
}

.header__texto{
    .slogan1{
        font-size: 3.8rem;
    }
    .slogan2{
        font-size: 2.2rem;
    }
    text-align: center;
    color: var(--blanco);
    margin-top: 1rem;
}

.btn{
    border: none;
    &:hover{
        cursor: pointer;
    }
}

@media (min-width: 768px){
    .header__texto{

        .slogan1{
            font-size: 4.8rem;
        }

        .slogan2{
            font-size: 3.2rem;
        }
        margin-top: 17rem;
        margin-bottom: 10rem;
    }
}


.barra{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 3rem;
    @media (min-width: 768px) {
        flex-direction: row;
        justify-content: space-between;
    }
}

/* Menú Hamburguesa */
.mobile-menu{
    @media (min-width: 768px){
        display: none;
    }

    img{
        width: 5rem;
    }
}

.logo{
    width: 10rem;
    height: 10rem;
    margin: 0 auto;  /* Esto centrará horizontalmente */
    display: block
}

.navegacion{
    display: none;
    @media (min-width:768px) {
        display: flex;
        gap: 4rem;
    }
}

.mostrar{
    display: flex;
    flex-direction: column;
    @media (min-width: 768px) {
        flex-direction: row;
    }
}

.navegacion__enlace{
    display: block;
    text-align: center;
    font-size: 1.8rem;
    color: var(--blanco);
}

.navegacion__enlace:hover{
    color: var(--rojo);
}

.btn{
    background-color: var(--rojo);
    color: var(--blanco);
    width: 15.5rem;
    height: 4.6rem;
    border-radius: 1rem;
    margin: 12px 24px;
    border-color: var(--negro);
}

/*  VISITANOS MAIN  */
.visitanos{
    margin-bottom: 10rem;
}

.titulo-visitanos{
    text-align: center;
}

.galeria{
    text-align: center;
}

@media(min-width:768px){
    .galeriab{
        justify-content: center;
        display: flex;
        margin-bottom: 3rem;
    }
}


.instagram{
    border-radius: 1rem;
    width: 210px;
    height: 210px;
    
}

@media(min-width:768px){
    .instagram{
        margin-right: 4rem;
    }
    .ig3{
        margin: 0;
    }
}

@media(min-width:1024px){
    .instagram{
        border-radius: 1rem;
        width: 376px;
        height: 376px;
    }
}

/*  fOOTER  */
.footer{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url(../gallery/image/fondo_footer.jpg);
    height: 42rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
}

@media(min-width:768px){
    .footer{
        height: 35rem;
    }
}

/*SIGUENOS FOOTER*/
.siguenos{
    color: var(--blanco);
    text-align: center;
    font-size: 1.8rem;
    padding: 3rem 0 0 0;
    margin: 0;
}


/*REDES SOCIALES FOOTER*/
.redes-sociales{
    display: flex;
    justify-content: center;
    gap: 3rem;
    padding: 0;
    margin: 2rem 0 0 0;
}

.redes-sociales a{
    color: var(--blanco);
    text-decoration: none;
    font-size: 3rem;
    text-align: center;
}

.facebook-icon{
    width: 10rem;
    height: 6rem;
    background-color: #1877F2;
    border-radius: 1rem;
}

.tiktok-icon{
    width: 10rem;
    height: 6rem;
    background-color: var(--negro);
    border-radius: 1rem;
}

.instagram-icon{
    width: 10rem;
    height: 6rem;
    background-color: #3F729B;
    border-radius: 1rem;
}

/*INFORMACION FOOTER*/
.informacion1{
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 0;
    margin: 1rem 0 0 0;
}

@media(min-width:768px){
    .informacion1{
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
        margin: 4rem 0 0 0;
    }
}

.informacion1 p{
    color: var(--blanco);
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 0;
    margin: 1rem;
}

@media(min-width:768px){
    .informacion1 p{
        margin: 0;
    }

}

.linea{
    width: 100%;
    background-color: var(--blanco);
    height: 1px;
    margin: 0.5rem 0;
}

@media (min-width:768px){
    .linea{
        margin: 3rem 0 2rem 0;
    }
}

.informacion2{
    display: flex;
    flex-direction: column;
    text-align: center;
}

@media(min-width:768px){
    .informacion2{
        justify-content: space-between;
        flex-direction: row;
    }
}

.informacion2 p{
    color: var(--blanco);
    font-size: 1.5rem;
    margin: 0;
}

/* ORDENAR */
.ordenar{
    margin-bottom: 9rem;
    text-align: center;
}
.img-ordenar{
    display: flex;
    justify-content: center;
}

/* NOSOTROS */
.nosotros{
    margin-bottom: 10rem;
    text-align: center;
}

.img-nosotros{
    width: 50rem;
    border-radius: 1rem;
}

.info1-nosotros{
    margin-bottom: 7rem;
}

@media (min-width:1024px){
    .info1-nosotros{
      display: flex;
      flex-direction: row;
      gap: 2rem;
      justify-content: space-between;
    }
    .texto-nosotros{
        text-align: left;
    }
    .titulo-nosotros{
        text-align: left;
    }
}



.lista{
    text-align: left;
}

/* MENU */
.menu{
    text-align: center;
}

/* CONTACTO */
.contacto{
    text-align: center;
    max-width: 60rem;
    margin: 5rem auto;
}

.formulario{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
}

.input-contacto{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 0;
}

.input-correo{
    width: 300px;
    height: 5rem;
    padding-left: 1rem;
    border-radius: 5px;
    border-color: #000000;
}

.input-nombre{
    width: 300px;
    height: 5rem;
    padding-left: 1rem;
    border-radius: 5px;
    border-color: #000000;
}

textarea{
    padding: 1rem 0 0 1rem;
    height: 15rem;
    width: 300px;
    border-radius: 5px;
    border-color: #000000;
    border: 2px solid;
}


@media (min-width:1024px){
    
    .input-contacto{
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 3rem;
    }
    
    .input-correo{
        width: 376px;
    }
    
    .input-nombre{
        width: 376px;
    }
    
    textarea{
        width: 792px;
    }
}

/* MENU */

.menu{
    margin-bottom: 5rem;
}

.menu_img{
    width: 50rem;
    border-radius: 2rem;
}



