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

@media (max-width:630px) {
  .first .row_titulo{
    padding: 30px 0 !important;
  }
}

@media (min-width:630px) {
  .first .row_titulo{
    padding: 60px 0 !important;
  }
}

@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) {
    .logo {
        margin-left: 0px !important;
    }
  }

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

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

  .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.3;
    }

body h1{
  margin-top: 0px !important
}
body h2{
  margin-bottom: 0px !important
}

#frmContacto input,textarea {
    color: #202c45 !important;
 }

.quienes-somos{
  background-image: 
    linear-gradient(
      to bottom, rgba(255, 255, 255, 0.6),
      rgba(255, 255, 255, 0.6)),
    url('../images/quienes-somos.jpg') !important;
}
.chapa-pintura{
  background-image: 
    linear-gradient(
      to bottom, rgba(255, 255, 255, 0.6),
      rgba(255, 255, 255, 0.6)),
    url('../images/chapa-pintura2.jpg') !important;
}
.sacabollos{
  background-image: 
    linear-gradient(
      to bottom, rgba(255, 255, 255, 0.6),
      rgba(255, 255, 255, 0.6)),
    url('../images/sacabollos.jpg') !important;
}
.lustrado-pulido{
  background-image: 
    linear-gradient(
      to bottom, rgba(255, 255, 255, 0.6),
      rgba(255, 255, 255, 0.6)),
    url('../images/lustrado-pulido.jpg') !important;
}
.ceramico-acrilico{
  background-image: 
    linear-gradient(
      to bottom, rgba(255, 255, 255, 0.6),
      rgba(255, 255, 255, 0.6)),
    url('../images/ceramico-acrilico.jpg') !important;
}
.contacto-page{
  background-image: 
    linear-gradient(
      to bottom, rgba(255, 255, 255, 0.6),
      rgba(255, 255, 255, 0.6)),
    url('../images/contacto-page.jpg') !important;
}
.san-isidro{
  background-image: 
    linear-gradient(
      to bottom, rgba(255, 255, 255, 0.6),
      rgba(255, 255, 255, 0.6)),
    url('../images/san-isidro.jpg') !important;
}
