@media screen and (min-width: 50px) and (max-width: 768px) {
    /* Estilos espec�ficos para dispositivos m�viles */
    .img-header{
        display:none;
    }
}
@media screen and (min-width: 769px)  {
    /* Estilos espec�ficos para dispositivos m�viles */
	.img-header{
		width: 30%;
	}
}
.bgc{
	height: 15vw;
}
.bgc-blue{
	background-color: #154360;
	background-repeat: no-repeat;
  	background-position: top center;
}
.bgc-white{
	background-color:#fff;
}
.bgc-brown{
	background-color:#fff;
	
}
.bgc-orange{
	background-color: #FFA534;
}
.input-form{
	border: none;
	border-radius: 0;
	background: none;
	border-bottom: 1px solid #919191;
}
.form-inscription{
   box-shadow: 0px 21px 38px -21px rgba(0,0,0,0.68);
   margin-top: -15%;
}
.text-form{
 	letter-spacing: 1px;
}
.text-form_plomo{
	color: #747474;
}
.text-form_claro{
	color: #8a8a8a;
}
.border-title{
	border-bottom: 2px solid #e7e9eb;
}


.number{
	font-size: 30px;
}
.svg-white{
	width: 20px;
	height: 20px;
	color: white;
}
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(201, 235, 248, 0.904);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}