  /* Custom styling for the black background with gradient */
  html, body {
    height: 100%;
    margin: 0;
    padding: 0;
  }
  body {
    background: linear-gradient(to bottom right, #333333, #000000);
    font-family: 'Figtree', sans-serif;
    ;
    color: white;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
  .video-container {
    width: 100%;
    height: 100%;
    opacity: 80%;
  }
  iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
  }
  h1 {
    /*font-family: 'Alfa Slab One', cursive;  */
    font-weight: 600;
    font-size: 3em;
    margin-left: 4.3%;
  }
  /* Placeholder styling for the logo */
  #botones {
    margin: 0;
    padding: 0;
  }
  .logo {
    text-align: center;
    margin-top: 2%;
    /* Add any additional styles for your logo here */
  }
  .logo img {
    text-align: center;
  }
  #btnContainer {
    margin: 20px auto 0 auto;
    width: 80%;
    text-align: center;
  }
  #texto1 p {
    margin: 30px 0 0 0;
    padding: 0;
    text-align: center;
  }
  .button {
    position: relative;
    top: 350px;
    display: block;
    text-align: center;
    font-weight: bold;
    border: #fcbd02 1px solid;
    border-radius: 7px;
    padding: 15px;
    text-decoration: none;
    color: black;
    margin: 10px;
    background-color: #fcbd02;
  }
  .button:hover {
    background-color: #c29201;
    color: black;
    text-decoration: none;
  }
  p {
    color: antiquewhite;
    font-size: 0.7em;
  }
  #texto1 {
    top: 10%;
    margin-left: 2%;
  }
  #texto2 {
    position: absolute;
    top: 35%;
    margin-left: 2%;
    width: 40%;
    z-index: 3;
  }
  /* Footer styling */
  #foot {
    margin-top: auto;
    text-align: center;
    padding: 20px;
  }
  .button-index {
    position: relative;
    float: left;
    text-align: center;
    font-weight: bold;
    border: #fcbd02 1px solid;
    border-radius: 7px;
    padding: 15px;
    text-decoration: none;
    color: black;
    margin: 10px;
    background-color: #fcbd02;
  }
  .button-index:hover {
    background-color: #c29201;
    color: black;
    text-decoration: none;
  }
  .reel {
    display: block;
    width: 250px;
    text-align: left;
    margin-left: 20px;
  }
  i {
    text-align: center;
    margin-right: 5px;
    width: 45px;
    color: #000000;
  }
  i:hover {
    color: #fcbd02;
  }
  .fa-envelope {
    margin-left: -10px;
  }
  .fa-circle-info {
    margin-left: -12px;
  }

@media (min-aspect-ratio: 16/9) {
    .video-container iframe {
      /* height = 100 * (9 / 16) = 56.25 */
      height: 56.25vw;
    }
  }
  @media (max-aspect-ratio: 16/9) {
    .video-container iframe {
      /* width = 100 / (9 / 16) = 177.777777 */
      width: 177.78vh;
    }
  }

 #video-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    opacity: 0;
  }
  #video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
  }
  #video-close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: #fff;
    background-color: transparent;
    border: none;
    cursor: pointer;
  }



@media screen and (max-width: 500px) {
	 body {
      overflow: hidden;
    }
    h1 {
      font-size: 1.8em;
      margin-left: 1.3%;
	  
    }
    .button-index {
      width: 180px;
      text-align: left;
      padding: 10px;
      margin-bottom: 5px;
      margin-left: 2px;
    }
    .reel {
      display: inline;
      width: 200px;
      text-align: left;
      margin-left: 0;
      z-index: 0;
    }
    a {
      font-size: 1em !important;
    }
    #texto2 {
      top: 35%;
      margin-left: 2%;
	  margin-right: 2%;
      width: 100% !important;
      z-index: 3;
    }
	
	
	#video-container {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio*/
    overflow: hidden;
  }
}

  @media only screen and (min-device-width: 275px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    body {
      overflow: hidden;
    }
    h1 {
      font-size: 1.8em;
      margin-left: 1.3%;
	  
    }
    .button-index {
      width: 125px;
      text-align: left;
      padding: 10px;
      margin-bottom: 5px;
      margin-left: 2px;
    }
    .reel {
      display: inline;
      width: 200px;
      text-align: left;
      margin-left: 0;
      z-index: 0;
    }
    a {
      font-size: 0.3em !important;
    }
    #texto2 {
      top: 35%;
      margin-left: 2%;
      width: 100% !important;
      z-index: 3;
	  margin-right:2%;
    }
	  
	   #video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
  }

  

 