@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,800,800italic");

.one-seccion-info{
    width: 100%;
    height: auto;
    background: #e3e3e3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-hgo-cup{
    width: 30%;
    height: 50vh;
    margin: 5% 2% 5% 2%;
    background: #e3e3e3;
    box-shadow: 16px 16px 32px #c8c8c8,
        -16px -16px 32px #fefefe;
    border-radius: 22px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.info-hgo-cup img{
    width: auto;
    height: 5rem;
    border-radius: 10px;
    margin: 2rem 0 2rem 0;
}
.info-hgo-cup h1{
    width: 100%;
    height: auto;
    text-align: center;
    color: #000;
    font-size: 2rem;
    font-weight: 900; 
    margin: 0 0 5% 0;
}
.info-hgo-cup span{
    width: 80%;
    border: 1px solid #000;
    opacity: .3;
}
.info-hgo-cup p{
    width: 90%;
    text-align: center;
    font-size: 1rem;
    color: #000;
    margin: 4% 0 2% 0;
}
@media screen and (max-width: 1280px){
    .one-seccion-info{
        width: 100%;
        height: auto;
        background: #e3e3e3;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .info-hgo-cup{
        width: 90%;
        height: 40vh;
        margin: 5% 2% 5% 2%;
        background: #fff;
        border-radius: 22px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .info-hgo-cup img{
        width: auto;
        height: 3rem;
        background: #000;
        border-radius: 10px;
        margin: 3rem 0 3rem 0;
    }
    .info-hgo-cup h1{
        width: 100%;
        height: auto;
        text-align: center;
        color: #000;
        font-size: 1.65rem;
        font-weight: 900; 
        margin: 0 0 5% 0;
    }
    .info-hgo-cup span{
        width: 80%;
        border: 1px solid #000;
        opacity: .3;
    }
    .info-hgo-cup p{
        width: 90%;
        text-align: center;
        font-size: 1rem;
        color: #000;
        margin: 4% 0 2% 0;
    }
}

.two-seccion-info{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #e3e3e3;
}
.sede-info{
    width: 90%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 5rem 0 10rem 0;
}
.sede-info h1{
    width: 90%;
    font-size: 3rem;
    text-align: center;
}
.sede-info span{
    width: 90%;
    border: 2px solid #c8c8c8;
}
.sede-info p{
    width: 90%;
    font-size: 1.5rem;
    color: #000;
    text-align: center;
    margin: 2rem 0 2rem 0;
}
.sedes{
    width: 90%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 5rem 0;
}

.sedes .sedes-sedes{
    width: 40%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 1rem 0 1rem 0;
}
.sedes .sedes-sedes h1{
    width: 90%;
    font-size: 1.5rem;
    text-align: center;
}
.sedes-sedes span{
    width: 90%;
    border: 1px solid #c8c8c8;
}
.sedes-sedes p{
    width: 80%;
    height: 10rem;
    font-size: 1rem;
    color: #000;
    text-align: center;
    margin: 1rem 0 1rem 0;
}

@media screen and (max-width: 1280px) {
    .sede-info h1{
        width: 90%;
        font-size: 1.5rem;
        text-align: center;
    }
    .sede-info span{
        width: 90%;
        border: 2px solid #c8c8c8;
    }
    .sede-info p{
        width: 100%;
        font-size: .8rem;
        color: #000;
        text-align: center;
        margin: 2rem 0 2rem 0;
    }
    .sedes{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin: 0 0 5rem 0;
    }
    .sedes .sedes-sedes{
        width: 50%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin: 1rem 0 1rem 0;
    }
    .sedes .sedes-sedes h1{
        width: 90%;
        font-size: .8rem;
        text-align: center;
    }
    .sedes-sedes span{
        width: 90%;
        border: 1px solid #c8c8c8;
    }
    .sedes-sedes p{
        width: 80%;
        height: 10rem;
        font-size: .6rem;
        color: #000;
        text-align: center;
        margin: 1rem 0 1rem 0;
    }
}

/* From Uiverse.io by gharsh11032000 */ 
.card {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #e3e3e3;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    border-radius: 0;
    cursor: pointer;
  }
  video{
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: auto;
    margin: 30rem 0 0 0;
  }
  .heading {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
  }
  
  .para {
    text-align: center;
    color: #ffffff;
    opacity: 0.7;
    line-height: 1.4;
  }
  
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: #e3e3e300;
    transition: opacity 0.3s ease;
    pointer-events: none;
    text-align: center;
    backdrop-filter: blur(13px);
    cursor: pointer;
  }
  .overlay p{
    text-align: center;
    font-size: 3rem;
    color: #ffffff;
    margin: 10% 0 0 0;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .card:hover .overlay {
    opacity: 1;
    pointer-events: auto;
    backdrop-filter: blur(15px);
  }
  
  .card .card-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: 600;
    padding: 10px 20px;
    font-size: 16px;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999;
    border: none;
    opacity: 0;
    scale: 0;
    transform-origin: 0 0;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
    color: #000;
  }
  
  .card:hover .card-btn {
    opacity: 1;
    scale: 1;
  }
  
  .card .card-btn:hover {
    box-shadow: 0 0 0px 5px rgba(0, 0, 0, 0.3);
  }
  
  .card .card-btn:active {
    scale: 0.95;
  }
  
  .overlay::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
  }
  
  .card:hover .overlay::after {
    transform: translate(-50%, -50%) scale(2);
  }
  @media screen and (max-width: 1280px) {
    video{
        -o-object-fit: cover;
        object-fit: cover;
        width: auto;
        height: 100%;
        margin: 0 0 0 0;
      }
      .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        background-color: #e3e3e300;
        transition: opacity 0.3s ease;
        pointer-events: none;
        text-align: center;
        backdrop-filter: blur(5px);
        cursor: pointer;
      }
      .overlay p{
        text-align: center;
        font-size: 1rem;
        color: #ffffff;
        margin: 15rem 0 0 0;
        font-weight: 900;
        letter-spacing: 3px;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
      }
  }
.three-seccion-info{
    width: 100%;
    height: auto;
    background: #e3e3e3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.galeri{
    width: 90%;
    height: auto;
    background: #e3e3e3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 5rem 0 5rem 0;
    border-radius: 22px;
    box-shadow: 16px 16px 32px #c8c8c8,
        -16px -16px 32px #c8c8c8;
}
.three-seccion-info h1{
    width: 90%;
    padding: 2.5rem;
    border-radius: 22px;
    box-shadow: 16px 16px 32px #c8c8c8,
        -16px -16px 32px #c8c8c8;
    text-align: center;
    background: #e3e3e3;
    font-size: 3rem;
    margin: 5rem 0 0 0;
}
.galeri img{
    width: auto;
    height: 10rem;
    margin: .5rem .5rem .5rem .5rem;
    transition: all 0.3s ease-in-out;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
}
.galeri img:hover{
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 16px 16px 32px #000,
    -16px -16px 32px #000;
    scale: 2;
}
@media screen and (max-width: 1280px) {
    .three-seccion-info h1{
        width: 90%;
        padding: 1.5rem;
        border-radius: 22px;
        box-shadow: 16px 16px 32px #c8c8c8,
            -16px -16px 32px #c8c8c8;
        text-align: center;
        background: #e3e3e3;
        font-size: 1.4rem;
        margin: 5rem 0 0 0;
    }
    .galeri img{
        width: auto;
        height: 5rem;
        margin: .2rem .2rem .2rem .2rem;
        transition: all 0.3s ease-in-out;
        position: relative;
        cursor: pointer;
        border-radius: 10px;
    }
}
.video{
    width: 100%;
    height: 90vh;
    background: #00000000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: fixed;
    position: fixed;
    top: -2500px;
    z-index: 100;
    backdrop-filter: blur(5px);
    transition: .9s;
}
.video.alert-video{
    top: 4rem;
}
.video .div-close{
    width: 90%;
    height: auto;
    display: flex;
    justify-content: right;
    align-items: center;
    margin: 0 50% 0 0;
}
.div-close ion-icon{
    font-size: 2rem;
    color: #fff;
}
.video video{
    width: auto;
    height: 90%;
    border-radius: 20px;
    box-shadow: 16px 16px 32px #000,
    -16px -16px 32px #000;
    margin: 1rem 0 0 0;
}
@media screen and (max-width: 1280px){
    .video{
        width: 100%;
        height: 100vh;
        background: #00000000;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        display: fixed;
        position: fixed;
        top: -2500px;
        z-index: 100;
        backdrop-filter: blur(5px);
        transition: .9s;
    }
    .video.alert-video{
        top: 0;
    }
    .video .div-close{
        width: 90%;
        height: auto;
        display: flex;
        justify-content: right;
        align-items: center;
        margin: 0 0 0 0;
    }
    .div-close ion-icon{
        font-size: 2rem;
        color: #fff;
    }
    .video video{
        width: 90%;
        height: auto;
        border-radius: 20px;
        box-shadow: 16px 16px 32px #000,
        -16px -16px 32px #000;
        margin: 1rem 0 0 0;
    }
}

.doc-download{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e3e3e3;
}
.btn-download{
    width: 30%;
    height: 25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 1rem;
    border-radius: 20px;
    background: #e3e3e3;
    box-shadow: 16px 16px 32px #c8c8c8,
        -16px -16px 32px #fefefe;
    margin: 3rem 1rem 3rem 1rem;
    text-decoration: none;
    text-align: center;
    font-size: .90rem;
    color: #000;
    font-weight: 800;
    transition: all 0.5s ease;
}
.btn-download:hover{
    scale: 1.03;
    z-index: 100;
}
.btn-download svg{
    width: 5rem;
    height: 5rem;
    fill: #000;
    margin: 1rem;
}
@media screen and (max-width: 1280px){
    .doc-download{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #e3e3e3;
}
.btn-download{
    width: 85%;
    height: 25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 1rem;
    border-radius: 20px;
    background: #e3e3e3;
    box-shadow: 16px 16px 32px #c8c8c8,
        -16px -16px 32px #fefefe;
    margin: 3rem 1rem 3rem 1rem;
    text-decoration: none;
    text-align: center;
    font-size: .90rem;
    color: #000;
    font-weight: 800;
    transition: all 0.5s ease;
}
.btn-download:hover{
    scale: 1.03;
    z-index: 100;
}
.btn-download svg{
    width: 5rem;
    height: 5rem;
    fill: #000;
    margin: 1rem;
}
}