/*--------------- GENERAL ---------------*/

.walter__asado{
    position: sticky;
    bottom: 20px;
    left: 0;
    font-size: 5em;
    color: #e33;
    z-index: 999;
}

*{
    box-sizing: border-box;
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', system-ui, -apple-system, sans-serif;
    margin: 0;
    padding: 0;
    z-index: 1;
}

html{
    margin: 0;
    padding: 0;
    font-size: 16px; /* Base para rem */
}

body{
    height: 100% !important;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', system-ui, -apple-system, sans-serif;
    line-height: 1.5;
    color: #1a1a1a;
}

main{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

p{
    text-wrap: pretty;
    margin-top: 2px;
    margin-bottom: 3px;
    margin-left: 3px;
    margin-right: 5px;
    max-width: 900px;
    text-align: center;
    line-height: 1.6;
    font-size: 1rem;
}

h1, h2, h3, h4{
    text-wrap: balance;
    margin: 0.3em 0.8em;
    max-width: 800px;
    font-weight: 600;
    line-height: 1.3;
}

h1 {
    font-size: 2rem;
    letter-spacing: -0.02em;
}

h2 {
    font-size: 1.75rem;
    letter-spacing: -0.01em;
}

h3 {
    font-size: 1.4rem;
}

h4 {
    font-size: 1.2rem;
}

header{
    background: #4A7C59;
    color: white;
    display: flex;
    justify-content: space-around;
    position: sticky;
    top: 0;
    align-items: center;
    flex-direction: row;
    z-index: 2;
}

footer{
    width: 100%;
    background-color: #4A7C59;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    padding: 3em;
    font-size: 0.9rem;
}

footer a{
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

/*--------------- HEADER ---------------*/

.nav__header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #4A7C59;
    margin: auto;
}

.nav__ul{
    display: flex;
    justify-content: space-between;
    list-style: none;
    align-items: center;
    padding: 0;
}

.nav__a{
    display: inline-block;
    text-decoration: none;
    padding: 1em 2em;
    color: #fff;
    font-weight: 500;
    transition: all 0.2s ease;
}

.nav__a:hover{
    color: #DEB887;
    background-color: #274830;
}

.logo__header{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2em;
}

.logo__header img{
    height: 5em;
}

.nav__header h2{
    color: #4A7C59; 
}

#btn-menu__nav{
    display: none;
}

.item img{
    height: 2em;
    width: 2em; 
}

/*--------------- PRESENTACION ---------------*/

.body__presentacion{
    max-width: 100vw;
    max-height: 100vh;
    box-sizing: border-box;
    z-index: 1;
    animation: carga;
    animation-duration: .5s;
    animation-fill-mode: both;
}

.body__presentacion img{
    box-sizing: border-box;
    margin: auto;
    position: relative;
    margin-bottom: 2em;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.baje__flecha{
    text-align: center;
    align-items: center;
    height: 50px;
    width: 50px;
    position: absolute;
    color: #fff;
    bottom: 20px;
    right: 20px;
    font-size: 2.3em;
    z-index: 1;
    cursor: pointer;
    animation: movimientoSinuoso 4s ease-in-out infinite;
}

.body__presentacion .texto__presentacion{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    z-index: 1;
    text-align: center;
}

.texto__presentacion h2 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.texto__presentacion h3 {
    font-size: 1.5rem;
    font-weight: 400;
}

/*--------------- INDEX ---------------*/

.main__content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.main__metrica{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: start;
}

.main__metrica ul{
    width: 100%;
}

.metrica{
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin: 1em;
    padding: 0.5em;
    font-weight: 500;
    background-color: #fefefe;
}

.numero{
    display: flex;
    justify-content: start;
}

.metrica p{
    align-self: self-start;
}

.metrica nav{
    color: #274830;
    font-size: 3em;
    font-weight: 700;
}

.main__global-info{
    width: 100%;
    display: flex;
    flex-wrap: 1;
    flex-direction: row;
    margin: 1em;
    text-align: left;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
   
}

.info_global_1a h2:hover{
    color: #DEB887;
    text-shadow: 10px 10px 10px #DEB887;
}

.local__p, .local__h2, .local__h3{
    text-align: left;
    color: #333;
}

.local__h2{
    font-size: 3em;
    margin: 0.3em;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.local__h3{
    font-size: 2em;
    margin: 0.5em;
    font-weight: 500;
}

.local__p{
    margin: 1em;
    font-size: 1rem;
    line-height: 1.6;
}

/*--------------- CARACTERISTICAS ---------------*/

.main__detalle__titulo{
    display: flex;
    justify-content: center;
    font-size: 1.5em;
    color: #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    margin: auto;
    padding: 1rem 0;
}

.global__detalles{
    background:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url("../Archivos/Assets/fondo_detalles.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    z-index: 0;
    width: 100%;
    background-color: #000000ac;
}

.main__detalles{
    display: flex;
    flex-direction: column;
    text-align: start;
    width: 75dvw;
    margin: 1em auto;
    gap: 2em;
    
}

.detalle{
    border-radius: 10px;
    box-shadow: 0 0 15px 7px #333;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    margin: .5em auto;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.detalle:hover{
    background-color: #f5f5f5;
    transform: scale(1.01);
}

.detalle__texto{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1em;
    width: 100%;
    flex: 1;
}

.ver-mas {
    display: flex;
    justify-content: center;
    margin-top: auto;
}

.detalle__texto p:last-child{
    margin-bottom: 2em;
}

.detalle img{
    width: 35dvw;
    height: auto;
    border-radius: 10px 0 0 10px;
}

.detalle__miniimg{
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    position: relative;
    bottom: 8px;
}

.detalle__texto p{
    margin: .5em;
    text-align: left;
    color: #333;
    line-height: 1.5;
}

.detalle__texto h3{
    font-size: 1.3em;
    border-bottom: 1px solid #333;
    margin: .5em;
    text-align: center;
    color: #333;
    font-weight: 600;
}

/*--------------- MAPA ---------------*/
.main__mapa{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 85vh;
    margin: auto;
}

.mapa__h2{
    display: flex;
    flex: 1;
    width: 100%;
    justify-content: center;
    font-size: 1.5em;
    color: #333;
    border-bottom: 1px solid #333;
    margin: auto;
}

.mapa__iframe{
    width: 100%;
    height: 100%;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

/*--------------- CARRUSEL DE NOVEDADES ---------------*/

.main__novedades{
    background:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url("../Archivos/Assets/fondo_opiniones.jpg");
    background-attachment: fixed;
    color: #fff;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.main__novedades .error{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 350px;
}

.novedades__nav{
    display: flex;
    flex-direction: row;
    flex: 1;
}

.novedades__ul{
    display: flex;
    flex-grow: 1;
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
}

.novedades__ul a{
    text-decoration: none;
}

.novedades__li:hover{
    background-color: #cfcfcf;
}

.previo:hover, .siguiente:hover{
    background-color: #cfcfcf;
}

.--selected{
    display: flex !important;
    visibility: visible !important;
    flex: 1;
    border-radius: 10px;
    box-shadow: 0 0 10px 5px #333;
    background-color: #fff;
    margin: 1em auto;
    list-style: none;
    padding: 1em;
    width: 85dvw;
}

.novedades__li img{
    width: 45dvw;
    height: auto;
    border-radius: 8px;
}

.novedades__li{
    display: none;
    visibility: hidden;
}

.novedad__texto{
    padding: 1.5em;
    text-align: left;
}

.novedad__texto h3, .novedad__texto h4, .novedad__texto p{
    color: #333;
    padding: 0.5em;
    text-align: left;
    width: 100%;
    margin: auto;
}

.novedades__titulo{
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 1.5em;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin: auto;
}

.novedad__texto h3{
    font-size: 1.7em;
    border-bottom: 1px solid #333;
    font-weight: 600;
}

.novedad__texto h4{font-size: 1.5em; font-weight: 500;}

.novedad__texto p{font-size: 1.3em; line-height: 1.5;}

.previo,.siguiente{
    display: flex;
    padding: .5em;
    margin: .5em;
    border-radius: 50%;
    color: #333;
    box-shadow: 0 0 10px 5px #333;
    background-color: #fff;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    margin: auto .5em;
    font-size: 1.3em;
    cursor: pointer;
    transition: all 0.2s ease;
}

.previo:hover, .siguiente:hover {
    background-color: #e0e0e0;
    transform: scale(1.05);
}

.previo::selection, .siguiente::selection{
    color: inherit;
    background-color: inherit;
}


/*--------------- FORM ---------------*/

.TyC, .post__envio{
    color: #fff;
    width: 100%;
    background-color: #274830;
    margin: auto;
    padding-bottom: 2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.form__cook__button{
    display: flex;
    flex-direction: row;
}

.TyC button{
    background-color: #DEB887;
    color: #333;
    padding: 1em 2em;
    border: none;
    border-radius: 5px;
}

.TyC button:hover{
    background-color: #ad8f67;
}

.main__form{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    background-color: #274830;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 1em;
    z-index: 98;
}

.main__form__h4{
    display: flex;
    flex: 1;
    color: #fff;
    font-size: 2em;
    margin: .5em;
    padding: .5em;
    border-bottom: 1px solid #fff;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.nav__form{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #274830;
    margin: auto;
}

.nav__ul__form{
    display: flex;
    justify-content: space-between;
    list-style: none;
    align-items: center;
    padding: 0;
}

.nav__af{
    display: inline-block;
    text-decoration: none;
    padding: 1em 2em;
    color: #fff;
    transition: transform 0.2s ease;
}

.nav__af:hover {
    transform: scale(1.05);
}

.nav__af img{
    width: 3em;
    height: 3em;
}

form{
	width: 75dvw;
	height: auto;
	min-height: 60vh;
}

input {
    width: 100%;
    padding: 0.8rem 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 1rem;
    font-family: inherit;
    transition: all 0.3s ease;
    background-color: #f9f9f9;
}

input:focus {
    outline: none;
    border-color: #4A7C59;
    background-color: white;
    box-shadow: 0 0 0 3px rgba(74, 124, 89, 0.1);
}

input[name="Mensaje"] {
    width: 100%;
    padding: 0.8rem 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 1em;
    font-family: inherit;
    min-height: 120px;
    resize: vertical;
}

input[name="Mensaje"]:focus {
    outline: none;
    border-color: #4A7C59;
    background-color: white;
    box-shadow: 0 0 0 3px rgba(74, 124, 89, 0.1);
}

form button[type="submit"] {
    background-color:#2D5A3C;
    color: white;
    border: none;
    text-align: center;
    justify-content: center;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    border: 2px solid transparent;
    transition: all 0.25s ease;
    font-family: inherit;
}

form button[type="submit"]:hover {
    background: #4A7C59;
    color: #fff;
    border-color: #DEB887;
    box-shadow: 0 5px 20px rgba(74, 124, 89, 0.3);
    transform: translateY(-2px);
}

.doble {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
    margin-bottom: 1em;
}

.simple-chico,
.simple-grande {
    margin-bottom: 1rem;
}

/*--------------- FAQS ---------------*/

details,
summary {
    text-align: start;
    color: #333;
}

.main__faqs {
    width: 100%;
    max-width: 800px;
    margin: 2em auto;
    min-height: 80dvh;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

details {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 0;
    transition: all 0.2s ease;
}

details[open] {
    padding-bottom: 0;
}

summary {
    font-weight: 500;
    padding: 16px 20px;
    cursor: pointer;
    list-style: none;
    border-radius: 12px;
    transition: background 0.2s ease;
}

summary::-webkit-details-marker {
    display: none;
}

summary::before {
    content: "▶";
    font-size: 12px;
    margin-right: 12px;
    display: inline-block;
    transition: transform 0.2s ease;
    color: #999;
}

details[open] summary::before {
    transform: rotate(90deg);
}

details summary:hover {
    background: #f7f7f7;
}

details[open] summary {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0;
}

details > :not(summary) {
    padding: 16px 20px;
    margin: 0;
    line-height: 1.5;
}

.main__faqs details {
    width: 100%;
}

/*--------------- SOLICITUDES ADMIN ---------------*/

.admin__logo{
    width: 5em;
    height: 5em;
    border-radius: 50%;
    border: 2px solid #000;
}

.admin__header{
    justify-content: space-between;
    padding: 1em;
    position: inherit;
}

.main__admin {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0;
    width: 100%;
    padding: 20px;
}

.main__admin h2 {
    color: #333;
    margin: 20px 0 10px 0;
    font-size: 1.8em;
    display: inline-block;
    padding-bottom: 5px;
}

.pendientes, .aceptados, .rechazados, .activass, .inactivass{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.pendiente, .aceptado, .rechazado {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.item {
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 15px 7px #333;
}

.data {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.data:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.data > div {
    flex: 1;
    min-width: 200px;
    color: #333;
    font-size: 14px;
}

.data > div:first-child {
    font-weight: bold;
    color: #4A7C59;
}

.datab {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 2px solid #e0e0e0;
}

.b1, .b2 {
    flex: 1;
}

.b1 button, .b2 button {
    width: 100%;
    padding: 12px 20px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.b1 button {
    background-color: #2D5A3C;
    color: white;
}

.b1 button:hover {
    background: #3e3;
    transform: scale(1.02);
}

.b2 button {
    background-color: #8B3A3A;
    color: white;
}

.b2 button:hover {
    background: #e33 ;
    transform: scale(1.02);
}

.id {
    font-weight: bold;
    color: #4A7C59;
    background: #e8f0eb;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    display: inline-block;
}

.aceptados .item {
    border: 5px solid #4A7C59;
}

.rechazados .item {
    border: 5px solid #8B3A3A;
}

.pendientes .item {
    border: 5px solid #333;
}

.admin__botonera{
    display: flex;
    flex: 1;
    width: 100%;
    height: 80%;
}

.admin__ul{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    width: 100%;
    height: 100%;
}

.admin__item a{
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    padding: 1em;
    transition: background 0.2s ease;
}

.admin__item a:hover{
    background-color: #274830;
    border-radius: 8px;
}

.tipos__nav{
    display: flex;
    position: sticky;
    top: 0;
    left: 0;
    background-color: #2D5A3C;
    z-index: 99;
}

.tipos__ul{
    display: flex;
    flex-direction: row;
}

.tipos_li{
    list-style: none;
}

.tipos_li a{
    display: inline-block;
    margin: 0.3em;
    padding: 0.3em;
    color: #fff;
    background-color: #2D5A3C;
    text-decoration: none;
    transition: background 0.2s ease;
}

.tipos__li:hover{
    background-color: #274830;
}

@media screen and (max-width: 900px) {

    /*--------------- INDEX ---------------*/

    .main__global-info{
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        padding: 1rem;
        box-shadow: none;
    }

    .main__metrica ul{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }
    
    .metrica {
        padding: 1rem;
    }
    
    .metrica nav {
        font-size: 2rem;
    }

   /*--------------- DETALLES ---------------*/

    .main__detalles {
        width: 100%;
    }

    .main__detalles a {
        width: 90%;
        text-decoration: none;
        position: relative;
        display: block;
    }

    .detalle {
        width: 100%;
        position: relative;
        margin: auto;
        text-decoration: none;
        display: block;
        box-shadow: none;
        overflow: hidden;
    }

    .detalle img {
        width: 100%;
        height: auto;
        display: block;
    }

    .detalle__texto {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6), rgba(0,0,0,0.8));
        color: #fff;
        padding: 15px;
        z-index: 2;
    }

    .detalle__texto p {
        display: none;
    }

    .detalle__texto h3 {
        color: #fff;
        margin: 0;
        border: none ;
        font-size: 18px
    }

    .main__detalle__titulo {
        text-align: center;
        color: #cfcfcf;
    }

    /*--------------- FORM ---------------*/

    .main__form{
        display: flex;
        flex-direction: column;
        flex: 1;
        margin: 0;
        padding: 2rem 1rem;
    }

    #form{
        display: flex;
        flex-direction: column;
        margin-bottom: 2rem;
    }

    .doble,
    .simple-chico,
    .simple-grande {
        margin-bottom: 1rem;
        display: flex;
        flex-direction: column;
    }
    
    .doble {
        gap: 1rem;
    }

    /*NASHE*/
    h1{
        display: none;
    }
}

@media screen and (max-width: 768px) {
    /*--------------- GENERAL ---------------*/

    *{
        box-sizing: border-box;
    }

    body{
        font-size: 14px;
    }

    .local__h2 {
        font-size: 2rem;
    }
    
    .local__h3 {
        font-size: 1.25rem;
    }
    
    .metrica nav {
        font-size: 1.75rem;
    }
    
    .main__metrica ul {
        grid-template-columns: 1fr;
    }

    h1 {
        font-size: 1.5rem;
    }

    h2 {
        font-size: 1.4rem;
    }

    h3 {
        font-size: 1.2rem;
    }

    /*--------------- HEADER ---------------*/

    #btn-menu__nav{
        display: flex;
        visibility: visible;
        width: 2.5rem;
        height: 2.5rem;
        background-color: #4A7C59;
        border: 1px solid #fff;
        color: #fff;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        margin: auto;
        cursor: pointer;
        font-size: 1.2rem;
    }

    .nav__ul{
        display: none;
        width: 100%;
        visibility: hidden;
    }

    .nav__li{
        display: flex;
        flex: 1;
        width: 100%;
    }

    .nav__a{
        display: flex;
        flex: 1;
        width: 100%;
    }

    .nav__header{
        width: 100%;
    }

    .nav__a .activo{
        display: flex;
        visibility: visible;
        flex-direction: column;
        width: 100%;
        height: auto;
        background-color: #4A7C59;
        color: #fff;
        position: absolute;
        top: 100%;
        left: 0;
    }

    /*--------------- INDEX ---------------*/

    .main__global-info{
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        padding: 1rem;
        box-shadow: none;
    }

    .main__metrica ul{
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .metrica {
        padding: 1rem;
    }
    
    .metrica nav {
        font-size: 2rem;
    }

    /*--------------- DETALLES ---------------*/

    .main__detalles {
        width: 100%;
    }

    .main__detalles a {
        width: 90%;
        text-decoration: none;
        position: relative;
        display: block;
    }

    .detalle {
        width: 100%;
        position: relative;
        margin: auto;
        text-decoration: none;
        display: block;
        box-shadow: none;
        overflow: hidden;
    }

    .detalle img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 0;
    }

    .detalle__texto {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6), rgba(0,0,0,0.8));
        color: #fff;
        padding: 15px;
        z-index: 2;
    }

    .detalle__texto p {
        display: none;
    }

    .detalle__texto h3 {
        color: #fff;
        margin: 0;
        border: none ;
        font-size: 18px
    }

    .main__detalle__titulo {
        text-align: center;
        color: #cfcfcf;
    }

    /*--------------- CARRUSEL DE NOVEDADES ---------------*/

    .main__novedades{
        width: 100%;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
        margin: auto;
    }

    .novedades__nav{
        width: 100%;
    }

    .--selected{
        display: flex !important;
        flex-direction: column;
        visibility: visible !important;
        flex: 1;
        border-radius: 10px;
        box-shadow: none;
        background-color: transparent;
        color: #fff;
        margin: auto;
        list-style: none;
        padding: .5rem;
        max-width: 100%;
    }


    .novedades__li:hover{
        background-color: inherit;
        color: inherit;
    }

    .novedades__li img{
        max-width: 100%;
        height: auto;
        border-radius: 8px;
    }

    .novedad__texto{
        padding: 0;
        text-align: left;
    }

    .novedad__texto h3, .novedad__texto h4, .novedad__texto p{
        color: #fff;
        padding: 0.25rem 0;
        text-align: left;
        width: 100%;
        margin: 0;
    }

    .novedades__titulo{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .previo,.siguiente{
        background-color: transparent;
        color: #fff;
        box-shadow: none;
        padding: 0;
        margin: auto;
    }

    .previo:hover, .siguiente:hover{
        background-color: transparent;
        color: #fff;
    }

    /*--------------- FORM ---------------*/

    .main__form{
        display: flex;
        flex-direction: column;
        flex: 1;
        margin: 0;
        padding: 2rem 1rem;
    }

    #form{
        display: flex;
        flex-direction: column;
        margin-bottom: 2rem;
    }

    .doble,
    .simple-chico,
    .simple-grande {
        margin-bottom: 1rem;
        display: flex;
        flex-direction: column;
    }
    
    .doble {
        gap: 1rem;
    }
}

@media screen and (max-width:480px) {
    h1{
        display: flex;
    }
    /*--------------- GENERAL ---------------*/

    *{
        box-sizing: border-box;
    }

    body{
        font-size: 14px;
    }

    .local__h2 {
        font-size: 2rem;
    }
    
    .local__h3 {
        font-size: 1.25rem;
    }
    
    .metrica nav {
        font-size: 1.75rem;
    }
    
    .main__metrica ul {
        grid-template-columns: 1fr;
    }

    h1 {
        font-size: 1.5rem;
    }

    h2 {
        font-size: 1.4rem;
    }

    h3 {
        font-size: 1.2rem;
    }

    /*--------------- HEADER ---------------*/

    #btn-menu__nav{
        display: flex;
        visibility: visible;
        width: 2.5rem;
        height: 2.5rem;
        background-color: #4A7C59;
        border: 1px solid #fff;
        color: #fff;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        margin: auto;
        cursor: pointer;
        font-size: 1.2rem;
    }

    .nav__ul {
        opacity: 0;
        visibility: hidden;
        flex-direction: column;
        width: 100%;
        height: auto;
        background-color: #4A7C59;
        color: #fff;
        position: absolute;
        top: 100%;
        left: 0;
        padding: 1rem;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        display: flex;
    }

    .activo {
        opacity: 1;
        visibility: visible;
    }

    /*--------------- INDEX ---------------*/

    .main__global-info{
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        padding: 1rem;
        box-shadow: none;
    }

    .main__metrica ul{
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .metrica {
        padding: 1rem;
    }
    
    .metrica nav {
        font-size: 2rem;
    }

    /*--------------- DETALLES ---------------*/

    .main__detalles {
        width: 100%;
    }

    .main__detalles a {
        width: 90%;
        text-decoration: none;
        position: relative;
        display: block;
    }

    .detalle {
        width: 100%;
        position: relative;
        margin: auto;
        text-decoration: none;
        display: block;
        box-shadow: none;
        overflow: hidden;
    }

    .detalle img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 0;
    }

    .detalle__texto {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6), rgba(0,0,0,0.8));
        color: #fff;
        padding: 15px;
        z-index: 2;
    }

    .detalle__texto p {
        display: none;
    }

    .detalle__texto h3 {
        color: #fff;
        margin: 0;
        border: none ;
        font-size: 18px
    }

    .main__detalle__titulo {
        text-align: center;
        color: #cfcfcf;
    }
    /*--------------- CARRUSEL DE NOVEDADES ---------------*/

    .main__novedades{
        width: 100%;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
        margin: auto;
    }

    .novedades__nav{
        width: 100%;
    }

    .--selected{
        display: flex !important;
        flex-direction: column;
        visibility: visible !important;
        flex: 1;
        border-radius: 0;
        box-shadow: none;
        background-color: transparent;
        color: #fff;
        margin: auto;
        list-style: none;
        padding: .5rem;
        max-width: 100%;
    }


    .novedades__li:hover{
        background-color: inherit;
        color: inherit;
    }

    .novedades__li img{
        width: 100%;
        height: auto;
        border-radius: 0;
    }

    .novedad__texto{
        padding: 0;
        text-align: left;
    }

    .novedad__texto h3, .novedad__texto h4, .novedad__texto p{
        color: #fff;
        padding: 0.25rem 0;
        text-align: left;
        width: 100%;
        margin: 0;
    }

    .novedades__titulo{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .previo,.siguiente{
        background-color: transparent;
        color: #fff;
        box-shadow: none;
        padding: 0;
        margin: auto;
    }

    .previo:hover, .siguiente:hover{
        background-color: transparent;
        color: #fff;
    }

    /*--------------- FORM ---------------*/

    .main__form{
        display: flex;
        flex-direction: column;
        flex: 1;
        margin: 0;
        padding: 2rem 1rem;
    }

    #form{
        display: flex;
        flex-direction: column;
        margin-bottom: 2rem;
    }

    .doble,
    .simple-chico,
    .simple-grande {
        margin-bottom: 1rem;
        display: flex;
        flex-direction: column;
    }
    
    .doble {
        gap: 1rem;
    }
}

@keyframes carga{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

@keyframes movimientoSinuoso {
    0%, 70% { transform: translateY(0px); }
    75% { transform: translateY(-15px); }
    85% { transform: translateY(0px); }
    95% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
}

a{
    text-decoration: none;
}

.--no{
    display: none;
}