.titulos-pricipales-movil{
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 30px;
	}
.hidden-dom{
	visibility:hidden;
	display:none;
	}
.navbar-movil{
	width:100%;
	margin:0px;
	height:90px;
	background-color:#000;
	position:fixed;
	z-index:250;
	}
.formulario-txt{
	width:100%;
	height:40px;
	border-radius:10px;
	}
.formulario-edit{
	width:100%;
	border-radius:10px;
	}	
::placeholder {
  color:#000;
  padding-left:15px;
}	

.fondo-contacto-mobile{
  background-color: #E1E1E1;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;;
  width: 100%;
}

.portada-tasaciones-mobile{
  background-image: url(../video/mobile/nosotros_mobile.jpg);
  background-repeat: no-repeat;
  background-size:cover;
  height: 2000px;
  width: 100%;
}

.fondo-tasaciones-mobile{
  background-color: #E1E1E1;
  background-size: contain;
  height: auto;
  width: 100%;
}