/************************************
  @media (max-width: 1219px) {
  }
  @media (max-width: 959px) {
  }
  @media (max-width: 767px) {
  }
  @media (max-width: 479px) {
  }
 ************************************
  @media (min-width: 480px) {
  }
  @media (min-width: 768px) {
  }
  @media (min-width: 960px) {
  }
  @media (min-width: 1220px) {
  }
************************************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  margin-left: 0 !important;
  color: #444;
  line-height: 24px;
  background: white;
}
noscript {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 1000;
}
h1 {
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 55px;
  line-height: 60px;
  font-weight: 200;
}
h2 {
  font-family: 'Raleway', Arial, sans-serif;
  line-height: 30px;
}
h3 {
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 300;
}
h4 {
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 300;
}
strong {
  font-weight: 500;
}
.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-middle {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-bottom {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex-right {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-total-center {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.preloader {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 999;
}
.preloader .item {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
}
.preloader .item .spinner {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-color: #cbd8e4;
  border-radius: 100%;
  -webkit-animation: scaleout 1s infinite ease-in-out;
  animation: scaleout 1s infinite ease-in-out;
}
@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes in-blur {
  0% {
    -webkit-filter: blur(100px);
    -moz-filter: blur(100px);
    -o-filter: blur(100px);
    -ms-filter: blur(100px);
    filter: blur(100px);
  }
  100% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
@media (max-width: 479px) {
  .container {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}
.container-large {
  max-width: 1400px;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .container-large {
    padding: 0 30px;
  }
}
.container-large-collapse {
  max-width: 1400px;
  padding: 0;
}
.container-collapse {
  padding: 0 15px;
}
@media (max-width: 479px) {
  .container-collapse {
    padding: 0;
  }
}
header {
  position: relative;
}
header .vt-logo {
  position: absolute;
  left: 25px;
  top: 25px;
}
@media (max-width: 479px) {
  header .vt-logo {
    left: 20px;
    top: 20px;
  }
}
@media (max-width: 959px) {
  header .vt-logo img {
    width: 145px;
  }
}
@media (max-width: 479px) {
  header .vt-logo img {
    width: 125px;
  }
}
.vt-navbar {
  background: white;
  height: 105px;
}
@media (max-width: 959px) {
  .vt-navbar {
    height: 90px;
  }
}
@media (max-width: 479px) {
  .vt-navbar {
    height: 80px;
  }
}
.vt-navbar ul li:last-child a {
  padding-right: 0 !important;
}
.vt-navbar ul li.uk-open a {
  background: transparent;
}
.vt-navbar ul li.uk-open a:hover,
.vt-navbar ul li.uk-open a:active {
  background: transparent;
}
.vt-navbar ul li a {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #555;
  font-family: 'Raleway', Arial, sans-serif;
  padding: 0 25px;
}
@media (max-width: 1219px) {
  .vt-navbar ul li a {
    padding: 0 20px;
  }
}
@media (max-width: 959px) {
  .vt-navbar ul li a {
    display: none;
  }
}
.vt-navbar ul li a:hover,
.vt-navbar ul li a:active {
  background: transparent;
}
.vt-navbar ul li a img {
  position: relative;
  top: -3px;
}
.vt-slideshow {
  position: relative;
}
@media (max-width: 479px) {
  .vt-slideshow {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .vt-slideshow > ul li {
    height: 350px;
  }
}
.vt-slideshow .vt-info-slideshow {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 479px) {
  .vt-slideshow .vt-info-slideshow {
    height: 350px;
  }
}
.vt-slideshow .vt-info-slideshow > div {
  text-align: center;
  color: white;
  font-size: 16px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.vt-slideshow .vt-info-slideshow > div h4 {
  font-size: 20px;
  color: white;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .vt-slideshow .vt-info-slideshow > div h4 {
    font-size: 13px;
  }
}
.vt-slideshow .vt-info-slideshow > div a.vt-button {
  background: rgba(0, 0, 0, 0.3);
  height: 58px;
  display: inline-block;
  line-height: 58px;
  padding: 0 75px;
  font-size: 15px;
  color: white;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .vt-slideshow .vt-info-slideshow > div a.vt-button {
    padding: 0;
    display: block;
  }
}
.vt-slideshow .vt-info-slideshow > div a.vt-button:hover {
  background: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.vt-slideshow .vt-info-slideshow > div h1 {
  color: white;
  font-size: 55px;
  line-height: 60px;
  font-weight: 200;
  margin-top: 0;
  margin-bottom: 30px;
}
@media (max-width: 1219px) {
  .vt-slideshow .vt-info-slideshow > div h1 {
    font-size: 48px;
    line-height: 47px;
  }
}
@media (max-width: 959px) {
  .vt-slideshow .vt-info-slideshow > div h1 {
    font-size: 42px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .vt-slideshow .vt-info-slideshow > div h1 {
    font-size: 35px;
    line-height: 35px;
  }
}
.vt-slideshow a.uk-slidenav-previous:before,
.vt-slideshow a.uk-slidenav-next:before {
  content: "";
}
.vt-slideshow a.uk-slidenav-previous img,
.vt-slideshow a.uk-slidenav-next img {
  width: 30px;
}
.vt-seo {
  background: white;
  position: relative;
  margin: 0 70px;
  top: -110px;
  padding-top: 75px;
  text-align: center;
}
@media (max-width: 1219px) {
  .vt-seo {
    margin: 0 40px;
    top: -70px;
    padding-top: 50px;
  }
}
@media (max-width: 959px) {
  .vt-seo {
    top: 0;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .vt-seo {
    margin-left: 0;
    margin-right: 0;
  }
}
.vt-seo h4 {
  color: #b20002;
  text-transform: uppercase;
  margin: 0;
  font-weight: 500;
  letter-spacing: 2px;
}
@media (max-width: 959px) {
  .vt-seo h4 {
    font-size: 15px;
  }
}
.vt-seo h2 {
  margin: 0;
  font-size: 43px;
  font-weight: 200;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1219px) {
  .vt-seo h2 {
    font-size: 35px;
    font-weight: 300;
  }
}
@media (max-width: 959px) {
  .vt-seo h2 {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.vt-seo p {
  color: #999;
}
footer {
  margin-top: 50px;
}
footer .vt-social {
  font-size: 15px;
  margin-bottom: 30px;
}
footer .vt-social a {
  border: 1px solid #999;
  color: #999;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 34px;
  background: white;
}
footer .vt-social a:hover {
  color: #666;
}
@media (max-width: 767px) {
  footer .vt-subnav {
    display: block !important;
  }
}
@media (max-width: 767px) {
  footer .vt-subnav li {
    display: block;
    clear: both;
    margin: 0;
    padding: 0;
    text-align: center;
    float: none;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #eee;
  }
  footer .vt-subnav li:last-child {
    border-bottom: none;
  }
}
footer .vt-subnav li a {
  font-size: 13px;
  font-weight: 500;
  color: #666;
  padding: 0 18px;
}
@media (max-width: 767px) {
  footer .vt-subnav li a {
    display: block;
    text-align: center;
  }
}
footer .vt-subnav li a:hover {
  color: #999;
}
footer .vt-copyright {
  text-transform: uppercase;
  font-size: 13px;
  color: #999;
  height: 50px;
  line-height: 30px;
}
.vt-filters {
  background: #f0f0f0;
  padding: 75px 35px 1px 35px;
}
@media (max-width: 479px) {
  .vt-filters {
    padding: 55px 25px;
  }
}
.vt-filters h2 {
  margin: 0;
  font-size: 40px;
  font-weight: 200;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 1219px) {
  .vt-filters h2 {
    font-size: 35px;
    font-weight: 300;
  }
}
@media (max-width: 959px) {
  .vt-filters h2 {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.vt-filters h3 {
  font-size: 19px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.vt-filters .vt-grid-filters {
  /*   padding: 0 35px; */
  text-align: center;
}
@media (max-width: 479px) {
  .vt-filters .vt-grid-filters > div {
    /*   padding: 0; */
  }
}
.vt-filters .vt-grid-filters .vt-panel-box {
  background: white;
  padding: 25px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #999;
  height: 190px;
  position: relative;
  border-radius: 5px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.vt-filters .vt-grid-filters .vt-panel-box i {
  position: absolute;
  right: 15px;
  top: 15px;
}
.vt-filters .vt-grid-filters .vt-panel-box i svg,
.vt-filters .vt-grid-filters .vt-panel-box i img {
  width: 32px;
}
.vt-filters .vt-grid-filters .vt-panel-box i svg *,
.vt-filters .vt-grid-filters .vt-panel-box i img * {
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  width: 32px;
}
.vt-filters .vt-grid-filters .vt-panel-box h4 {
  font-weight: 500;
  text-align: center;
  color: #555;
  font-size: 17px;
  margin: 10px 0;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.vt-filters .vt-grid-filters .vt-panel-box .vt-tipo,
.vt-filters .vt-grid-filters .vt-panel-box .vt-localizacion {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 15px;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.vt-filters .vt-grid-filters .vt-panel-box:hover {
  /* .scale(1.03); */
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  background: #2f2d2e;
  /* &.vt-formacion {
					.vt-tipo {
						color: #da0002;
					}
					svg, img {
						* {
							fill: #da0002;
						}
					}
				}
				&.vt-seleccion {
					.vt-tipo {
						color: #739eff;
					}
					svg, img {
						* {
							fill: #739eff;
						}
					}
				} */
}
.vt-filters .vt-grid-filters .vt-panel-box:hover h4 {
  color: white;
  font-weight: 400;
}
.vt-filters .vt-grid-filters .vt-panel-box.vt-formacion {
  border-bottom: 3px solid #739eff;
}
.vt-filters .vt-grid-filters .vt-panel-box.vt-formacion .vt-tipo {
  color: #739eff;
}
.vt-filters .vt-grid-filters .vt-panel-box.vt-formacion svg *,
.vt-filters .vt-grid-filters .vt-panel-box.vt-formacion img * {
  fill: #739eff;
}
.vt-filters .vt-grid-filters .vt-panel-box.vt-seleccion {
  border-bottom: 3px solid #da0002;
}
.vt-filters .vt-grid-filters .vt-panel-box.vt-seleccion .vt-tipo {
  color: #da0002;
}
.vt-filters .vt-grid-filters .vt-panel-box.vt-seleccion svg *,
.vt-filters .vt-grid-filters .vt-panel-box.vt-seleccion img * {
  fill: #da0002;
}
.vt-filters .vt-grid-filters .vt-panel-box.vt-inactivo {
  border-bottom: 3px solid #666;
}
.vt-filters .vt-grid-filters .vt-panel-box.vt-inactivo .vt-tipo {
  color: #666;
}
.vt-filters .vt-grid-filters .vt-panel-box.vt-inactivo svg *,
.vt-filters .vt-grid-filters .vt-panel-box.vt-inactivo img * {
  fill: #666;
}
a.vt-button {
  background: rgba(0, 0, 0, 0.3);
  height: 58px;
  display: inline-block;
  line-height: 58px;
  padding: 0 75px;
  color: white;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 15px;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  a.vt-button {
    display: block;
    padding: 0;
  }
}
a.vt-button:hover {
  background: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.vt-hamburger {
  position: absolute;
  right: 20px;
  top: 35px;
  display: none;
}
@media (max-width: 959px) {
  .vt-hamburger {
    display: flex;
    display: block;
    top: 35px;
  }
}
@media (max-width: 479px) {
  .vt-hamburger {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    top: 30px;
  }
}
.vt-offcanvas {
  background: rgba(178, 0, 2, 0.9);
  color: white;
  font-weight: 300 !important;
  font-size: 14px;
  font-weight: 400;
}
.vt-offcanvas .vt-logo {
  padding-top: 30px;
}
.vt-offcanvas .vt-copyright {
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.8) !important;
}
.vt-offcanvas svg {
  width: 40px;
}
.vt-offcanvas svg * {
  fill: white;
}
.vt-offcanvas h3 {
  color: #cbd8e4 !important;
  margin: 20px 0 10px 0;
  font-weight: 400;
}
.vt-offcanvas strong {
  color: yellow;
  font-weight: 400;
  display: block;
}
.vt-offcanvas ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.vt-offcanvas ul li a {
  color: white !important;
  font-weight: 400;
}
.vt-offcanvas ul li:last-child {
  border-bottom: none;
}
.vt-header-section {
  text-align: center;
  margin-top: 30px;
  position: relative;
}
.vt-header-section .vt-search {
  position: absolute;
  right: 15px;
  bottom: 0px;
}
@media (max-width: 959px) {
  .vt-header-section .vt-search {
    right: 45px;
    top: -88px;
  }
}
@media (max-width: 479px) {
  .vt-header-section .vt-search {
    right: 45px;
    top: -84px;
  }
}
.vt-header-section .vt-search img,
.vt-header-section .vt-search svg {
  width: 24px;
}
.vt-header-section .vt-search img *,
.vt-header-section .vt-search svg * {
  width: 24px;
  fill: #cbd8e4;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.vt-header-section .vt-search a:hover img *,
.vt-header-section .vt-search a:hover svg * {
  fill: #b20002;
}
.vt-header-section h4 {
  color: #cbd8e4;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.vt-header-section h1 {
  font-size: 45px;
  color: #b20002;
  line-height: 45px;
  margin-top: 10px;
}
@media (max-width: 1219px) {
  .vt-header-section h1 {
    font-size: 48px;
    line-height: 47px;
  }
}
@media (max-width: 959px) {
  .vt-header-section h1 {
    font-size: 42px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .vt-header-section h1 {
    font-size: 35px;
    line-height: 35px;
  }
}
.vt-news {
  background: white;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 5px;
}
.vt-news figure {
  border-radius: 5px;
}
.vt-news .vt-info-news {
  padding: 15px 25px;
}
.vt-news .vt-info-news time {
  color: #aaa;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Raleway', Arial, sans-serif;
  margin: 0;
}
.vt-news .vt-info-news time span {
  display: block;
  color: #666;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 5px;
}
.vt-news .vt-info-news p {
  font-size: 15px;
  line-height: 17px;
  margin: 0;
}
.vt-news .vt-info-news h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.vt-news .vt-info-news h4 a {
  font-weight: 500;
  color: #333;
  font-family: 'Raleway', Arial, sans-serif;
}
.vt-news:hover {
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.2);
}
.vt-qsearch input.vt-input {
  border-radius: 2px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}
.vt-qsearch .vt-select {
  border-radius: 2px;
  height: 50px;
  line-height: 50px;
}
ul.vt-letras-ref {
  background: white;
  padding: 20px 0;
  border-bottom: 2px solid #ddd;
}
ul.vt-letras-ref li {
  width: 4.1%;
  text-align: center;
}
ul.vt-letras-ref li.uk-active a {
  background: #eee;
  color: #444;
}
ul.vt-letras-ref li a {
  display: block;
  background: #eee;
  padding: 2px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
ul.vt-letras-ref li a:hover {
  background: #cbd8e4;
  color: white;
}
.vt-grid-formacion .vt-news {
  border-bottom: 3px solid #739eff;
  border-top: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
  border-left: 1px solid #ddd !important;
}
.vt-grid-formacion i.sel {
  display: none;
}
.vt-grid-formacion i.for {
  display: block;
}
.vt-grid-formacion i.for img,
.vt-grid-formacion i.for svg {
  width: 30px !important;
}
.vt-grid-formacion i.for img *,
.vt-grid-formacion i.for svg * {
  fill: #739eff !important;
}
.vt-grid-formacion .vt-inactive-news .vt-news {
  border-bottom: 3px solid #666;
  border-top: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
  border-left: 1px solid #ddd !important;
}
.vt-grid-formacion .vt-inactive-news i.sel {
  display: none;
}
.vt-grid-formacion .vt-inactive-news i.for {
  display: block;
}
.vt-grid-formacion .vt-inactive-news i.for img,
.vt-grid-formacion .vt-inactive-news i.for svg {
  width: 30px !important;
}
.vt-grid-formacion .vt-inactive-news i.for img *,
.vt-grid-formacion .vt-inactive-news i.for svg * {
  fill: #666 !important;
}
.vt-grid-seleccion i.sel {
  display: block;
}
.vt-grid-seleccion i.sel img,
.vt-grid-seleccion i.sel svg {
  width: 30px !important;
}
.vt-grid-seleccion i.sel img *,
.vt-grid-seleccion i.sel svg * {
  fill: #b20002 !important;
}
.vt-grid-seleccion i.for {
  display: none;
  background: red;
}
.vt-grid-seleccion i.for img,
.vt-grid-seleccion i.for svg {
  width: 30px !important;
}
.vt-grid-seleccion i.for img *,
.vt-grid-seleccion i.for svg * {
  fill: #739eff !important;
}
.vt-grid-seleccion .vt-news {
  border-bottom: 3px solid #da0002;
  min-height: 110px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.vt-grid-seleccion .vt-news time {
  font-size: 15px;
}
.vt-grid-seleccion .vt-news h4 {
  margin-top: 0;
}
.vt-grid-seleccion .vt-news figure {
  display: none;
}
.vt-grid-seleccion .vt-inactive-news i.sel {
  display: block;
}
.vt-grid-seleccion .vt-inactive-news i.sel img,
.vt-grid-seleccion .vt-inactive-news i.sel svg {
  width: 30px !important;
}
.vt-grid-seleccion .vt-inactive-news i.sel img *,
.vt-grid-seleccion .vt-inactive-news i.sel svg * {
  fill: #666 !important;
}
.vt-grid-seleccion .vt-inactive-news i.for {
  display: none;
  background: red;
}
.vt-grid-seleccion .vt-inactive-news i.for img,
.vt-grid-seleccion .vt-inactive-news i.for svg {
  width: 30px !important;
}
.vt-grid-seleccion .vt-inactive-news i.for img *,
.vt-grid-seleccion .vt-inactive-news i.for svg * {
  fill: #666 !important;
}
.vt-grid-seleccion .vt-inactive-news .vt-news {
  border-bottom: 3px solid #666;
  min-height: 110px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.vt-grid-seleccion .vt-inactive-news .vt-news time {
  font-size: 15px;
}
.vt-grid-seleccion .vt-inactive-news .vt-news h4 {
  margin-top: 0;
}
.vt-grid-seleccion .vt-inactive-news .vt-news figure {
  display: none;
}
.vt-referencias .vt-letra {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.vt-referencias .vt-letra h2 {
  font-size: 35px;
  font-weight: 300;
  color: #b20002;
}
@media (max-width: 767px) {
  .vt-referencias .vt-letra h2 {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .vt-referencias hr {
    display: none;
  }
}
.vt-referencias .vt-company {
  font-size: 13px;
  line-height: 18px;
}
.vt-referencias .vt-company em {
  font-style: normal;
  color: #999;
  font-size: 11px;
  display: block;
}
.vt-company li {
  background: url(../svg/icon-company.svg) no-repeat left top;
  background-size: 20px;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .vt-company li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
    background-position: left top;
  }
}
.vt-portada-bottom {
  padding-bottom: 120px !important;
}
@media (max-width: 1219px) {
  .vt-portada-bottom {
    padding-bottom: 120px !important;
  }
}
@media (max-width: 959px) {
  .vt-portada-bottom {
    padding-bottom: 0px !important;
  }
}
h6 {
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  color: #b20002;
  font-weight: 400;
}
.vt-ficha h6 {
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  color: #b20002;
  font-weight: 400;
}
.vt-ficha h3 {
  font-size: 16px;
  font-weight: 500;
}
.vt-ficha ul > li a {
  color: #666;
  text-decoration: underline;
  margin-left: 5px;
}
.vt-ficha ul > li em {
  color: #99b2ca;
}
.vl-blockquote {
  width: 320px;
  padding: 70px 50px;
  background: rgba(178, 0, 2, 0.4);
}
@media (max-width: 767px) {
  .vl-blockquote {
    width: 100%;
    padding: 40px;
  }
}
@media (max-width: 479px) {
  .vl-blockquote {
    padding: 20px;
    font-size: 14px;
  }
}
.vl-blockquote p {
  font-size: 16px;
}
.vl-blockquote h3 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  font-family: 'Raleway', Arial, sans-serif;
}
.vt-grid-vitae h4 {
  font-weight: 500;
  color: #b20002;
  text-transform: uppercase;
}
ul.vt-list li a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #999;
  text-decoration: none;
}
ul.vt-list li a:hover {
  text-decoration: none;
}
ul.vt-list li.uk-active a {
  font-weight: 500;
  color: #b20002;
}
.vt-container-oferta-index a {
  text-decoration: none;
}
.vt-container-oferta-index a:hover {
  text-decoration: none;
}
.vt-wrap input,
.vt-wrap .vt-ex {
  display: inline-block;
}
.vt-wrap {
  position: relative;
}
.vt-ex {
  position: absolute;
  right: 0;
  top: 10%;
  height: 30px;
  width: 30px;
  opacity: 1;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}
input {
  width: 100%;
  height: 100%;
}
.vt-ex:hover {
  color: gainsboro;
  cursor: pointer;
}
.vt-download-pdf,
.vt-download-img,
.vt-download-doc {
  display: inline-block;
  border-radius: 4px;
  background: #b20002;
  padding: 0 50px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.vt-download-pdf img,
.vt-download-img img,
.vt-download-doc img {
  height: 20px;
}
.vt-download-img {
  background: #ddd;
}
.vt-download-doc {
  background: #999;
}
a.vt-back {
  display: inline-block;
  border-radius: 4px;
  background: #ddd;
  color: #555;
  padding: 0 50px;
  height: 40px;
  line-height: 40px;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
}
a.vt-back i {
  font-size: 18px;
  margin-right: 10px;
}
a.vt-back:hover {
  text-decoration: none;
}
.referencias ul {
  columns: 4;
  column-width: 25%;
  column-gap: 20px;
}
@media (max-width: 959px) {
  .referencias ul {
    columns: 3;
    column-width: 33%;
    column-gap: 20px;
  }
}
@media (max-width: 767px) {
  .referencias ul {
    columns: 2;
    column-width: 50%;
    column-gap: 20px;
  }
}
@media (max-width: 479px) {
  .referencias ul {
    columns: 1;
    column-width: 100%;
    column-gap: 0px;
  }
}
.referencias ul li {
  break-inside: avoid;
}
