body {
  padding-top: 90px;
}
@media (max-width: 480px) {
  body {
    padding-top: 70px;
  }
}
.wrapper {
  position: relative;
  right: 0;
}
#content {
  padding: 0;
}
.navbar-default {
  background-color: #fff;
  border-bottom: 3px solid #eee;
}
.pdg-30 {
  padding: 30px;
}
ul.clean-list li {
  list-style: none;
}
ul.clean-list {
  padding: 0;
  margin: 0;
}
p {
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #666;
  font-size: 1.5rem;
  line-height: 1.8em;
  margin-bottom: 1.3rem;
}
.dsp-block {
  display: block;
}
.dsp-inblock {
  display: inline-block;
}
.container-fluid .no-gutter {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .post_content .container-fluid:nth-child(n+4) .no-gutter .gadget-link-time:first-child {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .post_content .container-fluid:nth-child(n+4) .no-gutter .gadget-link-time:first-child {
    width: 33.33333333%;
  }
}
.title-page {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 0;
  font-size: 2em;
  font-weight: 600;
}
.subtitle-page {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 20px 0 0;
  font-size: 1.25em;
  font-weight: 600;
}
.hero {
  padding: 10% 0;
  background-size: cover;
  background-position: center center;
  background-color: #016D55;
  position: relative;
}
.hero .title-page {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 0;
  line-height: 1.25;
  font-size: 2.5em;
  font-weight: 600;
  color: #fff;
  position: relative;
  z-index: 999;
}
.hero .title-page i {
  margin: 0 auto 10px;
}
.hero em {
  font-size: 2em;
  margin: 25px 0 0;
}
.hero .description-page {
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1.1em;
  line-height: 1.5em;
  color: #fff;
  text-align: center;
  display: block;
  text-overflow: ellipsis;
  max-width: 75%;
  margin: 25px auto 0;
}
button[disabled],
html input[disabled] {
  cursor: not-allowed;
  opacity: 0.6;
}
/********** MENU NAV ***********/
.nav-fixed-top {
  float: left;
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  padding: 5px 0;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}
.nav-fixed-top .logo-menu {
  float: left;
  margin-left: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  height: 100%;
}
.nav-fixed-top .side-collapse {
  float: right;
}
.nav-fixed-top .nav .open > a,
.nav-fixed-top .nav .open > a:hover,
.nav-fixed-top .nav .open > a:focus {
  background-color: transparent;
  border-color: transparent;
  color: #E7323D;
}
.nav-fixed-top .navbar-nav > li > a {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.9em;
  color: #333;
  font-weight: 600;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.nav-fixed-top .nav > li > a:hover,
.nav-fixed-top .nav > li > a:focus {
  background-color: transparent;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  color: #E7323D;
}
.nav-fixed-top .dropdown-menu {
  border: none;
  border-radius: 2px;
  top: 70px;
  box-shadow: 0 16px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 16px 20px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 16px 20px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 16px 20px rgba(0, 0, 0, 0.15);
}
.nav-fixed-top .dropdown-menu li a {
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #666;
  padding: 10px 15px;
}
.nav-fixed-top .dropdown-menu > li > a:hover,
.nav-fixed-top .dropdown-menu > li > a:focus {
  color: #E7323D;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  background-color: #eee;
}
.nav-fixed-top .dropdown-menu > li > a,
.nav-fixed-top .dropdown-menu > li > a {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.nav-fixed-top .toggle {
  display: none;
}
.nav-fixed-top .side-nav {
  float: right;
}
@media (max-width: 480px) {
  .nav-fixed-top {
    height: 70px;
    padding: 10px 0 0;
  }
  #post-108 div#startScroll {
    top: 170px;
  }
  #post-108 .hero {
    height: 220px;
  }
}
.servicios-menu a::before {
  font-family: "vectalia-estacion" !important;
  content: "Q" !important;
  display: inline-block !important;
  margin-right: 5px;
  font-size: 1em!important;
}
.operadores-menu a::before {
  font-family: "vectalia-estacion" !important;
  content: "j" !important;
  display: inline-block !important;
  margin-right: 5px;
  font-size: 1em!important;
}
.stands-menu a::before {
  font-family: "vectalia-estacion" !important;
  content: "0" !important;
  display: inline-block !important;
  margin-right: 5px;
  font-size: 1em!important;
}
.tiendas-menu a::before {
  font-family: "vectalia-estacion" !important;
  content: "Z" !important;
  display: inline-block !important;
  margin-right: 5px;
  font-size: 1em!important;
}
.llegar-menu a::before {
  font-family: "vectalia-estacion" !important;
  content: "E" !important;
  display: inline-block !important;
  margin-right: 5px;
  font-size: 1em!important;
}
.faqs-menu a::before {
  font-family: "vectalia-estacion" !important;
  content: "I" !important;
  display: inline-block !important;
  margin-right: 5px;
  font-size: 1em!important;
}
.level-menu a::before {
  display: block;
  margin-right: 5px;
  font-weight: 300;
  text-align: center;
  font-size: 1.3em;
  margin-bottom: 5px;
  color: #777;
  vertical-align: middle;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.level-menu a:hover::before,
.level-menu a:focus::before,
.level-menu a:active::before {
  color: #E7323D;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.estacion-menu a::before {
  font-family: "vectalia-estacion" !important;
  content: "J";
}
.horarios-menu a::before {
  font-family: "vectalia-estacion" !important;
  content: "P";
}
.comercial-menu a::before {
  font-family: "vectalia-estacion" !important;
  content: "K";
}
.ciudad-menu a::before {
  font-family: "vectalia-estacion" !important;
  content: "N";
}
.noticias-menu a::before {
  font-family: "vectalia-estacion" !important;
  content: "L";
}
.contacto-menu a::before {
  font-family: "vectalia-estacion" !important;
  content: "M";
}
.level-submenu a::before {
  display: inline-block !important;
}
.parking-menu a::before {
  content: " ";
  font-family: "vectalia-estacion" !important;
  display: block;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' height='800px' width='800px' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 395 395' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M313.002,0H82C36.785,0,0,36.784,0,81.998v230.993C0,358.211,36.785,395,82,395h231.002 C358.216,395,395,358.211,395,312.991V81.998C395,36.784,358.216,0,313.002,0z M380,312.991C380,349.94,349.944,380,313.002,380H82 c-36.944,0-67-30.06-67-67.009V81.998C15,45.056,45.056,15,82,15h231.002C349.944,15,380,45.056,380,81.998V312.991z'/%3E%3Cpath d='M205.613,65.609h-75.098c-12.09,0-21.891,9.801-21.891,21.891v220c0,12.09,9.801,21.891,21.891,21.891 c12.09,0,21.891-9.801,21.891-21.891v-73.015h53.207c44.532,0,80.762-36.229,80.762-80.761v-7.354 C286.375,101.839,250.145,65.609,205.613,65.609z M242.594,153.725c0,20.391-16.589,36.98-36.98,36.98h-53.207v-81.313h53.207 c20.392,0,36.98,16.589,36.98,36.979V153.725z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: 50% 50%;
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .parking-menu a::before {
    padding-left: 32px !important;
    background-image: url("data:image/svg+xml,%3Csvg fill='%23cccccc' height='800px' width='800px' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 395 395' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M313.002,0H82C36.785,0,0,36.784,0,81.998v230.993C0,358.211,36.785,395,82,395h231.002 C358.216,395,395,358.211,395,312.991V81.998C395,36.784,358.216,0,313.002,0z M380,312.991C380,349.94,349.944,380,313.002,380H82 c-36.944,0-67-30.06-67-67.009V81.998C15,45.056,45.056,15,82,15h231.002C349.944,15,380,45.056,380,81.998V312.991z'/%3E%3Cpath d='M205.613,65.609h-75.098c-12.09,0-21.891,9.801-21.891,21.891v220c0,12.09,9.801,21.891,21.891,21.891 c12.09,0,21.891-9.801,21.891-21.891v-73.015h53.207c44.532,0,80.762-36.229,80.762-80.761v-7.354 C286.375,101.839,250.145,65.609,205.613,65.609z M242.594,153.725c0,20.391-16.589,36.98-36.98,36.98h-53.207v-81.313h53.207 c20.392,0,36.98,16.589,36.98,36.979V153.725z'/%3E%3C/g%3E%3C/svg%3E");
    background-position: 100% 50%;
    opacity: 0.9;
  }
}
.parking-menu a:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23E7323D' height='800px' width='800px' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 395 395' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M313.002,0H82C36.785,0,0,36.784,0,81.998v230.993C0,358.211,36.785,395,82,395h231.002 C358.216,395,395,358.211,395,312.991V81.998C395,36.784,358.216,0,313.002,0z M380,312.991C380,349.94,349.944,380,313.002,380H82 c-36.944,0-67-30.06-67-67.009V81.998C15,45.056,45.056,15,82,15h231.002C349.944,15,380,45.056,380,81.998V312.991z'/%3E%3Cpath d='M205.613,65.609h-75.098c-12.09,0-21.891,9.801-21.891,21.891v220c0,12.09,9.801,21.891,21.891,21.891 c12.09,0,21.891-9.801,21.891-21.891v-73.015h53.207c44.532,0,80.762-36.229,80.762-80.761v-7.354 C286.375,101.839,250.145,65.609,205.613,65.609z M242.594,153.725c0,20.391-16.589,36.98-36.98,36.98h-53.207v-81.313h53.207 c20.392,0,36.98,16.589,36.98,36.979V153.725z'/%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.8;
}
@media (max-width: 1200px) {
  .nav-open .nav-fixed-top {
    right: 230px;
    -webkit-transition: right 0.2s ease;
    transition: right 0.2s ease;
    -moz-transition: right 0.2s ease;
  }
  .navbar-nav > li > a {
    color: #ccc !important;
  }
  .level-menu a::before {
    display: inline-block;
    padding-left: 15px;
    margin-right: 10px;
    color: #ccc;
  }
  .side-nav {
    background-color: #333;
    color: #fff;
    position: fixed;
    top: 0;
    right: -230px;
    width: 230px;
    height: 100%;
    padding: 10px 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .side-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .side-nav ul li {
    float: left;
    width: 100%;
  }
  .side-nav ul a {
    padding: 15px 10px;
    display: block;
  }
  .side-nav ul a:hover {
    color: white;
    font-weight: bold;
  }
  .side-nav ul li .dropdown-menu {
    position: relative;
    top: 0;
    background-color: transparent;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5) inset;
    -o-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5) inset;
  }
  .side-nav ul li .dropdown-menu a {
    color: #ccc;
  }
  .side-nav .menu-item-language {
    margin-left: 15px;
  }
  .nav-open {
    right: 230px;
  }
  .nav-open .side-nav {
    right: 0;
  }
  .wrapper,
  .side-nav {
    -webkit-transition: right 0.2s ease;
    transition: right 0.2s ease;
    -moz-transition: right 0.2s ease;
  }
  .toggle {
    color: #333;
    cursor: pointer;
    font-size: 2em;
    position: absolute;
    top: 20px;
    right: 20px;
    display: block!important;
  }
}
/************* HOME **********/
.sliderHome {
  height: 415px;
}
.sliderHome .slick-prev::before,
.sliderHome .slick-next::before {
  font-size: 25px;
}
.sliderHome .slick-prev,
.sliderHome .slick-next {
  height: 25px;
  width: 25px;
}
.sliderHome .slick-slide {
  background-size: cover;
  background-position: center center;
}
.sliderHome div {
  height: 100%;
}
.sliderHome .slick-next {
  right: 20px;
}
.sliderHome .slick-prev {
  left: 20px;
}
.sliderHome {
  margin: 0;
  padding: 0;
}
.header-search-home {
  background-color: #016D55;
  padding: 1.45em 0;
  text-align: center;
  text-transform: uppercase;
}
.header-sh-text {
  color: #fff;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.1em;
}
.left-icon {
  margin-right: 6px;
  vertical-align: middle;
}
.right-icon {
  margin-left: 6px;
  vertical-align: middle;
}
.center-icon {
  display: block;
  text-align: center;
}
.select2-results__option,
.select2-search__field {
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #666;
}
.second-row {
  height: 400px;
  width: 100%;
}
.form-choose-destiny {
  border: none;
  border-bottom: 2px solid #999;
  height: 30px;
  width: 200px;
  background-color: #fff;
  text-align: center;
  color: #aaa;
  font-style: italic;
  padding-left: 20px;
}
.row-form-destiny {
  padding: 2.5em 0;
  text-align: center;
}
.row-form-destiny span.city-out {
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-size: 1.15em;
  font-weight: 300;
  color: #999;
}
.row-form-destiny .select2-container {
  margin: 0 5px;
}
.row-form-destiny .select2-container .select2-selection--single {
  height: 35px;
}
.row-form-destiny .select2-selection__rendered {
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #666 !important;
  line-height: 2em!important;
  font-size: 1.2em;
}
.btn-form-destiny {
  background-color: #016D55;
  margin-bottom: 20px;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  font-weight: 600;
  margin-top: 20px;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 1em;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.btn-form-destiny .left-icon {
  font-size: 1.5em;
}
.btn-form-destiny:hover {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  background-color: #1a866e;
}
.icons {
  padding-right: 10px;
  font-size: 20px;
  vertical-align: middle;
}
.gadget-time {
  background-color: #EBB240;
  height: 100%;
}
.sliderNews {
  height: 100%;
  padding: 6em 0!important;
  background-color: #fff8ea;
}
.sliderNews .slick-prev::before,
.sliderNews .slick-next::before {
  color: #555;
  font-size: 50px;
}
.sliderNews .slick-next {
  right: 50px;
}
.sliderNews .slick-prev,
.sliderNews .slick-next {
  height: 50px;
  width: 50px;
  top: 45%;
}
.sliderNews .slick-dots {
  bottom: 35px;
}
.sliderNews .slick-dots li.slick-active button::before {
  color: #EBB240;
}
.sliderNews .slick-dots li button::before {
  color: #666;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.sliderNews .slick-dots li button:hover::before,
.sliderNews .slick-dots .slick-dots li button:focus::before {
  color: #403010;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.sliderNews .item-slide h3 {
  font-size: 1.2em;
  max-width: 75%;
  margin: 2rem auto;
}
.sliderNews .item-slide .title-slider-news {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #403E3A;
  font-size: 1em;
  font-weight: 600;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  line-height: 1.25em;
}
.sliderNews .item-slide .title-slider-news:hover {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  color: #EBB240;
  text-decoration: none;
}
.sliderNews .item-slide p {
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  line-height: 1.3em;
  max-width: 50%;
  margin: 0 auto;
  font-weight: 200;
  color: #787878;
}
.sliderNews .item-slide span {
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #787878;
  margin-bottom: 10px;
  display: block;
}
.sliderNews .item-slide span .left-icon {
  font-size: 1.25em;
  padding-top: 3px;
  color: #555;
}
.sliderNews .item-slide .link-slider-news {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  color: #7F7C75;
  font-size: 0.9em;
  padding: 8px 12px;
  border: 2px solid #7F7C75;
  margin: 0 auto;
  display: table;
}
.sliderNews .item-slide .link-slider-news:hover {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  color: #EBB240;
  text-decoration: none;
  border: 2px solid #EBB240;
}
.item-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item-slide a {
  margin: 0;
  width: 200px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: #fff;
  padding: 2rem;
  overflow: hidden;
}
.item-slide .img-slider-news {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}
.item-slide h3 a {
  background: none;
  height: auto;
  width: 100%;
  padding: 0;
  border-radius: 0;
  overflow: initial;
}
.item-slide .link-slider-news {
  background: none;
  height: auto;
  width: auto;
  padding: 0;
  border-radius: 0;
  overflow: initial;
}
.sliderNewsContent {
  height: 100%;
}
.item-slider-news {
  width: 50%;
  text-align: center;
}
.footer-dcha {
  background-color: transparent;
  height: auto;
  vertical-align: middle;
  padding: 3%;
  background-image: url("../../img/bg-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media (min-width: 1200px) {
  height: 400px;
}
.footer-dcha:before {
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  content: "";
  padding: 0;
  top: 0;
  left: 0;
}
.footer-izda {
  height: 400px;
  padding: 0px;
}
.footer-izda .ads-image {
  background-size: cover !important;
}
.footer-dcha-content img {
  display: block;
  margin: 0 auto;
}
.height-100pc {
  height: 100%;
}
.info-footer li {
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 1.5em;
  margin-bottom: 6px;
  overflow-wrap: break-word;
}
.img-logo-cab {
  height: auto;
  width: 220px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .img-logo-cab {
    height: auto;
    width: 160px;
  }
}
.logo-nav-container {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10%;
}
.navbar .container {
  display: inline-block;
  vertical-align: middle;
}
.navbar-brand {
  padding: 0px;
  margin-left: 30px !important;
}
.tlf-nav {
  padding: 16px;
  padding-left: 30px;
}
.icon-phone {
  font-size: 18px;
  margin-right: 5px;
  vertical-align: middle;
}
.tab-travel a {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
}
.tab-travel .left-icon,
.tab-travel .right-icon {
  display: inline-block;
  font-size: 3em;
  line-height: 0.85em;
}
.travel-schedule .tab-travel.active {
  background-color: #ddd;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.travel-schedule .tab-travel.active a {
  cursor: not-allowed !important;
}
.travel-schedule .tab-travel.active::after {
  border: 1px solid #333;
  content: "";
  position: absolute;
  border-color: white transparent;
  border-width: 0 13px 12px;
  left: 50%;
  bottom: 0px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.travel-schedule .tab-travel {
  background-color: #f5f5f5;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
@media (max-width: 480px) {
  .travel-schedule .tab-travel {
    float: left!important;
    width: 50%;
  }
}
.form-choose-your-destination {
  float: left;
  width: 100%;
  border-right: 1px solid #ddd;
}
.tab-travel a {
  color: #787878;
  text-transform: uppercase;
  padding: 0.65em !important;
}
.tab-travel {
  margin-top: 20px;
}
.icon-bus {
  font-size: 30px;
  margin-right: 5px;
  vertical-align: middle;
}
/* Cambio en table lines */
.table-lines-content .table-lines-title {
  padding: 10px 0;
  float: left;
  width: 100%;
}
.table-lines-content .table-lines-title ul {
  padding-left: 15px;
}
.table-lines-content .table-lines-title ul li {
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  color: #016D55;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  display: block;
}
.sliderLines {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.sliderLines ul {
  padding-left: 15px;
}
.sliderLines ul li {
  list-style: none;
}
.sliderLines ul li span {
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  text-align: center;
  font-weight: 300;
  font-size: 1em;
  color: #333333;
  margin-bottom: 10px;
}
.sliderLines .slick-prev,
.sliderLines .slick-next {
  font-size: 0.9em;
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #666;
  width: 90px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.sliderLines .slick-next::after {
  content: "1";
  font-family: "vectalia-estacion" !important;
  margin-left: 5px;
  margin-top: 8px;
  vertical-align: middle;
  position: absolute;
}
.sliderLines .slick-prev::before {
  content: "2";
  font-size: 1.1em;
  margin-right: 5px;
  vertical-align: middle;
}
.sliderLines .slick-next::before {
  content: no-open-quote;
}
.sliderLines .slick-prev:hover,
.sliderLines .slick-next:hover {
  color: #016D55;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.sliderLines .slick-prev::before,
.sliderLines .slick-next::before {
  vertical-align: middle;
}
.sliderLines .slick-prev::before,
.sliderLines .slick-next::before {
  color: #aaa;
}
.sliderLines .slick-prev,
.sliderLines .slick-next {
  bottom: -40px;
  top: inherit;
  z-index: 10;
}
.sliderLines .slick-dots {
  bottom: -55px;
}
@media (max-width: 480px) {
  .sliderLines ul li span {
    font-size: 13px!important;
  }
  .reverse-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.table-schedule-depart {
  padding: 18px;
}
.table-schedule-arrive {
  padding: 18px;
}
.table-schedule-depart thead {
  color: #016D55;
}
.table-schedule-arrive thead {
  color: #016D55;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 0;
}
.table-content {
  border-bottom: 1px solid #eee;
  font-size: 13px;
}
.table-content thead {
  font-size: 15px;
}
.navs-table-arrive div {
  display: inline-block;
}
.nav-left-schedule {
  margin-left: 5px;
  color: #777;
  cursor: pointer;
  float: left;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: none;
  background: transparent;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.nav-right-schedule {
  float: right;
  margin-right: 10px;
  color: #777;
  cursor: pointer;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: none;
  background: transparent;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.nav-right-schedule:hover,
.nav-left-schedule:hover {
  color: #016D55;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.icon-arrow-schedule {
  font-size: 25px;
  vertical-align: middle;
  font-weight: bold;
}
.navs-table-arrive {
  margin-top: 10px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: inherit;
}
.table-schedule-depart tr {
  display: none;
}
.table-schedule-arrive tr {
  display: none;
}
.row-schedule-active {
  display: block !important;
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #787878;
}
.cab-schedule-active {
  display: block !important;
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
}
.link-content {
  text-decoration: none;
}
.content-slide-home {
  position: absolute;
  height: auto;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
}
.content-slide-home .title-content-slide {
  display: block;
  padding: 20px;
  font-size: 1.5em;
  font-weight: 600;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  color: #fff;
  text-overflow: ellipsis;
}
.slide-info-superior {
  bottom: 0!important;
}
.slide-info-inferior {
  bottom: 0!important;
}
.gradient {
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
  position: absolute;
  height: 200px;
  width: 100%;
  z-index: 9994;
  bottom: 0;
  left: 0;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.arrow {
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  z-index: 9998;
  cursor: pointer;
}
.arrow::after {
  display: block;
  font-family: "vectalia-estacion" !important;
  content: "4";
  color: #fff;
  font-size: 2.25em;
}
.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
/**** PAGINA RESULTADO BUSQUEDA **/
.search-home table td[class*="col-"],
table th[class*="col-"] {
  float: left;
}
.search-results {
  position: fixed;
  top: 90px;
  z-index: 9999;
}
.search-results .form-search-destiny {
  padding: 0;
}
.search-results .travels-content {
  padding: 0;
}
.search-results .form-choose-your-destination {
  display: none;
}
.search-results .tab-content {
  display: none;
}
.search-results .tab-travel a {
  padding-bottom: 17px;
}
.search-results .active {
  display: block;
}
.search-results .tab-content {
  background-color: #fff;
  border: 1px solid #999;
  border-top: none;
}
.result-header-img {
  height: 400px;
  background-image: url('../../img/panoramicaMadrid.jpg');
  background-size: cover;
  color: #fff;
  text-align: center;
}
.result-title {
  font-size: 45px;
  margin-top: 5%;
}
.line-separator {
  width: 80px;
  height: 5px;
  background-color: #fff;
  display: inline-block;
}
.result-route {
  font-size: 25px;
  margin-top: 10px;
}
.result-search-content {
  margin-top: 50px;
}
.icon-calendar {
  font-size: 40px;
  color: #fff;
  margin-top: 10px;
  display: block;
}
.result-change-day {
  margin-top: 20px;
}
.result-change-day div {
  display: inline-block;
  font-size: 25px;
  margin-right: 35px;
  font-weight: 200px;
}
.icon-arrow-result {
  font-size: 40px;
  font-weight: 500;
  vertical-align: middle;
}
/****** FIN RESULTADOS **/
/*** OPERATORS ***/
.list-services {
  padding: 6em 0;
  background-color: #eee;
  text-align: center;
}
.list-services h2 {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1em;
  font-size: 1.25rem;
}
.list-services h2 a {
  color: #1a2f2a;
  display: block;
  min-height: 50px;
  line-height: 1.5em;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.list-services h2 a:hover {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  color: #016D55;
  text-decoration: none;
}
.list-services h2 a:hover i {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  margin-left: 10px;
}
.list-services li,
.list-services li:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-box-shadown: none !important;
  -o-box-shadow: none !important;
  -moz-box-shadow: none !important;
}
.list-services li:hover .img-overlay {
  opacity: 1;
}
.list-services li:hover {
  -webkit-box-shadow: 0 0 10px rgba(92, 75, 81, 0.3);
          box-shadow: 0 0 10px rgba(92, 75, 81, 0.3);
}
.list-services li img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  border-radius: 0;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.list-services li:nth-child(3n) {
  margin-right: 0;
}
.list-services figure {
  position: relative;
  max-width: 200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  height: 200px;
  background: #fff;
  padding: 2rem;
  overflow: hidden;
}
.list-services.adora_services li img {
  -o-object-fit: cover;
     object-fit: cover;
}
.list-services.adora_services figure {
  padding: 0;
}
.list-services .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(2, 69, 54, 0.9);
  opacity: 0;
  padding-top: 90px;
  margin: 0 auto;
  height: 200px;
  width: 200px;
  right: 0;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.list-services .img-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #FFF;
}
.list-services .img-overlay:hover {
  opacity: 1;
}
.detail-operator .cd-member-bio .cd-member-bio-pict::after {
  background: transparent;
}
.operators {
  margin-top: 60px;
}
.operators-cab {
  text-align: center;
  font-size: 28px;
  margin-top: 50px;
}
.row-operator {
  height: 250px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.img-operator-content {
  height: 100%;
  position: relative;
}
.img-logo-operators {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 20%;
  width: 70%;
  margin: -10% 0 0 -35%;
}
/** LA CIUDAD ***/
.intro-city {
  padding: 5% 0;
}
.intro-city p {
  font-size: 1.25em;
  text-overflow: ellipsis;
  max-width: 90%;
  margin-top: 25px;
}
.intro-city h2 {
  font-family: "Kaushan Script", Arial, Helvetica, sans-serif;
  font-size: 3em;
  margin: 0;
}
.gallery-city,
.info-city {
  padding: 0 0 5%;
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.6em;
  font-size: 1.25em;
}
.city-hero .title-page {
  font-family: "Kaushan Script", Arial, Helvetica, sans-serif;
  font-size: 6em;
  text-transform: none;
}
.city-hero .overlay-hero {
  background-color: rgba(18, 19, 23, 0.5);
}
.city-cab {
  height: 300px;
  background-size: cover;
  background-position: center;
}
.city-content span {
  text-align: center;
  font-size: 20px;
  display: block;
}
.city-post-content {
  padding: 80px;
}
.city-cab h1 {
  text-align: center;
  color: #fff;
}
@media (max-width: 480px) {
  .gallery-city,
  .info-city {
    margin-bottom: 40px;
  }
  .gallery-city-slider .slick-slide img {
    height: 90px;
  }
  .travel-schedule {
    min-height: 500px !important;
  }
}
/** TIENDAS **/
.container-shops {
  border-top: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 0 #fff;
          box-shadow: 0 1px 0 #fff;
  padding-top: 50px;
}
.shop-type {
  margin: 25px 0 50px;
}
.gallery-shop {
  margin-top: 30px;
}
.img-gallery-shop {
  width: 100%;
  height: 350px;
}
.content-shop {
  padding: 5% 0;
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  line-height: 1.7em;
  font-weight: 300;
}
.gallery-city-slider .slick-slide img {
  width: 100%;
  /*height: auto;*/
}
.gallery-city-slider .slick-list {
  max-height: 270px;
}
.gallery-city-slider .slick-prev,
.gallery-city-slider .slick-next {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.gallery-city-slider .slick-prev::before,
.gallery-city-slider .slick-next::before {
  font-size: 25px;
}
.gallery-city-slider .slick-prev:hover,
.gallery-city-slider .slick-prev:focus,
.gallery-city-slider .slick-next:hover,
.gallery-city-slider .slick-next:focus {
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.filter {
  padding: 20px 50px;
  display: inline-block;
  background-color: #016D55;
  color: #fff;
  cursor: pointer;
}
.title-shop {
  color: #666;
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  text-align: center;
  padding: 10px 0;
  font-size: 1.05em;
  line-height: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 70px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.mix figure img {
  border-radius: 50%;
  display: block;
  margin: 10px auto;
  border: 10px solid #eee;
  width: 220px;
  height: 220px;
}
.mix:hover {
  text-decoration: none;
}
.see-details-shop {
  color: #016D55;
  text-align: center;
  display: block;
  padding: 10px 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.9em;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.mrg-b40 {
  margin-bottom: 40px;
}
.flters-buttons .filter.active {
  background-color: #016D55;
  color: #fff;
  border-radius: 50px;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
}
.flters-buttons .filter.active:hover {
  color: #fff;
}
.flters-buttons .filter {
  margin-top: 20px;
  background-color: transparent;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
  color: #aaa;
  border-radius: 50px;
}
.flters-buttons .filter:hover {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  color: #016D55;
}
@media (max-width: 480px) {
  .hero .title-page {
    font-size: 2rem;
  }
  #container-shops .mix {
    padding-bottom: 70px;
  }
  .basic-page-content table {
    width: 100%;
    text-align: center;
  }
  #post-171 div#startScroll {
    top: 220px;
  }
  #post-171 .hero {
    height: 265px;
  }
  #post-197 div#startScroll {
    top: 135px;
  }
  #post-197 .hero {
    height: 180px;
  }
}
/********* FAQS ***********/
#faqs-menu {
  background-color: #f5f5f5;
}
.faqs-menu-left .faqs-title-left h2 {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.5em;
  margin: 10px 0;
  color: #333;
  cursor: pointer;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.faqs-menu-left .faqs-title-left h2:hover {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  color: #92D400;
}
.faqs-menu-left .faqs-question-active h2 {
  color: #92D400;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.faqs-menu-left .faqs-menu-absolute {
  position: absolute;
  padding: 20px 10px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  margin-right: 20px;
  z-index: 99;
}
.faqs-menu-right {
  padding-left: 10px;
}
.faqs-menu-right .faqs-title {
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 1em;
  margin: 10px 0;
  color: #666;
}
.faqs-menu-right .faqs-content {
  font-weight: 300;
  font-size: 1em;
  padding: 10px 20px;
}
.faqs-menu-right .faqs-content a {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  color: #016D55;
  font-weight: 600;
}
.faqs-menu-right .faqs-content a:hover {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  border-bottom: 1px solid #92D400;
  color: #92D400;
  padding-bottom: 1px;
  text-decoration: none;
}
.faqs-menu-right .faqs-item {
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: 0 1px 0 #ffffff;
          box-shadow: 0 1px 0 #ffffff;
  -webkit-box-shadown: 0 1px 0 #ffffff;
  -o-box-shadow: 0 1px 0 #ffffff;
  -moz-box-shadow: 0 1px 0 #ffffff;
  padding: 15px;
}
.faqs-title-selected {
  color: #92D400;
}
.faqs-menu-fixed {
  position: fixed;
  top: 130px;
  width: 220px;
}
.pregunta-auxiliar {
  height: 250px;
}
@media (max-width: 1200) {
  .faqs-menu-left .faqs-menu-absolute {
    display: none;
  }
}
/************************/
/**** COMO LLEGAR **/
.map-ho-to-arrive {
  width: 100%;
  height: 600px;
}
.route {
  padding: 50px 0;
}
.route .field-route {
  margin: 25px auto 0;
  display: block;
  max-width: 600px;
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  text-align: center;
}
.route .field-route span {
  margin-right: 10px;
}
.route .field-route input {
  height: 40px;
  border: 1px solid #ccc;
  padding-left: 10px;
  margin-top: 20px;
  min-width: 250px;
}
.route .field-route .btn-sync {
  padding: 10px 15px;
  border: none;
  border-radius: 3px;
  background-color: #016D55;
  margin-left: 10px;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.route .field-route .btn-sync:hover {
  background-color: #1a866e;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  text-decoration: none;
}
@media (max-width: 480px) {
  .route button#btnComprobar {
    margin-left: 0;
    margin-top: 15px;
  }
}
/* --------------------------------
NOTICIAS
-------------------------------- */
.hero-news {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding: 200px 0;
}
.hero-news .latest-post {
  z-index: 999;
  position: relative;
}
.hero-news .latest-post h2 {
  color: #fff;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
}
.hero-news .latest-post h2 a {
  color: #fff;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.hero-news .latest-post h2 a:hover {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.hero-news .latest-post p {
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1.1em;
  text-align: center;
  display: block;
  margin: 20px 0;
  color: #fff;
}
.hero-news .latest-post .btn-ghost-white {
  width: 200px;
  margin: 0 auto;
  font-weight: 600;
}
.hero-news .title-page {
  position: relative;
  color: #fff;
  font-size: 2.5em;
  z-index: 999;
}
.overlay-hero {
  background-color: rgba(18, 19, 23, 0.85);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 998;
}
.principal-new-content {
  color: #fff;
  margin: 0 auto;
  text-align: center;
}
.principal-new-title {
  font-size: 30px;
}
.principal-new-content a {
  background-color: #fff;
  padding: 10px 40px;
  color: #000;
  margin-top: 30px;
  display: inline-block;
}
.new-content img {
  width: 100%;
  height: auto;
}
.title-news {
  padding-bottom: 4%;
  padding-top: 4%;
}
.title-news h1 {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  text-align: center;
  display: block;
  font-weight: 600;
  color: #333;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-style: italic;
}
.news-list {
  margin: 0;
  padding: 0;
  /* selecciona todos los elementos impares de una lista */
  /* selecciona todos los elementos pares de una lista */
}
.news-list li {
  /*max-height: 300px;*/
  overflow: hidden;
  list-style: none;
  min-height: 265px;
}
.news-list li:nth-child(2n+1) {
  background-color: #f5f5f5;
}
.news-list li:nth-child(2n) {
  background-color: #fff;
}
.news-list .block-post {
  padding: 4% 5%;
}
.news-list .block-post .img-post {
  margin-top: 10%;
}
.news-list .block-post .img-post img {
  border-radius: 50%;
  max-width: 100%;
  height: auto;
}
.news-list .block-post .info-post h2 {
  font-size: 1.1em;
}
.news-list .block-post .info-post h2 a {
  display: block;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  font-size: 1em;
  font-weight: 600;
  margin: 0;
  line-height: 1.5em;
}
.news-list .block-post .info-post .date-post {
  display: block;
  color: #464646;
  font-weight: 300;
  font-size: 0.9em;
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
}
.news-list .block-post .info-post .excerpt-post {
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5em;
  padding: 2% 0;
}
.news-list .block-post .info-post .read-more-post {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  font-size: 0.9em;
  font-weight: 600;
  color: #016D55;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.news-list .block-post .info-post .read-more-post:hover {
  color: #249078;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  text-decoration: none;
}
.news-list .icon-calendar {
  font-size: 12px;
  color: #ccc;
  display: inline-block;
  padding-right: 10px;
}
.news-list .right-icon {
  padding-left: 10px;
}
@media (max-width: 1200px) {
  .news-list li:nth-child(2n+1),
  .news-list li:nth-child(2n) {
    /*max-height: 275px;*/
    border-bottom: 1px solid #ddd;
    text-align: center;
  }
}
.new-content {
  padding: 5% 0;
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.7em;
  font-size: 1.2em;
  color: #666;
}
.new-content ul {
  padding: 20px 0;
}
.new-content ul li {
  list-style: inside;
  margin-bottom: 10px;
}
.link-return-news {
  width: 100%;
  padding: 15px;
  background-color: #eee;
  text-align: center;
  color: #000;
  text-decoration: none;
}
.link-return-news:hover {
  color: #000;
  text-decoration: none;
}
.icon-return {
  vertical-align: middle;
  font-size: 14px;
  margin-right: 10px;
}
.title-page-new {
  background-color: #000;
  opacity: 0.8;
  padding: 10px 30px;
  display: inline-block;
}
.breadcrumb-cat a {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  font-size: 1em;
  text-align: center;
  font-weight: 600;
  font-style: italic;
}
.breadcrumb-cat a:hover {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  color: #016D55;
}
/**** FOOTER NEWSLETTER ***/
.footer-newsletter {
  background-color: #eee;
  height: 400px;
  border-top: 1px solid #ccc;
  -webkit-box-shadow: 0 1px #fff;
  box-shadow: 0 1px #fff;
  padding: 2rem;
}
.footer-newsletter h4 {
  margin: 0 0 20px;
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.footer-newsletter .form-group input {
  height: 40px;
  border-radius: 0;
  border: 1px solid #ccc;
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #787878;
  letter-spacing: 0.015em;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.footer-newsletter .form-group span {
  display: inline-block;
  vertical-align: middle;
}
.footer-newsletter .form-group .newsletter-accept {
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #999;
}
.footer-newsletter .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadown: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  border: 1px solid #016D55;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.banner-newsletter-pie {
  padding: 20px;
  padding-top: 50px;
}
.banner-newsletter-pie div {
  margin-top: 20px;
}
.banner-newsletter-pie a {
  color: #FAAFAF;
}
.btn-newsletter {
  background-color: transparent;
  border-color: #FAAFAF;
  color: #FAAFAF;
  padding: 10px 40px;
  margin-top: 20px;
  border: 2px solid #FAAFAF;
}
/**************/
/*** PAGINA BASICA ***/
.basic-page-content {
  padding: 5% 0;
}
.basic-page-content table {
  display: table;
  margin: 0 auto;
}
.basic-page-title {
  font-size: 28px;
  text-align: center;
  margin-top: 30px;
}
/************

/** Gadget tiempo **/
.temperature-content i {
  font-size: 5em;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
.temperature-content .temperature-info {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  color: #fff;
}
.temperature-content .temperature-info .temperature-grd {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2.5em;
  display: block;
}
.temperature-content .temperature-info .temperature-city {
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  font-size: 1.25em;
}
.go-to-news .text-link {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 1em;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  display: inline-block;
  text-align: left;
  color: #fff;
}
.go-to-news .text-link strong {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  display: block;
  vertical-align: bottom;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.go-to-news .text-link:hover {
  text-decoration: none;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  color: #634A18;
}
.go-to-news .right-icon {
  display: inline-block;
  font-size: 3em;
  color: #fff;
}
.go-to-news .right-icon:hover {
  color: #403011;
  text-decoration: none;
}
.go-to-link .text-link {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 1em;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  display: inline-block;
  text-align: left;
  color: #fff;
}
.go-to-link .text-link strong {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  display: block;
  vertical-align: bottom;
}
.go-to-link .text-link:hover {
  text-decoration: none;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  color: #016D55;
}
.go-to-link .right-icon {
  display: inline-block;
  font-size: 3em;
  color: #fff;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.go-to-link .right-icon:hover {
  color: #016D55;
  text-decoration: none;
  margin-left: 20px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
@media (min-width: 768px) {
  .go-to-link .text-link,
  .go-to-news .text-link {
    bottom: 20px;
    right: 20px;
  }
  .go-to-link strong,
  .go-to-news strong {
    font-size: 2em;
  }
}
@media (min-width: 1200px) {
  .go-to-link .text-link,
  .go-to-news .text-link {
    bottom: 40px;
    right: 40px;
  }
}
.gadget-time-content {
  height: 90%;
  position: absolute;
  left: 5%;
  top: 5%;
  width: 90%;
  padding: 2rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dsp-block:hover .gadget-time-content {
  background: rgba(159, 205, 93, 0.5);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.temperature-content {
  display: block;
}
.title-link {
  color: #fff;
  font-size: 1.25em;
  font-weight: 200;
  width: 50%;
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.title-link strong {
  display: block;
  font-weight: 600;
  font-size: 1.5em;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
}
@media (min-width: 768px) {
  .title-link {
    font-size: 1.5em;
  }
}
.gadget-link-time {
  background: #fff;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-image: url('../../img/line.svg');
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.gadget-link-time.col-sm-4 {
  background-size: cover;
}
@media (min-width: 768px) {
  .gadget-link-time.col-sm-4 {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .gadget-link-time.col-sm-4 {
    width: 33.3333333%;
  }
}
@media (min-width: 768px) {
  .gadget-link-time.col-sm-5 {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .gadget-link-time.col-sm-5 {
    width: 41.66666667%;
  }
}
.general-gadget {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}
.general-gadget .general-gadget-content {
  padding: 10% 5%;
  overflow: hidden;
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1.25em;
  line-height: 1.5em;
}
.general-gadget .general-gadget-content h1 {
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.25em;
}
.general-gadget .general-gadget-content p {
  margin: 0;
}
.general-gadget .general-gadget-content strong {
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1em;
}
.ads-footer {
  background-color: #ccc;
}
.ads-footer img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}
/** Clases Gadget Collections **/
.altura-200 > div,
.altura-200 > a {
  height: 200px;
}
.altura-300 > div,
.altura-300 > a {
  height: 300px;
}
.altura-400 > div,
.altura-400 > a {
  height: 400px;
}
.altura-600 > div,
.altura-600 > a {
  height: 600px;
}
.altura-500 > div,
.altura-500 > a {
  height: 350px;
}
.altura-500 .sliderNews {
  height: auto !important;
}
@media (min-width: 768px) {
  .altura-500 > div,
  .altura-500 > a {
    height: 420px;
  }
  .altura-500 .sliderNews {
    height: 420px;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .altura-500 .sliderNews {
    width: 58.33333333%;
  }
}
/* SLICK SLIDER GENERAL */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  position: relative;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "vectalia-estacion" !important;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 25px;
}
[dir='rtl'] .slick-prev {
  right: 25px;
  left: auto;
}
.slick-prev:before {
  content: "2";
}
[dir='rtl'] .slick-prev:before {
  content: "2";
}
.slick-next {
  right: 25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: 25px;
}
.slick-next:before {
  content: "1";
}
[dir='rtl'] .slick-next:before {
  content: "1";
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "vectalia-estacion" !important;
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "p";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
/***** General Select *****/
div.cs-skin-underline {
  background: transparent;
  font-size: 1.8em;
  max-width: 400px;
}
@media screen and (max-width: 30em) {
  div.cs-skin-underline {
    font-size: 1.2em;
  }
}
div.cs-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  background: transparent;
  z-index: 100;
  min-width: 300px;
  max-width: 300px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-arrival-half {
  display: inline-block;
}
div.cs-select:focus {
  outline: none;
}
.cs-select select {
  display: none;
}
.cs-select span {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 25px;
  margin-top: -15px;
}
.cs-select > span {
  padding-right: 3em;
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}
.cs-select > span::after,
.cs-select .cs-selected span::after {
  speak: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cs-select > span::after {
  content: '\25BE';
  right: 1em;
}
.cs-select .cs-selected span::after {
  font-family: "vectalia-estacion" !important;
  content: "H";
  margin-left: 1em;
}
.cs-select.cs-active > span::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
div.cs-active {
  z-index: 200;
}
/* Options */
.cs-select .cs-options {
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #fff;
  visibility: hidden;
}
.cs-select.cs-active .cs-options {
  visibility: visible;
}
.cs-select ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
}
.cs-select ul span {
  padding: 1em;
}
.cs-select ul li.cs-focus span {
  background-color: #ddd;
}
/* Optgroup and optgroup label */
.cs-select li.cs-optgroup ul {
  padding-left: 1em;
}
.cs-select li.cs-optgroup > span {
  cursor: default;
}
.cs-skin-underline > span {
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-color: #ccc;
  font-size: 0.8em;
  font-weight: 400;
  padding: 0.25em 0;
  text-align: center;
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
}
.cs-skin-underline > span::after {
  font-family: "vectalia-estacion" !important;
  content: "B";
  right: 0.25em;
  -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 0deg);
  transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 0deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.cs-skin-underline.cs-active > span::after {
  -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 180deg);
  transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 180deg);
}
.cs-skin-underline .cs-options {
  background: #eee;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.4s, visibility 0s 0.7s;
  transition: opacity 0.3s 0.4s, visibility 0s 0.7s;
}
.cs-skin-underline.cs-active .cs-options {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cs-skin-underline ul span {
  position: relative;
  text-transform: none;
  font-size: 66%;
  font-weight: 300;
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  padding: 1.2em 0.8em;
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.cs-select ul span::after {
  content: "H";
  opacity: 0;
}
.cs-select .cs-selected span::after {
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.7s;
  transition: opacity 0.3s 0.7s;
}
.cs-skin-underline ul span::before {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #fff;
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.cs-skin-underline.cs-active ul span,
.cs-skin-underline.cs-active ul span::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cs-skin-underline li:nth-child(5) span,
.cs-skin-underline li:nth-child(5) span::before,
.cs-skin-underline.cs-active li:first-child span,
.cs-skin-underline.cs-active li:first-child span::before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.cs-skin-underline li:nth-child(4) span,
.cs-skin-underline li:nth-child(4) span::before,
.cs-skin-underline.cs-active li:nth-child(2) span,
.cs-skin-underline.cs-active li:nth-child(2) span::before {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.cs-skin-underline li:nth-child(3) span,
.cs-skin-underline li:nth-child(3) span::before {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.cs-skin-underline li:nth-child(2) span,
.cs-skin-underline li:nth-child(2) span::before,
.cs-skin-underline.cs-active li:nth-child(4) span,
.cs-skin-underline.cs-active li:nth-child(4) span::before {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.cs-skin-underline li:first-child span,
.cs-skin-underline li:first-child span::before,
.cs-skin-underline.cs-active li:nth-child(5) span,
.cs-skin-underline.cs-active li:nth-child(5) span::before {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/* more items require more delay declarations */
.cs-skin-underline .cs-options li span:hover,
.cs-skin-underline .cs-options li.cs-focus span,
.cs-skin-underline li.cs-selected span {
  color: #016D55;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  background: transparent;
}
/* --------------------------------
CONTACTO
-------------------------------- */
.form-contact-us {
  padding: 5% 0;
}
.form-contact-us .form-group label {
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
}
.form-contact-us .form-group input {
  border: 1px solid #ccc;
  height: 60px;
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  padding-left: 10px;
  display: block;
  min-width: 100%;
  background-color: #f5f5f5;
  text-align: left;
  font-style: normal;
  font-size: 1.25em;
  color: #787878;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.form-contact-us .form-group input:focus,
.form-contact-us .form-group textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadown: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  border: 1px solid #016D55;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.form-contact-us .form-group textarea {
  width: 100%;
  min-height: 150px;
  background-color: #f5f5f5;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  padding-left: 10px;
  border: 1px solid #ccc;
}
.form-contact-us .btn-standard {
  margin: 25px auto 0;
  display: block;
  text-align: center;
  font-size: 1.5em;
}
.bottom-contact {
  background-image: url("../../img/bus-contacto.png");
  background-repeat: no-repeat;
  padding: 5% 0;
}
.reglamento-link {
  margin-bottom: 100px;
}
.reglamento-link a {
  color: #016d55 !important;
}
/* --------------------------------
SERVICIOS
-------------------------------- */
.service-title-lst {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}
.section-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.cd-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.cd-container::after {
  content: '';
  display: table;
  clear: both;
}
.main-slide {
  position: relative;
  z-index: 2;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.main-slide.slide-out {
  -webkit-transform: translateX(-270px);
  transform: translateX(-270px);
}
.main-slide.slide-out .cd-overlay {
  display: block;
  -webkit-animation: cd-fade-in 0.3s;
  animation: cd-fade-in 0.3s;
}
@media only screen and (min-width: 768px) {
  .main-slide.slide-out {
    -webkit-transform: translateX(-600px);
    transform: translateX(-600px);
  }
}
@media only screen and (min-width: 1200px) {
  .main-slide.slide-out {
    -webkit-transform: translateX(-800px);
    transform: translateX(-800px);
    position: fixed;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .cd-section {
    padding: 4em;
  }
}
@media only screen and (min-width: 1200px) {
  .cd-section {
    padding: 6em;
  }
  .cd-section h2 {
    margin-bottom: 2em;
  }
}
.content-operator {
  padding: 30px;
}
.data-operator {
  padding-bottom: 30px;
  font-size: 16px;
}
.title-operator {
  font-weight: bold;
  color: #016D55;
  text-transform: uppercase;
  margin-right: 10px;
}
.data-operator li {
  margin-bottom: 10px;
  list-style: none;
}
.operator-container {
  min-height: 300px;
}
.cd-member-bio {
  position: fixed;
  top: 90px;
  right: 0;
  width: 270px;
  height: 100%;
  overflow-y: auto;
  /* smooth scrolling on mobile phones and tablets */
  -webkit-overflow-scrolling: touch;
  background: #fff;
  z-index: 1;
  /* this how we move the author bio section off the canvas */
  -webkit-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.cd-member-bio.slide-in {
  /* the author bio section slides in when the user clicks on the team member picture */
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.cd-member-bio .cd-member-bio-pict {
  position: relative;
  margin-bottom: 25px;
}
.cd-member-bio .cd-member-bio-pict::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(92, 75, 81, 0)));
  background: linear-gradient(to top, #fff, rgba(92, 75, 81, 0));
}
.no-cssgradients .cd-member-bio .cd-member-bio-pict::after {
  display: none;
}
.cd-member-bio img {
  width: 100%;
  display: block;
}
.cd-member-bio .cd-bio-content {
  padding: 1em;
  font-size: 1.1em;
  color: #787878;
  max-width: 95%;
  font-weight: 300;
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  text-overflow: ellipsis;
}
.cd-member-bio .cd-bio-content p,
.cd-member-bio .cd-bio-content ul li {
  font-size: 1em;
  margin: 1em 0;
  color: #787878;
  max-width: 95%;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 768px) {
  .cd-member-bio {
    width: 600px;
    -webkit-transform: translateX(600px);
    transform: translateX(600px);
  }
  .cd-member-bio .cd-bio-content {
    padding: 2em;
  }
  .cd-member-bio .cd-bio-content p {
    line-height: 1.6;
    margin: 2em 0;
  }
}
@media only screen and (min-width: 1200px) {
  .cd-member-bio {
    width: 800px;
    -webkit-transform: translateX(800px);
    transform: translateX(800px);
  }
  .cd-member-bio .cd-member-bio-pict::after {
    height: 150px;
  }
  .cd-member-bio .cd-bio-content {
    padding: 4em;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }
  .cd-member-bio .cd-bio-content h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .no-cssgradients .cd-member-bio .cd-bio-content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.cd-member-bio-close:hover {
  text-decoration: none;
  color: #000;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.cd-member-bio-close {
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  color: #222;
  display: none;
  font-size: 2.5em;
  height: 50px;
  overflow: hidden;
  padding-left: 7px;
  padding-top: 5px;
  position: fixed;
  right: 10px;
  top: 10px;
  width: 50px;
  z-index: 3;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.cd-member-bio-close.is-visible {
  display: block;
  -webkit-animation: cd-move-in 0.8s;
  animation: cd-move-in 0.8s;
}
@media only screen and (min-width: 1200px) {
  .cd-member-bio-close {
    right: 20px;
    top: 120px;
  }
}
.cd-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  cursor: pointer;
  z-index: 9999;
  display: none;
}
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes cd-move-in {
  0% {
    -webkit-transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes cd-move-in {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
#container-shops .mix {
  display: none;
}
.container-shops a {
  margin-bottom: 2rem;
}
/****** BUTTONS *****/
.btn-standard {
  padding: 10px 15px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  background-color: #016D55;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.btn-standard:hover {
  background-color: #1a866e;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  text-decoration: none;
}
.btn-ghost {
  border: 2px solid #a9b3b4;
  background-color: transparent;
  font-size: 1.1em;
  padding: 10px 15px;
  display: block;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #a9b3b4;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  text-align: center;
}
.btn-ghost:hover {
  border: 2px solid #798182;
  color: #798182;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.btn-ghost-white {
  border: 2px solid #fff;
  background-color: transparent;
  font-size: 1.1em;
  padding: 10px 15px;
  display: block;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  text-align: center;
}
.btn-ghost-white:hover {
  background-color: #fff;
  color: #016D55;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  text-decoration: none;
}
/****** ERROR 404 *****/
.error-page {
  padding: 8% 0;
}
.error-page h1 {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  text-align: center;
  display: block;
  margin: 25px 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.error-page p {
  text-align: center;
  display: block;
  margin: 25px 0;
  font-size: 1.25em;
}
.error-page img {
  display: block;
  margin: 0 auto;
}
.error-page .come-back {
  color: #999;
  border: 3px solid #999;
  padding: 10px 15px;
  display: block;
  text-align: center;
  max-width: 200px;
  margin: 40px auto 0;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  background-color: transparent;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  font-weight: 600;
}
.error-page .come-back:hover {
  background-color: #016D55;
  color: #fff;
  text-decoration: none;
  border: 3px solid #016D55;
}
/** LINEAS Y HORARIOS **/
.header-lineas-horarios {
  padding: 100px 0;
  text-align: center;
  color: #fff;
}
.form-horizontal {
  background-color: #eee;
  padding: 1rem 0 4rem;
}
.form-horizontal span {
  color: #000;
}
.form-horizontal .btn-form-destiny {
  margin-top: 15px;
  margin-bottom: 0;
}
.container-list-schedule {
  margin-top: 50px;
  margin-bottom: 50px;
}
.container-list-schedule a {
  color: #016D55;
}
.dataTables_info {
  color: #333;
  font-size: 12px;
}
.btn-table-result {
  background-color: transparent;
  color: #016D55;
  font-size: 20px;
}
.icon-ticket {
  font-size: 22px;
  margin-right: 0;
  display: block;
  padding-top: 4px;
}
.row-form-destiny.row-form-destiny-enabled span {
  color: #016D55 !important;
  font-weight: 500;
}
.row-form-destiny.row-form-destiny-enabled .select2-selection {
  border: 1px solid #016d55;
}
.row-form-destiny-disabled span {
  text-decoration: line-through;
  font-weight: 300!important;
}
.timetable-arrival-stop {
  color: #016D55;
}
.timetable-departure-stop {
  color: #EB9532;
}
.dataTables_wrapper th {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9em;
}
.dataTables_wrapper td {
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #666;
}
.dataTables_wrapper .sorting {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.dataTables_wrapper .sorting:hover {
  color: #016D55;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.dataTables_wrapper .dataTables_info {
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-style: italic;
  color: #787878;
  display: block;
  margin: 25px 0;
}
.divider-destiny {
  display: block;
  float: left;
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  height: 20px;
  left: 0;
  margin: 0 auto;
  right: 0;
  text-align: center;
  width: 100%;
}
.divider-destiny:before,
.divider-destiny:after {
  background-color: #aaa;
  content: "";
  display: inline-block;
  height: 1px;
  vertical-align: middle;
  width: 45%;
}
.divider-destiny:before {
  margin-right: 2%;
}
.divider-destiny:after {
  margin-left: 2%;
}
.select-origin {
  padding: 5% 0;
}
.select-origin h2 {
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  color: #016D55;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  display: block;
}
.select-origin em {
  color: #016D55;
  font-size: 2em;
}
.select-origin img {
  max-width: 100%;
  height: auto;
  margin: 50px auto 0;
  display: block;
}
.btn-return {
  background-color: #1a866e;
  border: medium none;
  border-radius: 3px;
  bottom: -18px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  color: white;
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  left: 0;
  letter-spacing: 0.1rem;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  position: absolute;
  right: 0;
  width: 275px;
  text-transform: uppercase;
}
button.btn-form[disabled] .pulsing {
  display: none;
}
.pulsing {
  width: 25px;
  height: 25px;
  background: transparent;
  position: absolute;
  right: 0;
  left: -15px;
  bottom: 40px;
  margin: 0 auto;
  z-index: -1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.pulsing:before,
.pulsing:after {
  content: '';
  width: 40px;
  height: 40px;
  background-color: #1A866E;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 25px;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform-origin: center center;
  -webkit-transform-origin: center center;
  animation: pulse-me 3s linear infinite;
  -webkit-animation: pulse-me 3s linear infinite;
}
.pulsing:after {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}
@keyframes pulse-me {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 0.25;
  }
  70% {
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(4);
            transform: scale(4);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-me {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 0.25;
  }
  70% {
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(4);
            transform: scale(4);
    opacity: 0;
  }
}
@media (max-width: 480px) {
  .row-form .col-xs-5 {
    width: 100%;
    height: auto;
  }
  .row-form .col-xs-2 {
    width: 100%;
    height: auto;
  }
  .row-form-destiny {
    padding: 2em 0;
  }
  .form-horizontal .btn-form-destiny {
    margin-bottom: 15px;
  }
  .pulsing {
    bottom: 32px;
  }
}
@media only screen and (max-width: 960px) {
  #no-more-tables table,
  #no-more-tables thead,
  #no-more-tables tbody,
  #no-more-tables th,
  #no-more-tables td,
  #no-more-tables tr {
    display: block;
    min-height: 25px;
  }
  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #no-more-tables tr {
    border: 1px solid #ccc;
  }
  #no-more-tables td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }
  #no-more-tables td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  #no-more-tables td:before {
    content: attr(data-title);
  }
  #no-more-tables tfoot {
    display: none;
  }
}
@media (max-width: 720px) {
  .arrow {
    bottom: 5px;
  }
  .content-slide-home .title-content-slide {
    font-size: 1em;
  }
  .temperature-city {
    font-size: 1em !important;
  }
  .ads-image {
    background-position: center center;
    background-size: contain !important;
  }
}
@media (max-width: 1200px) {
  .travel-schedule {
    min-height: 500px;
  }
}
/** ESTACIONES **/
.table-stations {
  margin-top: 30px;
  margin-bottom: 30px;
}
.menu-item-language-current {
  display: none !important;
}
.dsp-initial {
  display: initial;
}
@media (max-width: 480px) {
  .gadget-time-content {
    padding: 10px;
  }
  .temperature-content i {
    font-size: 4em;
  }
  .temperature-grd {
    font-size: 2em;
  }
  .sliderNews .item-slide .title-slider-news {
    font-size: 0.75em;
  }
  img.slick-list .draggable {
    height: 70px;
  }
  .table-stations {
    border: 0;
  }
  .table-stations thead {
    display: none;
  }
  .table-stations tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #ddd;
  }
  .table-stations td {
    display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
  }
  .table-stations td:last-child {
    border-bottom: 0;
  }
  .table-stations td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
}
/** Comentarios **/
.comments {
  background-color: #f5f5f5;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 2%;
}
.comment-list {
  display: block;
  list-style-position: outside;
}
.comment-list .comment {
  padding: 2rem 2rem 1rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  border-radius: 3px;
  margin: 0 0 30px 50px;
}
.comment-list .avatar {
  position: relative;
  top: 15px;
  left: -50px;
  width: 90px;
  height: auto;
}
.comment-list .comment-author {
  position: relative;
  margin: -10px -10px 0 -10px;
  max-height: 37px;
  height: auto;
  background: #eee none repeat scroll 0 0;
  line-height: 37px;
}
.comment-list .fn {
  margin-left: -25px;
  vertical-align: top;
}
.comment-list .commentmetadata {
  position: relative;
  float: right;
  top: -25px;
  text-transform: uppercase;
  font-size: 0.9em;
  margin-right: 15px;
  color: #a5afc0;
}
.comment-list .says {
  display: none;
}
.comment-list p {
  padding-left: 60px;
  padding-top: 25px;
}
.comment-list .comment-reply-link {
  position: relative !important;
  border: 1px solid #016D55;
  background-color: #016D55;
}
.comment-list .reply {
  text-align: right;
  margin-bottom: 10px;
}
.comment-list .comment-reply-link:hover {
  border: 1px solid #1a866e;
  background-color: #1a866e;
}
#commentform .btn-standard {
  margin-top: 10px;
}
#commentform .error {
  color: red;
}
@media (max-width: 600px) {
  .comment-list .commentmetadata {
    display: none;
  }
  .comment-list .avatar {
    display: none;
  }
  .comment-list .comment {
    margin: 0 0 30px 0;
  }
  .comment-list .fn {
    margin-left: 12px;
  }
  .comment-list p {
    padding-left: 0;
  }
}
.slick-slide {
  position: relative;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .general-gadget-content {
    font-size: 1.05em !important;
  }
}
@media (max-width: 768px) {
  .general-gadget-content {
    font-size: 1.25em !important;
  }
}
.wp-tag-cloud {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.wp-tag-cloud .label-info {
  background: #777;
}
.wp-tag-cloud li a {
  float: left;
  padding: 5px 8px 5px 8px;
  background: #444;
  font-size: 18px;
  color: #fff;
  margin: 0 10px 10px 0;
  transition: 500ms;
  -moz-transition: 500ms;
  -webkit-transition: 500ms;
}
#tag-cloud {
  text-align: center;
  margin-top: 2rem;
}
#tag-cloud .label-info {
  background: #777;
}
#tag-cloud .label-info:hover {
  background: #5e5e5e;
}
/*MODAL TAG*/
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.closebtn {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  text-decoration: none!important;
}
@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
.containerModal {
  text-align: center;
  padding-bottom: 2rem;
  padding-top: 2rem;
  background-color: #eee;
}
.openModal {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 1.1em;
  color: #016d55;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  cursor: pointer;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
}
.openModal {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  text-decoration: none;
}
#tag-cloud {
  margin-left: 10%;
  margin-right: 10%;
}
#tag-cloud a:before {
  font-family: "vectalia-estacion" !important;
  padding: 0 5px 0 0;
  content: "\2c";
  vertical-align: -20%;
}
#tag-cloud a {
  display: inline-block;
  margin-bottom: 2rem;
  margin-left: 1rem;
  margin-right: 1rem;
  font-weight: normal!important;
}
.icon-tagss:before {
  content: "\2f";
  vertical-align: -20%;
  padding: 0 5px 0 0;
}
.tag-container {
  z-index: 999;
  position: relative;
  cursor: pointer;
  padding-top: 1rem;
}
.cloud-tag-post {
  border-radius: 5px;
}
.cloud-tag-post:hover {
  background-color: #252525;
}
.cloud-tag-post:before {
  font-family: "vectalia-estacion" !important;
  padding: 0 5px 0 0;
  content: "/";
  vertical-align: -20%;
}
.openModal:hover {
  -webkit-text-decoration: dashed;
          text-decoration: dashed;
}
.openModal:hover .icon-tagss:before {
  font-family: "vectalia-estacion" !important;
  content: "3";
}
.tag-container a {
  margin-right: 1rem;
}
.body-footer .no-gutter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.body-footer .no-gutter .footer-dcha {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: 100%;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
@media (min-width: 768px) {
  .body-footer .no-gutter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .body-footer .no-gutter .no-gutter,
  .body-footer .no-gutter .footer-izda {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    height: auto;
  }
  .body-footer .no-gutter .no-gutter .height-100pc,
  .body-footer .no-gutter .footer-izda .height-100pc {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .body-footer .no-gutter .no-gutter .height-100pc > div,
  .body-footer .no-gutter .footer-izda .height-100pc > div {
    height: 100%;
    display: block;
    width: 100%;
  }
  .body-footer .no-gutter .footer-newsletter {
    width: 100%;
    height: auto;
  }
  .body-footer .no-gutter .footer-newsletter form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .body-footer .no-gutter .footer-newsletter form .form-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    max-width: 33%;
    padding: 1rem;
  }
  .body-footer .no-gutter .footer-newsletter form .col-xs-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .body-footer .no-gutter .footer-newsletter form .btn-standard {
    margin: 0 auto;
  }
}
@media (min-width: 1400px) {
  .body-footer .no-gutter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .body-footer .no-gutter .no-gutter,
  .body-footer .no-gutter .footer-izda {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .body-footer .no-gutter .no-gutter .height-100pc,
  .body-footer .no-gutter .footer-izda .height-100pc {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .body-footer .no-gutter .no-gutter .height-100pc > div,
  .body-footer .no-gutter .footer-izda .height-100pc > div {
    height: 100%;
    display: block;
    width: 100%;
  }
  .body-footer .no-gutter .footer-dcha {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
  .body-footer .no-gutter .footer-newsletter {
    height: 100%;
  }
  .body-footer .no-gutter .footer-newsletter form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .body-footer .no-gutter .footer-newsletter form .form-group {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    max-width: 100%;
    width: 100%;
    padding: 1rem;
  }
  .body-footer .no-gutter .footer-newsletter form .col-xs-12 {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    max-width: 100%;
    width: 100%;
  }
  .body-footer .no-gutter .footer-newsletter form .btn-standard {
    margin: 0 auto;
  }
}
.operador_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.item_operador {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: solid 1px #d1d1d1;
  max-width: 960px;
}
.header_operador {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
.header_operador .header_operador-figure {
  border-radius: 0;
  height: 150px;
  width: 250px;
}
.header_operador .header_operador-figure img {
  -o-object-fit: contain;
     object-fit: contain;
}
.header_operador-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 2rem;
}
.header_operador-title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.data_operador .title-operator {
  color: #333;
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
}
.data_operador .text_operador {
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #666;
  font-size: 1.5rem;
  line-height: 1.8em;
  margin-bottom: 1.3rem;
}
.data_operador ul li {
  position: relative;
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #666;
  font-size: 1.5rem;
  line-height: 1.8em;
  margin-bottom: 1.3rem;
}
.data_operador ul li::before {
  font-family: "vectalia-estacion" !important;
  content: "E";
  position: absolute;
  left: -2rem;
}
.main_operador {
  padding: 2rem;
  background: #f5f5f5;
  width: 100%;
}
.main_operador .data_operador {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.main_operador .data_operador .title-operator {
  margin-bottom: 1rem;
}
.footer_operador {
  padding: 1rem;
}
.footer_operador .link-slider-news {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  color: #7F7C75;
  font-size: 0.9em;
  padding: 8px 12px;
  border: 2px solid #7F7C75;
  margin: 0 auto;
  display: table;
}
.footer_operador .link-slider-news:hover {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  color: #EBB240;
  text-decoration: none;
  border: 2px solid #EBB240;
}
.howis_adora {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #666;
}
.howis_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding-bottom: 3em;
}
.howis_content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 2rem;
}
.howis_image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.howis_image img {
  display: block;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.howis_subtitle {
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #0c0c0c;
  margin: 0;
}
.howis_title {
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  letter-spacing: 0.07rem;
  color: #4a4a4a;
}
.howis_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1rem;
}
.howis_text ul li,
.howis_text p {
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #666;
  font-size: 1.5rem;
  line-height: 1.8em;
  margin-bottom: 1rem;
}
.howis_text ul li {
  margin-bottom: 0.5em;
}
.howis_text ul {
  margin-top: 15px;
}
@media (min-width: 960px) {
  .howis_titlepage {
    font-size: 36px;
  }
  .howis-wrapper-titlepage {
    margin-bottom: 3rem;
  }
  .howis_content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
  .howis_image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .howis_image img {
    margin-left: auto;
    margin-right: 0;
  }
  .howis_container:nth-child(even) .howis_content {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .howis_container:nth-child(even) .howis_image {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .howis_container:nth-child(even) .howis_image img {
    margin-left: 0;
    margin-right: auto;
  }
}
.enlaces_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.enlaces_footer li {
  margin: 0.5em;
}
.enlaces_footer li a {
  color: white;
  font-size: 12px;
}
.post_content > .row {
  margin: 0;
}
