body,
h1,
h2,
p {
    margin: 0;
    padding: 0;
    color: #333;
}

.hero {
    display: flex;
    align-items: center;
    height: 100vh;
    background-color: #f0f0f0;
}

.hero-content {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 5%;
}

.left-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: center;
    padding: 20px;

    color: rgba(255, 255, 255, .9);
}

.left-column h2 {
    color: #7899ff;
}

.right-column {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

h1 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 1rem;
}

h1 span {
    color: rgba(255, 255, 255, .9);
    font-size: 5rem;
    line-height: 1;
    font-weight: 600;
    padding-bottom: 60px;
}

h2 {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 2.7em;
    font-weight: 400;
}

h2 span {
    color: #274DBF;
    margin-top: 0;
}

h3,
h4 {
    color: #333;
    font-weight: 400;
    font-size: 22px;
    margin: 0;
}

h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}

p {
    font-size: 18px;
    margin: 0;
    padding-bottom: 5%;
    line-height: 1.6;
}

.image-placeholder {
    width: 30vw;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section {
    padding: 5% 10%;
    display: flex;
}

.section .left-column {
    flex: 1;
    width: 33%;
    padding: 20px;
    align-self: flex-start;
    padding-top: 5%;
}

.section .text-column {
    max-width: 60%;
    flex: 2;
    margin-top: 2.25rem;
    padding: 20px;
}

.text-snippet {
    max-height: 400px;
    max-width: 100%;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.text-full {
    max-height: none;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

#viewMoreBtn {
    display: block;
    position: relative;
    margin-top: -50px;
    padding: 80px 0px 20px 0px;
    width: 100%;
    text-align: center;
    background: linear-gradient(to bottom, transparent 0%, #EFF2Fa 38%);
    color: #3762E3;
    font-weight: 500;
    cursor: pointer;
}

#englishVerBtn{
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 0;
    padding: 20px 0px 20px 0px;
    width: 100%;
    text-align: center;
    /* background: linear-gradient(to bottom, transparent 0%, #EFF2Fa 38%); */
    color: #3762E3;
    font-weight: 500;
    cursor: pointer;
}
#englishVerBtn a{
    color: #3762E3;
    text-decoration: none;
}

#englishVerBtn img{
    width: 20px;
    margin: 0 6px;
}

.quoted-text {
    padding: 5% 3% 3% 16%;
    font-style: italic;
    font-weight: 100;
    text-align: right;
}

.caption-text {
    text-align: right;
    padding: 0% 3% 5% 16%;
}



/* ----------  IMAGES GRID ---------- */


#artistas {
    background: linear-gradient(to bottom, #D1D9F3, #EFF2Fa);
}


.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 4 columns */
    gap: 40px 20px;
    /* Gap between grid items */
    padding: 5% 2% 2% 5%;
}

.grid-item {
    position: relative;
}

.grid-item img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    /* Apply "cover" effect */
    border-radius: 1%;
    box-shadow: 0px 0px 5px -2px rgba(12, 31, 84, 0.8);
    -webkit-box-shadow: 0px 0px 5px -2px rgba(12, 31, 84, 0.8);
    -moz-box-shadow: 0px 0px 5px -2px rgba(12, 31, 84, 0.8);
}

figure {
    margin: 0;
}

/* ----------  ESPACIO ---------- */

#espacio {
    background: linear-gradient(to bottom, #274dbf, #102e86);
}

#espacio h1,
#espacio h3,
#espacio h4 {
    color: rgba(255, 255, 255, .9);
}

#espacio p {
    color: rgba(255, 255, 255, .75);
}

#espacio h2 span {
    color: #7899ff;
}

.flex-container {
    display: flex;
}

.column-large {
    flex: 1.5;
}

.column-small {
    flex: 1;
    padding: 2rem 4rem;
    align-self: center;
}

.column-small div {
    margin-top: 2rem;
}

.column-small p {
    padding-bottom: 1%;
}



/* ----------  EQUIPO ---------- */


#equipo {
    padding: 5% 10%;

}

#fundacion.section, #contacto.section{
    gap: 10%;
}

#fundacion.section div, #contacto.section div, .sponsors-mobile div{
    margin: 7% 0;
}


#sponsors, .sponsors-mobile {
    background: linear-gradient(to bottom, #D1D9F3, #EFF2Fa);
}
#sponsors.sponsors-mobile img{
max-width: 100%;
}

#sponsors.spon-desktop {
    display: block;
}

#sponsors div.grid {
    padding: 5% 2% 2% 2%;
}

#sponsors.spon-desktop img,
#sponsors h2 {
    max-height: 40px;
    object-fit: contain;
    margin-top: 7%;
}

#sponsors div.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 4 columns */
    gap: 40px 20px;
    /* Gap between grid items */
    padding: 5% 2% 2% 2%;
    align-items: center;

}

#sponsors div.grid img {
    max-height: 90px;
}

#sponsors div.grid-4 img {
    max-height: 70px;
    max-width: 200px;
}

#sponsors div.grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /* 5 columns */
    gap: 40px 20px;
    /* Gap between grid items */
    padding: 5% 2% 2% 2%;
    align-items: center;
    text-align: center;
}

#sponsors div.grid-5 img {
    max-height: 100px;
}

#sponsors div.grid-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    /* 6 columns */
    gap: 40px 20px;
    /* Gap between grid items */
    padding: 5% 2% 6% 2%;
    align-items: center;
    text-align: center;
}
.sponsors-mobile{
    display: none;
}

#anterioesLogosSM {
    margin-top: 8%;
}

#antesBtns {
    margin-top: 5%;

}

#anteriores {
    background: url(imgs/backBlur.jpg) no-repeat center center fixed;
    background-size: cover;
}

#anteriores h2 {
    color: rgba(255, 255, 255, .9);
    margin-top: 5%;
}

#antInfodiv h2 {
    color: #274DBF;
    margin-bottom: 2%;
}

#antInfodiv h3 {
    text-align: left;
    margin-bottom: 3%;
}


#antInfodiv p {
    padding-bottom: 3%;
}
#contacto p a{
    color: #3762E3;
    text-decoration: none;
}
@media (max-width: 1000px) {
    #sponsors.spon-desktop{
        display: none !important;
    }
}