

#logo{
	background-color: none;
	
	height: auto !important;
}
.special-border{
	position:relative;
	z-index:2;
}
.special-border:after{
	content:'';
	display:block;
	position:absolute;
	top:-6px;
	left:-6px;
	width:calc(100% + 12px);
	height:calc(100% + 12px);
	z-index:1;
	border-radius:50%;
	background: rgb(0,0,0);
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.16180) 100%);
	background: -o-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.16180) 100%);
	background: linear-gradient(to top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.16180) 100%);
}
#slider .slider-parallax-inner{
	background: url('../images/head1.jpg') center center no-repeat; 
	background-size: cover;
}
#empresas{background:#aaa0a0;}
#gotoTop:hover {
    background-color: #fda801 !important;
}
.btn-vacante{
	background: rgb(253,189,0);
	background: linear-gradient(180deg, rgba(253,189,0,1) 0%, rgba(252,165,0,1) 100%);
	border: 0;
	border-radius: 5px !important;
	color: #fff !important;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.btn-vacante:hover{
	opacity: 0.9;
}
.btn-vacante::before{
	content: ">";
	margin-right: 10px;
	font-size: 22px;
	vertical-align: middle;
	transform: rotate(90deg);
	display: inline-block;
}





.stretched #gotoTop {
    bottom: 30px !important;
}
#get-started-form-agree0{
	text-align: center !important;
}
.g-recaptcha > div{
	margin: 0 auto;
}

#t-estudios {
	margin: 1em 0;
}

#t-estudios .row{
	border-bottom: 1px solid #aaa;
}
#t-estudios .row:first-child{
	border-top: 1px solid #aaa;
}
#t-estudios .row div{
	padding: .5em 0;
}
#t-estudios label{
	margin-bottom: 0;
	text-transform: none;
}
#d-vacantes ul{
	margin-left: 2em;
	margin-bottom: 1em;
}

#d-vacantes p{
	margin-bottom: 1em;
}

#d-vacantes p:last-child{
	margin-bottom: 0;
}

.d-vacantes-item{
	background-color: #F8FAFB; border: 1px solid #E5E5E5;padding: 2em; margin: 1em; border-radius: 5px;
}

#accordion .panel{ margin: 1em 0; }

#accordion .panel-body{
	padding: 1em 3em 2em 3em;
}

#accordion .panel-title{
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 100%, rgba(241,241,241,1) 100%);
	border: 1px solid #E5E5E5; 
	margin: 1em; 
	border-radius: 5px;
}

#accordion .panel-title a{
	
	font-size: 23px;
	display: block;
	cursor: pointer;
	width: 100%;
	padding: 0.6em 1em;
	position: relative;
	font-weight: bold;
}

#accordion .panel-title a::after{
	content: "";
width: 30px;
height: 30px;
background: url("../images/arrow.png");
background-color: none;
top: 15px;
right: 5px;
position: absolute;
display: inline-block;
}

#accordion .panel-title a.collapsed::after{
	transform: rotate(-90deg);
	color: #000;
}

#accordion .panel-title a span{
	color: #035fa8;
	text-transform: uppercase;
}
#accordion .panel-title a strong{
    color: #999;
}


.bloque-vacante{
	margin-top: 1em;
}

.form-group0{
	margin-bottom: 1em;
}

.form-group0 h4{
	text-align: center;
	margin-bottom: .5em;
}

fieldset{margin-bottom: 5px !important;}

#d-footer{
	text-align: center;
	margin: 0;
	padding: 2em 0;
	font-size: 25px;
	background-color: #0073b6;
}

#d-footer p{
	margin-bottom: 1em;
}

#d-footer a{
	color: #fff;
	border: 2px solid #fff;
	border-radius: 5px;
	padding: 1em 2em;
	font-size: 15px;
}
#d-footer a:hover{
	text-decoration: underline !important;
}

.bloqueinicial{
	padding: 10px;
	margin: 0 0;
	background: url(../images/bg-title.png) no-repeat center center transparent;
	background-size: contain;
	background-color: #333;
}

.tituloinicial{
	color: #fff;
	font-size: 32px;
	text-transform: uppercase;
}

.slider-movil{
	display: none;
}

#p-enviando{
	display: none;
}







/* Buttons - Border
-----------------------------------------------------------------*/

.button.button-border {
	border: 2px solid #444;
	background-color: transparent;
	color: #333;
	line-height: 36px;
	font-weight: 700;
	text-shadow: none;
}


.button.button-bordertop {
	border: 2px solid #fff;
	color: #fff;
	background-color: #ea1b24;
	line-height: 36px;
	font-weight: 700;
	text-shadow: none;
}

.button.button-border-thin {
	border-width: 1px;
	line-height: 38px;
}

.button.button-border.button-mini { line-height: 24px; }

.button.button-border.button-small { line-height: 30px; }

.button.button-border.button-large { line-height: 42px; }

.button.button-border.button-xlarge { line-height: 48px; }

.button.button-border-thin.button-mini { line-height: 26px; }

.button.button-border-thin.button-small { line-height: 32px; }

.button.button-border-thin.button-large { line-height: 44px; }

.button.button-border-thin.button-xlarge { line-height: 50px; }

.button.button-border.button-desc { line-height: 1; }

.button.button-border:not(.button-fill):hover {
	background-color: #444;
	color: #FFF;
	border-color: transparent !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.button.button-border.button-light {
	border-color: #EEE;
	color: #EEE;
}

.button.button-border.button-light:hover {
	background-color: #EEE;
	color: #333;
	text-shadow: none;
}


body:not(.device-touch) .button {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.button-dark { background-color: #444; }

.button-light {
	background-color: #EEE;
	color: #333;
	text-shadow: none !important;
}

.button:hover {
	background-color: #444;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.button.button-dark:hover { background-color: #ea1b24; }

.button.button-mini {
	padding: 0 14px;
	font-size: 11px;
	height: 28px;
	line-height: 28px;
}

.button.button-small {
	padding: 0 17px;
	font-size: 12px;
	height: 34px;
	line-height: 34px;
}

.button.button-large {
	padding: 0 26px;
	font-size: 16px;
	height: 46px;
	line-height: 46px;
}

.button.button-xlarge {
	padding: 0 32px;
	font-size: 18px;
	letter-spacing: 2px;
	height: 52px;
	line-height: 52px;
}

.button.button-desc {
	text-align: left;
	padding: 24px 34px;
	font-size: 22px;
	height: auto;
	line-height: 1;
	font-family: 'Raleway', sans-serif;
}

.button.button-desc span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	font-family: 'Crete Round', serif;
	font-style: italic;
	text-transform: none;
}

.button i {
	position: relative;
	top: 1px;
	line-height: 1;
	margin-right: 5px;
	width: 16px;
	text-align: center;
}

.button.tright i { margin: 0 0 0 5px; }

.button-mini i { margin-right: 3px; }

.button-mini.tright i { margin: 0 0 0 3px; }

.button-small i { margin-right: 4px; }

.button-small.tright i { margin: 0 0 0 4px; }

.button-xlarge i {
	top: 2px;
	margin-right: 8px;
}

.button-xlarge.tright i { margin: 0 0 0 8px; }

.button.button-desc i {
	top: 1px;
	font-size: 48px;
	width: 48px;
	text-align: center;
	margin-right: 12px;
}

.button.button-desc.tright i { margin: 0 0 0 12px; }

.button.button-desc div { display: inline-block; }

.button.button-rounded { border-radius: 3px; }

.button.button-circle { border-radius: 20px; }




@media (max-width: 768px) {
	#logddo a{
		display: block !important;
	}

	#slider{
		height: auto !important;
	}
	#slider .slider-parallax-inner{
		display: none !important;
	}

	.slider-movil{
		display: block;
	}



	#accordion .panel-title a{
		text-align: center;
		font-weight: bold;
		font-size: 17px;
	}

	#accordion .panel-title a::after{
		display: none;
	}

	#accordion .panel-title a.collapsed{
		font-weight: bold;
	}

	.bloqueinicial{ 
		margin: 0em;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: .5em 0; 
	}
	#d-footer{
		padding: 1em 0
	}
}
@media (max-width: 767px) {
	.special-border{width:max-content;}
}
@media (max-width: 520px) {
	.special-border{width:100%;}

	#accordion .panel-title a{
		font-size: 14px;
	}
}