body {

	font-family: 'Montserrat', sans-serif;
	
	background-color: #ffffff;
	
	overflow-x: hidden;
}

#espacios {
	
	display: none !important;
	
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/cargando.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

#header {
	
	display: block !important;
	
}

#info {
	
	background-image: url(../img/background-desktop-compras-a-un-clic-fruta-fresca.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #ffffff;
	
} 

.boton {
	
    border-color: #000000 !important;
    background-color: #000000 !important;
	box-shadow: inset 0 0 0 0 #93278f !important;
}

.card {
	
	border-color: white !important;
}

.form-control:focus {
	
	border-color: #ed1e79 !important;
	box-shadow: inset 0 0 0 0 #ed1e79 !important;
  
}

@media only screen and (max-width: 767px) {

#info {
	
	background-image: url(../img/background-mobile-compras-a-un-clic-fruta-fresca.jpg);
	
	padding-left: 25px !important;
	padding-right: 25px !important;
	
}

}

@media only screen and (min-width: 1368px) {
	
#espacios {
	
	display: block !important;
	
}
	
}