  @font-face {
      font-family: Poppins-Regular;
      src: url(/rhlc/inmgi/assets/fonts/Poppins-Regular.ttf) format('truetype');;
      font-weight: normal;
      font-style: normal;
  }

   @font-face {
      font-family: Poppins-Bold;
      src: url(/rhlc/inmgi/assets/fonts/Poppins-Bold.ttf) format('truetype');;
      font-weight: normal;
      font-style: normal;
  }

  body {

      background-color: #f4f6f8;
      font-family: Poppins-Regular;

  }

  .navbar {
      background-color: #0f1f2e;
      backdrop-filter: blur(6px);
      padding: 18px 0;
  }

  .logo {
      height: 50px;
  }

  .section-title,
  .navbar-brand {
      /*font-family: Poppins-Regular;*/
      letter-spacing: 1px;
  }

  .navbar-brand,
  .nav-link {
    font-size: 20px;
      color: #d6dde6 !important;
      font-weight: 600;

      transition: 0.3s ease;
  }

  .nav-link:hover {
      color: #ffffff !important;
  }

  .navbar-gi {
      position: sticky;
      top: 0;
      z-index: 999;
  }

  /* Carousel */
  .carousel-item {
      height: 90vh;
      min-height: 400px;
      margin-top: 0;
  }

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

  @media (min-width: 992px) {
      .nav-link-gi {
          gap: 60px;
      }


  }

  @media (max-width: 768px) {
      .carousel-item {
          height: 45vh;
      }

      .carousel-img {
          object-fit: contain;
          background-color: #000;
      }
  }

  .video-section {
      width: 100%;
      aspect-ratio: 16 / 9;
      overflow: hidden;
  }

  .video-bg {
      width: 100%;
      height: 100%;
      object-fit: cover;
      /* llena sin deformar */
      display: block;
  }

  /* Ajuste de captions */
  .carousel-caption {
      bottom: 30%;
  }

  .carousel-caption h1 {
      font-weight: 700;
      font-size: clamp(1.8rem, 4vw, 3rem);
  }

  .carousel-item::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.35);
  }

  /*BIENVENIDO (DEBAJO DEL VIDEO) */
  .bienvenido-section {
      background-color: #fff;
  }

  .bienvenido-section .container-fluid {
      padding-left: 0;
      padding-right: 0;
  }

  .bienvenido-fila-uno {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      width: 100%;
      min-height: 350px;
  }

  .bienvenido-fila-uno-imagen {
      width: 50%;
      height: auto;
  }

  .bienvenido-fila-uno-imagen img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
  }

  .bienvenido-fila-uno-texto {
      width: 50%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 40px;
      text-align: center;
  }

  .bienvenido-fila-uno-texto-header {
        font-family: Poppins-Bold;
      font-size: 54px;
      font-weight: 900;
  }

  .bienvenido-fila-uno-texto-body {
      font-size: 26px;
  }

  .bienvenido-fila-uno-texto .titulo {
      font-size: 3rem;
      font-weight: 800;
      margin-bottom: 20px;
  }

  @media (max-width: 768px) {
      .bienvenido-fila-uno-texto .titulo {
          font-size: 1.8rem;
      }

      .bienvenido-fila-uno-texto {
          padding: 20px;
      }
  }

  /* TU MEJOR OPCION*/
  .galeria-section {
      background-color: #262626;
  }

  .tu-opcion-section {
      background-color: #262626;
      color: #fff;
      height: 400px;
  }

  .container-section {
      padding-top: 4%;
  }

  hr {
      height: 2px;
      background-color: white;
      border: none;
      width: 50%;
  }

  .opcion-fila-uno {
    font-family: Poppins-Bold;
      font-size: 36px;
      font-weight: 900;
  }

  .opcion-fila-dos {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 80px;
      margin-top: 5%;
      color: white;
  }

  .opcion-item {
      display: flex;
      align-items: center;
      gap: 12px;
      /*font-family: Poppins-Regular;*/
      font-size: 18px;
  }

  .opcion-item img {
      height: 40px;
  }

  .opcion-item p {
      margin: 0;
      text-transform: uppercase;
  }

  .opcion-fila-tres {
      margin-top: 5%;
  }


  @media (max-width: 1024px) {

      .opcion-fila-dos {
          gap: 40px;
      }

      .opcion-item {
          width: 45%;
          justify-content: center;
      }

  }



  @media (max-width:768px) {

      .bienvenido-fila-uno-texto-header {
          font-size: 28px;
          margin-top: 10px
      }

      .bienvenido-fila-uno-texto-body{
        font-size: 18px;
      }

      .tu-opcion-section {
          font-size: 15px;
          height: 430px;
      }

      .opcion-fila-dos {
          flex-direction: column;
          align-items: flex-start;
          gap: 25px;
      }

      .opcion-item {
          width: 100%;
          justify-content: center;
          flex-direction: row;
          gap: 15px;
      }

      .opcion-item img {
          height: 28px;
      }

      .opcion-item p {
          font-size: 12px;
          text-align: justify;
      }

      hr {
          width: 70%;
      }

  }



  @media (max-width:480px) {

      .opcion-item p {
          font-size: 14px;
      }

  }

  .contactanos-boton {
      position: absolute;
      top: 20px;
      right: 20px;
      width: auto;
      display: inline-block;
      z-index: +1;
  }

  .locales-boton,
  .contactanos-boton {
      font-size: 1.3rem;
      font-weight: 600;
      background-color: transparent;
      color: white;
      padding: 10px 20px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      cursor: pointer;
      border-style: solid;
      border-color: #fff;
      border-radius: 5px;

  }

  .contactanos-boton {
      border-radius: 35px;
  }

  .locales-boton:hover {
      background-color: #fff;
      color: #262626;
      transition: 0.6s;

  }

  /* GALERIA DE IMAGENES*/

  .carousel,
  .carousel-inner,
  .carousel-item {
      width: 100%;
  }

  @media (min-width: 992px) {
      .carousel-item {
          height: 90vh;
      }
  }

  @media (max-width: 991px) {
      .carousel-item {
          height: 60vh;
      }
  }

  .carousel-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
  }

  /* UBICACION */

  /* SEPARADOR*/
  #nosotros,
  #galeria,
  #contacto {
      padding: 80px 0;
  }

  .section-title {
      font-weight: 700;
      margin-bottom: 40px;
      text-align: center;
  }

  .info-box {
      background: #f8f9fa;
      padding: 40px;
      border-radius: 12px;
      height: 100%;
      /*box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05); */
      box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  }

  .gallery img {
      width: 100%;
      height: 250px;
      object-fit: cover;
      border-radius: 18px;
      transition: transform 0.3s ease;
      box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;

  }

  .gallery img:hover {
      transform: scale(1.05);
  }

  .contact-section {
      background-color: #262626;
      padding: 70px 20px;
  }

  .contact-wrapper {
      max-width: 1400px;
      margin: 0 auto;
  }

  .contact-box {
      max-width: 1300px;
      margin: 0 auto;
      border: 2px solid #ffffff;
      border-radius: 32px;
      padding: 70px 40px 80px;
      background-color: #262626;
  }

  .contact-title {
    font-family: Poppins-Bold;
      margin: 0;
      text-align: center;
      color: #ffffff;
      font-size: 4rem;
      font-weight: 800;
      line-height: 1.1;
      letter-spacing: 1px;
  }

  .contact-line {
      width: 48%;
      min-width: 260px;
      max-width: 620px;
      margin: 28px auto 36px;
      border: none;
      border-top: 3px solid #ffffff;
      opacity: 1;
  }

  .contact-form {
      max-width: 800px;
      margin: 0 auto;
  }

  .contact-group {
      margin-bottom: 22px;
  }

  .contact-input {
      width: 100%;
      height: 68px;
      background-color: transparent;
      border: 2px solid #ffffff;
      border-radius: 14px;
      color: #ffffff;
      font-size: 1.15rem;
      font-weight: 500;
      padding: 0 22px;
      outline: none;
      box-sizing: border-box;
  }

  .contact-input::placeholder {
      color: #ffffff;
      opacity: 1;
  }

  .contact-input:focus {
      box-shadow: none;
      border-color: #ffffff;
      background-color: transparent;
      color: #ffffff;
  }

  .contact-select {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      cursor: pointer;
      background-image: linear-gradient(45deg, transparent 50%, white 50%),
          linear-gradient(135deg, white 50%, transparent 50%);
      background-position: calc(100% - 24px) calc(50% - 3px),
          calc(100% - 16px) calc(50% - 3px);
      background-size: 8px 8px, 8px 8px;
      background-repeat: no-repeat;
  }

  .contact-select option {
      color: #000000;
  }

  .contacto-boton-wrap {
      text-align: center;
      margin-top: 36px;
  }

  .contacto-boton {
      min-width: 320px;
      height: 64px;
      border: 2px solid #ffffff;
      border-radius: 40px;
      background-color: transparent;
      color: #ffffff;
      font-size: 1.25rem;
      font-weight: 700;
      padding: 0 32px;
      transition: all 0.3s ease;
  }

  .contacto-boton:hover {
      background-color: #ffffff;
      color: #1f1f1f;
  }

  @media (max-width: 992px) {
      .contact-box {
          padding: 55px 30px 65px;
          border-radius: 24px;
      }

      .contact-title {
          font-size: 3rem;
      }

      .contact-line {
          width: 60%;
      }

      .contact-input {
          height: 62px;
          font-size: 1.05rem;
      }

      .contacto-boton {
          min-width: 280px;
          height: 58px;
          font-size: 1.1rem;
      }
  }

  @media (max-width: 768px) {
      .contact-section {
          padding: 45px 16px;
      }

      .contact-box {
          padding: 40px 20px 50px;
          border-radius: 20px;
      }

      .contact-title {
          font-size: 2.2rem;
      }

      .contact-line {
          width: 75%;
          min-width: unset;
          margin: 20px auto 28px;
      }

      .contact-input {
          height: 56px;
          font-size: 1rem;
          padding: 0 16px;
          border-radius: 12px;
      }

      .contacto-boton {
          width: 100%;
          min-width: unset;
          height: 56px;
          font-size: 1rem;
      }
  }

  /* UBICACIÓN*/
  .ubicacion-section {
      background-color: #262626;
      padding: 60px 20px;
  }

  .ubicacion-contenedor {
      max-width: 1400px;
      margin: 0 auto;
  }

  .ubicacion-fila-uno {
      display: flex;
      align-items: stretch;
      justify-content: center;
      gap: 40px;
      flex-wrap: wrap;
  }

  .ubicacion-fila-uno-imagen {
      flex: 1 1 600px;
      max-width: 700px;
  }

  .ubicacion-fila-uno-imagen img {
      width: 100%;
      height: 100%;
      min-height: 500px;
      object-fit: cover;
      display: block;
  }

  .ubicacion-fila-uno-texto {
      flex: 1 1 450px;
      max-width: 550px;
      min-height: 500px;
      border: 2px solid #ffffff;
      border-radius: 20px;
      background-color: #262626;
      color: #ffffff;

      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;

      padding: 60px 50px;
      text-align: center;
      box-sizing: border-box;
  }

  .ubicacion-titulo {
    font-family: Poppins-Bold;
      margin: 0;
      font-size: 3.5rem;
      font-weight: 800;
      letter-spacing: 1px;
      line-height: 1.1;
  }

  .ubicacion-hr {
      width: 85%;
      border: none;
      border-top: 3px solid #ffffff;
      margin: 28px 0 34px;
  }

  .ubicacion-descripcion {
      margin: 0;
      font-size: 1.15rem;
      line-height: 1.8;
      font-weight: 400;
      max-width: 420px;
  }

  .ubicacion-boton {
      margin-top: 35px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 260px;
      height: 58px;
      padding: 0 30px;

      border: 1.5px solid #ffffff;
      border-radius: 12px;

      color: #ffffff;
      text-decoration: none;
      font-size: 1.3rem;
      font-weight: 600;
      transition: all 0.3s ease;
  }

  .ubicacion-boton:hover {
      background-color: #ffffff;
      color: #1f1f1f;
  }

  @media (max-width: 992px) {
      .ubicacion-section {
          padding: 40px 20px;
      }

      .ubicacion-fila-uno {
          gap: 25px;
      }

      .ubicacion-fila-uno-imagen img,
      .ubicacion-fila-uno-texto {
          min-height: 420px;
      }

      .ubicacion-titulo {
          font-size: 2.8rem;
      }

      .ubicacion-descripcion {
          font-size: 1rem;
          line-height: 1.7;
      }
  }

  @media (max-width: 768px) {
      .ubicacion-fila-uno {
          flex-direction: column;
          align-items: center;
      }

      .ubicacion-fila-uno-imagen,
      .ubicacion-fila-uno-texto {
          width: 100%;
          max-width: 100%;
      }

      .ubicacion-fila-uno-imagen img {
          min-height: 280px;
      }

      .ubicacion-fila-uno-texto {
          min-height: auto;
          padding: 40px 25px;
          border-radius: 16px;
      }

      .ubicacion-titulo {
          font-size: 2.2rem;
      }

      .ubicacion-hr {
          width: 75%;
          margin: 22px 0 28px;
      }

      .ubicacion-descripcion {
          font-size: 1rem;
          line-height: 1.6;
      }

      .ubicacion-boton {
          min-width: 220px;
          height: 52px;
          font-size: 1rem;
      }
  }

  /* HELPERS/FOOTER*/

  .btn-custom {
      background: #6c757d;
      color: #fff;
      font-weight: 600;
      border-radius: 30px;
      padding: 10px 30px;
  }

  .btn-custom:hover {
      background: #0f1f2e;
      transition: 0.6s;

  }

  .footer-gi {
      background: #e9e9e9;
      padding: 15px 0;
      font-size: 20px;
  }

  .footer-content {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
  }

  .footer-logo {
      height: 70px;
  }

  .footer-center {
      display: flex;
      align-items: center;
      gap: 10px;
      color: #333;
  }

  .footer-center .divider {
      color: #666;
  }

  .footer-right {
      display: flex;
      align-items: center;
      gap: 8px;
      color: #333;
  }

  .fb-icon {
      height: 20px;
  }

  @media (max-width: 768px) {
      .footer-content {
          flex-direction: column;
          text-align: center;
          gap: 10px;
      }
  }