/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.has-accordion.collapsed img{
	transition: all ease 0.5s;
	transform: rotate(180deg);
}

.has-accordion{
	cursor: pointer;
}

.has-accordion.collapsed img{
	transition: all ease 0.3s;
	transform: rotate(0deg);
}

.has-accordion img{
	transition: all ease 0.3s;
	transform: rotate(180deg);
}

.h-290 {
	min-height: 290px
}
@media (max-width: 768px) {
	.h-290 {
		min-height: auto;
	}
}

.h-470 {
	min-height: 470px
}
@media (max-width: 768px) {
	.h-470 {
		min-height: auto;
	}
}


.has-content.has-white-text span {
	text-decoration: none!important;
	color: white;
}

.min-h-630-alt {
	height: auto;
	min-height: 630px;
}
@media (max-width: 1028px) {
	.min-h-630-alt {
		height: auto;
		min-height: inherit;}
}
@media (max-width: 767px) {
	.min-h-630-alt {
		height: 400px;
		min-height: inherit;}
}


.min-h-350 {
	min-height: 370px!important;
}
@media (max-width: 991px) {
	.min-h-350 {
		min-height: inherit;
	}
}


footer a:hover {
	color: black!important;
	text-decoration: underline;
}

.has-bg-img:after {
	content: "";
	width: 100%!important;
}


@media (max-width: 768px) {
	.has-bg-img {
		width: 100%!important;
	}
}


.collapse:not(.show) {
	display: inherit!important;
	visibility: hidden;
	height: 0;
}

.collapse.show {
	visibility: visible;
	height: auto;
}

.max-w-380{
	max-width: 380px;
}

@media (max-width: 991px){
	.max-w-380{
		max-width: inherit;
		width: 100%;
	}
}

.wpcf7-response-output {
	margin-top: 0px!important;
	color: white!important;
}


.vacantes.has-content h1,
.vacantes.has-content h2,
.vacantes.has-content h3 {
	color: #BEBEBE;
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 10px;
}

.vacantes.has-content p {
	padding-bottom: 10px;
}

.vacantes.has-content a {
	text-decoration: underline;
	color: black;
}

.vacantes.has-content a:hover {
	color: black;
}

.vacantes.has-content ul {
	list-style: disc;
	padding-left: 20px;
}

.vacantes.has-content li {
	padding-bottom: 10px;
}

#attach-file span.wpcf7-form-control-wrap {
	background: white;
	padding: 19px 0px;
	border-radius: 10px;
}

#attach-file span.wpcf7-form-control-wrap:after {
	content: 'Cargar currículo:';
	position: absolute;
	left: 12px;
	top: 0;
	pointer-events: none; 
	padding: 3px 10px;
	top: 14px;
	border-radius: 4px;
	cursor: pointer;
}

input[data-gtm-form-interact-field-id="0"] {
	color: black!important;
}

#attach-file input{
	padding-left: 197px;
	font-weight: 100;
	appearance: none;
	border: inherit!important;
	background: inherit!important;
}

@media (max-width: 991px) {
	#attach-file span.wpcf7-form-control-wrap:after {
		content: none;
	}
	#attach-file input{
		padding-left: 15px;
	}
}

.video-wrap-height-auto {
	min-height: 500px;
	position: relative;
	padding-top: 0;
	height: 100%;
	margin: 0 auto;
	z-index: 2;
}

.video-wrap-height-auto iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 768px) {
	.video-wrap-height-auto {
		min-height: inherit;
		padding-bottom: 100%;
	}
}


.slider-video.has-arrows button.slick-arrow {
    height: 100%!important;
    top: 0;
}

.slider-video.has-arrows button.slick-arrow .slick-prev {
    height: 100%!important;
    top: 0;
    left: 0px;
}

.slider-video.has-arrows .slick-next {
    right: 7px;
}

.slider-video.has-arrows .slick-prev:after {
    left: -21px;
    content: "";
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 3px;
    border-bottom: 2px solid #7e34c3;
    border-top: inherit;
    border-right: inherit;
    border-left: 2px solid #7e34c3;
    width: 15px!important;
    height: 15px!important;
    position: relative;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(45deg);
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    bottom: 0;
    top: 0%!important;
}


.slider-video.has-arrows .slick-next:after {
	left: -4px;
    content: "";
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 3px;
    border-bottom: 2px solid #7e34c3;
    border-top: inherit;
    border-right: inherit;
    border-left: 2px solid #7e34c3;
    width: 15px!important;
    height: 15px!important;
    position: relative;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-135deg);
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    top: 0%!important;}

@media (max-width: 768px) {
	.slider-video.has-arrows .slick-prev:after {
		left: -11px;}
}

.has-slider.has-slick-disc-dots .slick-dots{
	height: 0;
	text-align: center;
}

.has-slider.has-slick-disc-dots .slick-dots li{
	width: 10px;
	height: 10px;
	border-radius: 10px;
}

.has-slider.has-slick-disc-dots .slick-dots li.slick-active {
	width: 10px;
	height: 10px;
	opacity: 0.7;
}


.min-h-450-sm {
	min-height: 450px;
}
@media (max-width: 991px) {
	.min-h-450-sm {
		min-height: inherit;
		height: auto;
		min-height: auto;
	}
}