/* INI - General */
.logo {
	margin-top: 20px;
}

p.azul {
	color: #7089A5 !important;
}

.text-left {
	text-align: left !important;
}
.text-center {
	text-align: center !important;
}
.text-right {
	text-align: right !important;
}
.txt18 ul, .txt18 ul li {
	font-size: inherit !important;
}


/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height, .row-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.row.row-eq-height {
	margin-top: 30px;
}

.row-eq-height:before, 
.row-eq-height:after,
.row-flex:before,
.row-flex:after {
   display: none;
}

.margin-top {
	margin-top: 30px;
}

.left, .left img {
}

.right, .right img {
	float: right;
}

/* ---- INI 5 Columns ----- */
.col-15 {
    width: 18.4%;
}

.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}

.align-self-end {
	-ms-flex-item-align: end!important;
    align-self: flex-end!important;
}

.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.outer-solid-blue { 
    padding: 3.125em 0;
	background-color: #006290;
	color: #fff;
}

.outer-solid-blue-white {
    padding: 3.125em 0;
	background: rgba(0,98,144,1);
	background: -moz-linear-gradient(left, rgba(0,98,144,1) 0%, rgba(0,98,144,1) 50%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 71%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,98,144,1)), color-stop(50%, rgba(0,98,144,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(71%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(0,98,144,1) 0%, rgba(0,98,144,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 71%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(0,98,144,1) 0%, rgba(0,98,144,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 71%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,98,144,1) 0%, rgba(0,98,144,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 71%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(0,98,144,1) 0%, rgba(0,98,144,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 71%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006290', endColorstr='#ffffff', GradientType=1 );
}

div[class^="outer-solid"].background.background-50 {
	/*background-position-x: 100%;
	background-position-y: center;
	background-repeat: no-repeat;*/
	background-size: 50%;
}

.outer-solid-blue.sin-margen { 
	padding: 0;
}

.outer-solid .transparent {
	background-color: rgba(0,0,0,0.5);
}

.background.background-no-repeat {
	background-repeat: no-repeat;
}

.background.background-right {
	background-position: right center;
}

.background.background-left {
	background-position: left center;
}

.background.contain {
	background-size: contain;
}

.background.background-size-50 {
	background-size: 50% 100%;
}

.background.background-size-100 {
	background-size: 100% 100%;
}

.blue {
	background-color: #006290;
}

img.sin-margen {
	margin-bottom: 0 !important;
}

h2.tit {
	font-size: 24px !important;	
}

.desktop-hide {
	display: none;
}

.white {
	background-color: #ffffff;
}

div[class^="grid_module"].padding {
    padding: 3.125em 0;
}

a.info-button {
    margin-left: 10px;
    color: #000000;
    background: #D8D8D8;
    padding: 3px 9px 1px;
    border-radius: 15px;
    border: 1px solid #979797;
    font-weight: normal;	
}
/* FIN - General */


/* ---- INI navigation ----- */
.navigation {
	background: transparent;
}
.navbar {
	margin-top: 20px;
	background: none;
	border: none;
}
.navbar .navbar-collapse {
	margin-left: -15px;
	margin-right: -15px;
}
.navbar ul li a {
	color: #fff !important;
	font-size: 1rem;
	text-decoration: none;
	padding: 15px;
	border: 1px solid transparent;
	background: none !important;
}
.navbar ul li.active a {
	border: 1px solid #fff;
	text-decoration: underline;
}
.navbar ul li a:hover {
	border: 1px solid #fff;
}
.navbar ul.dropdown-menu li a {
	border: none;
}
.navbar .right ul.dropdown-menu li a {
	text-align: right;
}
.navbar ul.dropdown-menu li a:hover {
	border: none;
	text-decoration: underline;
}
.dropdown-menu {
	background-color: #006290;
	z-index: 3;
}
.dropdown.open .caret {
	border-top: none;
	border-bottom: 4px dashed;
}
#navbar {
	float: left;
}
#idiomas, .navbar-header {
	float: right;
}

.dropdown-menu-right {
	left: auto;
	right: 0px;
}
.navbar-default .navbar-toggle {
	border-color: #fff;
	background: none !important;
}
.navbar-default .navbar-toggle:hover {
	background: none;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
/* ---- FIN navigation ----- */


/* INI - Formulario */
input[type="text"], input[type="email"], input[type="password"], textarea, select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    *width: 98.3%;
    padding: .25em;
    border: 1px solid #979797;
    background-color: #fff;
}

form input[type="text"], form input[type="email"], form input[type="password"], form textarea, form select {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: .3em .5em;
    font-family: "PTSans-Regular","Lucida Sans Unicode",Helvetica,arial,sans-serif;
}

form label {
	font-size: 16px;
	line-height: 18px;
}

form label.small {
	font-size: 12px;
	line-height: 14px;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}

.form-check-label {
    margin-bottom: 0;
	display: inline-block;
    margin-top: 5px;
}

form label.small.error {
	color: red;
	display: none;
	border: 0;
    padding: 5px 0;
}

form label.small.error:hover {
	background: transparent;
}

form label.small.error.show {
    display: block;
}

/*Checkbox*/
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 1px solid #979797;
  background: #D8D8D8;
  border-radius: 0px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
  margin-top: -2px;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: .15em; left: .22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #000;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
  margin-top: -2px;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid inherit;
}

/* hover style just for information */
label:hover:before {
  border: 1px solid inherit!important;
}

/* FIN - Formulario */


/* INI - Header */
.header-absolute {
	position: absolute;
    height: 168px;
    z-index: 2;
    width: 100%;
}
/* FIN - Header */

/* INI - Footer */
footer {
	margin-top: 70px;
}

footer .footer_area,
footer .footer_area_icons {
    overflow: hidden;
    clear: both;
    background-color: #525252;
    min-height: 86px;
    padding: 0;
}

footer .outer-solid-white.footer_area_icons {
	background-color: #fff;
}

footer a, footer a:hover {
    color: #fff;
}

footer .container-fluid {
	position: relative;
	margin-top: -70px;
}

footer h2 {
	font-size: 32px !important;
    margin-top: 1.5rem;
    margin-bottom: 0.85rem;
}

footer .footer_area ul {
    padding: 0;
    list-style: none;
    margin-top: 14px;
}

footer .footer_area ul li {
    float: left;
    display: inline-block;
    color: #fff;
}

.footer_area .copy_right ul li {
    width: auto;
}

.footer_area  li.left_thing {
    margin-top: 6px;
}

.footer_area .copy_right ul li:first-child {
    width: 25%;
}

.footer_area .copy_right ul li img {
    max-width: 100%;
}

.footer_brand.pull-right ul li {
    margin-left: 30px;
}

.footer_area li.copy_class_right {
    margin-top: 19px;
    margin-left: 40px;
    font-size: 16px;
}

.footer_brand.pull-right {
    margin-top: 10px;
}

footer .enlace_politica {
    margin-bottom: 16px;
    margin-top: 8px;
}

footer .footer_area_icons .row {
	display: table;
	width: 100%;
}

footer .footer_area_icons .row div[class^="grid_module"]{
	display: table-cell;
	float: none;
	vertical-align: middle;
}

footer .iconFooter { 
	text-align: center;
	width: 100%;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

footer .iconFooter a img { 
	margin-bottom: 0;
}
/* FIN - Footer */

/* INI - Slider */
section.slider_area {
	min-height: 630px;
	/*background-image: url(../img/internacional/img-fondo-cabecera-1.png);*/
    background-repeat: no-repeat;
	background-size: 100% 630px;
    background-position: top center;
    position: relative;
	color: #ffffff;
	padding-top: 168px;
}

section.slider_area.no-float-components {
	background-size: 100% 100%;
	padding-bottom: 50px;
}

section.slider_area_carousel {
	width: 100%;
	background: transparent;
	margin-top: -630px;
}

section.slider_area .slider_container .left_area {
	position: relative;
} 

section.slider_area .slider_caption {
	width: 100%;
	position: absolute;
	top: 60px;
}

section.slider_area.no-float-components .slider_caption {
	width: 100%;
	position: static;
	top: 0px;
}

section.slider_area .slider_caption h1,
section.slider_area .slider_caption h1 span {
	color: #ffffff;
	font-size: 40px;
	line-height: 44px;
	margin-bottom: 0px;
}

section.slider_area .slider_caption p {
	font-size: 18px;
}


section.slider_area .slider_container .right_area {
	background: rgba(255,255,255,0.9);
	padding: 20px;
	top: 30px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	z-index: 3;
	margin-top: -160px;
}

section.slider_area.no-float-components .slider_container .right_area {
	margin-top: 0px;
}

section.slider_area_carousel .slider_container .right_area {
	margin-top: -120px;
}

section.slider_area .slider_container .right_area .informacion {	
	color: #000000;
}

section.slider_area .slider_container .right_area .informacion h2 {	
	margin-bottom: 0;
	color: #000000;
}

section.slider_area .slider_container .right_area form .row {
	margin-bottom: 20px;
}

section.slider_area .slider_container .right_area form input {	
	background: transparent;
	border: 0px;
	border-bottom: 1px solid #979797;
	-webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    border-radius: 0px;
}

section.slider_area .slider_container .right_area form input.error {	
	border-bottom: 2px solid red;
}

.row:not(.slider_container) div[class*="grid_module_"] > .right_area > form.form_landing input.error,
.row:not(.slider_container) div[class*="grid_module_"] > .right_area > form.form_landing textarea.error {
	border: 1px solid red;
}

.row:not(.slider_container) div[class*="grid_module_"] > .right_area > form.form_landing textarea.error + .error,
.row:not(.slider_container) div[class*="grid_module_"] > .right_area > form.form_landing input.error + .error {
	display: block;
}

section.slider_area .slider_container .right_area form textarea {	
	background: transparent;
}

section.slider_area .slider_container .right_area form textarea.error {	
	border: 1px solid red;
}

section.slider_area .slider_container .right_area form .form-check.error * {
	color: red;
}

section.slider_area .slider_container .right_area form .form-check.error [type="checkbox"]:not(:checked) + label:before,
section.slider_area .slider_container .right_area form .form-check.error [type="checkbox"]:checked + label:before {
	border: 1px solid red;
}

section.slider_area .slider_container .right_area form .btn,
div.right_area form#solicitarInformacion .btn {
    background: #BAC6D4;
    padding: 12px 15px 6px;
    text-transform: none;
    font-family: "PTSans-Bold","Lucida Sans Unicode",Helvetica,arial,sans-serif;
    color: #000000;
    border: 0;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	border-radius: 0;
}
/* FIN - Slider */

/* INI - Seccion Video */
section.video_carousel {
    position: relative;
}

section.video_carousel .carousel {
    position: relative;
    padding: 0;
}

sectio.video_carousel .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

#videoCarousel .item img,
.videoComponente .item img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

section.video.blockquote-media {
	position: relative;
}	

section.video.blockquote-media img {
	height: auto;
}
	
.blockquote-media figure figcaption {
    background: rgba(0, 0, 0, 0) url(../img/svg-pegado-6775x67.svg) no-repeat scroll 0 0 / 128px 128px;
    color: #ffffff;
    height: 128px;
    left: 50%;
    margin-left: -64px;
    margin-top: -64px;
    opacity: 0.5;
    position: absolute;
    top: 40%;
    transition: all 0.5s linear 0s;
    width: 128px;
    z-index: 1;
}

.videoComponente .blockquote-media figure figcaption {
	background: rgba(0,0,0,0) url(../img/playBlancoAzul.png) no-repeat scroll 0 0 / 128px 128px;
	margin-top: auto;
}

section.video.blockquote-media figure figcaption {
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-size: 80px;
    width: 80px;
    height: 80px;
}

.blockquote-media figure figcaption:hover {
    opacity: 1;
}

.blockquote-media figure figcaption a {
    display: block;
    height: 100%;
    text-indent: -99999px;
    width: 100%;
}

.videoComponente .item {
	display: block !important;
}

#videoCarousel .item .banner_txt,
.videoComponente .item .banner_txt {
	position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    color: #ffffff;
    padding: 25px 0;
}

.videoComponente .item .banner_txt {
	top: 65%;
}

.videoComponente .item .banner_txt {
	background-color: transparent;
}

#videoCarousel .item .banner_txt .container,
.videoComponente .item .banner_txt .container {
	position: relative;
}

#videoCarousel .item .banner_txt div.grid_module_5 {
	width: 46% !important;
}

#videoCarousel .item .banner_txt div.grid_module_2 {
	border-right: 1px solid #ffffff;
	width: 2%;
	height: 100%;
	left: 47%;
	margin-left: 1%;
	position: absolute;
}

#videoCarousel .item .banner_txt h1,
.videoComponente .item .banner_txt h1 {
	text-transform: uppercase;
	margin-bottom: 0px;
	font-size: 46px;
	line-height: 46px;
	padding: 10px 0 0;
	font-family: 'SoinSansPro-Bold';
}

#videoCarousel .item .banner_txt h2,
.videoComponente .item .banner_txt h2{
	text-transform: uppercase;
	margin-bottom: 0px;
	font-size: 24px !important;
	line-height: 24px;
	font-family: 'SoinSansPro-Medium';
}
/* FIN - Seccion Video */


/* INI - Informacion */
.informacion {
	padding-right: 15px;	
}

.informacion,
.informacion h1,
.informacion h2,
.informacion h3 {
	color: #ffffff;	
}

div[class*="white"] .informacion,
div[class*="white"] .informacion h1,
div[class*="white"] .informacion h2,
div[class*="white"] .informacion h3,
div[class*="grey"] .informacion,
div[class*="grey"] .informacion h1 {
	color: #222;	
}

.outer-solid-blue-white .informacion,
.outer-solid-blue-white .informacion h1 {
	color: #ffffff !important;		
}

.informacion h1 {	
	margin-bottom: 10px;
	font-size: 30px !important;
	line-height: 32px !important;
}

.informacion h2 {
	/*margin-bottom: 5px;
	font-size: 16px !important;
	font-family: "PTSans-Regular", "Lucida Sans Unicode", Helvetica, arial, sans-serif;*/
	font-size: 26px !important;
}

.informacion .resumen.txt18 {
	font-size: 18px !important;
}

.informacion .resumen ul {
	list-style: disc;
	margin-left: 20px;
	font-size: inherit;
}

.informacion .resumen ul li {
	font-size: inherit;
}

div[class*="white"] .informacion .more,
div[class*="white"] .informacion .more-info,
div[class*="white"] .informacion .more-img {
    background-color: #006290;
}

a.more-info, a.more-img,
.informacion .more {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 12px 30px 7px;
    background-color: transparent;
    position: relative;
    display: inline-block;
	font-family: 'SoinSansPro-Medium';
	border: 2px solid #ffffff;
	margin-top: 15px;
}

.informacion .more.purple, .informacion .more-info.purple {
	background-color: #7089A5 !important; 
	color: #ffffff;
}
/* FIN - Informacion */


/* INI - Especialistas */
ul.especialistas {
	float: left;
	width: 100%;
}

ul.especialistas li {
	float: left !important;
	margin-top: 20px;
}

ul.especialistas li.grid_module_6:nth-child(2n+1),
ul.especialistas li.grid_module_4:nth-child(3n+1) {
	margin-left: 0%;
	clear: left;
}

ul.especialistas li .ficha-personal {
}

ul.especialistas li .ficha-personal img {
}

ul.especialistas li .ficha-personal h1 {
    font-family: 'PTSans-Bold';
    margin-bottom: 0;
    margin-top: 2px;
    font-size: 18px;
}

ul.especialistas li .ficha-personal h2 {
	font-size: 16px !important;
	margin-bottom: 20px;
}

ul.especialistas li .ficha-personal h3 {
	font-size: 16px !important;
	text-transform: uppercase;
	margin-bottom: 20px;
}

ul.especialistas li .ficha-personal .curriculum,
ul.especialistas li .ficha-personal .curriculum a {
    font-family: 'PTSans-Bold';
	font-size: 16px !important;
}

/* FIN - Especialistas */


/* INI - SuperWidth con Scroll */
.superwidth {
    overflow: auto;
    max-width: 100%;
}

.superwidth img {
	max-width: none;
}
/* FIN - SuperWidth con Scroll */


/* INI - Componente Texto+Icono */
.textIcon {
	text-align: center;
	width: 100%;
	height: 100%;
}

.textIcon.borde {
	padding: 20px 10px 0;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(229,229,229,1);
	-moz-box-shadow: 0px 0px 10px 5px rgba(229,229,229,1);
	box-shadow: 0px 0px 10px 5px rgba(229,229,229,1);
}

div[class*="grid_module"].borde-linea {
	padding: 20px 30px 0;
	border-right: 1px solid #222;
	margin-left: 0px;
	margin-right: 0px;
	width: 25%;
}

div[class*="grid_module"].borde-linea:last-child {
	border-right: none;
}

.textIcon.white {
	color: #ffffff !important;
	background: transparent;
}

.textIcon img {
	max-height: 90px;
	margin-bottom: 1rem;
}

.textIcon.img-60 img {
	height: 60px;
}

.textIcon.img-auto img {
	height: auto;
}

.textIcon .texto {
    font-family: "PTSans-Bold", Century Gothic, Helvetica, arial, sans-serif;
}

.textIcon .texto .regular {
    font-family: "PTSans-Regular", Century Gothic, Helvetica, arial, sans-serif;
    font-size: 16px;
}
.textIcon .texto .regular ~ ul {
    font-family: "PTSans-Regular", Century Gothic, Helvetica, arial, sans-serif;
}
.textIcon ul {
	list-style: circle;
	text-align: left;
	font-weight: normal !important;
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}

.textIcon ul li {
	font-weight: normal !important;
	font-size: inherit;
}
/* FIN - Componente Texto+Icono */


/* INI - Componente Tabs */
section.lab_menu_area {
    padding: 20px 0 10px;
    border-bottom: 0px solid #006290;
    border-top: 0px solid #006290;
    background-color: #cdcdcd;
}

.tab_menu ul {
    text-align: center;
    border: 0;
    float: none;
}

.tab_menu ul li {
    margin: 0 20px;
    display: inline-block;
    float: inherit;
}

.tab-content>.tab-pane {
    display: none;
}

.tab_menu ul li a {
    border-bottom: 2px solid #cdcdcd;
    color: #111;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 18px;
    padding: 0 5px 4px;
    font-family: "PTSans-Bold","Lucida Sans Unicode",Helvetica,arial,sans-serif
}

.tab_menu ul li.active a {
    color: #006290;
    border-bottom: 2px solid #006290 !important;
    margin-bottom: 0;
    background-color: #cdcdcd;
    text-decoration: none;
}

.tab_menu ul li a:hover {
    background-color: rgba(0,0,0,0);
    color: #006290;
    border-bottom: 2px solid #006290 !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    text-decoration: none;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: 0;
    background-color: #cdcdcd;
}
/* FIN - Componente Tabs */


/* INI - Destacado Carrusel */
/* INI Boostrap */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}
/* FIN Boostrap */

.destacado_carousel {
}

.destacado_carousel .carousel {
	padding: 0;
	background: none;
}

.blockquote-media figure {
    margin: 0;
    position: relative;
}

.blockquote-media img {
    height: 620px;
    width: 100%;
    object-fit: cover;
}

.banner_txt {
    bottom: 60px;
    width: 100%;
    position: absolute;
    z-index: 15;
}

.destacado_carousel .item .banner_txt .text_innr {
    float: right;
    background: rgba(0,0,0,0.5);
    width: 50%;
    padding: 35px 60px 30px;
    position: relative;
    /*height: 330px;*/
}

.destacado_carousel .item .banner_txt .text_innr h1 {
    font-size: 30px;
    line-height: 36px;
    margin-top: 0px;
    color: #ffffff;
}

.destacado_carousel .item .banner_txt .text_innr h1 a {
    color: #ffffff;
    text-decoration: none;
}

.destacado_carousel .item .banner_txt .text_innr p {
    font-size: 19px !Important;
	line-height: 29px;
    color: #fff;
}

.destacado_carousel .controls {
    top: inherit;
    bottom: 190px;
	position: relative;
    width: 1214px;
    margin-left: auto;
    margin-right: auto;
}

.carousel.slide .carousel-control {
    position: absolute;
    top: inherit;
    left: inherit;
    z-index: 88!important;
}

.destacado_carousel .controls .carousel-control {
    bottom: 0;
}

.carousel.slide a.left.carousel-control {
    width: 24px;
    height: 70px;
    background: url(../img/flechasmasnews.png) no-repeat;
    -webkit-transform: matrix(-1,0,0,-1,-99,0);
    -ms-transform: matrix(-1,0,0,-1,-99,0);
    transform: matrix(-1,0,0,-1,-99,0);
    right: 414px;
}

.destacado_carousel .controls a.carousel-control.left {
    right: 475px;
}

.carousel.slide .carousel-control.right {
    width: 24px;
    height: 70px;
    background: url(../img/flechasmasnews.png) no-repeat;
}

.destacado_carousel .controls .carousel-control.right {
    right: 110px;
}

.destacado_carousel .container-indicators {
    position: relative;
}

.destacado_carousel .container-indicators ol {
    margin: 0;
    right: 0;
    position: static;
    float: right;
    width: 50%;
    margin-top: -85px;
}

.container-indicators ol li,
.container-indicators ol li.active {
    margin-left: 5px;
    margin-right: 5px;
}

/* ----- Carousel de la cabecera ----- */
.destacado_carousel .item .banner_txt .text_innr, .destacado_header .item .banner_txt .text_innr {
	float: right;
}
.destacado_header .item .banner_txt .text_innr {
	float: left;
	width: 48%;
}
.destacado_header .controls a.carousel-control.left {
	right: auto;
	left: 18%;
}
.destacado_header .controls .carousel-control.right {
	right: auto;
	left: 45.5%;
}
.destacado_header .container-indicators ol {
	float: left;
	width: 48%;
}
/* FIN - Destacado Carrusel */


/* INI - Carrusel de Imágenes */
.lSSlideWrapper {
	position: static;	
}

.images-carousel .item-image {
	height: 430px;
	position: relative;
}

.images-carousel .item-image img {
	height: 100%;
	width: 100%;
	max-width: none;
}

.images-carousel .item-image .texto {
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	color: #ffffff;
	width: 100%;
	padding: 20px 30px 0;
}

.images-carousel .item-image .texto h1 {
	font-size: 24px;
	margin-bottom: 0;
}

.images-carousel .item-image .texto p {
	font-size: 20px;
}

ul.lSPager.lSGallery li.active {
	border-radius: 0px !important;
}

ul.lSPager.lSGallery li.active img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

ul.lSPager.lSGallery li img {
	height: 100% !important;
	width: 100%;
}

.lSSlideOuter.vertical .lSAction>a {
    background-image: none;
    width: 250px;
    color: #ffffff;
    font-size: 30px;
    right: 0;
    left: auto;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
}

.lSSlideOuter.vertical .lSAction>.lSPrev {
	top: 0px;
}

.lSSlideOuter.vertical .lSAction>.lSNext {
	bottom: 0px;
}	
/* FIN - Carrusel de Imágenes */


/* INI - Animaciones */
.mfp-iframe-holder .mfp-content {
	max-width: none;
	height: 100%;	
}
/* FIN - Animaciones */

/* ----- INI - Sedes ----- */
.sedes {
	min-height: 550px;
}
.sedes .flotante {
	position: absolute;
	z-index: 2;
	right: 34%;
}
.sedes .flotante:last-child {
	right: 0px;
}
.sedes .informacion ul {
	list-style: none;
	margin: 0px;
	font-family: "PTSans-Bold","Lucida Sans Unicode",Helvetica,arial,sans-serif;
}
.sedes .sede-info ul, .sede ul {
	color: #333;
	border-left: 1px solid #222;
	padding-left: 15px;
	font-family: "PTSans-Bold","Lucida Sans Unicode",Helvetica,arial,sans-serif;
}
.sedes .sede-info ul strong, .sede ul strong {
	color: #006290;	
}
.sede {
	color: #333;
}
.sede .absolute {
	position: absolute;
	z-index: 2;
}
/* ----- FIN - Sedes ----- */



/* INI Boostrap Modal */
.modal-open {
    overflow: hidden;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.fade.in {
    opacity: 1;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-dialog {
    width: 600px;
    margin: 30px auto;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
/* FIN Boostrap Modal */


/* INI Modal Custom Style */
.modal .modal-header {
    border: 0px solid white;
}

.modal .modal-header .close {
    position: absolute;
    color: #ffffff;
    right: 40px;
    z-index: 10010;
    top: 60px;
    opacity: 1;
    font-weight: 200;
    border: 0px;
    text-shadow: none;
    font-size: 40px;
}

.modal .modal-content {
    background-color: #006290;
    color: #ffffff;
    padding: 35px 70px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.modal .modal-content h1 {
    line-height: 44px;
    text-align: left;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 35px;
}

.modal .modal-content p {
    color: #FFFFFF;
}

.modal-content .row,
.modal-content .loading {
	display: none;
}

.modal-content .row.show {
	display: block;
	border: 0;
}

.modal-content .loading.show {
	display: block;
	padding: 50px 0;
	margin: auto;
	text-align: center;
	border: 0;
}

.modal-content .show:hover {
    background-color: transparent;
}
/* FIN Modal Custom Style */


/* INI - Responsive */
@media (max-width: 1200px) {
	/* ----- INI - Destacado Carrusel ----- */
	.destacado_header .controls {
		max-width: none;
		width: 100%;
		padding: 0 15px;
	}
	.destacado_carousel .controls a.carousel-control.left {
		right: 0px;
		margin-right: 47%;
	}
	.destacado_carousel .controls a.carousel-control.right {
		right: 0px;
		margin-right: 17.5%;
	}
	.destacado_header .controls a.carousel-control.left {
		margin-left: 11.5%;
		margin-right: 0px;
		left: 0px;
	}
	.destacado_header .controls a.carousel-control.right {
		margin-left: 45%;
		margin-right: 0px;
		left: 0px;
	}
	/* ----- FIN - Destacado Carrusel ----- */
}

@media (max-width: 999px) {
	/* INI - General */
	body, #page {
		min-width: auto;
		width: 100%;
	}
	
	.container {
	    max-width: none;
	    width: 100%;
	    padding: 0 15px;
    }
	/* FIN - General */
	
		/* ---- INI navigation ----- */
	.navbar ul li a {
		font-size: 0.9rem;
	}
	/* ---- FIN navigation ----- */
	
	
	/* ----- INI - Sedes ----- */
	.sedes .row {
		margin: 0px 15px;
	}
	.sedes .flotante {
		width: 29.9999%;
		right: 35%
	}
	.sedes .flotante:last-child {
		right: 3%;
	}
	/* ----- FIN - Sedes ----- */

	
	/* ----- INI - Destacado Carrusel ----- */
	.destacado_header .controls {
		max-width: none;
		width: 100%;
		padding: 0 15px;
	}
	.destacado_carousel .controls a.carousel-control.left {
		right: 0px;
		margin-right: 57%;
	}
	.destacado_carousel .controls a.carousel-control.right {
		right: 0px;
		margin-right: 39%;
	}
	.destacado_header .controls a.carousel-control.left {
		margin-left: 15.5%;
		margin-right: 0px;
		left: 0px;
	}
	.destacado_header .controls a.carousel-control.right {
		margin-left: 44%;
		margin-right: 0px;
		left: 0px;
	}
	/* ----- FIN - Destacado Carrusel ----- */
	
	
	/* INI - Footer */
	footer .col-md-6 {
		width: 100%;
		float: left;
	}

	footer .col-md-6 div {
		width: 100%;
		float: left;
	}
	/* FIN - Footer */
}

@media (max-width: 999px) and (min-width: 768px) {
	/* INI - Seccion Video */	
	#videoCarousel .item .banner_txt {
	    padding: 20px 0;
	}
	
	#videoCarousel .item .banner_txt .grid_module_6 {
		width: 48% !important;
	}
	
	#videoCarousel .item .banner_txt h1 {
    	font-size: 4.5vw;
    	line-height: 4.7vw;
		padding: 5px 0 0;
	}
	
	#videoCarousel .item .banner_txt h2 {
		font-size: 2vw !important;
		line-height: 2.2vw;
	}	
	/* FIN - Seccion Video */	
	
	/* INI - TABS */
	.tab_menu ul li {
		margin: 0 10px;
	}
	
	.tab_menu ul li a {
		font-size: 16px;
		padding: 0 0 4px;
	}
	/* FIN - TABS*/
}

@media (max-width: 992px) and (min-width: 768px) {
	.sedes {
		min-height: 510px;
	}
	
	/* INI - Carrusel de Imágenes*/
	.lSSlideOuter {
		position: relative;
	}
		
	.lSAction>a {
		top: 20px;
	}
	
	.lSAction>.lSNext {
		
	}
	
	.lSAction>.lSPrev {
    	right: 50px;
    	left: auto;
    }
	/* FIN - Carrusel de Imágenes*/
}

@media screen and (max-width: 991px) {
	/* ----- INI - Header ----- */
	.header-absolute div[class*="grid_module"] {
		width: 100% !important;
		margin: 0;
	}
	.header-absolute {
		height: auto;
	}
	header div.grid_module_9 {
		position: absolute;
		top: 0px;
		right: 0px;
		padding: 0px 15px;
	}
	/* ----- FIN - Header ----- */
	
	
	/* ---- INI navigation ----- */
	.navbar {
		margin-bottom: 0px;
	}
	#idiomas {
		margin-top: 12px;
		margin-right: 15px;
	}
	#idiomas .navbar-nav {
		margin: 0px;
	}
	#idiomas ul li a {
		padding: 5px 10px !important;
	}
	#idiomas ul li a {
		border: none !important;
	}
	#navbar {
		float: none;
		width: 100%;
		margin: 0px;
		background-color: #006290;
		border: none;
	}
	.navbar-nav .open .dropdown-menu {
		background-color: #006290;
	}
	.navbar ul li a {
		border: none;
	}
	.navbar ul li.active a {
		border: none;
		text-decoration: underline;
	}
	.navbar ul li a:hover {
		border: none;
		text-decoration: underline;
	}
	/* ---- FIN navigation ----- */
	
	
	/* ----- INI - Destacado Carrusel ----- */
	.destacado_header .controls {
		z-index: 1;
	}
	/* ----- FIN - Destacado Carrusel ----- */
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

@media (max-width: 767px) {
	/* INI - Estilos generales */
	div[class*="grid_module"] {
		width: 100% !important;
		margin: 0;
	}
	div[class*="grid_module"].borde-linea {
		border: 0px;
		padding: inherit;
	}
	
	.background.background-size-100 {
		background-size: cover;
	}
	
	.row.row-eq-height {
		margin: 0;
	}
	
	.row.row-eq-height div[class*="grid_module"] {
		margin-top: 20px;
	}
	/* FIN - Estilos genreales */
	
	/* INI - Footer */
        footer .pull-right,
	footer .pull-left {
		float: none;
		margin: auto !important;
	}

	footer .pull-right img,
	footer .pull-left img {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		display: block;
	}
        
	.footer_brand.pull-right {
		float: none;
		margin: 0;	
	}
	
	.footer_area .copy_right ul li,
	.footer_area .copy_right ul li:first-child,
	.footer_brand.pull-right ul li {
		width: 100%;
		text-align: center;
		margin: 0 0 10px 0;	
	}
	footer .footer_area_icons .row div[class^="grid_module"] {
		display: block;
	}
	/* FIN - Footer */
	
	/* INI - Seccion Video */	
	#videoCarousel {
		margin-bottom: 1em;	
	}
	
	#videoCarousel .item img {
	    height: auto;
	}
	
	.video_carousel .carousel.slide .item .blockquote-media figure {
		position: relative;
    }	
    
	.video_carousel .carousel.slide .item .blockquote-media figcaption {
		background-size: 68px;
	    width: 68px;
	    height: 68px;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    margin: auto;
    }	
	
	#videoCarousel .item .banner_txt {
		position: static;
	    background-color: transparent;
	    color: #000000;
	    padding: 15px 0 10px;
	}

	#videoCarousel .item .banner_txt .container {
		padding: 0 15px;
	}
	
	#videoCarousel .item .banner_txt div.grid_module_2 {
		display: none;
	}
	
	#videoCarousel .item .banner_txt div.grid_module_5 {
		width: 100% !important;
		position: static !important;
	}
		
	#videoCarousel .item .banner_txt h1 {
		font-size: 35px;
		line-height: 38px;
		padding: 0;
		margin-bottom: 10px;
	}	
	/* FIN - Seccion Video */	
	
	/* INI - Especialistas */
	ul.especialistas li {
		width: 100%;
		margin-left: 0 !important;
	}

	ul.especialistas li .ficha-personal .grid_module_4 {
		width: 23.5%;
		float: left;
	}
	
	ul.especialistas li .ficha-personal .grid_module_8 {
		width: 74.5%;
		margin-left: 2% !important;
		float: left;
	}

	ul.especialistas li .ficha-personal h1 {
		font-size: 16px;
		margin-top: 0px;
	}
	
	ul.especialistas li .ficha-personal h2,
	ul.especialistas li .ficha-personal h3 {
	    margin-bottom: 10px;
	    font-size: 14px !important;
	}	
	
	ul.especialistas li .ficha-personal .curriculum a {
	    font-size: 14px !important;
	}
	/* FIN - Especialistas */
	
	/* INI - Tabs */
	.tab-component {
		margin: 1em 0;	
	}
	
	.tab-component > div[class^="outer-solid"] {
		padding: 0;	
		margin: 0;
	}
	
	.tab-component .tab-pane.r-tabs-panel.active {
		padding: 20px 0 0 0;
	}
	
	section.lab_content {
    	border-bottom: 5px solid #006290;
	}
	
	section.lab_menu_area {
	    padding: 0;
	    /* border-bottom: 5px solid #006290; */
	    border-top: 5px solid #006290;
	}	
	.r-tabs-accordion-title {
	    margin: 0;
	    display: block;
	    border-bottom: 1px solid;
	}
	
	.tab_menu ul li a, .r-tabs-accordion-title a {
    	font-size: 21px;
    	padding: 9px 12px 6px;
	}
	
	.lab_content .r-tabs-accordion-title a:hover, .lab_content .r-tabs-accordion-title.r-tabs-state-active a {
    	color: #006290;
    	border-bottom: 0px solid red !important;
    	margin-bottom: 0;
    	background-color: #F2F2F2;
    	text-decoration: none;
	}
	/* FIN - Tabs */
	
	/* INI - Slider Header */
	section.slider_area {
		min-height: auto;
		background-size: cover;
		padding-bottom: 30px;	
	}
	section.slider_area_carousel {
		margin-top: 0px;
		padding-top: 128px;
	}
	
	section.slider_area .slider_caption {
		position: static;
	}
	
	section.slider_area .slider_container .right_area {
		margin-top: 0;
	}
	/* FIN - Slider Header */
	
	/* INI - Carrusel de Imágenes*/
	.lSSlideOuter {
		position: relative;
	}
	
	.images-carousel .item-image {
		height: auto;
	}
	
	.images-carousel .item-image .texto {
		position: static;
		color: #222;
	    background: transparent;
	    padding: 15px 0 30px;
	}
	
	.lSAction>a {
		top: 20px;
	}
	
	.lSAction>.lSNext {
		
	}
	
	.lSAction>.lSPrev {
    	right: 50px;
    	left: auto;
    }
	/* FIN - Carrusel de Imágenes*/

	/* INI - Carrusel destacados */
	.destacado_carousel .controls {
	    position: absolute;
	    top: 0;
	    width: 100%;
	    height: 100%;
	}
	
	.destacado_carousel .controls a.carousel-control.left {
		right: -40px;
		top: 10px;
	}

	.destacado_carousel .controls a.carousel-control.right {
		right: 10px;
		top: 10px;
	}
	
	.destacado_carousel .container-indicators ol {
		width: 100%;
		margin: 0;
	}
	
	.carousel-indicators li {
		border: 1px solid #222;
	}
	
	.carousel-indicators .active {
		background: #222;
	}
	
	.destacado_carousel .blockquote-media img {
		height: auto;
		width: 100%;
	}
		
	.destacado_carousel .item .banner_txt {
		position: static;
		text-align: left;
	}
	
	.destacado_carousel .item .banner_txt .text_innr {
		position: static;
		width: 100%;
		padding: 0;
		background: transparent;
		margin-top: 15px;
    }
    
    .destacado_carousel .item .banner_txt .text_innr h1,
    .destacado_carousel .item .banner_txt .text_innr p {
		color: #222;	
    }
    
    .destacado_carousel .item .banner_txt .text_innr h1 {
	    margin-bottom: 15px;   
    }
	.destacado_header .controls {
		top: 91px;
	}
	.destacado_carousel .controls a.carousel-control.left, .destacado_header .controls a.carousel-control.left {
		right: -40px;
		top: 10px;
		margin: 0px;
		left: auto;
	}
	.destacado_carousel .controls a.carousel-control.right, .destacado_header .controls a.carousel-control.right {
		right: 10px;
		top: 10px;
		margin: 0px;
		left: auto;
	}
	.carousel.slide a.carousel-control {
		height: 50px !important;
		background-size: 72% !important;
	}
	/* FIN - Carrusel destacados */
	
	/* INI - Form */
	section.slider_area .slider_container .right_area form .row {
		margin-bottom: 0px;
	}
	
	form div[class*="grid_module"] {
		margin-bottom: 20px;
	}
	
	form .grid_module_1 {
		width: 5% !important;
		margin-top: 10px;
		margin-bottom: 0px !important;
	}
	
	form .grid_module_5 {
		width: 95% !important;
	}
	
	.form-check.center {
		text-align: left;
	}
	/* FIN - Form */
	/* ----- INI - Sedes ----- */
	.sedes .container, .sedes .container .row {
		width: 100% !important;
		margin: 0px !important;
		padding: 0px !important;
	}
	.sedes div[class*="grid_module"] {
		padding: 0px 30px;
	}
	.sedes .flotante {
		position: relative;
		right: 0px !important;
		width: 100%;
		text-align: center;
	}
	.sedes .flotante ul {
		border: 0px;
		padding: 0px;
	}
	.sedes .flotante ul, .sedes .flotante ul strong {
		color: #fff;
	}
	/* ----- INI - Sedes ----- */
}
@media (max-width: 540px) {
	/* ----- INI - Header ----- */
	.grid_module_3 .logo img {
		margin: 0px !important;
		max-height: 70px;
	}
	/* ----- FIN - Header ----- */
	
	
	/* ----- INI - Destacado Carrusel ----- */
	/* ----- FIN - Destacado Carrusel ----- */
}
/* FIN - Responsive */