.VIpgJd-ZVi9od-l4eHX-hSRGPd{
    display: none;
}
.skiptranslate{
    color: #418f97!important;
}

ul{
    list-style: none;
    padding: 0;
}
li{
    margin: 0;
    width: auto;
    list-style: none;
}
.title-tx span{
    font-size: 3vw;
}
.title-tx {
    margin: 0;
    margin-top: 20vh;
}

.header-categoria .contenedor-rojo {
    background-color: var(--verde);
}
.containeExposImg img{
    width: 45%;
    aspect-ratio: 1/1;
    margin: 0 auto;
    object-fit: cover;
}
.containeExposImg{
    text-align: center;
    flex-wrap: wrap;
    display: flex;
    gap: 2vw;
}
#google_translate_element{
    text-align: right;
    padding-right: 2vw;
}
.exposMenu{
    padding: 0 1.2vw;
    margin: 0 auto;
}
footer{
    margin-top: 10em;
}

a{
    text-decoration: none;
}
/* 
.card {
    max-width: 400px;
    border-radius: 20px;
    background-color: #fff;
    -webkit-box-shadow: -5px 7px 12px 0px rgba(208,208,208,1);
    -moz-box-shadow: -5px 7px 12px 0px rgba(208,208,208,1);
    box-shadow: -5px 7px 12px 0px rgba(208,208,208,1);
    overflow: hidden;
}
.card img{
    width: 100%;
    aspect-ratio: 1/0.7;
}
.content {
    padding: 2rem 1rem 4rem;
    text-align: center;
}
.title {
    color: #111827;
    font-size: 2.3em;
    line-height: 1.75rem;
    font-weight: 600;
}
.desc {
    margin-top: 0.5rem;
    color: #6B7280;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.action {
    font-size: 2em;
    padding: 0.5vw 1vw;
    border-radius: 16px;
    color: white;
    background-color: #428d98;
    text-align: center;
    position: relative;
    top: 1vw;
}
.action:hover{
    transform: scale(1.1);
    transition: 0.5s;
} */
#titulo2022{
    background: var(--naranja);
    position: relative;
    padding: 40px 3vw;
    width: 50vw;
    height: 33.5vw;
    color: #e6e6e6;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    box-shadow: 1rem 1rem 1rem grey;
}
#titulo2023{
    background: #124E78;
    position: relative;
    padding: 40px 3vw;
    width: 50vw;
    height: 33.5vw;
    color: #e6e6e6;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    box-shadow: 1rem 1rem 1rem grey;
}
.menu22{
    display: flex;
}
.menu23{
    display: flex;
    flex-direction: row-reverse;
}
.menu23 p{
    text-align: right;
}
.exposMenu{
    justify-content: space-between;
    align-items: center;
    margin-bottom: 13em;
}
.exposMenu a{
    text-decoration: none;
    color: black;
}
.exposMenu a:hover{
    color: #418f97;
    transform: scale(1.05);
    transition: 0.4s;
}
.exposMenu h1{
    font-size: 5.5vw;
    text-align: center;
}
.exposMenu p{
    font-size: 3em;
    width: 45vw;
    margin-bottom: 1em;
    font-weight: bold;
}
.intro_txt{
    padding: 0 1.2vw;
    text-align: center;
    font-size: 2.4em;
    margin: 5em 0;
}