.cb2_titulo {
  text-transform: uppercase;
  font-size: 30px;
  color: var(--neutro1);
  text-align: left;
  font-weight: 600;
}

.cb2_banner.cb2_conFondo {
  margin: 0 auto;
  font-family: Arial, sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 70vh;
  margin-bottom: 30%;
}

.cb2_contenedor {
  width: 85%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 40%;
}

@media (max-width: 1024px) {
  .cb2_banner.cb2_conFondo {
        min-height: 60vh;
        margin-bottom: 35%;
    }
    .cb2_contenedor {
    width: 85%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 15%;
}
}
@media (max-width: 1439px) {
 
    .cb2_contenedor {
    margin-bottom: 17%;
}
}

@media (max-width: 320px) {
  .cb2_banner.cb2_conFondo {
    min-height: 75vh;
  }
}

@media (max-width: 768px) {
  .cb2_titulo {
    font-size: 35px;
  }

  .cb2_contenedor {
    width: 80%;
    margin: auto;
    margin-top: 5%;
  }
}
@media (min-width: 1439px) {
    .cb2_banner.cb2_conFondo {
    min-height: 60vh;
    padding: 0;
    margin-bottom: 25%;
  }
}

@media (max-width: 768px) {
  .cb2_banner.cb2_conFondo {
    min-height: 60vh;
    margin-bottom: 40%;
  }
}

@media (min-width: 1440px) {
  .cb2_titulo {
    font-size: 35px;
  }

  .cb2_contenedor {
    width: 40%;
    margin-left: 80px;
    height: 40%;
    margin-bottom: 14%;
  }
}
@media (min-width: 1500px) {
  .cb2_contenedor {
    width: 40%;
    margin-left: 80px;
    height: 40%;
    margin-bottom: 9%;
  }
}
@media (max-width: 425px) {
  .cb2_banner.cb2_conFondo {
        margin-bottom: 60%;
    }
  .cb2_contenedor {
    width: 85%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 40%;
    margin-top: 10%;
}
    .formularioContacto {
        background-color: var(--color3);
        background-size: cover;
        background-position: center center;
        padding: calc(var(--tamanio-base) * 3.2rem);
        width: 100%;
        position: absolute;
        top: 65%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 80%;
        width: 100%;
        box-sizing: border-box;
        box-shadow: 20px 20px 10px 0px rgba(0, 0, 0, 0.40);
    }
    .cb2_banner.cb2_conFondo {
    min-height: 60vh;
    margin-bottom: 60%;
  }
}