/* Global */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  body {
    font-family: "Oswald", sans-serif;
    background-color: #000000;
    background-image: url("data:image/svg+xml,%3Csvg width='180' height='180' viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M81.28 88H68.413l19.298 19.298L81.28 88zm2.107 0h13.226L90 107.838 83.387 88zm15.334 0h12.866l-19.298 19.298L98.72 88zm-32.927-2.207L73.586 78h32.827l.5.5 7.294 7.293L115.414 87l-24.707 24.707-.707.707L64.586 87l1.207-1.207zm2.62.207L74 80.414 79.586 86H68.414zm16 0L90 80.414 95.586 86H84.414zm16 0L106 80.414 111.586 86h-11.172zm-8-6h11.173L98 85.586 92.414 80zM82 85.586L87.586 80H76.414L82 85.586zM17.414 0L.707 16.707 0 17.414V0h17.414zM4.28 0L0 12.838V0h4.28zm10.306 0L2.288 12.298 6.388 0h8.198zM180 17.414L162.586 0H180v17.414zM165.414 0l12.298 12.298L173.612 0h-8.198zM180 12.838L175.72 0H180v12.838zM0 163h16.413l.5.5 7.294 7.293L25.414 172l-8 8H0v-17zm0 10h6.613l-2.334 7H0v-7zm14.586 7l7-7H8.72l-2.333 7h8.2zM0 165.414L5.586 171H0v-5.586zM10.414 171L16 165.414 21.586 171H10.414zm-8-6h11.172L8 170.586 2.414 165zM180 163h-16.413l-7.794 7.793-1.207 1.207 8 8H180v-17zm-14.586 17l-7-7h12.865l2.333 7h-8.2zM180 173h-6.613l2.334 7H180v-7zm-21.586-2l5.586-5.586 5.586 5.586h-11.172zM180 165.414L174.414 171H180v-5.586zm-8 5.172l5.586-5.586h-11.172l5.586 5.586zM152.933 25.653l1.414 1.414-33.94 33.942-1.416-1.416 33.943-33.94zm1.414 127.28l-1.414 1.414-33.942-33.94 1.416-1.416 33.94 33.943zm-127.28 1.414l-1.414-1.414 33.94-33.942 1.416 1.416-33.943 33.94zm-1.414-127.28l1.414-1.414 33.942 33.94-1.416 1.416-33.94-33.943zM0 85c2.21 0 4 1.79 4 4s-1.79 4-4 4v-8zm180 0c-2.21 0-4 1.79-4 4s1.79 4 4 4v-8zM94 0c0 2.21-1.79 4-4 4s-4-1.79-4-4h8zm0 180c0-2.21-1.79-4-4-4s-4 1.79-4 4h8z' fill='%23e5ff00' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");color: #1e272e;
    color: #fff;
    font-size: 16px;
  }
  
  a {
    color: #ffffff;
    text-decoration: none;
  }
  
  ul {
    list-style: none;
  }
  
  .container {
    width: 90%;
    margin: auto;
  }
   
  /* Navigation */
  .nav-main {
    font-size: 2em;
    display: flex;
    min-height: 80px;
    align-items: center;
  }
  
  .nav-brand {
    width: 5.5em;
    background-color: black;
    height: 4em;
  }
  
  /* Navbar Left */
  .nav-main ul {
    display: flex;
    justify-content: space-between;
  }
  
  .nav-main ul li {
    padding: 10px;
  }
  
  .nav-main ul li a {
    padding: 2px;
  }
  
  .nav-main ul li a:hover {
    border-bottom: 2px solid #fff;
  }
  .active {
    border-bottom: 2px solid #fff;
  }
  .nav-main ul.nav-menu {
    flex: 1;
    margin-left: 20px;
  }
  .responsive li {
    display: block;
  }
  
  hr {
    margin: 5px 0;
  }
  
  /* Responsive Button */
  .menu-btn {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 30px;
    z-index: 2;
    display: none;
  }
  
  /* SHOWCASE */
  
  .btn {
    cursor: pointer;
    display: inline-block;
    border: 0;
    font-weight: bold;
    padding: 10px 20px;
    margin: 20px 20px 30px 0px;
    background: #5ce004;
    color: rgb(7, 3, 3);
    font-size: 20px;
    border: 1px solid #fff;
  }
  
  .btn:hover {
    opacity: 0.9;
  }
  
  .showcase {
    background: url("../images/NEWPORTADA1.svg") center/95% no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: flex-end;
    color: #fff;
    height: 38em;
  }
  
  .showcase h2,
  .showcase p {
    border-radius: 3px;
  }
  
  .showcase .btn {
    margin-top: 20px;
  }
  /*show case about page*/
  .showcase2 {
    background: url(../images/bannerabout.jpg) rgba(0, 0, 0, 0.8);
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    height: 400px;
    color: #fff;
    justify-content: flex-end;
  }
  
  .showcase2 h2,
  .showcase2 p {
    margin-bottom: 10px;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
    border-radius: 3px;
    font-size:5rem;
  }
  
  .showcase2 .btn {
    margin-top: 20px;
  }
  /* show case learn page */
  .showcase3 {
    background: url(../images/fembanner.png) rgba(0, 0, 0, 0.8) center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    height: 600px;
    color: #fff;
    justify-content: flex-end;
  }
  
  .showcase3 h2,
  .showcase3 p {
    margin-bottom: 10px;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
    border-radius: 3px;
    font-size:5rem;
  }
  
  .showcase2 .btn {
    margin-top: 20px;
  }

  .contact-address {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .contact-address ul {
    list-style-type: none;
  }

  .contact-address p {
    line-height: 2;
    text-align: center;
    gap: 2rem;
  }
  
  .ubihover li {
    transition: .5s;
  }
  .ubihover li:hover::before {
    transform: scale(1.1);
    box-shadow: 0 0 15px #ffee10;
  }

  .ubihover li:hover {
    color: #ffee10;
    box-shadow: 0 0 5px #ffee10;
    text-shadow: 0 0 5px #ffee10;
    border-radius: 10px;
  }

  .visitanos{
    font-size: 4rem;
    text-align: center;
  }
  /* CARDS BANNER ONE */
  .cards-banner-one {
    min-height: 550px;
    background-color: rgba(0, 0, 0, 0.4);
    height: max-content;
    margin-top: 15em;
  }
  .oferta{
    position: relative; 
    bottom: -7em;
    background-color: rgba(0, 0, 0, 0.8);
    width: 76%;
  }
  .cards-banner-two {
    min-height: 630px;
    border-radius:10px;
    background-color: rgba(0, 0, 0, 0.8);
    margin: 9EM 1EM 4EM 1EM;
    height: max-content;
  }
  

  .cards-banner-one h2, h3,
  .cards-banner-two h2, h3 {
    text-align: center;
  }
  .cards-banner-one h2,
  .cards-banner-two h2{
    font-size: 4.5rem;
    border-radius: 3px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    text-decoration: underline;
    text-decoration-color: #5ce004;
  }
  .cards-banner-one h3, 
  .cards-banner-two h3 {
    font-size:2rem;
  }
  .cards-banner-one img {
    margin: 30px 31px 15px 10px;
    float: right;
    height:400px
  }
  .cards-banner-two img {
    margin: 20px 20px 20px 20px;
    float: left;
    height:400px
  }
  .cards-banner-one p,
  .cards-banner-two p {
    text-align: left;
    color: var(--white);
    margin: 1em 0em 2em 5em;
    font-size: 1.5em;
  }

  article{
    margin: 10px;
    padding: 10px
  }

  /* Follow */
  .social {
    margin: 50px;
  }
  .social h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
  }
  .links {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .links a {
    margin: 0 30px;
    display: flex;
    flex-direction: column-reverse;
  }
  
  .links a i {
    font-size: 3rem;
  }
  
  
  /* Links */
  .footer-links {
    background: #2f3640;
    color: #616161;
    font-size: 12px;
    padding: 35px 0;
  }
  
  .footer-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    align-items: flex-start;
    justify-content: center;
  }
  
  .footer-container ul {
    margin: 0 auto;
  }
  
  .footer-links li {
    line-height: 2.8;
  }
  
  .footer {
    background: #2f3640;
    color: #ffffff;
    font-size: 12px;
    padding: 20px 0;
    text-align: center;
    font-size: 1rem;
    padding-bottom: 20px;
  }

      /* Gallery */
  .container-nav{
    width: 90%;
    margin: auto;
  }
 #gallery {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 5px;
  justify-items: center;
}
#elInicio{
  text-align: center;
  height: 100px;
}
#gallery img {
   width: 80%;
   height: 100%;
   border-radius: 3px;
   cursor: pointer;
}
#imagen-activa {
   width: 100%;
   height: auto;
}
#contenedor-principal {
  position: fixed;
  top: 10px;
  left: 0;
  z-index: 600;
  width: 100%;
  height: 100%;
  display:none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8)
}
#contenedor-interno {
  width: 500px;
  height:550px;
  border2px solid #f3f3f3;
  padding:2px;
  display: flex;
  justify-content:center;
  position: relative;
}

button {
  cursor: pointer;
  background: transparent;
  border: none;
  color: #fff;
}
#btn-cierre {
  position:absolute;
  top: 0;
  left: 92%;
  font-size: 3rem;
}
#btn-adelantar {
 position:absolute;
 top: 50%;
 left: 110%;
 font-size: 5rem;
}
#btn-retroceder {
 position:absolute;
 top: 50%;
 left: -15%;
 font-size: 5rem;
}
#btn-adelantar:hover, #btn-retroceder:hover{
  font-size: 5.5rem;
  background: #640000;
  margin: 5px;
  padding: 5px;
}
#btn-cierre:hover{
  font-size: 3.5rem;
  background: #640000;
  margin: 5px;
  padding: 5px;
}
.container-gallery{
  top: 5px;
}
.videos{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 50px;
}
.videomesures{
  width: 350px;
  max-height: 400px;
  padding-bottom: 20px;
}