@CHARSET "UTF-8";

#pagina-masteres.formulario-masteres{
	height:700px; 
	position:absolute; 
	min-width:400px; 
	z-index: 20;
	margin-bottom: 100px;
}

.formulario-masteres hr{
	border-top: 1px solid #808080;
	margin-top: -10px;
	margin-bottom: 0;
}
.formulario-masteres label{
	font-size:13px;
	font-weight:normal;
	color:#4d4d4d;
	padding-bottom:0;
	margin-bottom:0;
}
.formulario-masteres .formulario{
	width: 100%;
	text-transform:uppercase;
	background-color:#808080;
	border:none;
	height:35px;
	font-size:15px;
	color:#fff;	
    border-radius: 0px;
    padding-top:0px;
    padding-bottom:1px;
    margin-top: 15px;
}
.formulario-masteres .formulario:hover{
	background-color:#d22020;
}
.formulario-masteres .form-group{
	margin-top: 10px;
	margin-bottom: 8px;
}	
.formulario-masteres .form-group.form-item-telefono{
	margin-top: 21px;
}
.formulario-masteres .g-recaptcha > div{    
	margin: 0px auto;
}
.formulario-masteres h3{
	margin-top:0;
}
.formulario-masteres .errorFormulario{
    color: #d22020;
    font-size: 13px;
    margin-top: -15px;
    background-color: #fef5f1;
}
.pag-masteres .alert-block,
.node-type-usal-master .alert-block{
	display:none;
}
#desp-formulario{
	display:block;
	width: 100%;
	text-transform:uppercase;
	background-color:#d22020;
	border:none;
	height:35px;
	font-size:15px;
	color:#fff;	
    border-radius: 0px;
    padding-top:0px;
    padding-bottom:1px;
    margin-top: 15px;
    line-height:35px;
    text-align:center;
    font-weight:bold;
    letter-spacing: 0.1em;
}
#desp-formulario:hover{
	background-color:#d22020;
}

#feedback{
	margin-top:32px;
}
#pagina-masteres.formulario-masteres #mainContent{
	background-color:#f7f7f7;
	color:#4d4d4d;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
#pagina-masteres.formulario-masteres #mainContent h3{
	color:#4d4d4d;
}
#pagina-masteres.formulario-masteres #mainContent label{
	color:#4d4d4d;	
}
#pagina-masteres.formulario-masteres #mainContent a{
	color:#4d4d4d;	
	font-weight:bold;	
}
#pagina-masteres.formulario-masteres #mainContent .form-text{
	background:#fff;
}
#pagina-masteres.formulario-masteres #mainContent .formulario{
	background: #d22020;
}
#pagina-masteres.formulario-masteres #mainContent .form-group.form-item-telefono{
	margin-top:0;
}

@media only screen and (max-width: 1000px) {
	#pagina-masteres.formulario-masteres{
		position:relative !important;
		min-width:0;
		top:30px;
		margin-bottom:40px;
		bottom:0px !important;
	}
	#pagina-masteres.formulario-masteres hr{
		margin-top: 5px;
		margin-bottom:20px;	
	}
	#pagina-masteres.formulario-masteres h3{
		margin-bottom:10px;	
	}	
	.node-type-usal-master .col-md-4.sticky{
		position: relative !important;
    	top: 0;
    	left: 0;
	}
}


@media only screen and (min-width: 1300px) {
	.node-type-usal-master .col-md-4.sticky{
		/*position:fixed !important;    
	    top: 180px;
	    left: 63%;*/
	    max-width:333px;
	}

	.formulario-masteres.sticky{
		position:fixed !important;
	    bottom: -100px;
	    max-width: 400px;
	}
}