.nohome header::before{
  display: none;
}
.nohome article.banner video{
  display: none !important;
}
.nohome header img.logo{
  max-width: 350px;
}
.nohome article.banner{
  background-image: url(../img/fondo-contacto.gif);
  height: 75vh;
  background-size: cover;
  background-position: center;
}
.nohome#serviciouno article.banner{
  background-image: url(../img/fondo-servicio.gif);
}
.nohome header{
  padding-top: 0px;
  padding-bottom: 20px;
}
.nohome article.banner .texto-bv h2{
  margin-top: 70px;
}
body.nohome article.somos .contiene-somos{
  grid-template-columns: 40% 60%;

}
body.nohome article.somos .contiene-somos div.imagen-somos{
  background-image: none;
  background-color: #eaeaea;
}
article.form{
  background-color: #eaeaea;
  padding-top: 100px;
  padding-bottom: 100px;
}
body.nohome article.form .contiene-form{
  display: grid;
  gap: 70px;
  width: 80%;
  margin: auto;
}
body.nohome article.form h3{
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.6rem;
  position: relative;
  padding-bottom: 90px;
}
body.nohome article.form h3::after{
  content: "";
  width: var(--width-linea-h3);
  height: 7px;
  position: absolute;
  left: 50%;
  top: 60px;
  margin-left: var(--margen-linea-h3);
  border-radius: 10px;
  background: rgb(222,222,222);
  background: -moz-linear-gradient(90deg, rgba(222,222,222,1) 0%, rgba(158,158,158,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(222,222,222,1) 0%, rgba(158,158,158,1) 100%);
  background: linear-gradient(90deg, rgba(222,222,222,1) 0%, rgba(158,158,158,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dedede",endColorstr="#9e9e9e",GradientType=1);
}
body.nohome article.form p{
  width: 650px;
  margin: auto;
  text-align: center;
  margin-top: 0;
}
body.nohome article.form .contiene-form form{
  width: 500px;
  margin: auto;
  margin-top: 40px;
  padding: 2em;
  text-align: center;
}
body.nohome article.form .contiene-form form .campo{
  position: relative;
  transition: .2s ease;
  -o-transition: .2s ease;
  -webkit-transition: .2s ease;
  margin-bottom: 30px;
}
body.nohome article.form .contiene-form form .campo label{
  position: absolute;
  top: 7px;
  left: 3px;
  padding-left: 10px;
  padding-right: 10px;
  transition: .2s ease;
  -o-transition: .2s ease;
  -webkit-transition: .2s ease;
  z-index: 0;
}
body.nohome article.form .contiene-form form input, body.nohome article.form .contiene-form form textarea{
  outline: none !important;
  border: none;
  background: none;
  border-bottom: solid 2px #999;
  border-radius: 0px;
  box-shadow: none;
  position: relative;
  z-index: 1;
}
body.nohome article.form .contiene-form form .campo.hover input, body.nohome article.form .contiene-form form .campo.hover textarea{
  border-bottom: solid 2px #555;
}
body.nohome article.form .contiene-form form .campo.hover label{
  top: -15px;
  transition: .2s ease;
  -o-transition: .2s ease;
  -webkit-transition: .2s ease;
  font-size: .8em;
  padding-left: 0;
}
body.nohome article.form .contiene-form form textarea{
  max-height: 150px;
  min-height: 86px;
}
body.nohome article#somos .contiene-mapa iframe{
  width: 100%;
  height: 100%;
}

body.nohome#serviciouno article.somos .contiene-somos{
  grid-template-columns: 100%;
}

body.nohome#serviciouno article.somos .contiene-somos .textos-somos{
  margin: auto;
}

body.nohome#serviciouno article.somos .contiene-somos .textos-somos p.primero{
  text-align: center;
}

body.nohome#serviciouno article.somos .contiene-somos .textos-somos .doble-col{
  padding-left: 50px;
  padding-right: 50px;
}

body.nohome#serviciouno article.galeria .contiene-galeria{
  background-color: #999;
  margin-bottom: 6em;
}

#static-thumbnails{
  margin-bottom: 8em;
}

article.banner-prefooter.prebanner-servicio{
  background-image: url(../img/prebanner-servicio.png);
}

article.banner-prefooter.prebanner-servicio a.btn{
  background: #FFF !important;
  color: #202020;
  padding: 6px 0px;
  width: 120px;
  text-align: center;
  display: inline-block;
  opacity: .7;
  margin-top: 20px;
}

.lg-download{
  display: none;
}