:root {
    --color_primario: #ee970b;
    --color_primario_suave: #e6a744;
    --color_primario_fuerte: #1a1b19;
    --color_footer: #000000d7;
    --color_blanco: #fff;
    --altura_header: 80px;
    --padding_left_right: 2rem;
    --ancho_maximo: 1200px;
    --color_fondo: rgb(92, 99, 107);
}
.card-img-top{
    box-shadow: none;
}
.sub-text{
    font-weight: bolder;
    font-size: 40px;    
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; 
    background-color: var(--color_fondo);     
}
main{
    background-color: var(--color_fondo);
    justify-content: center;
}
.header {
    height: 150px;
    background-color: var(--color_primario);
}
.logo{
    height: 125px;
    width: 100px;
    color: var(--color_blanco);
    transition: transform 0.2s ease-in-out;
}
.rotado {
    transform: rotateX(180deg);
}
#logo{
    margin-left: 45px;
}
.logo:hover {
    transform: scaleX(-1);
}
.logo1{
    height: 125px;
    width: 100px;
    color: var(--color_blanco);
}
.navbar {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    box-shadow: 5px 5px 10px rgb(0, 0, 5);
}
.row{
    margin-right: 0px;
}
.menu_hamburguesa{
    display: none;
}
.menu_hamburguesa:checked + .ul_links{
    height: 500px;
}
.list_icon {
    color: var(--color_blanco);
    cursor: pointer;
}
input{
    box-shadow: 5px 5px 10px rgb(0, 0, 5);
}
.btn{
    box-shadow: 5px 5px 10px rgb(0, 0, 5); 
}
#pistacho{
    background-color: var(--color_fondo);
    padding: 40px ;
}
.buscar{
    margin-left: 20px;
}
.mino{
    background-color: var(--color_primario);
}
#form{
    padding-top: 50px;
}
.contacto{
    padding-top: 40px;
}
.name{
    color: var(--color_blanco);
    font-weight: bold;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.bold{
    font-weight: bolder;
    font-style: italic;
}
.ul_links {
    width: 100%;
    list-style: none;
    background-color: var(--color_primario_suave);
    position: absolute;
    top: 150px;
    left: 0;
    height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    transform: all .3s;
    margin-right: 100px;
    z-index: 100;  
}

.link {
    font-size: 3rem;
    color: var(--color_blanco);
    font-weight: bold;
    text-decoration: none;
}

.botones{
    display: flex;
    gap: 0.5rem;
}

#definicion{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: balder;
    background-color: var(--color_primario); /* Color marrón */
    color: white;              /* Color de texto blanco para buena visibilidad */
    padding: 40px;             /* Espacio interno alrededor del texto */
    border-radius: 20px;        /* Bordes redondeados, opcional */
    line-height: 1.5;          /* Espaciado entre líneas */
    height: min-content;
    max-width: 100%;          /* Ancho máximo opcional para el `div` */
    margin: 0 auto;            /* Centra el `div` si es necesario */
    width: 1500px;
    text-align: center; 
    margin-top: 50px;
    margin-bottom: 50px;
    font-weight: bold;
    box-shadow: 5px 5px 10px rgb(0, 0, 5);
}
#fecha{
    width: 150px;
    padding-left: 20px;
}
#buscarRutas{
    margin-right: 70px;
}
.info:hover{
    background-color: var(--color_primario_fuerte);
}
.text{
    font-size: 30px;
}
.text-center{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    padding-top: 40px;
    margin-bottom: 100px;
}
.form-control{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    width: 200px;
    font-size: larger;
    font-weight: bolder;  
}
.form-label{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    font-size: larger;
    font-weight: bold;     
}
.btn{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    width: 150px;
    font-size: larger;
    font-weight: bold;
}
.d-block{
    width: 600px;
    height: 600px;
}
.evento{
    margin-left: 0px;
}
.container{
    height: 600px;
    max-width: 1000px;
    background-color: var(--color_primario);
    color: var(--color_blanco);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bolder;
    justify-items: center;
    margin-bottom: 50px; 
    border-radius: 15px;
    box-shadow: 5px 5px 10px rgb(0, 0, 5);
}
.card{
    box-shadow: 5px 5px 10px rgb(0, 0, 5);
}
.card img{
    box-shadow: 5px 5px 10px rgb(0, 0, 5);
}
label input{
    font-weight: bold;
}
.info{
    background-color: var(--color_footer);
    color: var(--color_blanco);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 2%;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 5px 5px 10px rgb(0, 0, 5);
}
footer{
    background-color: var(--color_footer);
    color: var(--color_blanco);
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 300;
}
.img{
    width: 350px;
    height: 500px;
    margin-bottom: 100px;
    margin-left: 0px;
    margin-top: 10px;
    box-shadow: 5px 5px 10px rgb(0, 0, 5);
}
.bold{
    font-weight: bold;
}
.title{
    color: white;
    font-weight: bold;
    padding: 70px;
    margin-bottom: 0;
}
.subtitle{
    color: white;
    padding: 0px 85px;
    font-size: larger;
    margin-bottom: 50px;
}
#fechaEvento{
    background-color: white;
    border-radius: 5px;
}
#b{
    margin-left: 50px;
}
/* Ocultar las flechas nativas */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Estilo del contenedor personalizado */
.number-input {
  display: flex;
  align-items: center;
  gap: 5px;
}

.number-input input {
  text-align: center;
  width: 60px;
  height: 40px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 5px 5px 10px rgb(0, 0, 5);
}

/* Estilo de los botones */
.number-input button {
  width: 40px;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f5f5f5;
  cursor: pointer;
  box-shadow: 5px 5px 10px rgb(0, 0, 5);
}

.number-input button:hover {
  background-color: #ddd;
}
.text-center button{
    box-shadow: 5px 5px 10px rgb(0, 0, 5);
}
.my-main{
    justify-items: center;
}
.mensaje{
    width: 300px;
    border-radius: 7px;
    box-shadow: 5px 5px 10px rgb(0, 0, 5);
}
.boton {
    width: 150px;
    background-color: rgb(0, 123, 255);
    color: var(--color_blanco);
    display: inline-block;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.1rem;
    line-height: 1.5;
    border-radius: 0.375rem;
    box-shadow: 5px 5px 10px rgb(0, 0, 5);
  }
  
.form-label{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    width: 200px;
    font-size: larger;
    font-weight: bold;
    color: black;
    margin: 10px;
}
.diva{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: large;
    font-weight: bold;
}
.concon {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; /* Centra las tarjetas horizontalmente */
        align-items: stretch; /* Hace que todas tengan la misma altura */
        gap: 20px; /* Espaciado entre tarjetas */
        padding: 20px;
    }
.tarjetas{
    background-color: var(--color_primario);
    color: var(--color_blanco);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    margin: 0px auto;
    margin-top: 50px;
    justify-items: center;
    padding: 20px;
}
.card{
    padding: 20px;
    background-color: var(--color_primario_fuerte);
    color: var(--color_blanco);
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%; /* Ajusta según necesites */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-body{
    background-color: var(--color_primario_fuerte);
}
.card-img-top{
    width: 90%;
}
.card-container{
    background-color: var(--color_primario_suave);
}
.formulario{
    width: 30%;
    box-shadow: 5px 5px 10px rgb(0, 0, 5);
}
.b{
    background-color: var(--color_primario);
}

.spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    margin: 10px auto;
}

/* Estilo general del chat */
#chat-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

/* Icono flotante del chat */
#chat-icon {
    width: 80px;  /* Aumenta el tamaño */
    height: 80px;  /* Aumenta el tamaño */
    font-size: 40px; /* Tamaño del emoji */
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #007bff;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
}
.agapito{
    width: 75px;
}

/* Caja del chat */
#chat-box {
    width: 300px;
    height: 400px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    display: none;
    flex-direction: column;
}

/* Encabezado del chat */
#chat-header {
    background: #007bff;
    color: white;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* Contenido del chat */
#chat-content {
    flex-grow: 1;
    padding: 10px;
    overflow-y: auto;
    height: 300px;
}

/* Campo de entrada y botón */
#chat-input {
    width: 70%;
    padding: 5px;
    border: 1px solid #ccc;
}
button {
    width: 25%;
    background: #007bff;
    color: white;
    border: none;
    cursor: pointer;
}


@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
input:invalid {
    border-color: #ff4444;
    box-shadow: 0 0 5px rgba(255, 68, 68, 0.3);
}

.error-message {
    color: #ff4444;
    font-size: 0.9em;
    margin-top: 5px;
}
option{
    font-weight: bold;
}


/*Inicio de estilos del footer*/

footer {
    background: #333;
    color: #fff;
    padding: 20px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    margin: auto;
}

.footer-column {
    flex: 1;
    text-align: center;
}

/* Ajustamos la posición de las columnas */
.instagram {
    text-align: left;
    margin-left: 20px; /* Separa un poco más el icono */
}

.instagram a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-weight: bold;
    gap: 10px;
    transition: color 0.3s;
}

.instagram a:hover {
    color: #ff6600;
    font-weight: bold;
}

.newsletter {
    text-align: center;
}

.newsletter form {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.newsletter input {
    padding: 10px;
    width: 250px;
    border-radius: 10px;
    border: none;
    font-weight: bold;
}

.newsletter button {
    padding: 10px 20px;
    background: #ff6600;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    font-weight: bold;
}

.footer-info {
    text-align: right;
    font-size: 14px;
    color: #ccc;
}
.footer-container {
    flex-direction: column; /* Apilar elementos */
    text-align: center; /* Centrar el contenido */
    gap: 20px; /* Espaciado entre elementos */
}

.footer-column {
    text-align: center;
    width: 100%;
    font-weight: bold;
}

main.container {
    min-height: 90vh; /* 80% de la altura del viewport, por ejemplo */
}
#mano{
    margin-bottom: 170vh;
    background-color: var(--color_fondo);  
    border-radius: 20px;
}
.oculta{
    display: none;    
}
#manos{
    background-color: var(--color_fondo);
}


@media  (min-width:1400px){
    

    #mano{
        margin-bottom: 170vh;
        background-color: var(--color_fondo);
        border-radius: 20px;
    }
    
    .label_hamburguesa{
        display: none;
    }
    .ul_links{
        position: static;
        background-color: var(--color_primario);
        width: auto;
        height: auto;
        flex-direction: row;
        gap: 5rem;
        
    }
    .link{
        font-size: 2rem;
        transition: all .3s;
        padding: .2rem .7rem;
    }
    .carousel-inner{  
        margin-bottom: 100px;  
    }
    .form-control{
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: bolder;
        width: 200px;
        font-size: larger;
    }
    .form-label{
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: bold;
        width: 200px;
        font-size: larger;
        font-weight: bold;
        color: black;
        margin: 10px;
    }
    .btn{
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: bold;
        width: 200px;
        font-size: larger;
        font-weight: bold;
        box-shadow: 5px 5px 10px rgb(0, 0, 5);
    }
    .img{
        width: 350px;
        height: 500px;
        margin-left: 130px;
        margin-bottom: 100px;    
    }
    .card-img-top{
        width: 70%;
    }
    .card{
        width: 60%;
    }
    .card-body{
        width: 80%;
    }
    .tarjetas{
        margin: 0 auto;
    }
    .card-container{
        background-color: var(--color_primario);
    }
    #form{
        margin-left: 0;
    } 
    #img{
        margin-left: 15%;
    }
    #pistacho{
        background-color: var(--color_primario);
        height: 900px;
        max-width: 700px;
        margin-left: 35%;
    }
    .my-main{
        justify-items:baseline
    }
    .input{
        width: 350px;
    }
    .mensaje{
        width: 400px;
    }
    #logo{
        margin-left: 155px;
    }
    #pistacho{
        padding: 0px 70px;
    }
    .evento{
        margin-left: 20px;
    }
    .oculta{
        display: table-cell;
    }
}
