@charset "UTF-8";
/* Aseguramos que el html y body ocupen todo el alto */
html,
body {
  height: auto;
  margin: 0;
}

/* Establecemos la imagen de fondo para todo el body */
body {
  background-color: #000;
  font-family: "Sofia Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  color: #cdcdcd;
  line-height: 1.3;
}

body.home-1 {
  background-image: url("../img/fondos/LDMX_Home1.jpg");
  background-repeat: no-repeat;
  background-color: #000;
  background-position: top center;
}

body.home-2 {
  background-image: url("../img/fondos/LDMX_Home2.jpg");
  background-repeat: no-repeat;
  background-color: #000;
  background-position: top center;
}

body.home-3 {
  background-image: url("../img/fondos/LDMX_Home3.jpg");
  background-repeat: no-repeat;
  background-color: #000;
  background-position: top center;
}

body.home-4 {
  background-image: url("../img/fondos/LDMX_Home4.jpg");
  background-repeat: no-repeat;
  background-color: #000;
  background-position: center center;
}

body.home-5 {
  background-image: url("../img/fondos/LDMX_Home5.jpg");
  background-repeat: no-repeat;
  background-color: #000;
  background-position: top center;
}

body.nosotros {
  background: url("../img/fondos/LDMX_Nosotros.jpg") no-repeat center center;
  background-color: #000;
}

body.clientes {
  background: url("../img/fondos/LDMX_Clientes.jpg") no-repeat center center;
  background-color: #000;
}

body.contacto {
  background: url("../img/fondos/LDMX_Contacto.jpg") no-repeat center left;
  background-color: #000;
}

.hand {
  cursor: pointer;
}

/* Estilo para la barra lateral */
.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  height: 40px;
  width: 100%;
  /* Se amplía el ancho para acomodar los íconos */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  background-color: rgb(0, 0, 0);
  z-index: 100;
}
.sidebar img {
  max-height: 30px;
  width: auto;
}

/* Estilos para los íconos */
.icon-btn {
  font-size: 24px;
  color: white;
  cursor: pointer;
}

.icon-btn:hover {
  color: #ddd;
}

.firstnav a.nav-link {
  color: #828282;
  font-size: 2.5rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.firstnav a.nav-link:hover {
  color: #fff;
}
.firstnav a.active {
  color: #fff;
}

.subnav {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
}
.subnav li {
  padding: 0.2rem 0.5rem 0 0.5rem;
  margin: 0;
}
.subnav li a {
  padding: 0;
}
.subnav li a.nav-link {
  color: #9d9d9d;
  position: relative;
  padding-top: 0.3rem;
}
.subnav li a.nav-link:hover {
  color: #fff;
}
.subnav li a.nav-link::before {
  content: "";
  background-color: #fff;
  position: absolute;
  right: auto;
  height: 4px;
  margin-top: -5px;
  width: 50px;
}
.subnav li a.nav-link.active {
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

h1 {
  font-size: 6rem;
}

h2 {
  font-size: 2.5rem;
}

.navbar-toggler-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.vid-fluid {
  width: 100%;
  height: auto;
}

.modal-content {
  background-color: #000;
}

.offcanvas {
  background-color: #414141;
}

main.container, main.container-fluid {
  padding-top: 50px;
}

.sofia-sans-200 {
  font-family: "Sofia Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.logos-clientes {
  margin-bottom: 1rem;
  text-align: center;
}
.logos-clientes img {
  margin: 0.5rem 0.8rem 0.5rem 0.8rem;
  max-width: 80px;
}

.row-vh100 {
  height: auto;
}

/* Aseguramos que el carrusel ocupe toda la pantalla */
.carousel-item {
  /* 100% del alto de la ventana */
  background-size: cover;
  background-position: center;
}
.carousel-item .container-fluid {
  background-color: rgba(0, 0, 0, 0.5);
}

/* Estilo para el texto sobre el carrusel */
/* Ajuste para centrar los indicadores */
.carousel-indicators {
  bottom: 0;
  position: absolute;
}

.carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #9d9d9d;
  opacity: 0.6;
}

.carousel-indicators .active {
  background-color: white;
  opacity: 1;
}

.btn-outline-light {
  background-color: #000;
}

.btn-dark {
  background-color: #3f3f3f;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0.3rem 1.5rem;
  border-radius: 0;
}

.form-control {
  border-radius: 0;
}

.spacer-500 {
  width: 100%;
  height: 250px;
  clear: both;
}

.spacer-150 {
  width: 100%;
  height: 120px;
  clear: both;
}

.social-brands i {
  color: #9c9c9c;
  font-size: 2rem;
  margin: 0 0.4rem;
}
.social-brands a:hover i {
  color: #fff;
}

/* Media Queries */
@media (min-width: 768px) {
  html,
  body {
    height: 100%;
    margin: 0;
  }
  body {
    padding-bottom: 20px;
  }
  body.home-1 {
    background: url("../img/fondos/LDMX_Home1.jpg") no-repeat center center fixed;
    background-size: cover;
  }
  body.home-2 {
    background: url("../img/fondos/LDMX_Home2.jpg") no-repeat center center fixed;
    background-size: cover;
  }
  body.home-3 {
    background: url("../img/fondos/LDMX_Home3.jpg") no-repeat center center fixed;
    background-size: cover;
  }
  body.home-4 {
    background: url("../img/fondos/LDMX_Home4.jpg") no-repeat center center fixed;
    background-size: cover;
  }
  body.home-5 {
    background: url("../img/fondos/LDMX_Home5.jpg") no-repeat center center fixed;
    background-size: cover;
  }
  body.nosotros {
    background: url("../img/fondos/LDMX_Nosotros.jpg") no-repeat center center fixed;
    background-size: cover;
  }
  body.clientes {
    background: url("../img/fondos/LDMX_Clientes.jpg") no-repeat center center fixed;
    background-size: cover;
  }
  body.contacto {
    background: url("../img/fondos/LDMX_Contacto.jpg") no-repeat center center fixed;
    background-size: cover;
  }
  h2 {
    font-size: 4rem;
  }
  main.container,
  main.container-fluid {
    padding-top: 0;
  }
  .row-vh100 {
    height: 100vh !important;
  }
  .carousel-indicators {
    bottom: 20px;
    position: absolute;
  }
  .carousel-item {
    background-size: cover;
    background-position: center;
  }
  .carousel-item .container-fluid {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 50px;
    /* Se amplía el ancho para acomodar los íconos */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .subnav {
    font-size: 2rem;
  }
  .subnav li a.nav-link::before {
    content: "";
    background-color: #fff;
    position: absolute;
    right: 0;
    height: 4px;
    margin-top: -5px;
    width: 50px;
  }
  .logos-clientes {
    margin-bottom: 3rem;
  }
  .logos-clientes img {
    margin: 0.7rem 1.8rem 0.7rem 1.8rem;
    max-width: 100px;
  }
  .spacer-500 {
    width: 100%;
    height: 0;
    clear: both;
  }
}