.m-t-10 {
  margin-top: 10px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.p-0 {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.p-t-5 {
  padding-top: 5px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-50 {
  padding-top: 50px;
}

.p-t-60 {
  padding-top: 60px;
}

.p-t-70 {
  padding-top: 70px;
}

.p-t-80 {
  padding-top: 80px;
}

.p-t-100 {
  padding-top: 100px;
}

.p-t-110 {
  padding-top: 110px;
}

.p-t-120 {
  padding-top: 120px;
}

.p-t-130 {
  padding-top: 130px;
}

.p-t-140 {
  padding-top: 140px;
}

.p-t-148 {
  padding-top: 148px;
}

.p-t-150 {
  padding-top: 150px;
}

.p-t-160 {
  padding-top: 160px;
}

.p-t-170 {
  padding-top: 170px;
}

.p-t-180 {
  padding-top: 180px;
}

.p-t-190 {
  padding-top: 190px;
}

.p-t-200 {
  padding-top: 200px;
}

.p-t-210 {
  padding-top: 210px;
}

.p-t-220 {
  padding-top: 220px;
}

.p-t-230 {
  padding-top: 230px;
}

.p-t-240 {
  padding-top: 240px;
}

.p-t-250 {
  padding-top: 250px;
}

.p-t-260 {
  padding-top: 260px;
}

.p-t-270 {
  padding-top: 270px;
}

.p-t-280 {
  padding-top: 280px;
}

.p-t-290 {
  padding-top: 290px;
}

.p-t-300 {
  padding-top: 300px;
}

.p-t-350 {
  padding-top: 350px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.p-b-40 {
  padding-bottom: 40px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.p-b-60 {
  padding-bottom: 60px;
}

.p-b-70 {
  padding-bottom: 70px;
}

.p-b-80 {
  padding-bottom: 80px;
}

.p-b-100 {
  padding-bottom: 100px;
}

.p-b-120 {
  padding-bottom: 120px;
}

.p-b-150 {
  padding-bottom: 140px;
}

.p-b-190 {
  padding-bottom: 190px;
}

.p-b-200 {
  padding-bottom: 200px;
}

.p-b-230 {
  padding-bottom: 230px;
}

.p-b-300 {
  padding-bottom: 300px;
}

.p-b-310 {
  padding-bottom: 310px;
}

.p-b-410 {
  padding-bottom: 410px;
}

.p-b-450 {
  padding-bottom: 450px;
}

.p-b-500 {
  padding-bottom: 500px;
}

.p-b-550 {
  padding-bottom: 550px;
}
 
.p-b-600 {
  padding-bottom: 650px;
}

/* Estilos de textos */

h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2.8em;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 1.8em;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 1.6em;
}

h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.4em;
}

h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.2em;
}

p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1em;
}

.titulo-desarrollamos {
  font-size: 1em;
}

.texto-desarrollamos {
  font-size: 0.8em;
}

.titulo-footer {
  font-size: 1.2em;
}

.titulo-muebles {
  font-weight: 400;
  font-size: 1.1em;
}

.subtitulo-dise {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 2.5em;
}

.error {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 4em;
}


.titulo-slaider-contacto{
  font-size: 2.7em;
}

.texto-slaider-contacto{
  font-size: 1.8em;
}


/* Estilos de color */

.c-blanco {
  color: rgba(255, 255, 255, 1);
}

.c-negro {
  color: rgba(0, 0, 0, 1);
}

.c-gris {
  color: rgba(135, 129, 123, 1);
}

/* Estilos de seccion */

.seccion-porque {
  background-color: rgba(105, 103, 103, 1);
  padding: 50px 0 50px;
}

.seccion-footer {
  background-color: rgba(135, 129, 123, 1);
  padding: 50px 0 30px;
}

.seccion-footer-movil {
  background-color: rgba(135, 129, 123, 1);
  padding: 50px 0 30px;
}

.seccion-mobiles {
  background: url(../../app-assets/images/banner-nosotros.jpg);
  background-size: cover;
  padding: 50px 0 50px;
}

.seccion-mision-valores {
  background: url(../../app-assets/images/banner-mision.jpg);
  background-size: cover;
  padding: 50px 0 50px;
}

.seccion-mision-movil-01 {
  background: url(../../app-assets/images/banner-mision.jpg);
  background-size: cover;
  padding: 50px 0 50px;
}

.seccion-valores-movil {
  background: url(../../app-assets/images/banner-mision.jpg);
  background-size: cover;
  padding: 50px 0 50px;
}

.seccion-proyectos-movil {
  background: url(../../app-assets/images/banner-proyectos-movil.jpg);
  background-size: cover;
  padding: 10px 0 220px;
}

.seccion-gracias{
  background: url(../../app-assets/images/banner-mobilis-01.jpg);
  background-size: cover;
  padding: 10px 0 220px;
}


.seccion-icono-diseñamos {
  background-color: rgba(135, 129, 123, 1);
  padding: 30px 0 30px;
}

.seccion-error-404 {
  height: 100vh;
  display: flex;
  padding: 30px 0 30px;
  align-items: center;
  justify-content: center;
  background-color: #f8f9fa;
  /* Fondo claro */
}

.btn-cotiza {
  background-color: rgba(135, 129, 123, 1);
  color: rgba(255, 255, 255, 1);
  padding: 10px 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  border: 0;
}

.btn-muebles {
  background: rgba(0, 0, 0, 0);
  color: rgba(255, 255, 255, 1);
  box-shadow: 0 0 0 rgba(100, 100, 100, 0);
  border: 1px solid rgba(255, 255, 255, 1);
  padding: 5px 25px;
  font-size: 0.7em;
  border-radius: 15px !important;
}

.btn-muebles:hover {
  background: rgba(0, 0, 0, 0) !important;
  color: rgba(255, 255, 255, 1);
  box-shadow: 0 0 0 rgba(100, 100, 100, 0);
  border: 1px solid rgba(255, 255, 255, 1);
  padding: 5px 25px;
  font-size: 0.7em;
  border-radius: 15px !important;
}

.navbar-custom {
  background-color: rgba(11, 14, 11, 1);
  /* Fondo negro con opacidad */
}

.navbar-custom {
  background-color: rgba(255, 255, 255, 0.9);
}

.navbar-scrolled {
  background-color: rgba(255, 255, 255, 0.9) !important;
  transition: background-color 0.3s ease;
}

.modal-menu ul {
  list-style: none;
  padding: 0;
}

.close-menu-movil {
  color: white;
  opacity: 1;
  font-size: 1.8em;
}

.modal-menu li {
  margin: 20px 0;
}

.modal-menu a {
  color: rgba(255, 255, 255, 1);
  font-size: 1.5rem;
  text-decoration: none;
}

.social-icons a {
  color: white;
  font-size: 1.5rem;
  margin: 0 15px;
}

.menu-principal li a {
  font-family: "Montserrat", sans-serif;
  color: rgba(135, 129, 123, 1);
  font-weight: 700;
}

.menu-movil li a {
  font-family: "Montserrat", sans-serif;
  color: rgba(255, 255, 255, 1);
  font-size: 2em;
  font-weight: 700;
}

.modal-menu-movil {
  background-color: rgba(0, 0, 0, 1) !important;
}

html {
  scroll-behavior: smooth;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 1);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 1);
  border-radius: 0.3rem;
  outline: 0;
}

#numero4,
#numero1,
#numero5,
#numero3,
#numero6,
#numero2 {
  fill: #d1d4ca;
  /* Color de relleno para todos los estados */
  stroke: #fff;
  /* Color de borde */
  stroke-width: 1;
  /* Grosor del borde */
  transition: fill 0.3s;
  /* Transición suave del cambio de color */
  cursor: pointer;
}

#numero4:hover,
#numero1:hover,
#numero5:hover,
#numero3:hover,
#numero6:hover,
#numero2:hover {
  fill: #8f9386;
  /* Color de relleno para todos los estados */
  stroke: #fff;
  /* Color de borde */
  stroke-width: 1;
  /* Grosor del borde */
  transition: fill 0.3s;
  /* Transición suave del cambio de color */
}

#info-container {
  position: absolute;
  /* Importante para permitir el posicionamiento */
  display: none;
  /* Oculto por defecto */
  z-index: 1000;
  /* Para que esté encima de otros elementos */
  background-color: white;
  border: 1px solid #ccc;
  padding: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: 200px;
  /* Ajusta según sea necesario */
}

.escritorio-mision {
  margin-top: -30%;
}

  .carousel-item {
    height: 100vh;
    /* Altura completa en escritorio */
    background-size: cover;
    background-position: center;
    position: relative;
  }

  .carousel-caption {
    position: absolute;
    top: 53%;
    /* Centrado vertical */
    left: 15%;
    /* Margen desde el lado izquierdo */
    transform: translateY(-50%);
    /* Ajuste para centrado vertical */
    text-align: left;
    /* Texto alineado a la izquierda */
    z-index: 10;
    /* Asegurarnos de que esté por encima de otros elementos */
    max-width: 40%;
    /* Ancho del texto ajustado */
  }

  .carousel-caption h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3.4em;
    /* Tamaño grande en escritorio */
  }

  .carousel-caption p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
  <<<<<<< Updated upstream
    font-size: 2.4em;
  =======
    font-size: 2.2em;
  >>>>>>> Stashed changes
  =======
    font-size: 2.2em;
  >>>>>>> Stashed changes
    /* Subtítulo más grande */
  }

  .carousel-caption a {
    background-color: rgba(135, 129, 123, 1);
    color: rgba(255, 255, 255, 1);
    padding: 10px 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    border: 0;
  }

  /* Ajustes para móviles */
  @media (max-width: 768px) {
    .carousel-item {
      height: 70vh;
      /* Altura más pequeña en móviles */
    }

    .carousel-caption {
      top: 50%;
      /* Sigue centrado verticalmente */
      left: 18%;
      /* Mayor separación desde el lado izquierdo */
      right: 8%;
      /* Asegurar margen desde el lado derecho */
      max-width: 90%;
      /* Ocupa más ancho en móvil */
      transform: translateY(-50%);
      /* Centrado en móviles también */
      text-align: center;
    }

    .carousel-caption h2 {
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 2.8em; /* Título más grande */
      line-height: 1.3; /* Mejor espacio entre líneas */
      /* Título más grande */
      line-height: 1.3;
      /* Mejor espacio entre líneas */
    }

    .carousel-caption p {
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 2em;
      line-height: 1.4;
    }

    .carousel-caption a {
      background-color: rgba(135, 129, 123, 1);
      color: rgba(255, 255, 255, 1);
      padding: 10px 40px;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      border: 0;
    }
  }

  /* Ajustes adicionales para pantallas muy pequeñas */
  @media (max-width: 480px) {
    .carousel-caption {
      left: 6%;
      /* Más margen en pantallas muy pequeñas */
      right: 6%;
      text-align: center;
    }

    .carousel-caption h2 {
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 2.4em;
      /* Título más grande */
    }

    .carousel-caption p {
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 1.8em;
    }
  }

  /* Estitlos de los card de proyectos */

  .custom-column {
    position: relative;
    height: 300px; /* Ajusta la altura de las columnas */
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    border-radius: 5px !important;
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1); /* Fondo semitransparente */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .overlay h3 {
    margin-bottom: 15px;
  }

  .overlay button:hover {
    background-color: #0056b3;
  }

  .rounded {
    border-radius: 8px;
  }

  .custom-column:hover {
    transform: scale(1.03); /* Efecto al pasar el mouse */
  }
