@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}
html{
    scroll-behavior: smooth;
}
input:focus, select:focus{
    outline: none;
}
input, textarea, select{
    padding: 5px 0;
    padding-left: 15px;
        border-radius: 5px;
}
a, a:link, a:visited, a:active{
    text-decoration: none;
    color: #fff;
}
ul, ol{
    list-style: none;
}
button{
    border: none;
}
nav{
    width: 100%;
    height: 120px;
    background-color: #000;
    position: sticky;
    top: 0;
    z-index: 100000;
}
.responsive{
    display: none;
}
nav{
    display: flex;
    align-items: center;
    justify-content: center;

}

nav > a{
    padding: 20px;
    width: 200px;
    height: 100%;
}
nav > a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

nav ul{
    display: flex;
    gap: 25px;
}
nav ul li a{
    font-size: 20px;
    font-weight: 300;
}
nav ul li a:hover{
    font-size: 20px;
    font-weight: 300;
    color:#FECB03;
}
nav ul li a.btn{
    padding: 8px 20px;
    background-color: #FECB03;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #fff;
    transition: .3s all ease;
}
nav ul li a.btn:hover{
    color:#000;
    background-color: #fff !important;
    border-color: #fff;

}
.swiper {
      width: 100%;
      height: 750px;
      background-color: transparent;
}
.information{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;

}
.information figure{
    width: 400px;
    height: 100%;
    z-index: 1000;
}
.information figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    /* filter: drop-shadow(0px 0px 6px rgba(255, 255, 0, 0.767)); */
    transition: .3s scale ease;
    overflow: visible;
}
.information figure img:hover{
    scale: 1.1;
}
.information .data{
    width: 600px;
    height: 70%;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    padding: 30px;
    color:#fff;
}
.information .data h2{
    font-size: 42px;
    text-shadow: 
    -1px -1px 0 #000,
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000; 
    margin-bottom: 10px;
}
.information .data img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    align-self: flex-end;
    opacity: .6;
}
.information .data a.btn{
    width: 300px;
    height: 40px;
    background-color: #FCCC00;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    margin-top: 25px;
}

.about{
    width: 100%;
    height: auto;
    background-color: #FFF; 
    color:#000;
    padding: 40px 23%;
    margin-bottom: 40px;
}
.about h3{
    font-size: 48px;
    margin-bottom: 30px;
}

#wspbutton{
    color: #000;
    border-radius: 25px;
    border: 1px solid #000;
    background-color: transparent;
    width: 276px;
    height: 53px;
    margin-top: 30px;
    font-size: 15px;
    transition: font-size .3s ease;
    cursor: pointer;
}
#wspbutton:hover{
    font-size: 16px;
}
.container-about{
    margin-top: 40px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.about-data{
    width: 470px;
    height: 365px;
    background-color: #FCCC00;
    transition: scale .3s ease;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 0 40px;
}
.about-data:hover{
    scale: 1.1;
}
.about-data h4{
    font-size: 40px;
    margin-bottom: 10px;
}
.about-data p{
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}
.about-data p::before{
    content: '';
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sedes{
    width: 100%;
    height: 750px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
}
.sedes::before{
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: url("img/form.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(8px);        /* aplica el blur */
    z-index: -1;
}
.sedes figure{
    width: 100%;
    height: 100%;
}
.sedes figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: drop-shadow(0px 0px 15px rgba(10, 220, 228, 0.767));
}
.container-location{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 0 40px;
    position: relative;
}
.container-location h5{
    position: absolute;
    color: #000;
    font-size: 50px;
    top: 80px;
}
.location {
  width: 300px;
  height: 420px;
  perspective: 1000px;
  margin: 20px;
  float: left;
}

.location-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.location:hover .location-inner {
  transform: rotateY(180deg);
}

.location-front,
.location-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 12px;
  overflow: hidden;
  word-wrap: break-word;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

/* Frente */
.location-front {
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
}

.location-front img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}

.location-front h4,
.location-front strong,
.location-front span {
  display: block;
  margin: 5px 0;
}

/* Reverso */
.location-back {
  background: #fff;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: rotateY(180deg);
  text-align: center;
  position: relative;
}

.location-back a {
  color: #000;
  text-decoration: none;
  font-size: 20px;
}

.location-back i {
  text-align: center;
  font-size: 50px;
  color: #FCCC00;
  margin-bottom: 10px;
  display: block;
}
.location-back img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 5px;
}

.register{
    padding: 40px 0;
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0a0a0a, #550000, #8b0000);


}
.register form{
    border: 20px double #FCCC00;
    width: 700px;
    height: 600px;
    background-color: #000;
    color:#fff;
    padding: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.register form h4{
    font-size: 28px;
}
.register form img{
    width: 120px;
    position: absolute;
    top: 0;
}
.container-input{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.input{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    gap: 10px;
}
.input.w-1{
    width: 100%;
}
.input.w-2{
    width: 45%;
}
.container-buttons{
    margin-top: 25px;
    display: flex;
    gap: 15px;
}
.container-buttons .btn{
    width: 180px;
    height: 40px;
    cursor: pointer;
}
.btn-primary{
    background-color: #FECB03;
    color:#fff;
}
.footer {
  background: #000;
  color: #fff;
  padding: 40px 20px 20px;
  font-family: 'Poppins', sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  margin: auto;
}

.footer-section {
  flex: 1 1 250px;
  margin: 15px;
}

.footer-section h3,
.footer-section h4 {
  color: #d4af37; /* dorado elegante */
  margin-bottom: 15px;
}

.footer-section p {
  font-size: 14px;
  line-height: 1.6;
}

.social-links a {
  color: #fff;
  margin-right: 12px;
  font-size: 20px;
  transition: color 0.3s;
}

.social-links a:hover {
  color: #d4af37; /* cambia a dorado al pasar */
}

.footer-bottom {
  text-align: center;
  padding: 15px;
  margin-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.2);
  font-size: 13px;
  color: #ccc;
}

    #menu {
      font-size: 28px;
      cursor: pointer;
      margin: 15px;
      color: #fff;
    }

    /* ===== CONTENEDOR MENU ===== */
    .menu-lateral {
      position: fixed;
      top: 120px;
      left: -50%;
      width: 50%;
      height: calc( 100% - 120px );
      background: #000;
      color: #fff;
      padding: 20px;
      transition: left 0.4s ease-in-out;
      z-index: 999;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .menu-lateral.active {
      left: 0;
    }

    /* ===== LOGO ===== */
    .menu-logo {
      font-size: 22px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 20px;
    }

    /* ===== ITEMS MENU ===== */
    .menu-items {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
    }

    .menu-items li {
      margin: 5px 0;
    }

    .menu-items a {
      text-decoration: none;
      color: #fff;
      font-size: 18px;
      transition: 0.3s;
    }

    .menu-items a:hover {
      color: #1db954;
    }

    /* ===== OPCIONES ESPECIALES ===== */
    .especial {
      background: #1db954;
      color: #000 !important;
      padding: 12px 18px;
      border-radius: 8px;
      font-weight: bold;
      display: inline-block;
      transition: transform 0.3s ease;
    }

    .especial:hover {
      transform: scale(1.05);
      background: #17a444;
    }

    .intranet {
      background: linear-gradient(45deg, #ff416c, #ff4b2b);
      color: #fff !important;
      padding: 12px 18px;
      border-radius: 8px;
      font-weight: bold;
      display: inline-block;
      transition: transform 0.3s ease;
    }

    .intranet:hover {
      transform: scale(1.05);
      background: linear-gradient(45deg, #e63b5d, #e63a22);
    }

@media (max-width: 576px) {
    .responsive{
        display: block;
    }
     .menu-lateral {
        width: 70%;
        left: -70%;
      }
      .menu-lateral.active {
        left: 0;
      }
    nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
        padding: 0 40px;
    }
    nav i{
        color: #fff;
        pointer-events: all;
        font-size: 32px;
    }
   nav ul{
        display: none;
    }
    .swiper {
      width: 100%;
      height: 500px;
      background-color: transparent;
    }
    .information{
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px;
    }
    .information figure{
        display: none;
        width: 80px;
        height: 100px;
        z-index: 1000;
    }
    .information figure img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        /* filter: drop-shadow(0px 0px 6px rgba(255, 255, 0, 0.767)); */
        transition: .3s scale ease;
        overflow: visible;
    }
    .information figure img:hover{
        scale: 1.1;
    }
    .information .data{
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    padding: 10px;
    color:#fff;
    }
    .information .data h2{
        font-size: 12px;
        text-shadow: 
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px  1px 0 #000,
        1px  1px 0 #000; 
        margin-bottom: 10px;
    }
    .information .data p{
        font-size: 10px;
    }
    .information .data img{
        width: 30px;
        height: 30px;
        border-radius: 50%;
        align-self: flex-end;
        opacity: .6;
    }
    .information .data a.btn{
        width: auto;
        height: auto;
        background-color: #FCCC00;
        color: #FFF;
        font-size: 8px;
        font-weight: bold;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: center;
        margin-top: 25px;
        padding: 10px 15px;
    }
/* ABOUT */
    .about{
        width: 100%;
        height: auto;
        background-color: #FFF; 
        color:#000;
        padding: 40px 20px;
        margin-bottom: 40px;
    }
    .about h3{
        font-size: 30px;
        margin-bottom: 30px;
    }
    #wspbutton{
        color: #000;
        border-radius: 25px;
        border: 1px solid #000;
        background-color: transparent;
        width: 276px;
        height: 53px;
        margin-top: 30px;
        font-size: 15px;
        transition: font-size .3s ease;
        cursor: pointer;
    }
    #wspbutton:hover{
        font-size: 16px;
    }
    .container-about{
        margin-top: 40px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 40px;
    }
    .about-data{
        width: 400px;
        height: auto;
        background-color: #FCCC00;
        transition: scale .3s ease;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        padding: 20px 40px;
    }
    .about-data:hover{
        scale: 1.04;
    }
    .about-data h4{
        font-size: 30px;
        margin-bottom: 10px;
    }
    .about-data p{
        position: relative;
        padding-left: 15px;
        margin-bottom: 10px;
        font-size: 12px;
    }
    .about-data p::before{
        content: '';
        width: 5px;
        height: 5px;
        background-color: #000;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    /* SEDES */
    .sedes{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    }
    .sedes::before{
        content: "";
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background-image: url("img/form.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        filter: blur(8px);        /* aplica el blur */
        z-index: -1;
    }
    .sedes figure{
        display: none;
        width: 100%;
        height: 100%;
    }
    .sedes figure img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: drop-shadow(0px 0px 15px rgba(10, 220, 228, 0.767));
    }
    .container-location{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 30px;
        padding: 0;
        position: relative;
    }
    .container-location h5{
        display: none;
        position: absolute;
        color: #000;
        font-size: 50px;
        top: 80px;
    }
    .location {
    width: 300px;
    height: 420px;
    perspective: 1000px;
    margin: 20px;
    float: left;
    }

    .location-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    }

    .location:hover .location-inner {
    transform: rotateY(180deg);
    }

    .location-front,
    .location-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 12px;
    overflow: hidden;
    word-wrap: break-word;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    }

    /* Frente */
    .location-front {
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    }

    .location-front img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
    }

    .location-front h4,
    .location-front strong,
    .location-front span {
    display: block;
    margin: 5px 0;
    }

    /* Reverso */
    .location-back {
    background: #fff;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: rotateY(180deg);
    text-align: center;
    position: relative;
    }

    .location-back a {
    color: #000;
    text-decoration: none;
    font-size: 20px;
    }

    .location-back i {
    text-align: center;
    font-size: 50px;
    color: tomato;
    margin-bottom: 10px;
    display: block;
    }
    .location-back img{
        width: 60px;
        height: 60px;
        border-radius: 50%;
        position: absolute;
        top: 5px;
        right: 5px;
    }
    /* REGISTER */
    .register{
    padding: 40px 0;
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0a0a0a, #550000, #8b0000);
    }
    .register form{
        border: 10px double #FCCC00;
        width: 80%;
        height: auto;
        background-color: #000;
        color:#fff;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: relative;
    }
    .register form h4{
        font-size: 16px;
    }
    .register form img{
        width: 120px;
        position: relative;
    }
    .container-input{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .input{
        display: flex;
        flex-direction: column;
        margin-top: 20px;
        gap: 10px;
    }
    .input.w-1{
        width: 100%;
    }
    .input.w-2{
        width: 100%;
    }
    .container-buttons{
        margin-top: 25px;
        display: flex;
        gap: 15px;
    }
    .container-buttons .btn{
        width: 180px;
        height: 40px;
        cursor: pointer;
    }
    .btn-primary{
        background-color: #FECB03;
        color:#fff;
    }
}
@media (min-width: 993px) and (max-width: 1366px) {
    .about{
        width: 100%;
        height: auto;
        background-color: #FFF; 
        color:#000;
        padding: 40px 10%;
        margin-bottom: 40px;
    }
    .container-about{
        margin-top: 40px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
    }
    .about-data{
        width: 470px;
        height: 365px;
        background-color: #FCCC00;
        transition: scale .3s ease;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        padding: 0 20px;
    }
    .about-data:hover{
        scale: 1.05;
    }
    .about-data h4{
        font-size: 40px;
        margin-bottom: 10px;
    }
    .about-data p{
        position: relative;
        padding-left: 25px;
        margin-bottom: 10px;
    }
    .about-data p::before{
        content: '';
        width: 10px;
        height: 10px;
        background-color: #000;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .sedes{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    }
    .sedes::before{
        content: "";
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background-image: url("img/form.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        filter: blur(8px);        /* aplica el blur */
        z-index: -1;
    }
    .sedes figure{
        display: none;
        width: 100%;
        height: 100%;
    }
    .container-location h5{
    display: none;
    position: absolute;
    color: #000;
    font-size: 50px;
    top: 80px;
    }
}