body {

	font-family: 'Montserrat', sans-serif;

	background-image: url(../img/background-landing.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #C0C5CB ;
	
	overflow-x: hidden;
	
	font-size: 12px !important;
}

input {

	font-size: 12px !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;
}

.espacio-imagen {
	
	/*padding-left: 100px !important;*/
	
}

.enlace {
	
	color: #ed1e79 !important;
	
}

.boton {
	
    border-color: #ed1e79 !important;
    background-color: #ed1e79 !important;
	box-shadow: inset 0 0 0 0 #93278f !important;
	font-size: 12px !important;
}

.boton:focus {
	
    border-color: #93278f !important;
    background-color: #93278f !important;
	box-shadow: inset 0 0 0 0 #ed1e79 !important;
	font-size: 12px !important;
}

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

.info-color {

    background-image: linear-gradient(#ed1e79, #93278f) !important;
}

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

.campoerror {
	border-color:red;
}

/*.btn {
	 background-color: #fff;
    border: 0.5px solid #767676;
    padding: 0rem .75rem;
    font-size: 0.8rem;
}*/

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.8rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.15rem;
}

#espacio {
	display: none;
}

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

body {

	background-image: none;
	
}

.espacio-imagen {
	
	/*padding-left: 0px !important;*/
	
}

#info {
	
	padding-left: 33px !important;
	
}

#espacio {
	display: block;
}

}