/* Original */
body > .col-lg-12 {padding: 0;position: relative;}
body > .col-lg-12 >.col-lg-12 {background: #960A11;position: relative;z-index: 9;}
body > .col-lg-12 >.col-lg-12 p {color: #fff;padding: 0;margin: 0;}
h1 {width: 33%;word-wrap: break-word;text-align:center;margin: 150px 0 0 0px;color: #8A0E17;font-size: 36px;text-transform: uppercase;font-family: hbc;font-weight: 700;line-height: 40px;display: inline-block;vertical-align: top;}
h1:first-child {margin-top: 71px;margin-right: 8%;}
.col-lg-1 { background: #FFC144;position: absolute;top: 0;height: 100%;}
.col-lg-3 {float: right;padding: 0;position: absolute;right: 0;height: 100%;overflow: hidden;}
.col-lg-3 img {float: right;height: 100%;}
h2 { font-family: hbc; font-size: 40px; color: #960A11; /*float: left;*/ width: 100%; text-align: left; }
div#html_element {width: 100%;margin: 40px 0;}
div#html_element > div {margin: 0 auto;}
/* form.frm-contacto-alumno label, p.limea-campo-cv { width: 100%;text-align: left;font-family: hblc;font-size: 18px;color: #818181;}
form.frm-contacto-alumno select, form.frm-contacto-alumno textarea, form.frm-contacto-alumno input{font-family: hblc;font-size: 18px;color: #818181;height: 40px;}
.btn-file {position: relative;overflow: hidden;font-size: 18px;font-family: hcon;background: #960A11;color: #fff;border: 2px solid #961211;padding: 5px 40px;height: auto;border-radius: 5px;margin: 0 15px;cursor: pointer;vertical-align: middle;}
.btn-file input[type=file] {position: absolute;top: 0;right: 0;min-width: 20px;min-height: 20px;font-size: 7px;text-align: right;filter: alpha(opacity=0);opacity: 0;outline: none;background: white;cursor: inherit;display: block;}
span.btn-file:hover { transition: 1s; background: #fff; color: #960A11;}
p.limea-campo-cv {font-size: 19px;}
label.agregar-anexo { margin: 0 0 10px;}
.form-group.col-lg-6.captc {clear: both;} */
.cls_frm1{float: left;
    width: 100%;
	padding: 0 3% 0 3%;
}
.clswh{
	background-color:white !important;
}
.row-idiomas {
    display: flex;
    flex-wrap: wrap; 
    align-items: stretch;
}
.row-idiomas > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
.row-idiomas .form-group {
    flex-grow: 1;
}
@media (max-width: 767px){
	.col-lg-3.col-md-3.col-sm-3.col-xs-12 {display: none;}
	h1 {width: 100%;margin: 10px 0;}
	.col-lg-1 {position: relative;height: auto;}
	h1:first-child {margin: 10px 0 0;}
	.col-lg-8 {padding: 0 15px;margin: 0;}
}

/* Ajustados del original */
.btn-cta{font-size: 18px;font-family: hcon;background: #960A11;color: #fff;border: 2px solid #961211;padding: 7px 40px;height: auto;border-radius: 5px;width: 100%;}
.btn-cta:hover{transition: 1s; background: #fff; color: #960A11;}

/* Vacantes */
.page-header {
	border-bottom: 1px solid #eee;
	margin: 40px 0 20px;
	padding-bottom: 9px;
}
.panel-vacancy {
	border-radius: 8px;
	border: 1px solid #ddd;
	box-shadow: 0 2px 4px rgba(0,0,0,0.05);
	transition: all 0.3s ease;
}
.panel-vacancy:hover {
	box-shadow: 0 8px 16px rgba(0,0,0,0.1);
	transform: translateY(-5px);
}
.panel-vacancy .panel-body {
	padding: 25px;
}
.panel-vacancy h3 {
	margin-top: 0;
	font-weight: 600;
	color: #333;
}
.panel-vacancy .school-name {
	font-weight: 600;
	color: #FFC144;
}
.btn-nwl-rojo {
	color: white;
	background-color: #960A11;
	border-color: #87090f;
	font-weight: 600;
	transition: background-color 0.2s;
}
.btn-nwl-rojo:hover, .btn-nwl-rojo:focus {
	color: white;
	background-color: #69070c;
	border-color: #5a060a;
}
.modal-header {
	border-bottom: 1px solid #e5e5e5;
}
.modal-content {
	border-radius: 8px;
}
.modal-title {
	font-weight: 700;
}
.modal-subtitle {
		color: #777;
}
.progress {
	height: 10px;
	margin-bottom: 20px;
}
.progress-bar {
	background-color: #960A11;
}
.dynamic-entry {
	margin-bottom: 20px;
}
.specialty-item .form-group {
	margin-bottom: 0;
}
#summary-view .list-group-item strong {
	display: inline-block;
	width: 150px;
	color: #555;
}