* {
  box-sizing: border-box; }

body {
  font-family: "Open Sans", Sans-Serif;
  font-size: 14px;
  color: black; }

a {
  color: inherit;
  display: inline-block; }
  a:hover, a:visited {
    color: inherit;
    text-decoration: none; }

h3 {
  color: black;
  font-size: 23px;
  font-weight: bold; }

h4 {
  font-size: 17px;
  font-weight: bold; }

h6 {
  font-size: 18px; }

p {
  font-size: 15px; }

.no-padding {
  padding: 0 !important; }

header {
  display: block;
  width: 100%;
  background: white;
  color: white;
 /*.navbar {
  padding: 0;
}*/ }
  header a {
    color: white; }
  header .topnav {
    background: #2ABFE6;
    color: white;
    clear: both;
    padding: 20px 0 0;
    font-size: 14px;
    font-weight: 300; }
    header .topnav ul.top-nav {
      list-style: none;
      display: inline-block;
      float: right; }
      header .topnav ul.top-nav li {
        display: inline-block; }
        header .topnav ul.top-nav li .fa-map-marker {
          margin-right: 10px; }
        header .topnav ul.top-nav li .link-fb {
          margin-left: 10px;
          border: 1px solid white;
          border-radius: 25px;
          padding: 4px 10px;
          text-align: center; }
  header a.nav-link {
    font-size: 15px;
    text-transform: uppercase;
    color: #005480 !important;
    padding-left: 0.7rem !important;
    padding-right: 0.7rem !important; }
    header a.nav-link:hover {
      color: #005480 !important;
      text-decoration: none; }
    header a.nav-link:visited {
      color: #005480 !important;
      text-decoration: none; }
  header .dropdown-menu {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 0; }
    header .dropdown-menu .dropdown-item {
      color: white; }
      header .dropdown-menu .dropdown-item:hover {
        background: none;
        color: #2ABFE6; }

form input, form textarea {
  font-family: "Open Sans", sans-serif !important;
  font-size: 24px !important;
  line-height: 30px !important;
  font-weight: 300 !important;
  font-style: italic; }
form input[type="text"], form input[type="email"], form textarea {
  border-radius: 0 !important;
  padding: 15px; }
form textarea {
  resize: none;
  height: 139px; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

footer {
  color: white; }
  footer #topFooter {
    background: #005480;
    padding: 30px 0 0; }
    footer #topFooter span.separador {
      background: #6BB8E0;
      display: block;
      width: 50px;
      height: 2px;
      margin: 20px 0 30px 0; }
    footer #topFooter .menu {
      list-style: none;
      padding: 0; }
      footer #topFooter .menu li {
        text-transform: uppercase;
        padding-bottom: 15px; }
        footer #topFooter .menu li a {
          font-size: 15px; }
          footer #topFooter .menu li a:hover {
            color: #6BB8E0; }
          footer #topFooter .menu li a:visited {
            color: white;
            text-decoration: none; }
    footer #topFooter .datos-contacto {
      margin-bottom: 30px; }
  footer #bottomFooter {
    background: white;
    color: #005480;
    padding: 30px 0; }
    footer #bottomFooter p {
      line-height: 50px;
      font-weight: 300; }
      footer #bottomFooter p strong {
        font-weight: 600; }
  @media (max-width: 767px) {
    footer {
      text-align: center; } }

section {
  padding: 30px 0 40px; }
  section .titulo-seccion {
    text-align: center; }
    section .titulo-seccion h3 {
      display: block;
      margin: 10px auto 40px; }
    section .titulo-seccion i {
      color: #6BB8E0; }
      section .titulo-seccion i.fa.fa-bars {
        font-size: 24px;
        margin: 10px auto; }
  section .subtitulo-seccion h3 {
    display: block;
    margin: 10px auto 30px;
    color: white; }
  section .subtitulo-seccion h4 {
    color: white;
    margin-bottom: 15px; }
  section .subtitulo-seccion i {
    color: #6BB8E0; }
    section .subtitulo-seccion i.fa.fa-bars {
      font-size: 24px;
      margin: 10px auto; }

/***********************************************************************************
 *	+ PAGINATION
 ***********************************************************************************/
.pagination {
  display: block;
  margin-top: 40px; }

.pagination li {
  display: inline-block;
  margin-right: 7px; }
  .pagination li.MarkupPagerNavPrevious a {
    line-height: 33px; }
  .pagination li.MarkupPagerNavNext a {
    line-height: 33px; }

.pagination li:last-child {
  margin-right: 0; }

.pagination li a {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 34px;
  padding: 0;
  text-align: center;
  /*border-radius: 10px;
  border: 2px solid #e1e1e1;*/
  background-color: transparent;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: bold; }

/*.pagination > li:last-child > a,
.pagination > li:first-child > a,
.pagination > li:last-child > span
.pagination > li:first-child > span {
  border-radius: 10px;
}*/
.pagination li a:hover,
.pagination li.active a,
.pagination li.active a:hover {
  color: #6BB8E0; }

.pagination .MarkupPagerNavNext a, .pagination .MarkupPagerNavPrevious a {
  border-radius: 25px !important;
  border: 2px solid #6BB8E0;
  color: #6BB8E0; }
  .pagination .MarkupPagerNavNext a i, .pagination .MarkupPagerNavPrevious a i {
    font-weight: bold;
    font-size: 18px; }

/***********************************************************************************
 *	+ RESPONSIVE
 ***********************************************************************************/
@media only screen and (max-width: 991px) {
  .navbar-dark .navbar-toggler {
    border: 1px solid #6BB8E0;
    margin-top: 15px; }

  .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(107, 184, 224, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); } }
@media only screen and (max-width: 480px) {
  .navbar-brand {
    width: 75%; }

  .navbar-dark .navbar-toggler {
    margin-top: 10px; } }
@media only screen and (max-width: 360px) {
  .navbar-brand {
    width: 75%; }

  .navbar-dark .navbar-toggler {
    margin-top: 5px; } }
.heading {
  background: url("../gfx/cabecera_home.png") no-repeat center;
  display: block;
  width: 100%;
  height: 670px;
  padding-top: 190px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .heading {
      padding: 20px 0 0;
      height: 300px; } }
  .heading .opciones {
    text-align: left;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px;
    border-top: 5px solid #2ABFE6; }
    .heading .opciones h2 {
      font-size: 46px;
      font-weight: bold;
      color: white; }
    .heading .opciones h3 {
      font-size: 34px;
      font-weight: 300;
      color: white; }
    @media only screen and (max-width: 1199px) {
      .heading .opciones {
        /*width: 940px;*/ } }
    @media only screen and (max-width: 991px) {
      .heading .opciones {
        /*width: 720px;*/ } }
    @media only screen and (max-width: 767px) {
      .heading .opciones {
        /*width: 100%;*/ }
        .heading .opciones h2 {
          font-size: 34px; }
        .heading .opciones h3 {
          font-size: 22px; } }
  .heading .pedir-cita {
    position: absolute;
    left: 0;
    bottom: 0;
    height: auto;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center; }
    .heading .pedir-cita a.btn {
      margin: 30px;
      border-radius: 25px;
      font-size: 17px;
      font-weight: bold;
      padding: 10px 30px;
      color: white;
      background: #2abfe6;
      /* Old browsers */
      background: -moz-linear-gradient(top, #2abfe6 0%, #1e96d8 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #2abfe6 0%, #1e96d8 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #2abfe6 0%, #1e96d8 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2abfe6', endColorstr='#1e96d8', GradientType=0);
      /* IE6-9 */
      text-transform: uppercase; }

section.contador {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  background: url("../gfx/bg_numeros.jpg") center center no-repeat;
  background-size: cover; }

section.testimoniales {
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 60px;
  background: url("../gfx/bg_testimonial.jpg") center center no-repeat;
  background-size: cover; }
  section.testimoniales .testimonial {
    text-align: center; }
    section.testimoniales .testimonial h2 {
      color: white;
      font-weight: bold;
      text-transform: uppercase; }
    section.testimoniales .testimonial .testimonio {
      padding: 20px 20px 40px; }
      section.testimoniales .testimonial .testimonio p {
        font-size: 23px !important;
        font-style: italic;
        font-weight: 300;
        color: white; }
    section.testimoniales .testimonial .rating {
      margin-bottom: 20px; }
      section.testimoniales .testimonial .rating h4 {
        color: white;
        text-transform: uppercase;
        font-size: 19px; }
      section.testimoniales .testimonial .rating i {
        font-size: 32px; }
        section.testimoniales .testimonial .rating i.fa-star {
          color: #FBB03B; }
        section.testimoniales .testimonial .rating i.fa-star-o {
          color: white; }

section.contador {
  text-align: center;
  color: white; }
  section.contador .item h2 {
    font-size: 46px;
    font-weight: bold; }
  section.contador .item i {
    color: #6BB8E0; }
    section.contador .item i.fa.fa-bars {
      font-size: 24px;
      margin: 20px auto; }
  section.contador .item h3 {
    color: white;
    margin-bottom: 20px; }
  section.contador .item p {
    font-size: 16px; }

section.servicios .lista-servicios {
  text-align: center; }
  section.servicios .lista-servicios .servicio {
    background: #F4F7FB; }
    section.servicios .lista-servicios .servicio a {
      display: block;
      text-align: left;
      margin-top: 30px;
      color: #2ABFE6; }
      section.servicios .lista-servicios .servicio a img, section.servicios .lista-servicios .servicio a h5 {
        display: inline-block; }
      section.servicios .lista-servicios .servicio a img {
        margin-right: 20px; }

section.movilidad {
  background: #005480; }
  section.movilidad .hidden-md-up {
    padding-top: 30px; }
  section.movilidad .botones a {
    margin-top: 30px; }
  @media screen and (max-width: 480px) {
    section.movilidad .botones {
      text-align: center; } }
  @media screen and (max-width: 359px) {
    section.movilidad h4 {
      font-size: 15px; } }

section.ayuda {
  background: #F4F7FB; }
  section.ayuda .titulo-seccion {
    padding-bottom: 40px; }
    section.ayuda .titulo-seccion h4 {
      font-size: 21px;
      color: black;
      margin-bottom: 10px;
      font-weight: 600; }
    section.ayuda .titulo-seccion h5 {
      font-size: 18px;
      color: #6BB8E0; }
  section.ayuda form button.btn-enviar {
    background: #005480;
    /* Old browsers */
    background: -moz-linear-gradient(top, #005480 0%, #003f5d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #005480 0%, #003f5d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #005480 0%, #003f5d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005480', endColorstr='#003f5d', GradientType=0);
    /* IE6-9 */
    color: white;
    padding: 10px 30px;
    border-radius: 25px;
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 25px;
    cursor: pointer; }

.logos-marcas {
  margin: 0 auto;
  text-align: center; }
  .logos-marcas a {
    display: inline-block;
    padding: 10px; }

.heading-interior {
  background: url("../gfx/noticias.png") no-repeat center;
  display: block;
  width: 100%;
  height: 370px;
  padding-top: 95px; }
  @media only screen and (max-width: 767px) {
    .heading-interior {
      padding: 0;
      height: auto; } }
  .heading-interior .opciones {
    text-align: left;
    display: inline-block;
    background: transparent;
    /*padding: 20px;*/ }
    .heading-interior .opciones h2 {
      font-size: 46px;
      font-weight: bold;
      color: white;
      margin: 0; }
    .heading-interior .opciones h3 {
      font-size: 34px;
      font-weight: 300;
      color: white; }
    @media only screen and (max-width: 1199px) {
      .heading-interior .opciones {
        /*width: 940px;*/ } }
    @media only screen and (max-width: 991px) {
      .heading-interior .opciones {
        /*width: 720px;*/ } }
    @media only screen and (max-width: 767px) {
      .heading-interior .opciones {
        /*width: 100%;*/ } }

.noticias-recientes {
  background: #F4F7FB;
  padding: 30px 0 40px; }

.bloque-noticia {
  background: white;
  color: black; }
  .bloque-noticia .contenido {
    padding: 20px; }
    .bloque-noticia .contenido h4 {
      margin-bottom: 15px; }
    .bloque-noticia .contenido p {
      color: #575756; }
    .bloque-noticia .contenido a {
      color: #6BB8E0; }

.detalle-noticia .publicado {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  color: #999;
  padding: 15px 0;
  margin-bottom: 20px;
  display: block;
  font-size: 18px;
  font-style: italic; }
  .detalle-noticia .publicado p {
    padding: 0;
    margin: 0; }
.detalle-noticia h2 {
  font-size: 32px;
  font-weight: bold;
  color: #2ABFE6;
  margin: 60px 0 45px; }
.detalle-noticia h3 {
  font-size: 25px;
  font-weight: 600;
  color: #575756; }
.detalle-noticia .contenido {
  margin-top: 50px; }
@media screen and (max-width: 575px) {
  .detalle-noticia .publicado {
    margin-top: 30px; }
  .detalle-noticia h2 {
    margin: 35px 0 25px; } }

.servicio-individual {
  margin-top: 40px; }
  .servicio-individual .detalle-servicio .contenido {
    margin-top: 40px; }
    .servicio-individual .detalle-servicio .contenido ul {
      list-style: none;
      padding: 0;
      margin: 0; }
    .servicio-individual .detalle-servicio .contenido li {
      padding-left: 1em;
      text-indent: -.7em;
      line-height: 30px; }
    .servicio-individual .detalle-servicio .contenido li::before {
      content: "\2022";
      font-size: 250%;
      /* or whatever */
      padding-right: 5px;
      color: #2ABFE6;
      vertical-align: middle; }
  .servicio-individual .bloque .contenido {
    margin-top: 20px; }

.lista-servicios .servicio {
  margin-bottom: 4px; }
  .lista-servicios .servicio .col-10 {
    background: #F0F3F7;
    color: #0278AD;
    font-weight: bold;
    text-transform: uppercase; }
    .lista-servicios .servicio .col-10 a {
      display: block;
      height: 100%;
      position: relative; }
      .lista-servicios .servicio .col-10 a:hover {
        background: #0278AD;
        color: #F0F3F7; }
      .lista-servicios .servicio .col-10 a p {
        position: absolute;
        display: inline-block;
        left: 10px;
        top: calc(50% - 12px); }

.ayuda_servicio {
  background: url("../gfx/bg_ayuda_servicio.jpg") center center no-repeat !important;
  background-size: cover; }
  .ayuda_servicio h3, .ayuda_servicio h4 {
    color: white !important; }

.heading-interior.contacto {
  background: url("../gfx/contacto.png") no-repeat center; }

section.contacto {
  background: white; }
  section.contacto .subtitulo-seccion h3 {
    color: black; }
  section.contacto .contenidos p {
    font-size: 18px;
    color: #666;
    margin-bottom: 10px; }
    section.contacto .contenidos p i {
      margin-right: 5px;
      color: #2ABFE6; }
    section.contacto .contenidos p span {
      margin-right: 12px; }
    section.contacto .contenidos p strong {
      color: black; }
  section.contacto .contenidos h6 {
    margin-top: 30px;
    color: #2ABFE6;
    text-transform: uppercase; }
  section.contacto .hidden-md-up {
    padding-top: 30px; }
  section.contacto .botones a {
    margin-top: 30px; }
  @media screen and (max-width: 480px) {
    section.contacto .botones {
      text-align: center; } }
  @media screen and (max-width: 359px) {
    section.contacto h4 {
      font-size: 15px; } }

section.movilidad-detalle {
  background: #005480; }
  section.movilidad-detalle h3 {
    color: white; }
  section.movilidad-detalle .bloque .titulo {
    height: 70px;
    background: #2abfe6;
    background-image: url("../gfx/glow.png");
    background-image: url("../gfx/glow.png"), -moz-linear-gradient(top, #2abfe6 0%, #1e96d8 100%);
    background-image: url("../gfx/glow.png"), -webkit-linear-gradient(top, #2abfe6 0%, #1e96d8 100%);
    background-image: url("../gfx/glow.png"), linear-gradient(to bottom, #2abfe6 0%, #1e96d8 100%);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2abfe6', endColorstr='#1e96d8', GradientType=0);
    clear: both; }
    section.movilidad-detalle .bloque .titulo img, section.movilidad-detalle .bloque .titulo h4 {
      float: left; }
    section.movilidad-detalle .bloque .titulo h4 {
      text-transform: uppercase;
      font-size: 17px;
      font-weight: 600;
      color: white;
      padding-top: 25px; }
      section.movilidad-detalle .bloque .titulo h4.tren {
        padding-top: 15px; }
  section.movilidad-detalle .bloque .contenido {
    background: #004D77;
    color: white;
    padding: 20px 15px; }
    section.movilidad-detalle .bloque .contenido h3 {
      color: #2ABFE6;
      text-transform: uppercase;
      font-weight: bold; }
    section.movilidad-detalle .bloque .contenido span {
      color: #2ABFE6;
      font-style: italic;
      display: block; }
    section.movilidad-detalle .bloque .contenido.taxi {
      padding-bottom: 22px; }
      section.movilidad-detalle .bloque .contenido.taxi p {
        margin-bottom: 10px; }

.heading-interior {
  background: url("../gfx/promos.png") no-repeat center;
  display: block;
  width: 100%;
  height: 370px;
  padding-top: 95px; }
  @media only screen and (max-width: 767px) {
    .heading-interior {
      padding: 0;
      height: auto; } }
  .heading-interior .opciones {
    text-align: left;
    display: inline-block;
    background: transparent;
    /*padding: 20px;*/ }
    .heading-interior .opciones h2 {
      font-size: 46px;
      font-weight: bold;
      color: white;
      margin: 0; }
    .heading-interior .opciones h3 {
      font-size: 34px;
      font-weight: 300;
      color: white; }
    @media only screen and (max-width: 1199px) {
      .heading-interior .opciones {
        /*width: 940px;*/ } }
    @media only screen and (max-width: 991px) {
      .heading-interior .opciones {
        /*width: 720px;*/ } }
    @media only screen and (max-width: 767px) {
      .heading-interior .opciones {
        /*width: 100%;*/ } }

.promos-recientes {
  background: white;
  padding: 30px 0 40px; }
  .promos-recientes .promo {
    background: #F4F7FB; }
    .promos-recientes .promo .contenido {
      padding: 30px 40px 30px 60px; }
      .promos-recientes .promo .contenido h2 {
        margin-bottom: 15px;
        font-weight: bold; }
      .promos-recientes .promo .contenido p {
        color: #575756; }
      .promos-recientes .promo .contenido a {
        color: #6BB8E0; }

/*# sourceMappingURL=base.css.map */
