body {
  background: linear-gradient(135deg, #0F1115, #1A1D23) !important;
  height: 100vh;
}

.bg-none{
  background: none !important;
}

.first-container-index {
  margin-top: 60px;
  height: 100vh;
  background-image: url(../img/Multiequipos.png) !important;
  background-size: cover;
  text-align: left;
}



.div-h1 {
  height: 100%;
  padding-top: 15vw;
  height: max-content;
}

.first-h1-index {
  padding: 100px, 40px, 0px, 40px;
  font-size: 500%;
}

.solicita-cotizacionW {
  background-color: rgb(0, 145, 90);
  width: 80%;
  height: 50px;
  margin-top: 20px;
  margin-left: 30px;
  color: white;
  border-radius: 16px;

}

.CuidaLoqueImporta{
  text-align: center;
  font-size: 3.5em ;
  margin-top: 6%;
  margin-bottom: 5%;
  font-weight: bold;
}

.p-camara-index-1{
  line-height: 1.3;
  text-align: justify;
  font-size: 1.5em;
  margin-left: 3%;
  margin-right: 3%;
}

.lista-camara{
  list-style: none; 
  padding: 0;
  font-size: 1.3em;
  margin:5%;
}

.p-camara-index-2{
  line-height: 1;
  text-align: justify;
  font-size: 1.5em;
  margin-left: 3%;
  margin-right: 3%;
}
.lista-mantenimiento{
  padding: 0;
  font-size: 1.3em;
  margin-left:10%;
}

.h5-accesorios{
  font-size: 1.1em;
}

/* Fondo del siguiente bloque */
.bloque-secundario {
  background: linear-gradient(135deg, #0B0C10, #1C1F26);
  color: white;
}

/* ------------------------------------------------------------------------------------- */
@media (max-width: 1500px) {
 
  


  .first-container-index {
    margin-top: 60px;
    height: 100vh;
    background-image: url(../img/Multiequipos.png) !important;
    background-size: cover;
    text-align: left;
    height: auto;
  }

  .div-h1 {
  height: 100%;
  padding-top: 20vw;
  width: 150% !important;
  height: max-content;
  justify-content: flex-start;
}
  .first-h1-index {
    padding: 800px, 40px, 0px, 40px;
    font-size: 450%;
  }

  .solicita-cotizacionW {
    background-color: rgb(0, 145, 90);
    width: 30%;
    height: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    color: white;
    border-radius: 16px;
    font-size: 1.1rem;
  }

  .CuidaLoqueImporta{
  text-align: center;
  font-size: 2.5em ;
  margin-top: 6%;
  margin-bottom: 5%;
  font-weight: bold;
}

.p-camara-index-1{
  line-height: 1.3;
  text-align: justify;
  font-size: 1.2em;
  margin-left: 3%;
  margin-right: 3%;
}

.lista-camara{
  list-style: none; 
  padding: 0;
  font-size: 1.2em;
  margin:5%;
}

.p-camara-index-2{
  line-height: 1;
  text-align: justify;
  font-size: 1.2em;
  margin-left: 3%;
  margin-right: 3%;
}

.h5-accesorios{
  font-size: .7em;
}

}

/* ------------------------------------------------------------------------------------- */
@media (max-width: 1000px) {
  
  .first-container-index {
    margin-top: 60px;
    height: 100vh;
    background-image: url(../img/Multiequipos.png) !important;
    background-size: cover;
    text-align: left;
    height: auto;
  }

  .div-h1 {
  height: 100%;
  justify-content: flex-start;
  padding-top: 10vw;
  height: max-content;
}
  .first-h1-index {
    padding: 100px, 40px, 0px, 40px;
    font-size: 300%;
  }

  .solicita-cotizacionW {
    background-color: rgb(0, 145, 90);
    width: 40%;
    height: 50px;
    margin-top: 20px;
    margin-left: 30px;
    color: white;
    border-radius: 16px;
    font-size: .8rem;
  }

  .h5-accesorios{
  font-size: .8em;
}

}

/* --------------------------------------------------------------------------------- */
@media (max-width: 768px) {
  

  .div-h1 {
  height: 100%;
  padding-top: 20vw;
  height: max-content;
}

  .first-container-index {
    margin-top: 50px;
    height: 50vh;
    background-image: url(../img/Multiequipos.png) !important;
    background-size: cover;
    text-align: left;
    height: auto;
  }

  .first-h1-index {
    padding: 100px, 40px, 0px, 40px;
    font-size: 190%;
  }

  .solicita-cotizacionW {
    background-color: rgb(0, 145, 90);
    width: 80%;
    height: 50px;
    margin-top: 20px;
    margin-left: 30px;
    color: white;
    border-radius: 16px;
    font-size: .7rem;
  }
  .CuidaLoqueImporta{
  text-align: center;
  font-size: 2em ;
  margin-top: 6%;
  margin-bottom: 5%;
  font-weight: bold;
}

.p-camara-index-1{
  line-height: 1;
  text-align: justify;
  font-size: 1.2em;
  margin-left: 0%;
  margin-right: 0%;
}

.lista-camara{
  list-style: none; 
  padding: 0;
  font-size: 1em;
  margin:5%;
}

.p-camara-index-2{
  line-height: 1;
  text-align: justify;
  font-size: 1.1em;
  margin-left: 0%;
  margin-right: 0%;
}

.h5-accesorios{
  font-size: .9em;
}


}



