@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wght@500&family=Noto+Sans:wght@300;400;700&family=The+Nautigal:wght@400;700&display=swap');

:root{
    --principal: #c1c15c;
    --verde1: #7d8862;
    --verde2: #c1c7ad;
    --verde3: #628863;
    --verde4: #dce4dd;
    --dark: #3f3f3f;
}


body{
    font-family: 'Noto Sans', sans-serif ;
}


.boton-clausula{
    width: fit-content;
}

.boton-clausula:focus, .boton-clausula:not(.collapsed){
    color: var(--dark);
    box-shadow: none;
    background-color: transparent;
}

.boton-clausula:not(.collapsed)::after{
    background-image: url('/imagenes/iconos/chevron-down.svg');
}

.navbar{
    background-color: var(--principal);
    /* height: 70px; */
    padding: .5rem;
    font-family: 'Noto Sans Mono', monospace;
}

.navbar-toggler{
    border: none;
}

.navbar-toggler:focus{
    box-shadow: none;
}

.submenu {
    display: none;
}

.hero{
    width: 100%;
    color: white;
    position: relative;
}

.hero img{
    width: 100%;
}

.lesuseres-titulo{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    font-family: 'The Nautigal';
    text-shadow: 0px 0px 50px rgb(0, 17, 43);
    margin-bottom: 2rem;
}

.lesuseres-titulo h1{
    font-size: 5rem;
    margin-bottom: -.5rem;
}

.lesuseres-titulo p{
    font-size: 2rem;
    margin-bottom: 0;
}

.card-tradiciones{
    max-width: 700px;
    margin: auto;
}

.card-tradiciones .caja-texto{
    bottom: 7%;
}

.card-tradiciones .caja-texto h2{
    font-weight: 300;
    font-size: 20px;
}

.card-tradiciones .caja-texto p{
    font-size: 10px;
}

.section-bodega{
    background-image: url('/imagenes/bodega-cooperativa.jpg');
    background-size: cover;
    background-position: center;
}

.section-bodega .card-header{
    color: white;
    background-color: var(--verde1);
}

.bodega-titulo{
    font-weight: lighter;
    font-size: 1.3em;
}

.bodega-subtitulo{
    font-weight: bold;
}

.section-bodega .card-body{
    background-color: var(--verde2);
    
}
.servicios-titulo{
    font-weight: bold;
    color: var(--dark);
}

.ficha-comercio{
    background-color: var(--verde4);
    height: 100%;
    border-top: 3px solid var(--verde3);
    border-bottom: 3px solid var(--verde3);
}

.imagen-ficha-comercio{
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: center center;
}

.ficha-comercio .card-title{
    font-weight: bold;
    border-bottom: 1px solid var(--dark);
    margin: 0 1rem;
    padding: .7rem 0;
    color: var(--dark);
    text-transform: uppercase;
}

.servicios-icono{
    max-width: 15px;
    max-height: 15px;
}

.imagen-comercio{
    border: 2px solid var(--verde3);
}

.pie{
    background-color: var(--dark);
    color: white;
}

.pie img{
    max-width: 100px;
    max-height: 100px;
}

.pie a{
    text-decoration: none;
    color: white;
}

.titulo-pagina{
    font-weight: bold;
    font-size: 2rem;
}

/*********** CONTACTO **************/

.contacto .form-control{
    border: 0;
    border-radius: 0%;
    background-color: var(--verde4);
    border-bottom: 3px solid var(--verde3);
}

.contacto .card-footer{
    background-color: transparent !important;
    border: 0;
    gap: 1rem;
    padding:0 0 1.5rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
}

.boton-enviar{
    background-color: var(--verde3);
    margin-right: .5rem;
    color: white;
}

.boton-borrar{
    background-color: var(--verde1);
    margin-left: .5rem;
}

.boton-enviar:hover{
    background-color: #819f82;
}

.boton-borrar:hover{
    background-color: #929a7d;
}



/*********** final contacto **************/

/*********** CÓMO LLEGAR **************/

.comollegar-titulo{
    font-family: 'The nautigal';
    font-weight: bold;
    font-size: 3rem;
}

.como-llegar .btn{
    background-color: var(--verde3);
    color: white;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 1rem auto;
    line-height: 1.2rem;
    gap: .5rem;
    padding: .8rem 1.2rem;
    width: fit-content;
}

.icono-location{
    max-width: 30px;
    max-height: 30px;
}



.comollegar-subtitulo{
    font-weight: bold;
    color: #626262;
}

#map_canvas{
    width: 100%;
    height: 400px;
}

@media screen and (min-width: 480px){
    .lesuseres-titulo h1{
        font-size: 8rem;
    }

    .lesuseres-titulo p{
        font-size: 2.5rem;
    }

    .card-tradiciones .caja-texto h2{
        font-size: 24px;
    }
}

/*********** SM **************/

@media screen and (min-width: 576px){

    .lesuseres-titulo h1{
        font-size: 8rem;
    }

    .lesuseres-titulo p{
        font-size: 2.5rem;
    }
        
    .card-tradiciones .caja-texto{
        bottom: 8%;
    }

    /* .card-tradiciones .caja-texto h2{
        font-size: 32px;
    }
    
    .card-tradiciones .caja-texto p{
        font-size: 14px;
    } */
}


/*********** MD **************/

@media screen and (min-width: 768px){

    .lesuseres-titulo h1{
        font-size: 12rem;
        margin-bottom: -1rem;
    }

    .lesuseres-titulo p{
        font-size: 3rem;
        margin-bottom: 1.5rem;
    }

    .bodega-titulo{
        font-size: 1.6em;
    }

    .titulo-pagina{
        font-size: 2.5rem;
    }

    /* .card-tradiciones .caja-texto{
        bottom: 10%;
    } */

    .card-tradiciones .caja-texto h2{
        font-size: 32px;
    }
    
    .card-tradiciones .caja-texto p{
        font-size: 14px;
    }
}


@media screen and (min-width: 991.5px){
    .bodega-titulo{
        font-size: 2em;
    }
}



@media screen and (min-width: 1200px){
    .navbar{
        /* height: 100px;
        padding: 1rem; */
        font-size: .9rem;
    }

    .nav-item{
        margin: .5rem;
    }

    .lesuseres-titulo h1{
        font-size: 15rem;
        margin-bottom: -2rem;
    }

    .lesuseres-titulo p{
        font-size: 5rem;
    }

    .card-tradiciones{
        max-width: none;
    }

    .card-tradiciones .caja-texto{
        bottom: 7%;
    }

    .card-tradiciones .caja-texto h2{
        font-size: 24px;
    }
    
    .card-tradiciones .caja-texto p{
        font-size: 14px;
    }
}

@media screen and (min-width: 1328px){
    .navbar{
        font-size: 1.1rem;
    }


}

@media screen and (min-width: 1399px){
    .card-tradiciones .caja-texto{
        bottom: 9%;
    }

   
}

/* @media screen and (min-width: 1550px){
    .card-tradiciones .caja-texto{
        bottom: 9%;
    }

    .card-tradiciones .caja-texto h2{
        font-size: 40px;
    }
    
    .card-tradiciones .caja-texto p{
        font-size: 16px;
    }
} */



