

.contenedor-seccion img {
    width: 100%;
    height: auto;
    display: block;
}
.foto-local {
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
}

.foto-local img {
    height: 100%;
    object-fit: cover;
}
.info-local {
    padding-left: 30px;
}
.titulo-local {
    font-size: 30px;
    font-weight: 800;
}
.tipo-comida {
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
}
.horario span {
    font-weight: 800;
}
.horario {
    margin: 5px 0px;
}
.item-local.grid-center {
    grid-gap: 10px;
    margin-bottom: 25px;
}
.titulo-entre-secciones h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    padding-bottom: 40px;
}
.banner-interno {
    width: 100%;
    height: 700px;
    background: #000;
    color: #fff;
    position: relative;
}
.foto-banner {
    height: 700px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
.foto-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.velo-banner {
    position: absolute;
    background: #0000005c;
    width: 100%;
    height: 100%;
}
.contenedor-banner {
    position: relative;
    z-index: 1;
}
.texto-banner h1 {
    font-size: 110px;
    line-height: 94px;
    font-weight: 100;
    font-style: italic;
    text-transform: uppercase;
    padding-top: 100px;
}

.texto-banner.patrimonio h1 {
    font-size: 81px;
    line-height: 82px;
    font-weight: 100;
    font-style: italic;
    text-transform: uppercase;
    padding-top: 100px;
}
.texto-banner h1 strong {
    font-weight: 800;
    font-style: normal;
    display: block;
}
.bajada-banner {
    font-size: 38px;
    font-weight: 300;
    line-height: 42px;
}

@media(max-width:812px){
    .bajada-banner {
        font-size: 24px;
        font-weight: 300;
        text-align: center;
        line-height: 30px;
        padding-bottom: 20px;
    }

}
.velo-banner-dos{
    background: rgb(0,0,0);
background: linear-gradient(63deg, rgba(0,0,0,0.5816920518207283) 25%, rgba(0,0,0,0) 100%);
position: absolute;
    width: 100%;
    height: 100%;

}
.negro {
    background: #000;
    color: #fff;
}
.intro-seccion {
    max-width: 1000px;
    margin: 0 auto;
}
.tit-intro {
    font-size: 70px;
    font-weight: 700;
}

.del-patrimonio .tit-intro {
    font-size: 45px;
    font-weight: 700;
    line-height: 51px;
}

.intro-seccion {
    grid-gap: 40px;
}

.tex-intro {
    font-size: 18px;
    line-height: 30px;
    font-weight: 100;
}
.tex-intro strong{
    font-weight: 700;
}
.vol {
    text-align: right;
    padding-top: 20px;
    width: 100%;
}
@media(max-width:812px){
    .texto-banner h1 {
        font-size: 74px;
        line-height: 72px;
        font-weight: 100;
        font-style: italic;
        text-transform: uppercase;
        padding-top: 150px;
        text-align: center;
    }
    .texto-banner.patrimonio h1 {
        font-size: 48px;
        line-height: 54px;
        font-weight: 100;
        font-style: italic;
        text-transform: uppercase;
        padding-top: 100px;
    }
    .banner-interno {
        width: 100%;
        height: 550px;
        background: #000;
        color: #fff;
        position: relative;
    }
    .foto-banner {
        height: 550px;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
    }
    .texto-banner {
        max-width: 90%;
        margin: 0 auto;
    }
    .tit-intro {
        font-size: 49px;
        padding-bottom: 20px;
    }
    .del-patrimonio  .tit-intro{
        font-size: 36px;
        padding-bottom: 20px;
        line-height: 40px;
    }
    .intro-seccion {
        max-width: 80%;
        margin: 0 auto;
    }
    .horario {
        font-size: 13px;
    }
}

.restaurant-panel {
    position: fixed;
    top: 0;
    right: -100%;
    max-width: 600px;
    height: 100%;
    background:#3e3e3e;
    box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.5);
    overflow-y: auto;
    transition: right 0.3s ease-in-out;
    z-index: 1000000;
    padding: 0px;
    width: 90%;
}

.acciones {
    max-width: 80%;
    margin: 0 auto;
    padding: 60px 0px 19px;
    color: #fff;
}

.acciones a {
    color: #fff;
    font-size: 25px;
    border: solid 1px #656565;
    display: block;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.fixed-top{
    top: inherit !important;
}

@media(max-width:812px){

    .fixed-top{
        top: 0px !important;
    }

    .vol {
        width: fit-content;
        margin: 0 auto;
    }

}


.download-carta a {
    background: #eea6004a;
}
.acciones a:hover {
    background: #000;
}
.acciones a i {
    font-size: 35px;
    margin-right: 10px;
}

.texto-panel h2 {
    font-weight: 800;
    font-size: 40px;
    text-transform: uppercase;
}
.tabla-horas {
    /* border: solid 1px #fff; */
    padding: 15px;
    color: #fff;
    padding: 40px 65px;
    background: #000;
}
.tit-hs {
    font-size: 31px;
    /* margin-top: -16px; */
    padding-bottom: 10px;
    font-style: italic;
}
.foto-galeria img {
    width: 100%;

}
.imagenes-local.grid {
    grid-gap: 5px;
}
.tabla-horas .span, .tabla-horas .abierto {
    font-weight: 800;
    font-size: 20px;
}

.texto-panel .tipo-comida {
    font-size: 31px;
    margin-top: -16px;
    padding-bottom: 30px;
}
.velo-panel {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #555555f0;
    z-index: 100000;
    display: none;
}
.velo-evento {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #2a2a2af0;
    z-index: 100000;
    display: none;
}
.hiden{
    overflow: hidden;
}

.texto-panel {
    max-width: 80%;
    margin: 50px auto;
    color: #fff;
}
.foto-rest img {
    width: 100%;
    height: auto;
    display: block;
}
.restaurant-panel.open {
    right: 0;
}

#close-panel {
    position: absolute;
    top: 10px;
    right: 10px;
    background: red;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

@media(max-width:812px){
    .tabla-horas.grid {
        grid-gap: 5px;
        color: #fff;
        background: #000;
        padding: 30px;
        box-sizing: border-box;
        border: none;
    }
}

.num {
    display: flex;
    margin: 0 auto;
    width: fit-content;
    font-size: 90px;
    font-weight: 100;
    padding-bottom: 20px;
}
.seccion-numeros h2 {
    text-align: center;
    padding-bottom: 40px;
    max-width: 600px;
    margin: 0 auto;
    font-weight: 100;
}
.seccion-numeros h2 strong {
    font-weight: 700;
}
.dato {
    text-align: center;
}

.numeros {
    max-width: 1000px;
    margin: 0 auto;
}

.dato {
    text-align: center;
    max-width: 250px;
    margin: 0 auto;
}

.galeria-foto-eventos img {
    width: 100%;
    height: auto;
    display: block;
}
.galeria-foto-eventos {
    grid-gap: 0;
}

.tipos-eventos {
    max-width: 1100px;
    margin: 0 auto;
}
.foto-evento img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
.foto-evento {
    height: 280px;
    overflow: hidden;
    margin-bottom: 37px;
}
.texto-ventos {
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 50px;
    font-size: 21px;
    width: 90%;
    font-weight: 100;
}

.texto-eventos h3 {
    font-weight: 700;
    font-size: 22px;
    margin: 0px 0px 12px;
}

h2.titulo-eventos {
    text-align: center;
    padding-bottom: 20px;
}

.seccion-eventos {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 25%, rgba(47, 47, 47, 1) 100%);
    color: #fff;
}

a.ver-mas {
    border-radius: 10px;
    background: #333;
    color: #fff;
    display: block;
    margin: 13px 0px 0px;
    padding: 10px;
    width: fit-content;
    margin-top: 23px;
}

@media(max-width:812px){

.item-vento {
    display: grid;
    grid-template-columns: 35% 60%;
    max-width: 80%;
    margin: 0 auto;
    grid-gap: 20px;
}
.foto-evento {
    height: auto;
    overflow: hidden;
    margin-bottom: 0px;
}
h2.titulo-eventos {
    text-align: center;
    padding-bottom: 20px;
    max-width: 90%;
    margin: 0 auto 30px;
    font-size: 33px;
}
.texto-ventos {
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 50px;
    font-size: 18px;
    width: 80%;
    font-weight: 100;
    padding-bottom: 60px;
}
}


.imagen-salon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.imagen-salon {
    height: 143px;
    background: #EED;
}

.item-salon-listado a {
    display: grid;
    grid-template-columns: 35% 60%;
    grid-gap: 30px;
    max-width: 85%;
    margin: 0 auto;
}

.info-salon h3 {
    font-weight: 700;
}
.lista-salones {
    max-width: 1150px;
    margin: 0 auto;
}

.desc-salon {
    font-size: 14px;
}

a.boton-cotizar {
    background: #00D100;
    color: #fff;
    padding: 10px 30px;
    font-size: 20px;
    display: block;
    width: fit-content;
    border-radius: 50px;
    margin-top: 30px;
}

@media(max-width:812px){
    a.boton-cotizar {
        margin-top: 30px auto 0px;
    }
}

@media(min-width:812px){

    .salon-del-form {
        display: grid;
        /* margin-bottom: 20px; */
        grid-template-columns: 27% 65%;
        padding: 16px;
        gap: 20px;
    }

    
    .item-salon-listado a {
        display: grid;
        grid-template-columns: 35% 60%;
        grid-gap: 30px;
        max-width: 100%;
        margin: 0 auto;
    }

    .info-salon h3 {
        font-weight: 700;
        font-size: 18px;
    }

    .item-salon-listado {
        margin-bottom: 30px;
    }

}


.foto-salon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.foto-salon {
    height: 300px;
}

ul.datos-salon {
    list-style: none;
    padding: 0px;
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    color: #fff;
    margin-bottom: 30px;
}
.van {
    display: flex;
}
.cantidad {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}

h3.tit-caracteristicas {
    color: #fff;
    max-width: 100%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 23px;
    border-top: solid 1px #ffffff14;
    padding-top: 10px;
}
.descripcion-salon {
    font-size: 14px;
}
h2.sal {
    text-transform: none;
    font-weight: 700;
    font-size: 35px;
}
.foto-galeria {
    height: 150px;
    overflow: hidden;
}
.foto-galeria img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}
.galeria-salon {
    max-width: 80%;
    margin: 0 auto 70px;
    grid-gap: 5px;
}

.galeria-salon .foto-galeria {
    cursor: pointer;
}

.lightbox {
    display: none; /* Oculto por defecto */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.lightbox-img {
    max-width: 90%;
    max-height: 90%;
    border: 0px solid white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.close-lightbox {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

@media(max-width:812px){
    .foto-galeria {
        height: 100px;
        overflow: hidden;
    }
}

.tit-salones h2 {
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 30px;
}
.tt-salon {
    text-align: center;
    font-size: 20px;
    max-width: 800px;
    margin: 0 auto 50px;
}

.imagen-final {
    position: absolute;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 550px;
    top: 0px;
    left: 0px;
    width: 100%;
}
.llamada {
    min-height: 550px;
    position: relative;
    display: flex;
    align-items: center;
}
.imagen-final img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.texto-llamada {
    position: relative;
    z-index: 1;
    color: #fff;
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    /* width: 100%; */
    align-items: center;
}

@media(max-width:812PX){
    .texto-llamada {
        position: relative;
        z-index: 1;
        color: #fff;
        display: flex
    ;
        max-width: 85%;
        margin: 0 auto;
        /* width: 100%; */
        align-items: initial;
        flex-direction: column;
    }

}

.texto-dos {
    font-size: 18px;
    max-width: 80%;
    padding-top: 20px;
}

.velo-llamada {
    height: 100%;
    width: 100%;
    position: absolute;
    background:#0000008c;
}

a.boton-llamara {
    background: #5b9b59;
    color: #fff;
    font-size: 18px;
    /* min-width: 250px; */
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    display: block;
    padding: 0px 30px;
}

a.boton-llamara:hover {
    background: #00D100;
}




.titulo-llamada {
    font-size: 35px;
    /* max-width: 500px; */
    padding-right: 40px;
    font-weight: 700;
}


/*formulario eventos*/

.caja-formulario, .caja-form {
    position: fixed;
    background: #555555;
    top: 0px;
    right: -100%;
    width: 90%;
    max-width: 550px;
    height: 100%;
    z-index: 10000000;
    padding: 40px;
    
    box-sizing: border-box;
    overflow: auto;
    color: #fff;
}
.contenedor-acciones{
    position: relative;
   
}

.header-formulario {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.area-textos h2 {
    font-size: 56px;
    line-height: 53px;
    font-weight: 100;
    font-style: italic;
    text-transform: uppercase;
    /* padding-top: 100px; */
    margin: 20px auto 30px;
    width: fit-content;
    text-align: center;
}

.descripcion-area {
    font-size: 18px;
    text-align: center;
    padding-bottom: 30px;
    max-width: 80%;
    margin: 0 auto;
}

@media(max-width:812px){
    .descripcion-area {
        max-width: 100%;
    }

    a.boton-llamara.abrir-panel {
        margin-top: 30px;
        max-width: 260PX;
    }
}

.lista-opciones ul {
    list-style: none;
    /* display: flex; */
    padding: 0px;
    max-width: 80%;
    margin: 0 auto;
}

.lista-opciones ul li a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 21px;
    border: solid 1px #ccc;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.icono-lista {
    margin-right: 17px;
}


.area-textos h2 strong {
    display: block;
    font-weight: 800;
    font-style: normal;
}

.descripcion-area {
    font-size: 18px;
    text-align: center;
    padding-bottom: 30px;
}

.descripcion-area span {
    display: block;
}

.campo-error {
    border: 1px solid red;
}

.mensaje-estado {
    margin: 10px 0;
    padding: 10px;
    font-size: 14px;
    display: none;
    text-align: center;
}

.mensaje-estado.error {
    color: #fff;
    background-color: #e74c3c;
}

.mensaje-estado.exito {
    color: #fff;
    background-color: #2ecc71;
}

.campo-formulario input, .campo-formulario textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    background: transparent;
    border: solid 1px #ccc;
    border-radius: 5px;
    color: #fff;
}
.info-panel {
    margin-top: 30px;
    padding-bottom: 0px;
    font-size: 18px;
}
.campo-formulario input::placeholder,
.campo-formulario textarea::placeholder {
    color: #fff;
    opacity: 1; /* Asegura que el color sea completamente visible */
}

.campo-formulario button {
    background: #5b9b59;
    border: none;
    color: #fff;
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50px;
    width: 100%;
    margin-top: 28px;
}

.campo-formulario button:disabled {
    background: #b0b0b0; /* Greyed out */
    color: #ffffff;
    cursor: not-allowed;
    opacity: 0.6;
}

.panel-form {
    display: none;
}
.volver-formulario img, .volver-formulario-dos img {
    width: 22px;
}

.circulo {
    width: 15px;
    height: 15px;
    border: solid 1px #fff;
    border-radius: 50px;
    margin-right: 15px;
}
.opp {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    padding: 10px;
   
    border-radius: 5px;
}
.opp.seleccionado .circulo {
    background: #4cc848;
    border: solid 1px #4cc848;
}
.opp.seleccionado {
    background:#383838;
}
.op-ciones {
    margin-bottom: 20px;
}

a.siguiente, a.siguiente-dos, a.volver-uno, a.siguiente-tres {
    background: #000;
    display: block;
    color: #fff;
    padding: 10px;
    width: fit-content;
    padding: 13px 25px;
    border-radius: 50px;
    margin-top: 23px;
}
.pasos span {
    display: block;
    padding: 0px 0px 23px;
    font-size: 18px;
}

.fecha select {
    padding: 10px;
    border: solid 1px #ccc;
    border-radius: 5px;
    margin-right: 9px;
}
.numero-personas input {
    padding: 10px;
    border: none;
    border-radius: 5px;
    margin-bottom: 21px;
}

.salones-form .imagen-salon {
    height: 80px;
    background: #EED;
    width: 80px;
    border-radius: 5px;
    overflow: hidden;
}

.salones-form .item-salon-listado a {
    display: grid;
    grid-template-columns: 17% 60%;
    grid-gap: 30px;
    max-width: 100%;
    margin: 0 auto;
    color: #fff;
}
.salones-form  .info-salon h3 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 3px;
}

.salones-form {
    margin-top: 30px;
}
.salon-del-form {
    display: grid;
    /* margin-bottom: 20px; */
    grid-template-columns: 20% 70%;
    padding: 16px;
    gap: 20px;
}
.ocultar-salon {
    display: none !important;
}
.activo-salon {
    background: #0000004f;
    border-radius: 10px;
}
.botones-acc {
    display: flex;
    justify-content: space-between;
}

.cuadrado {
    background: #363535;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    margin-right: 10px;
}
.campo-adicional {
    display: flex;
    align-items: center;
    font-size: 20px;
}

.listado-adicionales {
    margin: 20px 0px 0px;
}
.campo-adicional {
    display: flex;
    align-items: center;
    font-size: 20px;
    margin-bottom: 15px;
}

/* Estilo para los campos no seleccionados */
.campo-adicional {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    margin: 5px;
}

/* Estilo para los campos seleccionados */
.campo-adicional.selected {
    background-color: #393939;
    color: #fff;
    border-radius: 10px;
}
.campo-adicional.selected .cuadrado {
    background-color: #fff; /* Cambia el color del cuadrado cuando se selecciona */
}

.resumen-datos p::first-letter {
    text-transform: capitalize;
}

.mensaje-resultado {
    padding: 15px;
    margin: 10px 0;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
}

.mensaje-resultado.success {
    background-color: #d4edda;
    color: #155724;
}

.mensaje-resultado.error {
    background-color: #f8d7da;
    color: #721c24;
}

.info-panel {
    padding-bottom: 30px;
}

/*patrimonio*/

.foto-intermedia {
    height: 600px;
    background-size: cover !important;
    background-attachment: fixed !important;
}
.texto-sobre-foto {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    padding: 100px 0px;
}

.texto-sobre-foto h2 {
    font-size: 51px;
    padding-bottom: 20px;
}
.texto-sobre-foto h2 strong {
    font-weight: 800;
}
.foto-caja img{
    width: 100%;
    height: auto;
    display: block;
}

.texto-caja h3 {
    font-weight: 900;
    color: #5b9b59;
}
.imagenes-galeria {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
.foto-gal {
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.imagen-galeria {
    position: relative;
    overflow: hidden;
    max-height: 250px;
}

.imagen-galeria:hover .demo-gallery-poster {
    opacity: 1;
}

.demo-gallery-poster {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #0000009c;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: .3s all ease;
}
.titulo-galeria {
    padding: 30px;
    text-align: center;
    background: #000;
    color: #5b9b59;
    font-size: 24px;
    text-transform: uppercase;
}
.demo-gallery-poster img {
    margin: 0 auto;
    max-width: 30px;
}
.foto-gal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.titulo-informacion h2 {
    text-align: center;
    font-size: 50px;
}
.titulo-informacion h2 strong {
    font-weight: 900;
}

.imagenes-galeria.barrio {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.titulo-galeria-dos {
    color: #000000;
    font-size: 43px;
    padding-bottom: 50px;
    text-align: center;
}
.titulo-galeria-dos strong {
    font-weight: 900;
}



@media(max-width:812px){
    a.boton-cotizar {
        margin: 0 auto;
    }
    .caja-formulario, .caja-form{
        padding: 20px;

    }
    .lista-opciones ul {
        list-style: none;
        /* display: flex; */
        padding: 0px;
        max-width: 100%;
        margin: 0 auto;
    }
    .texto-sobre-foto {
        max-width: 80%;
        margin: 0 auto;
        text-align: center;
        font-size: 16px;
        padding: 100px 0px;
        line-height: 24px;
    }
    .texto-sobre-foto h2 {
        font-size: 41px;
        padding-bottom: 20px;
    }
    .imagenes-galeria {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .foto-gal {
        width: 100%;
        height: 150px;
        overflow: hidden;
    }
    .imagen-galeria {
        position: relative;
        overflow: hidden;
        max-height: 150px;
    }
    .imagenes-galeria.barrio {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
}

/*EXPERIENCIA HIPICA*/


.experiencias-lista {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  
  .experiencia-item {
    display: grid;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    grid-template-columns: 100%;
    grid-gap: 20px;
}
  
  .experiencia-imagen {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    margin-right: 20px;
  }
  
  .experiencia-texto {
    width: 100%;
  }
  
  .experiencia-texto h3 {
    margin-top: 0;
  }
  
  .boton {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #5b9b59;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}
  
  .boton:hover {
    background-color: #000;
  }

  .boton {
    display: block !important;
    align-items: center;
    color: #fff;
    font-size: 16px !important;
    border: none !important;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: center;
    width: fit-content !important;
}

.experiencia-texto h3 {
    font-weight: 700;
    font-size: 20px;
}

/* Grid para los productos */
.productos-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Crea 4 columnas */
    gap: 20px; /* Espacio entre los ítems */
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  .producto-texto h3 {
    font-weight: 900;
    font-size: 28px;
}
  
  .producto-item {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .producto-imagen {
    height: 200px;
    overflow: hidden;
}
.producto-imagen img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}
  
  .producto-texto {
    padding: 15px;
  }
  
  .producto-texto h3 {
    margin-top: 0;
    font-size: 1.2em;
  }
  
  .botoncito {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #5b9b59;
    color: white;
    text-decoration: none;
    border-radius: 5px;
  }
  
  .botoncito:hover {
    background-color: #000;
    color: #fff;
  }
  
  /* Adaptaciones para pantallas más pequeñas */
  @media (max-width: 1200px) {
    .productos-grid {
      grid-template-columns: repeat(3, 1fr); /* 3 columnas en pantallas más pequeñas */
    }
  }
  
  @media (max-width: 768px) {
    .productos-grid {
      grid-template-columns: repeat(2, 1fr); /* 2 columnas en pantallas aún más pequeñas */
    }
  }
  
  @media (max-width: 480px) {
    .productos-grid {
      grid-template-columns: 1fr; /* 1 columna en dispositivos móviles */
    }
  }

  .titulo-planes h2 {
    text-align: center;
    padding-bottom: 40px;
    font-weight: 100;
    font-size: 44px;
}

.titulo-planes h2 strong {
    font-weight: 800;
}

.lista-opciones.experiencia ul {
    list-style: none;
    /* display: flex; */
    padding: 0px;
    max-width: 90%;
    margin: 0 auto;
}

.g-recaptcha {
    display: flex;
    justify-content: center;
    margin: 10px auto;
}
