@media (min-width:400px) {
  .first .row_titulo{
    min-height: 230px !important;
  }
  .contacto_f{
    margin-top: 60px !important;
  }
}

@media (max-width:630px) {
}

@media (min-width:768px) and (max-width:1058px) {
    .first .row_titulo h1{
      margin-top: 40px;
    }
}
@media (min-width: 1059px){
    .first .row_titulo h1{
      margin-top: 60px;
    }
}

@media (min-width:768px) and (max-width:992px) {
  #titulos span {
      font-size: 24px !important;
    }
}

  @media (max-width: 992px) {
  }

  @media (min-width: 992px) {
  }

  /* PARA LA VERSION TABLET-CELULAR */
  @media (max-width: 767px) {
    .texto p{
      padding: 15px;
    }
    .first .row_titulo div {
        margin: 40px 0;
    }
  }
  /* PARA LA VERSION TABLET-CELULAR */

@media (min-width: 768px){
  .texto p{
    padding: 30px 45px 30px 30px;
  }
}

  .first .row_titulo{
    /* min-height: 230px !important;*/
    margin: 0px !important;
  }

#form_c{
  /* background-color: #e7e7e7; */
  background-color: gray;
  padding: 25px;
}

    .texto{
      font-weight: 400; /*300=LIGHT 400=REGULAR 700/900=BOLD/BLACK */
      color: #202c45;
      font-size: 14px;
      text-align: justify;
      line-height: 1.4;
    }

.villa-urquiza{
  background-image: 
    linear-gradient(
      to bottom, rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)),
    url('../images/villa-urquiza.jpg') !important;
}
.chapa-pintura{
  background-image: 
    linear-gradient(
      to bottom, rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)),
    url('../images/chapa-pintura.jpg') !important;
}
.sacabollos{
  background-image: 
    linear-gradient(
      to bottom, rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)),
    url('../images/sacabollos.jpg') !important;
}
.pulido-lustrado{
  background-image: 
    linear-gradient(
      to bottom, rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)),
    url('../images/pulido-lustrado.jpg') !important;
}
.tratamiento-ceramico-acrilico{
  background-image: 
    linear-gradient(
      to bottom, rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)),
    url('../images/tratamiento-ceramico-acrilico.jpg') !important;
}
.taller-belgrano{
  background-image: 
    linear-gradient(
      to bottom, rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)),
    url('../images/taller-belgrano.jpg') !important;
}
.contacto-gdf{
  background-image: 
    linear-gradient(
      to bottom, rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)),
    url('../images/contacto-gdf.jpg') !important;
}