@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900');
/*  Less  */
/*  Fuentes  */
/*  Estilos globales  */
body {
  -webkit-font-smoothing: antialiased;
  color: #333333;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background: #fff;
  padding: 0px;
}
a {
  color: #10a0eb;
  transition: color .3s ease;
}
a:hover {
  color: #095f8c;
  text-decoration: none;
}
a:link {
  color: #10a0eb;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  line-height: inherit;
  font-weight: normal;
}
#toolbar {
  display: none;
  box-shadow: none;
  position: relative;
  margin: 0px;
  padding: 0px;
}
body.toolbar-drawer {
  padding-top: 0px !important;
}
.nav {
  margin: 0px;
}
p {
  margin-bottom: 20px;
}
.nav-tabs {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  border: none;
}
.nav-tabs > li > a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #ffffff;
  color: #333333;
}
.nav-tabs > li:first-child {
  display: none;
}
/*  Slider  */
.node-slider .carousel {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
}
.node-slider .carousel .item {
  height: 100%;
  background-size: cover !important;
}
.node-slider .carousel-inner {
  height: 100%;
}
.node-slider .carousel .item .box {
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #ffffff;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 50px 30px 90px;
}
.node-slider .carousel .item .box h3 {
  font-weight: 900;
  font-size: 72px;
  line-height: 74px;
  margin-bottom: 10px;
}
.node-slider .carousel .item .box p {
  font-weight: 300;
  font-size: 42px;
  line-height: 44px;
  margin-bottom: 0px;
}
.node-slider .carousel-indicators .active {
  background: #ffffff;
}
.node-slider .carousel-indicators li {
  border: none;
  background: rgba(255, 255, 255, 0.5);
}
/*  Video  */
.node-v-deo #video {
  position: fixed;
  background: #000000;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.node-v-deo #video video,
.node-v-deo #video iframe {
  width: 100%;
  height: 100%;
}
/*  Textos e imagenes  */
.node-textos-im-genes .box {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.node-textos-im-genes .box .texto {
  width: 50%;
}
.node-textos-im-genes .box .imagen {
  background: #000000;
  display: flex;
  align-items: center;
  width: 50%;
}
.node-textos-im-genes .box .primera {
  order: -1;
}
.node-textos-im-genes .txt {
  display: flex;
  align-items: center;
  padding: 100px;
  height: 100%;
}
.node-textos-im-genes .carousel {
  width: 100%;
  height: 100%;
}
.node-textos-im-genes .carousel .item {
  height: 100%;
  background-size: cover !important;
}
.node-textos-im-genes .carousel-inner {
  height: 100%;
}
.node-textos-im-genes .carousel-indicators .active {
  background: #ffffff;
}
.node-textos-im-genes .carousel-indicators li {
  border: none;
  background: rgba(255, 255, 255, 0.5);
}
.node-textos-im-genes .texto .carousel-indicators .active {
  background: #333333;
}
.node-textos-im-genes .texto .carousel-indicators li {
  border: none;
  background: rgba(0, 0, 0, 0.5);
}
/*  Textos y video  */
.node-textos-v-deo .box {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.node-textos-v-deo .box .texto {
  width: 50%;
}
.node-textos-v-deo .box .video {
  background: #000000;
  display: flex;
  align-items: center;
  width: 50%;
}
.node-textos-v-deo .box .primera {
  order: -1;
}
.node-textos-v-deo .txt {
  display: flex;
  align-items: center;
  padding: 100px;
  height: 100%;
  font-size: 24px;
}
.node-textos-v-deo .carousel {
  width: 100%;
  height: 100%;
}
.node-textos-v-deo .carousel .item {
  height: 100%;
  background-size: cover !important;
}
.node-textos-v-deo .carousel-inner {
  height: 100%;
}
.node-textos-v-deo .texto .carousel-indicators .active {
  background: #333333;
}
.node-textos-v-deo .texto .carousel-indicators li {
  border: none;
  background: rgba(0, 0, 0, 0.5);
}
.node-textos-v-deo video,
.node-textos-v-deo iframe {
  width: 100%;
  height: 100%;
}
/*  Articulos  */
.node-art-culos .box {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.node-art-culos .box .texto {
  width: 66.666%;
}
.node-art-culos .box .imagen {
  background: #000000;
  display: flex;
  align-items: center;
  width: 33.333%;
}
.node-art-culos .txt {
  display: flex;
  align-content: center;
  padding: 0px;
  height: 100%;
  flex-wrap: wrap;
}
.node-art-culos .txt h1 {
  border-bottom: 1px solid #ccc;
  padding: 70px 50px;
  text-transform: uppercase;
  width: 100%;
  font-size: 50px;
  line-height: 54px;
  font-weight: 900;
  clear: both;
}
.node-art-culos .txt .field-name-field-fecha {
  float: left;
  text-align: right;
  width: 50%;
  font-size: 50px;
  line-height: 50px;
  padding: 50px;
  background: #eeeeee;
}
.node-art-culos .txt .field-name-field-categor-a {
  float: left;
  font-size: 50px;
  line-height: 50px;
  color: #10a0eb;
  padding: 50px;
  width: 50%;
  text-transform: uppercase;
  background: rgba(16, 160, 235, 0.1);
}
.node-art-culos .txt .field-name-field-entradilla {
  padding: 70px 50px 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 30px;
}
.node-art-culos .txt .field-name-body {
  padding: 50px;
  font-size: 28px;
  line-height: 32px;
}
.node-art-culos-listado .box {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 100px;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.node-art-culos-listado h1 {
  text-transform: uppercase;
  width: 100%;
  font-size: 50px;
  line-height: 54px;
  font-weight: 900;
  display: block;
  margin-bottom: 50px;
}
.node-art-culos-listado img {
  margin-bottom: 30px;
}
.node-art-culos-listado h2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  font-weight: 700;
  min-height: 102px;
  font-size: 38px;
  line-height: 42px;
  display: block;
  margin-bottom: 20px;
}
.node-art-culos-listado .fecha {
  background: #eeeeee;
  padding: 20px;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 28px;
  display: inline-block;
}
.node-art-culos-listado .categoria {
  background: rgba(16, 160, 235, 0.1);
  padding: 20px;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 28px;
  display: inline-block;
  color: #10a0eb;
}
.node-art-culos-listado p {
  font-size: 28px;
  line-height: 30px;
}
.flexslider {
  margin: 0px !important;
  padding: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  border: 0px !important;
  width: 100%;
}
/*  Queja / Felicitacion  */
.node-queja-felicitaci-n .box {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.node-queja-felicitaci-n .box .queja {
  position: relative;
  padding: 60px 80px;
  width: 50%;
  background: rgba(233, 166, 166, 0.5);
}
.node-queja-felicitaci-n .box .felicitacion {
  position: relative;
  padding: 60px 80px;
  width: 50%;
  background: rgba(195, 233, 166, 0.5);
}
.node-queja-felicitaci-n .box h2 {
  width: 100%;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 52px;
  font-weight: 900;
  margin-bottom: 30px;
}
.node-queja-felicitaci-n .box .queja h2 {
  color: #d55454;
}
.node-queja-felicitaci-n .box .felicitacion h2 {
  color: #5a9c27;
}
.node-queja-felicitaci-n .field-name-field-foto-q,
.node-queja-felicitaci-n .field-name-field-foto-f {
  bottom: 0px;
  left: 0px;
  position: absolute;
}
.node-queja-felicitaci-n .field-name-field-descripci-n-q {
  min-height: 176px;
  border: 8px solid #d55454;
  color: #d55454;
  font-size: 26px;
  line-height: 30px;
  padding: 20px;
  font-weight: 700;
}
.node-queja-felicitaci-n .field-name-field-descripci-n-f {
  min-height: 176px;
  border: 8px solid #5a9c27;
  color: #5a9c27;
  font-size: 26px;
  line-height: 30px;
  padding: 20px;
  font-weight: 700;
}
.node-queja-felicitaci-n .field-name-field-producto-q,
.node-queja-felicitaci-n .field-name-field-producto-f {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 10px;
}
.node-queja-felicitaci-n .field-name-field-t-tulo-q,
.node-queja-felicitaci-n .field-name-field-t-tulo-f {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 20px;
  font-weight: 700;
}
.node-queja-felicitaci-n .field-name-field-fecha-q {
  color: #d55454;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 15px;
}
.node-queja-felicitaci-n .field-name-field-fecha-f {
  color: #5a9c27;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 15px;
}
.node-queja-felicitaci-n .field-name-field-texto-q {
  background: #d55454;
  padding: 20px;
  color: #fff;
  font-size: 26px;
  line-height: 30px;
}
.node-queja-felicitaci-n .field-name-field-texto-f {
  background: #5a9c27;
  padding: 20px;
  color: #fff;
  font-size: 26px;
  line-height: 30px;
}
/*  Oferta de empleo  */
.node-oferta-de-empleo .box {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
}
.node-oferta-de-empleo .box .fila {
  display: flex;
}
.node-oferta-de-empleo .box .left,
.node-oferta-de-empleo .box .right {
  margin-bottom: 50px;
  width: 50%;
}
.node-oferta-de-empleo .texto {
  position: relative;
  padding: 80px;
  width: 66.666%;
}
.node-oferta-de-empleo .texto h1 {
  text-transform: uppercase;
  width: 100%;
  font-size: 50px;
  line-height: 54px;
  font-weight: 900;
  display: block;
  margin-bottom: 50px;
}
.node-oferta-de-empleo .texto h2 {
  width: 100%;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  display: block;
  margin-bottom: 30px;
}
.node-oferta-de-empleo .field-name-field-titulaci-n-requerida {
  height: 100%;
  background: #eeeeee;
  padding: 40px;
  font-size: 24px;
  line-height: 28px;
}
.node-oferta-de-empleo .texto .field-label {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 32px;
}
.node-oferta-de-empleo .field-name-field-requisitos {
  height: 100%;
  background: #f9f9f9;
  padding: 40px;
  font-size: 24px;
  line-height: 28px;
}
.node-oferta-de-empleo .field-name-field-descripci-n-o {
  font-size: 26px;
  line-height: 30px;
}
.node-oferta-de-empleo .box .imagen {
  background: #000000;
  display: flex;
  align-items: center;
  width: 33.333%;
}
/*  Bajas  */
.node-bajas .box {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.node-bajas .left {
  padding: 80px;
  background: #000000;
  color: #ffffff;
  width: 50%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.node-bajas .left span {
  display: block;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 130px;
  line-height: 134px;
}
.node-bajas .left .field {
  clear: both;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 200px;
  line-height: 204px;
  margin: 75px 0;
  border: 6px solid #ffffff;
  border-top: 50px solid #ffffff;
  padding: 50px;
  display: inline-block;
}
.node-bajas .right {
  width: 50%;
}
.node-bajas .right > span {
  height: 50%;
  padding: 80px;
  display: block;
  font-size: 70px;
  line-height: 72px;
}
.node-bajas .right .field-name-field-fecha-record {
  margin-top: 20px;
  background: #f9f9f9;
  padding: 20px;
}
.node-bajas .right .caja {
  height: 50%;
  background: rgba(16, 160, 235, 0.1);
  padding: 80px;
  display: flex;
}
.node-bajas .right .caja .izq {
  width: 50%;
  color: #10a0eb;
  font-size: 100px;
  line-height: 104px;
}
.node-bajas .right .caja .der {
  width: 50%;
  text-align: right;
  font-size: 100px;
  line-height: 104px;
  font-weight: 700;
  color: #10a0eb;
}
