.inicio{
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.bc-gray{
	background-color: #343a40;
}
.centrar{
 	position: absolute;
  	top:35%;
  	left:50%;
  	width:400px;
  	margin-left:-200px;
  	margin-top:-150px;
  	padding:5px;
}
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.logo_prim{
	width: 30%;
	height: 70%;
}
@media only screen and (max-width: 1200px) {
	.inicio{
		background-position: unset;
	}
	.footer {
	    position: fixed;
	    left: 0;
	    bottom: 0;
	    width: 100%;
	    text-align: center;
	}
}
@media only screen and (max-width: 768px) {
	.inicio{
		background-position: unset;
	}
	.footer {
	    position: fixed;
	    left: 0;
	    bottom: 0;
	    width: 100%;
	    text-align: center;
	}
}
@media only screen and (max-width: 425px) {
	.inicio{
		background-position: unset;
	}
	.footer {
	    position: fixed;
	    left: 0;
	    bottom: 0;
	    width: 100%;
	    text-align: center;
	}
}
.fs-small{
    font-size: 11px !important;
}
.bg-contacto {
    background-color: #cdf1f9!important;
}
.bg-consulta {
    background-color: #fdf2cd!important;
}
.text-semibold{
	font-weight: 600 !important;
}
.bg-contacto-cliente {
    background-color: #cdf1f9!important;
}
.bg-contacto-usuario {
    background-color: #ebcdf9!important;
}