/* Autor: Jose Vicente Belenguer - josevibp@gmail.com */
/* Some lines are redudant. I just want to make sure its clear what is needed for a single instance. */
/* scrollbar1 */
#scroll-proyect {
  padding: 0 25px 0 0;
  margin: 0 0 10px;
  position: relative; }

#scroll-proyect .viewport {
  height: 550px;
  overflow: hidden;
  position: relative; }

#scroll-proyect .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0; }

#scroll-proyect .scrollbar {
  background: transparent url(../images/bg-scrollbar-track-y.png) no-repeat 0 0;
  position: absolute;
  top: 0;
  right: -8px;
  width: 15px; }

#scroll-proyect .track {
  background: rgba(213, 156, 36, 0.68);
  height: 0px;
  width: 2px;
  position: relative;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease; }

#scroll-proyect .thumb {
  background: url("../img/bg-scroll.png") repeat-y 0 0 transparent;
  height: 0px;
  width: 14px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -8px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }

#scroll-proyect .thumb .end {
  background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
  overflow: hidden;
  height: 5px;
  width: 25px; }

#scroll-proyect .disable {
  display: none; }

.noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }

/* scrollbar2 */
#scrollbar2 {
  width: 251px;
  margin: 0 0 10px; }

#scrollbar2 .viewport {
  width: 236px;
  height: 125px;
  overflow: hidden;
  position: relative; }

#scrollbar2 .overview {
  list-style: none;
  width: 1416px;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0; }

#scrollbar2 .overview img {
  float: left; }

#scrollbar2 .scrollbar {
  background: transparent url(../images/bg-scrollbar-track-x.png) no-repeat 0 0;
  position: relative;
  margin: 0 0 5px;
  clear: both;
  height: 15px; }

#scrollbar2 .track {
  background: transparent url(../images/bg-scrollbar-trackend-x.png) no-repeat 100% 0;
  width: 100%;
  height: 15px;
  position: relative; }

#scrollbar2 .thumb {
  background: transparent url(../images/bg-scrollbar-thumb-x.png) no-repeat 100% 50%;
  height: 25px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: -5px; }

#scrollbar2 .thumb .end {
  background: transparent url(../images/bg-scrollbar-thumb-x.png) no-repeat 0 50%;
  overflow: hidden;
  height: 25px;
  width: 5px; }

#scrollbar2 .disable {
  display: none; }

.noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }

/* scrollbar3 */
#scrollbar3 {
  padding: 0 25px 0 0;
  margin: 0 0 10px;
  position: relative; }

#scrollbar3 .viewport {
  height: 300px;
  overflow: hidden;
  position: relative; }

#scrollbar3 .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0; }

#scrollbar3 .scrollbar {
  background: transparent url(../images/bg-scrollbar-track-y.png) no-repeat 0 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 15px; }

#scrollbar3 .track {
  background: transparent url(../images/bg-scrollbar-trackend-y.png) no-repeat 0 100%;
  height: 100%;
  width: 15px;
  position: relative; }

#scrollbar3 .thumb {
  background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
  height: 20px;
  width: 25px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -5px; }

#scrollbar3 .thumb .end {
  background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
  overflow: hidden;
  height: 5px;
  width: 25px; }

#scrollbar3 .disable {
  display: none; }

.noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }

#scrollbar4 {
  margin: 0 0 10px;
  padding: 0 25px 0 0;
  position: relative; }

#scrollbar4 .viewport {
  height: 200px;
  overflow: hidden;
  position: relative; }

#scrollbar4 .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0; }

#scrollbar4 .scrollbar {
  background: transparent url(../images/bg-scrollbar-track-y.png) no-repeat 0 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 15px; }

#scrollbar4 .track {
  background: transparent url(../images/bg-scrollbar-trackend-y.png) no-repeat 0 100%;
  height: 100%;
  width: 15px;
  position: relative; }

#scrollbar4 .thumb {
  background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
  height: 20px;
  width: 25px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -5px; }

#scrollbar4 .thumb .end {
  background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
  overflow: hidden;
  height: 5px;
  width: 25px; }

#scrollbar4 .disable {
  display: none; }

.noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }

#scrollbar5 {
  margin: 0 0 10px;
  padding: 0 25px 0 0;
  position: relative; }

#scrollbar5 .viewport {
  height: 200px;
  overflow: hidden;
  position: relative; }

#scrollbar5 .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0; }

#scrollbar5 .scrollbar {
  background: transparent url(../images/bg-scrollbar-track-y.png) no-repeat 0 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 15px; }

#scrollbar5 .track {
  background: transparent url(../images/bg-scrollbar-trackend-y.png) no-repeat 0 100%;
  height: 100%;
  width: 15px;
  position: relative; }

#scrollbar5 .thumb {
  background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
  height: 20px;
  width: 25px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -5px; }

#scrollbar5 .thumb .end {
  background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
  overflow: hidden;
  height: 5px;
  width: 25px; }

#scrollbar5 .disable {
  display: none; }

.scrollbar5text {
  display: none; }

.scrollbar5button {
  display: block;
  padding: 10px 0; }

.noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }

#scrollbar6 {
  padding: 0 25px 0 0;
  overflow: hidden;
  margin: 0 0 10px;
  position: relative; }

#scrollbar6 .viewport {
  height: 200px;
  overflow: hidden;
  position: relative; }

#scrollbar6 .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0; }

#scrollbar6 .scrollbar {
  background: transparent url(../images/bg-scrollbar-track-y.png) no-repeat 0 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 15px; }

#scrollbar6 .track {
  background: transparent url(../images/bg-scrollbar-trackend-y.png) no-repeat 0 100%;
  height: 100%;
  width: 15px;
  position: relative; }

#scrollbar6 .thumb {
  background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
  height: 20px;
  width: 25px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -5px; }

#scrollbar6 .thumb .end {
  background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
  overflow: hidden;
  height: 5px;
  width: 25px; }

#scrollbar6 .disable {
  display: none; }

.scrollbar6button {
  display: block;
  padding: 10px 0; }

.noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }

#scroll6load {
  display: block;
  float: left;
  padding: 0 10px 0 0; }

#scroll6load2 {
  display: block;
  float: left;
  padding: 0 10px 0 0; }

#scroll6load3 {
  display: block;
  float: left;
  padding: 0 10px 0 0; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?4lql9z");
  src: url("../fonts/icomoon.eot?4lql9z#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?4lql9z") format("truetype"), url("../fonts/icomoon.woff?4lql9z") format("woff"), url("../fonts/icomoon.svg?4lql9z#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
i.icon {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-check:before {
  content: "\e91e"; }

.icon-itinerario:before {
  content: "\e91d"; }

.icon-tiempo:before {
  content: "\e91c"; }

.icon-bus:before {
  content: "\e91a"; }

.icon-coche:before {
  content: "\e91b"; }

.icon-llegada:before {
  content: "\e917"; }

.icon-parada:before {
  content: "\e918"; }

.icon-salida:before {
  content: "\e919"; }

.icon-print:before {
  content: "\e916"; }

.icon-accesibilidad:before {
  content: "\e900"; }

.icon-arrow-bottom:before {
  content: "\e901"; }

.icon-arrow-right:before {
  content: "\e902"; }

.icon-auriculares:before {
  content: "\e903"; }

.icon-avion:before {
  content: "\e904"; }

.icon-calendario:before {
  content: "\e905"; }

.icon-cart:before {
  content: "\e906"; }

.icon-download:before {
  content: "\e907"; }

.icon-edificio:before {
  content: "\e908"; }

.icon-ficha:before {
  content: "\e909"; }

.icon-hoja:before {
  content: "\e90a"; }

.icon-info:before {
  content: "\e90b"; }

.icon-lupa:before {
  content: "\e90c"; }

.icon-mail:before {
  content: "\e90d"; }

.icon-maleta:before {
  content: "\e90e"; }

.icon-marker:before {
  content: "\e90f"; }

.icon-megafono:before {
  content: "\e910"; }

.icon-mundo:before {
  content: "\e911"; }

.icon-phone:before {
  content: "\e912"; }

.icon-reloj:before {
  content: "\e913"; }

.icon-senyal:before {
  content: "\e914"; }

.icon-tool:before {
  content: "\e915"; }
  
.icon-billete:before {
  content: "\eadf";
}

.btn-middle {
  display: inline-block;
  text-decoration: none;
  color: #657284;
  font-size: 85%;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid #E3E9EF;
  border-bottom-width: 2px;
  padding: 13px 18px;
  border-radius: 4px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+0,e8e8e8+100 */
  background: #f9f9f9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #e8e8e8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f9f9f9 0%, #e8e8e8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e8e8e8',GradientType=0 );
  /* IE6-9 */ }
  .btn-middle i {
    margin: 0 10px 0 0; }

.btn-blue {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#33b8f1+0,21b1ef+100 */
  background: #33b8f1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #33b8f1 0%, #21b1ef 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #33b8f1), color-stop(100%, #21b1ef));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #33b8f1 0%, #21b1ef 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #33b8f1 0%, #21b1ef 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #33b8f1 0%, #21b1ef 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #33b8f1 0%, #21b1ef 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33b8f1', endColorstr='#21b1ef',GradientType=0 );
  /* IE6-9 */
  color: #fff;
  font-weight: 600;
  border-color: #27A0D4;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 3px; }

.btn-blue.btn-xl {
  padding: 17px 0px;
  max-width: 360px;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 110%;
  display: inline-block; }

.btn-green {
  color: #fff;
  font-weight: 600;
  border-color: #27A0D4;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 3px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#49b780+0,01ba64+100 */
  background: #49b780;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #49b780 0%, #01ba64 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #49b780), color-stop(100%, #01ba64));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #49b780 0%, #01ba64 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #49b780 0%, #01ba64 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #49b780 0%, #01ba64 100%);
  /* IE10+ */
  background: linear-gradient(45deg, #49b780 0%, #01ba64 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49b780', endColorstr='#01ba64',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.btn-border {
  display: inline-block;
  text-decoration: none;
  color: #12aaeb;
  text-transform: uppercase;
  font-size: 90%;
  font-weight: 400;
  letter-spacing: 1px;
  border-radius: 3px;
  border: 2px solid #12aaeb;
  padding: 15px 30px; }

.width-10 {
  width: 10%; }

.width-15 {
  width: 15%; }

.width-20 {
  width: 20%; }

.width-25 {
  width: 25%; }

.width-30 {
  width: 30%; }

.width-35 {
  width: 35%; }

.width-40 {
  width: 40%; }

.width-45 {
  width: 45%; }

.width-50 {
  width: 50%; }

.width-55 {
  width: 55%; }

.width-60 {
  width: 60%; }

.width-65 {
  width: 65%; }

.width-70 {
  width: 70%; }

.width-75 {
  width: 75%; }

.width-80 {
  width: 80%; }

.width-85 {
  width: 85%; }

.width-90 {
  width: 90%; }

.width-95 {
  width: 95%; }

.width-100 {
  width: 100%; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

.clearfix {
  clear: both;
  width: 100%;
  overflow: hidden; }

a {
  color: #a1b0bd;
  transition: .15s all ease-out 0s; }

a:focus, a:active {
  outline: 0; }

a:active,
a:hover {
  outline: 0;
  opacity: 0.8;
  transition: .15s all ease-in 0s; }

b, strong {
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-weight: 700; }

img {
  border: 0;
  width: 100%;
  width: auto/9;
  height: auto; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  outline: none; }

input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus,
input[type="text"]:focus, textarea:focus {
  box-shadow: 0 0 5px #96BFD1;
  transition: .3s; }

textarea {
  overflow: auto;
  vertical-align: top; }

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

p {
  margin: 5px 0; }

body {
  background: #fff;
  font-size: 15px;
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
  color: #000;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #657284; }
  @media (max-width: 768px) {
    body {
      font-size: 16px; } }

html {
  font-size: 15px;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden; }
  @media (max-width: 768px) {
    html {
      font-size: 18px; } }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5 {
  font-weight: normal;
  margin: 0; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #d8d5d5 inset; }

input[type="submit"] {
  cursor: pointer; }

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url(images/overlay.png) repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90); }

#colorbox {
  outline: 0; }

#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -101px 0; }

#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -130px 0; }

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -101px -29px; }

#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -130px -29px; }

#cboxMiddleLeft {
  width: 21px;
  background: url(images/controls.png) left top repeat-y; }

#cboxMiddleRight {
  width: 21px;
  background: url(images/controls.png) right top repeat-y; }

#cboxTopCenter {
  height: 21px;
  background: url(images/border.png) 0 0 repeat-x; }

#cboxBottomCenter {
  height: 21px;
  background: url(images/border.png) 0 -29px repeat-x; }

#cboxContent {
  background: #fff;
  overflow: hidden; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  margin-bottom: 28px; }

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494; }

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494; }

#cboxLoadingOverlay {
  background: url(images/loading_background.png) no-repeat center center; }

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef; }

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(images/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxPrevious:hover {
  background-position: -75px -25px; }

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(images/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxNext:hover {
  background-position: -50px -25px; }

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(images/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxClose:hover {
  background-position: -25px -25px; }

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); }

.ui-datepicker {
  background: #fff;
  margin-top: 5px;
  border-radius: 5px;
  padding: 10px; }

.ui-datepicker-calendar {
  background: #fff;
  padding: 0px; }
  .ui-datepicker-calendar td, .ui-datepicker-calendar th {
    padding: 4px;
    text-align: right; }
    .ui-datepicker-calendar td a, .ui-datepicker-calendar th a {
      text-decoration: none; }

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99; }
  @media (max-width: 768px) {
    .modal {
      overflow: auto; } }
  .modal .bg-modal {
    background: rgba(39, 39, 39, 0.69);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
  .modal .content-modal {
    position: relative;
    z-index: 3;
    max-width: 840px;
    margin: 60px auto 0;
    background: #f1f1f1;
    padding: 20px 50px; }
    @media (max-width: 768px) {
      .modal .content-modal {
        margin: 0 auto;
        padding: 20px 30px; } }
  .modal .content-modal .close {
    color: #12aaeb;
    position: absolute;
    top: 17px;
    width: 30px;
    height: 30px;
    right: 20px;
    display: block;
    overflow: hidden;
    font-size: 32px;
    line-height: 31px;
    cursor: pointer;
    text-align: center;
    font-style: normal;
    -moz-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg); }

.g-recaptcha div {
  margin: 0; }

ul.ui-autocomplete {
  position: absolute !important;
  left: 0 !important;
  background: #fff;
  padding: 15px 0;
  z-index: 10;
  max-height: 330px;
  overflow: auto;
  width: 100% !important;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); }
  ul.ui-autocomplete li {
    margin: 5px 0; }
    ul.ui-autocomplete li a {
      display: block;
      padding: 12px 10px 12px 25px;
      cursor: pointer; }

#popup_message {
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background: rgba(39, 39, 39, 0.69); }
  #popup_message p {
    background: rgba(27, 74, 123, 0.75);
    width: 500px;
    margin: 350px auto 0;
    padding: 60px 30px;
    display: block;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1.5px;
    font-size: 120%;
    letter-spacing: 1px;
    text-align: center; }

.infoBox {
  position: relative; }
  .infoBox img {
    width: auto;
    position: absolute;
    margin: 0 !important;
    right: 0px;
    top: 25px; }
  .infoBox .contenidoOficina {
    overflow: hidden;
    word-wrap: break-word;
    width: 220px;
    height: 90px;
    background: #fff;
    color: #000;
    padding: 20px 15px;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #333; }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }
  @media (max-width: 768px) {
    .owl-controls .owl-buttons {
      display: none; } }
  .owl-controls .owl-buttons div {
    position: absolute;
    text-indent: -9999em;
    width: 62px;
    height: 72px;
    opacity: 1;
    transition: .2s ease-in-out 0; }
  .owl-controls .owl-buttons .owl-prev {
    left: 40px;
    background-image: url("../images/sprite.png");
    background-repeat: no-repeat;
    background-position: -8px -3px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
  .owl-controls .owl-buttons .owl-next {
    right: 40px;
    background-image: url("../images/sprite.png");
    background-repeat: no-repeat;
    background-position: -111px -3px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
  .owl-controls .owl-buttons .owl-prev:hover {
    left: 30px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
  .owl-controls .owl-buttons .owl-next:hover {
    right: 30px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.layout {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px 20px 0; }

.entry-page {
  position: relative;
  z-index: 1;
  text-align: center; }
  @media (max-width: 768px) {
    .entry-page {
      height: 300px; } }
  .entry-page .bg-entry-page {
    height: 400px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 30px 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0; }
    @media (max-width: 768px) {
      .entry-page .bg-entry-page {
        height: 300px; } }
  .entry-page .nav-breadcrumbs {
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding: 30px 0;
    position: relative;
    z-index: 1; }
    .entry-page .nav-breadcrumbs ul {
      text-align: center;
      width: 100%;
      width: 100%;
      max-width: 1280px;
      margin: 0 auto;
      padding: 0px 20px 0; }
      @media (max-width: 768px) {
        .entry-page .nav-breadcrumbs ul {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          justify-content: center; } }
      .entry-page .nav-breadcrumbs ul li {
        display: inline-block;
        text-align: center;
        text-transform: uppercase;
        font-size: 75%;
        letter-spacing: 1px;
        color: #a1b0bd;
        opacity: .8; }
        @media (max-width: 768px) {
          .entry-page .nav-breadcrumbs ul li {
            font-size: 70%;
            text-align: left; } }
        .entry-page .nav-breadcrumbs ul li a {
          text-decoration: none; }
      .entry-page .nav-breadcrumbs ul li::after {
        content: "/";
        margin: 0 15px 0 20px;
        color: #12aaeb; }
        @media (max-width: 768px) {
          .entry-page .nav-breadcrumbs ul li::after {
            margin: 0 5px 0 5px; } }
      .entry-page .nav-breadcrumbs ul li:last-child::after {
        content: "";
        margin: 0; }
      @media (max-width: 768px) {
        .entry-page .nav-breadcrumbs ul li:last-child, .entry-page .nav-breadcrumbs ul li:nth-child(3) {
          display: none; } }
      @media (max-width: 768px) {
        .entry-page .nav-breadcrumbs ul li:nth-child(2)::after {
          display: none; } }
  .entry-page h1 {
    color: #fff;
    font-size: 400%;
    width: 90%;
    max-width: 1000px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-align: center;
    padding: 60px 0px 40px;
    letter-spacing: 7px;
    background: url("../images/dotted-h-blue.png") repeat-x 0px 100% transparent;
    display: inline-block;
    margin-bottom: 160px;
    margin-left: 30px;
    margin-right: 30px;
    text-shadow: 1px 1px 3px #003857;
    position: relative;
    z-index: 2; }
    @media (max-width: 768px) {
      .entry-page h1 {
        padding: 20px 10px 0px;
        font-size: 220%;
        letter-spacing: 2px;
        background: none;
        margin-bottom: 10px; } }

.entry-page-flat {
  background: #eeeef4;
  width: 100%;
  overflow: hidden; }
  @media (max-width: 768px) {
    .entry-page-flat {
      height: auto; } }
  .entry-page-flat .nav-breadcrumbs ul li {
    color: #1B4A7B; }
    .entry-page-flat .nav-breadcrumbs ul li a {
      color: #1B4A7B; }
  .entry-page-flat h1 {
    color: #1B4A7B;
    margin: 0 0 40px;
    padding: 15px 0 40px;
    width: 100%;
    text-shadow: none;
    font-size: 320%; }
    @media (max-width: 768px) {
      .entry-page-flat h1 {
        margin: 0 0 10px;
        font-size: 200%;
        padding: 15px 0; } }
  .entry-page-flat .text-page {
    padding: 0 0 40px; }
    @media (max-width: 768px) {
      .entry-page-flat .text-page {
        padding: 0;
        color: #668198; } }
    .entry-page-flat .text-page em {
      font-style: normal;
      font-weight: 300; }

.section-flat {
  background: #eeeef4;
  overflow: hidden; }

.text-page {
  text-align: center;
  padding: 50px 260px 60px;
  color: #668198;
  font-size: 110%;
  line-height: 180%;
  letter-spacing: .5px;
  position: relative;
  z-index: 4; }
  .text-page img {
    width: auto;
    margin: 0 5px 0 0; }
  .text-page a {
    color: #12aaeb;
    text-decoration: none; }
  @media (max-width: 768px) {
    .text-page {
      padding: 0 20px;
      font-size: 75%;
      line-height: 190%;
      opacity: .8;
      color: #f1f1f1;
      font-weight: 300; } }
  .text-page strong {
    font-weight: 700;
    font-size: 110%; }
    @media (max-width: 768px) {
      .text-page strong {
        font-weight: 300; } }

.text-page-top {
  text-align: center;
  padding: 0px 260px 60px;
  margin: -120px 0 0;
  color: #f1f1f1;
  font-weight: 400;
  opacity: .8;
  font-size: 93%;
  line-height: 180%;
  letter-spacing: 1px;
  position: relative;
  z-index: 4; }
  @media (max-width: 768px) {
    .text-page-top {
      padding: 0 20px;
      margin: 0;
      font-size: 85%;
      color: #f1f1f1;
      font-weight: 300; } }
  .text-page-top strong {
    font-weight: 700;
    font-size: 110%; }

.content, .content-block, .content-flat {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0px 20px 0;
  background: #fff;
  display: block;
  overflow: hidden;
  position: relative;
  padding: 30px 40px;
  width: 96%;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(197, 197, 197, 0.06); }
  @media (max-width: 768px) {
    .content, .content-block, .content-flat {
      padding: 20px;
      width: 100%; } }
  .content h2, .content-block h2, .content-flat h2 {
    color: #1B4A7B;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 160%;
    margin: 15px 0; }

.content-flat {
  background: #eeeef4; }

.content-block {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px 20px 0;
  padding: 30px 40px;
  margin: 40px 0; }

.img-fares {
  max-width: 900px;
  margin: 0 auto 0px;
  text-align: center; }
  .img-fares img {
    width: auto;
    max-width: 100%; }

.heading {
  text-align: center;
  font-size: 140%;
  font-weight: 600;
  letter-spacing: 2px;
  color: #12aaeb;
  margin: 20px 0; }
  .heading i {
    margin: 0 10px 0 0; }

.heading::after {
  content: "";
  width: 230px;
  height: 10px;
  margin: 30px auto;
  display: block;
  background: url("../images/dotted-h-blue.png") repeat-x 0 bottom transparent; }

.img-map {
  padding: 80px;
  width: 100%; }
  .img-map .blocked {
    background: #fff;
    padding: 80px;
    overflow: hidden;
    position: relative; }
  @media (max-width: 768px) {
    .img-map {
      padding: 20px;
      display: none; } }
  .img-map img {
    background: #fff; }
    @media (max-width: 768px) {
      .img-map img {
        padding: 5px;
        display: none; } }

form.generic-form {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0px 20px 0;
  position: relative;
  padding-bottom: 30px; }
  @media (max-width: 768px) {
    form.generic-form {
      padding: 0 0 30px; } }
  form.generic-form .left {
    float: left;
    width: 49%; }
    @media (max-width: 768px) {
      form.generic-form .left {
        width: 100%;
        float: none; } }
  form.generic-form .right {
    float: right;
    width: 49%; }
    @media (max-width: 768px) {
      form.generic-form .right {
        width: 100%;
        float: none; } }
  form.generic-form .row {
    width: 100%;
    position: relative;
    margin: 25px 0;
    overflow: hidden; }
    form.generic-form .row label {
      position: absolute;
      top: 15px;
      left: 17px;
      color: #11273D; }
    form.generic-form .row input[type="text"], form.generic-form .row input[type="password"], form.generic-form .row input[type="phone"], form.generic-form .row input[type="email"], form.generic-form .row input[type="number"], form.generic-form .row textarea {
      width: 100%;
      background: #d8d5d5;
      border: none;
      padding: 15px 15px 15px 87px;
      border-radius: 3px;
      color: #888; }
    form.generic-form .row textarea {
      height: 100%;
      min-height: 194px;
      padding: 40px 15px 15px 15px; }
    form.generic-form .row select {
      height: 60px;
      width: 100%;
      border-radius: 3px;
      border: none;
      padding: 0 15px;
      font-weight: 500;
      color: #a1b0bd; }
    form.generic-form .row em {
      font-style: normal;
      display: block;
      color: #f1f1f1;
      opacity: .9;
      font-size: 85%;
      margin: -2px 0 8px 0;
      letter-spacing: 1px; }
    form.generic-form .row .left-form {
      float: left;
      width: 47%; }
    form.generic-form .row .right-form {
      width: 47%;
      float: right; }
  form.generic-form .bottom {
    width: 100%;
    clear: both;
    padding: 0px 0; }
    form.generic-form .bottom .row {
      text-align: center;
      font-size: 90%;
      font-weight: 300;
      padding: 15px 0 0; }
      form.generic-form .bottom .row input[type="checkbox"] {
        position: relative;
        top: 1px;
        margin: 0 5px 0 0; }
      form.generic-form .bottom .row input[type="submit"] {
        padding: 17px 100px;
        text-align: center;
        border: none;
        border-radius: 3px;
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: 1px;
        font-size: 110%; }
      form.generic-form .bottom .row div {
        margin: 0 auto; }

.map-contact {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 768px) {
    .map-contact {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .map-contact .left {
    width: 50%;
    float: left;
    background: #d8d5d5; }
    @media (max-width: 768px) {
      .map-contact .left {
        width: 100%; } }
  .map-contact .right {
    width: 50%;
    float: right;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#205899+0,1e4770+100 */
    background: #205899;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #205899 0%, #1e4770 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #205899), color-stop(100%, #1e4770));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, #205899 0%, #1e4770 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, #205899 0%, #1e4770 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, #205899 0%, #1e4770 100%);
    /* IE10+ */
    background: linear-gradient(45deg, #205899 0%, #1e4770 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#205899', endColorstr='#1e4770',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    color: #f1f1f1; }
    @media (max-width: 768px) {
      .map-contact .right {
        width: 100%; } }
    .map-contact .right .block {
      max-width: 310px;
      margin: 120px auto 0; }
      @media (max-width: 768px) {
        .map-contact .right .block {
          margin: 50px auto 60px; } }
      .map-contact .right .block p {
        font-size: 85%;
        margin: 7px 0;
        line-height: 170%; }
      .map-contact .right .block ul {
        margin: 40px 0; }
        .map-contact .right .block ul li {
          font-size: 120%;
          letter-spacing: 1px;
          margin: 15px 0; }
          @media (max-width: 768px) {
            .map-contact .right .block ul li {
              font-size: 90%; } }
          .map-contact .right .block ul li i {
            width: 40px;
            display: inline-block;
            color: #12aaeb; }

.full-madrid-excelente {
  background: url("../images/bg-madrid-excelente.jpg") no-repeat 0 0 transparent;
  background-size: cover;
  text-align: center;
  padding: 115px 0;
  color: #f1f1f1; }
  @media (max-width: 768px) {
    .full-madrid-excelente {
      background-size: cover; } }
  .full-madrid-excelente p {
    font-size: 90%;
    max-width: 768px;
    margin: 0 auto 40px;
    line-height: 180%; }

.table {
  width: 100%;
  background: #fff;
  border-radius: 3px;
  padding: 35px;
  box-shadow: 1px 1px 4px #ededed; }
  @media (max-width: 768px) {
    .table {
      padding: 20px 12px;
      overflow-x: auto;
      border-radius: 0; } }
  .table .table-caption {
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; }
    @media (max-width: 768px) {
      .table .table-caption {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        min-width: 340px; } }
    .table .table-caption .cell {
      float: left;
      text-align: left;
      background: url("../images/dotted-table.png") repeat-y 100% 0 transparent;
      padding: 0 15px;
      height: 60px;
      line-height: 110%;
      color: #1B4A7B;
      font-weight: 600;
      font-size: 105%;
      letter-spacing: 1px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: start;
      -moz-justify-content: start;
      justify-content: start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      @media (max-width: 768px) {
        .table .table-caption .cell {
          font-size: 85%;
          font-weight: 500;
          padding: 0 5px; } }
    .table .table-caption .cell:last-child {
      background: none;
      padding-right: 0; }
    .table .table-caption .cell:first-child {
      padding-left: 0; }
  .table .table-row {
    width: 100%;
    background: url("../images/dotted-table.png") repeat-x 0px 1px transparent;
    min-height: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; }
    @media (max-width: 768px) {
      .table .table-row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between; } }
    .table .table-row .cell {
      float: left;
      text-align: left;
      background: url("../images/dotted-table.png") repeat-y 100% 0px transparent;
      padding: 15px 15px;
      min-height: 90px;
      line-height: 110%;
      font-size: 90%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: start;
      -moz-justify-content: start;
      justify-content: start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media (max-width: 768px) {
        .table .table-row .cell {
          padding: 5px;
          font-weight: 300; } }
      .table .table-row .cell img {
        float: left;
        max-width: 50px;
        max-height: 50px;
        display: inline-block;
        margin: 1px 10px 0 0; }
      .table .table-row .cell p {
        display: block;
        margin: 0;
        padding: 0; }
      .table .table-row .cell a {
        color: #12aaeb; }
      .table .table-row .cell .btn-blue {
        display: inline-block;
        color: #fff;
        padding: 8px 5px;
        font-weight: 300;
        text-transform: uppercase;
        font-size: 90%;
        margin: 0 15px 8px 0;
        border-radius: 3px;
        width: 80px;
        text-align: center; }
        @media (max-width: 768px) {
          .table .table-row .cell .btn-blue {
            width: 90%;
            margin: 0 auto;
            font-size: 80%; } }
    .table .table-row .cell:last-child {
      background: none;
      padding-right: 0; }
    .table .table-row .cell:first-child {
      padding-left: 0; }
    .table .table-row .cell:last-child.total {
      text-align: right;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      justify-content: flex-end;
      font-size: 160%; }

.info-table {
  text-align: center;
  font-size: 85%;
  color: #888;
  font-weight: 300;
  margin: -20px 0 70px; }

.layout-print .btn-blue {
  display: block;
  color: #fff;
  padding: 8px 5px;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 90%;
  margin: 20px auto 0;
  border-radius: 3px;
  width: 190px;
  text-align: center; }
.layout-print .content-print {
  text-align: center; }
  .layout-print .content-print h1 {
    color: #1B4A7B;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 15px 0;
    font-size: 160%; }
  .layout-print .content-print img {
    width: 100%;
    max-width: 840px; }

.section-tables {
  margin: 0px 0 40px;
  overflow: hidden;
  padding-bottom: 40px; }
  @media (max-width: 768px) {
    .section-tables .layout {
      padding: 0; } }
  .section-tables h2.heading-table {
    color: #1B4A7B;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 150%;
    margin: 0px 0 40px; }
    @media (max-width: 768px) {
      .section-tables h2.heading-table {
        padding: 0 20px;
        font-size: 120%;
        color: #285b90;
        text-align: center; } }
    .section-tables h2.heading-table a {
      color: #1B4A7B;
      text-decoration: none;
      font-weight: 600;
      letter-spacing: 1px; }
      @media (max-width: 768px) {
        .section-tables h2.heading-table a {
          color: #285b90; } }
    .section-tables h2.heading-table small {
      display: inline-block;
      margin: 0 0 0 60px;
      font-size: 80%;
      color: #a1b0bd;
      letter-spacing: 2px; }
      @media (max-width: 768px) {
        .section-tables h2.heading-table small {
          display: block;
          margin: 15px 0;
          color: #668198; } }
      .section-tables h2.heading-table small i {
        color: #12aaeb;
        font-size: 14px;
        margin: 0 10px 0 0; }
  .section-tables .layout .table {
    margin: 0px 0 50px; }

.urban-detall .layout .content h3 {
  color: #285b90;
  margin: 0 0 20px;
  text-align: center;
  font-size: 115%;
  font-weight: 700; }
.urban-detall .layout .table .table-row li.cell:nth-child(2) {
  min-width: 221px; }
.urban-detall .layout .table .table-row li.cell:nth-child(1) {
  min-width: 51px; }
.urban-detall .layout .table .table-row li.cell:nth-child(3) {
  min-width: 81px; }

header.main-header .top-bar {
  height: 50px;
  border-bottom: 1px solid #E3E9EF;
  width: 100%;
  position: relative;
  z-index: 7; }
  @media (max-width: 768px) {
    header.main-header .top-bar {
      height: auto;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-order: 2;
      -ms-flex-order: 2;
      order: 2;
      border: none; } }
  @media (max-width: 1024px) {
    header.main-header .top-bar .layout {
      padding-left: 155px; } }
  @media (max-width: 768px) {
    header.main-header .top-bar .layout {
      padding: 0 20px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  header.main-header .top-bar .layout .lang {
    float: left;
    position: relative;
    z-index: 10; }
    header.main-header .top-bar .layout .lang ul {
      position: absolute;
      z-index: 10px;
      top: 0;
      left: 0;
      height: 49px;
      overflow: hidden;
      width: 148px; }
      @media (max-width: 768px) {
        header.main-header .top-bar .layout .lang ul {
          position: relative;
          width: 100%; } }
      header.main-header .top-bar .layout .lang ul li {
        margin: 0 0 0 0px;
        width: 148px;
        background: #fff;
        padding: 0 0 0 21px;
        border-bottom: 1px solid #E3E9EF;
        cursor: pointer;
        font-size: 75%;
        text-transform: uppercase;
        color: #a1b0bd;
        letter-spacing: 1px;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        height: 50px;
        line-height: 50px;
        cursor: pointer; }
        @media (max-width: 768px) {
          header.main-header .top-bar .layout .lang ul li {
            height: 55px;
            font-size: 100%;
            font-weight: 500;
            width: 100%;
            margin: 0; } }
        header.main-header .top-bar .layout .lang ul li label {
          display: inline-block;
          margin: 0 17px 0 0;
          cursor: pointer; }
        header.main-header .top-bar .layout .lang ul li input {
          display: inline-block; }
        header.main-header .top-bar .layout .lang ul li i.icon-mundo {
          color: #12aaeb;
          font-weight: 700;
          font-size: 120%;
          margin: 0 5px 0 0;
          display: none; }
          @media (max-width: 768px) {
            header.main-header .top-bar .layout .lang ul li i.icon-mundo {
              font-size: 140%;
              position: relative;
              left: -2px;
              top: 3px;
              margin: 0 7px 0 0; } }
        header.main-header .top-bar .layout .lang ul li i.icon-arrow-bottom {
          color: #597a96;
          margin: 0 0 0 5px;
          font-weight: 700;
          font-size: 10px; }
          @media (max-width: 768px) {
            header.main-header .top-bar .layout .lang ul li i.icon-arrow-bottom {
              display: inline-block;
              -moz-transform: rotate(-90deg);
              -webkit-transform: rotate(-90deg);
              -o-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
              font-size: 15px;
              margin: 0 0 0 12px; } }
        header.main-header .top-bar .layout .lang ul li i:hover {
          cursor: pointer; }
      header.main-header .top-bar .layout .lang ul li:first-child {
        display: block;
        padding: 0;
        margin: 0; }
        header.main-header .top-bar .layout .lang ul li:first-child i.icon-mundo {
          display: block; }
      header.main-header .top-bar .layout .lang ul li:first-child::after {
        content: "\e901";
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        color: #668198;
        font-weight: 700;
        margin: 0 0 0 17px;
        font-size: 12px; }
    header.main-header .top-bar .layout .lang ul.show {
      height: auto;
      width: auto; }
  header.main-header .top-bar .layout .right {
    float: right; }
    @media (max-width: 768px) {
      header.main-header .top-bar .layout .right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    header.main-header .top-bar .layout .right ul {
      float: left; }
      @media (max-width: 768px) {
        header.main-header .top-bar .layout .right ul {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; } }
      header.main-header .top-bar .layout .right ul li {
        float: left;
        padding: 0 25px;
        height: 50px;
        line-height: 50px; }
        @media (max-width: 1024px) {
          header.main-header .top-bar .layout .right ul li {
            padding: 0 10px; } }
        @media (max-width: 768px) {
          header.main-header .top-bar .layout .right ul li {
            padding: 0;
            height: 55px; } }
        header.main-header .top-bar .layout .right ul li a {
          font-size: 75%;
          font-family: 'Roboto', sans-serif;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 1px;
          text-decoration: none; }
          @media (max-width: 768px) {
            header.main-header .top-bar .layout .right ul li a {
              font-size: 100%;
              font-weight: 500; } }
          header.main-header .top-bar .layout .right ul li a i {
            color: #12aaeb;
            font-size: 15px;
            font-weight: 700;
            margin: 0 5px 0 0; }
            @media (max-width: 768px) {
              header.main-header .top-bar .layout .right ul li a i {
                font-size: 20px;
                margin: 0 12px 0 0; } }
      header.main-header .top-bar .layout .right ul li:last-child {
        padding-right: 0; }
    header.main-header .top-bar .layout .right form, header.main-header .top-bar .layout .right .top-search {
      float: right;
      position: relative;
      height: 49px;
      border-right: 1px solid #E3E9EF;
      padding: 0 20px 0 0; }
      @media (max-width: 768px) {
        header.main-header .top-bar .layout .right form, header.main-header .top-bar .layout .right .top-search {
          display: none; } }
      header.main-header .top-bar .layout .right form input[type="text"], header.main-header .top-bar .layout .right .top-search input[type="text"] {
        width: 170px;
        border: 0;
        border-left: 1px solid #E3E9EF;
        height: 100%;
        position: relative;
        padding: 0 20px 0 15px;
        color: #ccc;
        font-weight: 500; }
        @media (max-width: 1024px) {
          header.main-header .top-bar .layout .right form input[type="text"], header.main-header .top-bar .layout .right .top-search input[type="text"] {
            width: 90px; } }
      header.main-header .top-bar .layout .right form a, header.main-header .top-bar .layout .right .top-search a {
        text-decoration: none;
        color: #12aaeb; }
        header.main-header .top-bar .layout .right form a i, header.main-header .top-bar .layout .right .top-search a i {
          font-weight: 700;
          font-size: 18px; }
      header.main-header .top-bar .layout .right form input[type="submit"], header.main-header .top-bar .layout .right .top-search input[type="submit"] {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        border: none;
        background: none;
        color: #a1b0bd;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 75%;
        text-transform: uppercase; }
header.main-header .content-main-header {
  height: 100px;
  position: relative;
  z-index: 2; }
  @media (max-width: 768px) {
    header.main-header .content-main-header {
      height: auto;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1;
      padding: 0; } }
header.main-header nav.main-nav {
  float: right; }
  @media (max-width: 1024px) {
    header.main-header nav.main-nav {
      float: none;
      width: 100%; } }
  @media (max-width: 768px) {
    header.main-header nav.main-nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  header.main-header nav.main-nav ul.main-menu {
    float: left; }
    @media (max-width: 1024px) {
      header.main-header nav.main-nav ul.main-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        width: 71%; } }
    @media (max-width: 768px) {
      header.main-header nav.main-nav ul.main-menu {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0px 0 0;
        width: 100%;
        box-shadow: 0 -1px 0 #f0f0f0 inset; } }
    header.main-header nav.main-nav ul.main-menu li.item {
      float: left;
      padding: 0px 30px;
      line-height: 100px;
      box-shadow: 0 0 0 #fff inset; }
      @media (max-width: 1024px) {
        header.main-header nav.main-nav ul.main-menu li.item {
          padding: 0 15px;
          width: 25%;
          text-align: center;
          line-height: 110%;
          vertical-align: middle;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          justify-content: center;
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          padding: 0; } }
      @media (max-width: 768px) {
        header.main-header nav.main-nav ul.main-menu li.item {
          line-height: 100%;
          box-shadow: 0 1px 0 #f0f0f0 inset;
          padding: 25px 20px;
          height: 90px;
          width: 100%;
          text-align: left; } }
      header.main-header nav.main-nav ul.main-menu li.item > a, header.main-header nav.main-nav ul.main-menu li.item > em {
        color: #597a96;
        text-transform: uppercase;
        text-decoration: none;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 88%;
        letter-spacing: 1px;
        height: 100%;
        font-style: normal; }
        @media (max-width: 1024px) {
          header.main-header nav.main-nav ul.main-menu li.item > a, header.main-header nav.main-nav ul.main-menu li.item > em {
            display: block;
            padding: 42px 0; } }
        @media (max-width: 768px) {
          header.main-header nav.main-nav ul.main-menu li.item > a, header.main-header nav.main-nav ul.main-menu li.item > em {
            font-size: 125%;
            font-weight: 500;
            letter-spacing: 3px;
            padding: 10px 0;
            cursor: pointer; } }
    @media (max-width: 1024px) {
      header.main-header nav.main-nav ul.main-menu li.item:first-child {
        width: 18%; } }
    @media (max-width: 768px) {
      header.main-header nav.main-nav ul.main-menu li.item:first-child {
        width: 100%; } }
    header.main-header nav.main-nav ul.main-menu li.item.active, header.main-header nav.main-nav ul.main-menu li.item.active-item, header.main-header nav.main-nav ul.main-menu li.item:hover {
      box-shadow: 0px 2px 0 #12aaeb inset; }
      @media (max-width: 768px) {
        header.main-header nav.main-nav ul.main-menu li.item.active, header.main-header nav.main-nav ul.main-menu li.item.active-item, header.main-header nav.main-nav ul.main-menu li.item:hover {
          box-shadow: 0 1px 0 #f0f0f0 inset; } }
    header.main-header nav.main-nav ul.main-menu li.item.has-menu > a:after, header.main-header nav.main-nav ul.main-menu li.item.has-menu em::after {
      content: "\e901";
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      color: #12aaeb;
      font-weight: 700;
      margin: 0 0 0 7px;
      font-size: 12px; }
      @media (max-width: 768px) {
        header.main-header nav.main-nav ul.main-menu li.item.has-menu > a:after, header.main-header nav.main-nav ul.main-menu li.item.has-menu em::after {
          display: inline-block;
          -webkit-transform: rotate(-90deg);
          -moz-transform: rotate(-90deg);
          -o-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
          font-weight: 800;
          font-size: 20px;
          margin: 0 0 0 12px; } }
    header.main-header nav.main-nav ul.main-menu li.item.has-menu ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-self: center;
      -moz-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
      position: absolute;
      top: 100px;
      left: 0;
      width: 100%;
      height: 0px;
      overflow: hidden;
      background: #12aaeb;
      padding: 0px 10px; }
      @media (max-width: 768px) {
        header.main-header nav.main-nav ul.main-menu li.item.has-menu ul {
          position: absolute;
          z-index: 15;
          top: 0;
          left: 0;
          height: auto;
          padding: 20px 0px;
          -webkit-transition: all .2s ease-out;
          -moz-transition: all .2s ease-out;
          -ms-transition: all .2s ease-out;
          -o-transition: all .2s ease-out;
          transition: all .2s ease-out;
          transform: translate3d(-100%, 0%, 0);
          -webkit-transform: translate3d(-100%, 0%, 0);
          -moz-transform: translate3d(-100%, 0%, 0);
          -o-transform: translate3d(-100%, 0%, 0);
          -ms-transform: translate3d(-100%, 0%, 0); } }
      header.main-header nav.main-nav ul.main-menu li.item.has-menu ul li {
        width: 31.333%;
        margin: 10px 1%;
        text-align: center;
        -webkit-align-self: center;
        -moz-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        vertical-align: middle; }
        @media (max-width: 768px) {
          header.main-header nav.main-nav ul.main-menu li.item.has-menu ul li {
            width: 100%;
            margin: 10px 0;
            padding: 0 20px; } }
        header.main-header nav.main-nav ul.main-menu li.item.has-menu ul li a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          justify-content: center;
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          position: relative;
          color: #fff;
          text-transform: uppercase;
          font-weight: 500;
          font-size: 100%;
          letter-spacing: 1px;
          text-decoration: none;
          vertical-align: middle;
          background: #285b90;
          padding: 0px 20px;
          line-height: 130%;
          height: 120px;
          width: 100%;
          text-align: center;
          margin: 0 auto;
          border-radius: 4px;
          box-shadow: 1px 1px 6px rgba(40, 91, 144, 0.32); }
          @media (max-width: 1024px) {
            header.main-header nav.main-nav ul.main-menu li.item.has-menu ul li a {
              font-size: 100%;
              padding: 0 30px; } }
          @media (max-width: 768px) {
            header.main-header nav.main-nav ul.main-menu li.item.has-menu ul li a {
              padding: 0 30px;
              height: 90px; } }
          header.main-header nav.main-nav ul.main-menu li.item.has-menu ul li a i {
            color: #fff;
            font-weight: 800;
            font-size: 100%;
            position: relative;
            top: 1px;
            margin: 0 0 0 10px; }
        header.main-header nav.main-nav ul.main-menu li.item.has-menu ul li a::after {
          content: "\e902";
          color: #fff;
          position: absolute;
          top: 51px;
          right: 30px;
          font-family: 'icomoon';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
          @media (max-width: 1024px) {
            header.main-header nav.main-nav ul.main-menu li.item.has-menu ul li a::after {
              right: 15px;
              top: 53px; } }
          @media (max-width: 768px) {
            header.main-header nav.main-nav ul.main-menu li.item.has-menu ul li a::after {
              top: 37px;
              right: 10px; } }
        header.main-header nav.main-nav ul.main-menu li.item.has-menu ul li a:hover {
          background: #00c0ff;
          color: #285b90; }
        header.main-header nav.main-nav ul.main-menu li.item.has-menu ul li a:hover::after {
          color: #285b90; }
    @media (max-width: 768px) {
      header.main-header nav.main-nav ul.main-menu li.item.has-menu ul.sub-menu.active {
        width: 100%;
        -webkit-transition: all .2s ease-in;
        -moz-transition: all .2s ease-in;
        -ms-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
        transform: translate3d(0%, 0%, 0);
        -webkit-transform: translate3d(0%, 0%, 0);
        -moz-transform: translate3d(0%, 0%, 0);
        -o-transform: translate3d(0%, 0%, 0);
        -ms-transform: translate3d(0%, 0%, 0); } }
    header.main-header nav.main-nav ul.main-menu li.item.has-menu ul::before {
      content: "";
      position: absolute;
      width: 9999px;
      right: 100%;
      height: 100%;
      top: 0;
      bottom: 0;
      background: #12aaeb; }
      @media (max-width: 768px) {
        header.main-header nav.main-nav ul.main-menu li.item.has-menu ul::before {
          display: none; } }
    header.main-header nav.main-nav ul.main-menu li.item.has-menu ul::after {
      content: "";
      position: absolute;
      width: 9999px;
      left: 100%;
      height: 100%;
      top: 0;
      bottom: 0;
      background: #12aaeb; }
      @media (max-width: 768px) {
        header.main-header nav.main-nav ul.main-menu li.item.has-menu ul::after {
          display: none; } }
    header.main-header nav.main-nav ul.main-menu li.item.has-menu:hover, header.main-header nav.main-nav ul.main-menu li.item.has-menu.active {
      background: #12aaeb; }
      header.main-header nav.main-nav ul.main-menu li.item.has-menu:hover em, header.main-header nav.main-nav ul.main-menu li.item.has-menu:hover > a, header.main-header nav.main-nav ul.main-menu li.item.has-menu.active em, header.main-header nav.main-nav ul.main-menu li.item.has-menu.active > a {
        color: #f1f1f1; }
      header.main-header nav.main-nav ul.main-menu li.item.has-menu:hover em::after, header.main-header nav.main-nav ul.main-menu li.item.has-menu:hover > a::after, header.main-header nav.main-nav ul.main-menu li.item.has-menu.active em::after, header.main-header nav.main-nav ul.main-menu li.item.has-menu.active > a::after {
        color: #f1f1f1; }
      header.main-header nav.main-nav ul.main-menu li.item.has-menu:hover ul.sub-menu, header.main-header nav.main-nav ul.main-menu li.item.has-menu.active ul.sub-menu {
        height: auto;
        overflow: inherit;
        padding: 50px 10px; }
        @media (max-width: 1024px) {
          header.main-header nav.main-nav ul.main-menu li.item.has-menu:hover ul.sub-menu, header.main-header nav.main-nav ul.main-menu li.item.has-menu.active ul.sub-menu {
            padding: 30px 10px; } }
        @media (max-width: 768px) {
          header.main-header nav.main-nav ul.main-menu li.item.has-menu:hover ul.sub-menu, header.main-header nav.main-nav ul.main-menu li.item.has-menu.active ul.sub-menu {
            padding: 20px 0; } }
  header.main-header nav.main-nav .buy-online {
    float: right;
    padding: 0 0 0 30px;
    line-height: 100px;
    position: relative; }
    @media (max-width: 1024px) {
      header.main-header nav.main-nav .buy-online {
        width: 29%;
        text-align: right; } }
    @media (max-width: 768px) {
      header.main-header nav.main-nav .buy-online {
        width: 100%;
        text-align: center;
        padding: 30px 0; } }
    header.main-header nav.main-nav .buy-online a {
      line-height: 27px; }
      @media (max-width: 768px) {
        header.main-header nav.main-nav .buy-online a {
          line-height: 50px;
          padding: 0 30px;
          font-weight: 500; } }
      header.main-header nav.main-nav .buy-online a i {
        margin: 0 10px 0 0; }
  header.main-header nav.main-nav .buy-online::before {
    content: "";
    height: 45px;
    width: 5px;
    background: url("../images/dotted-v.png") repeat-y 0px 0px transparent;
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 0; }
    @media (max-width: 1024px) {
      header.main-header nav.main-nav .buy-online::before {
        position: absolute;
        padding: 0 0% 0 0;
        left: 12%; } }
    @media (max-width: 768px) {
      header.main-header nav.main-nav .buy-online::before {
        display: none; } }

header.main-header .layout {
  position: relative;
  z-index: 8; }
  header.main-header .layout a.logo {
    display: inline-block;
    float: left;
    z-index: 7;
    position: absolute;
    left: 18px;
    top: 78px;
    -webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out; }
    @media (max-width: 1024px) {
      header.main-header .layout a.logo {
        top: 3px;
        position: absolute;
        left: 16px; } }
    @media (max-width: 768px) {
      header.main-header .layout a.logo {
        top: -63px; } }
    header.main-header .layout a.logo img {
      width: 145px;
      height: 45px; }
      @media (max-width: 1024px) {
        header.main-header .layout a.logo img {
          max-width: 110px; } }
      @media (max-width: 768px) {
        header.main-header .layout a.logo img {
          max-width: 140px; } }
  header.main-header .layout a:hover {
    opacity: 1; }
header.main-header .layout.hide {
  z-index: 5; }
header.main-header .mobile {
  position: relative;
  z-index: 7; }
@media (max-width: 768px) {
  header.main-header {
    padding: 80px 0 0; }
    header.main-header .mobile {
      position: absolute;
      z-index: 5;
      background: #fff;
      width: 100%;
      top: 80px;
      left: 0%;
      box-shadow: 0 -1px 0 #f0f0f0 inset;
      padding: 0 0 40px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-transition: all .2s ease-out;
      -moz-transition: all .2s ease-out;
      -ms-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      transition: all .2s ease-out;
      transform: translate3d(-100%, 0%, 0);
      -webkit-transform: translate3d(-100%, 0%, 0);
      -moz-transform: translate3d(-100%, 0%, 0);
      -o-transform: translate3d(-100%, 0%, 0);
      -ms-transform: translate3d(-100%, 0%, 0); }
    header.main-header .mobile.active {
      -webkit-transition: all .2s ease-in;
      -moz-transition: all .2s ease-in;
      -ms-transition: all .2s ease-in;
      -o-transition: all .2s ease-in;
      transition: all .2s ease-in;
      transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0); } }

.bar-menu {
  display: none;
  cursor: pointer;
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  width: 90px;
  height: 81px;
  -webkit-tap-highlight-color: transparent; }
  @media (max-width: 768px) {
    .bar-menu {
      display: block; } }
  .bar-menu div {
    width: 34px;
    padding: 27px 0;
    overflow: hidden;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in; }
  .bar-menu span {
    width: 100%;
    height: 4px;
    background: #12aaeb;
    display: block;
    border-radius: 1px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .bar-menu span:nth-child(2) {
    margin: 7px 0;
    -webkit-transition: all .1s ease-in 0s;
    -moz-transition: all .1s ease-in 0s;
    -o-transition: all .1s ease-in 0s;
    transition: all .1s ease-in 0s; }

@media (max-width: 768px) {
  .bar-menu.show div {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in; } }

.bar-menu:focus {
  outline: 0; }

.bar-menu.active div span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
  top: 9px; }
.bar-menu.active div span:nth-child(2) {
  width: 0; }
.bar-menu.active div span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
  bottom: 13px; }

footer.main-footer {
  overflow: hidden;
  width: 100%;
  margin-top: 60px; }
  @media (max-width: 768px) {
    footer.main-footer {
      padding: 0; } }
  footer.main-footer .left {
    width: 25%;
    float: left;
    overflow: hidden; }
    @media (max-width: 1024px) {
      footer.main-footer .left {
        width: 100%;
        float: none;
        overflow: inherit; } }
  @media (max-width: 1024px) and (max-width: 1024px) {
    footer.main-footer .left .mobile {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      width: 100%;
      overflow: hidden; } }
  @media (max-width: 1024px) and (max-width: 768px) {
    footer.main-footer .left .mobile {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center; } }

    footer.main-footer .left img {
      width: 145px; }
      @media (max-width: 768px) {
        footer.main-footer .left img {
          margin: 0 auto 15px;
          position: relative;
          left: 3px; } }
    footer.main-footer .left p {
      margin: 30px 0;
      padding: 0 0 0 25px;
      color: #597a96;
      font-size: 105%;
      position: relative; }
      @media (max-width: 1024px) {
        footer.main-footer .left p {
          padding: 0; } }
      footer.main-footer .left p strong {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        display: block;
        font-size: 90%;
        color: #a1b0bd; }
      footer.main-footer .left p i {
        position: absolute;
        color: #12aaeb;
        left: 0;
        top: 1px;
        font-weight: 700;
        font-size: 15px; }
        @media (max-width: 1024px) {
          footer.main-footer .left p i {
            position: relative;
            margin: 0 10px 0 0; } }
    footer.main-footer .left a.btn-blue {
      display: inline-block;
      margin: 15px 0;
      padding: 10px 20px; }
      @media (max-width: 1024px) {
        footer.main-footer .left a.btn-blue {
          max-width: 200px;
          text-align: center;
          margin: 10px auto 40px;
          display: block;
          padding: 15px 0; } }
  footer.main-footer .footer-nav {
    width: 75%;
    overflow: hidden; }
    @media (max-width: 1024px) {
      footer.main-footer .footer-nav {
        float: none;
        width: 100%; } }
    @media (max-width: 768px) {
      footer.main-footer .footer-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px 20px 0;
        background: #f1f1f1; } }
    footer.main-footer .footer-nav .column {
      width: 25%;
      float: left; }
      @media (max-width: 768px) {
        footer.main-footer .footer-nav .column {
          width: 50%;
          margin: 0 0 30px; } }
      footer.main-footer .footer-nav .column h3 {
        color: #1B4A7B;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        letter-spacing: 1px;
        font-size: 110%; }
        @media (max-width: 768px) {
          footer.main-footer .footer-nav .column h3 {
            font-size: 90%; } }
      footer.main-footer .footer-nav .column ul li {
        margin: 20px 0; }
        @media (max-width: 768px) {
          footer.main-footer .footer-nav .column ul li {
            margin: 7px 0;
            line-height: 90%; } }
        footer.main-footer .footer-nav .column ul li a {
          text-decoration: none; }
          @media (max-width: 768px) {
            footer.main-footer .footer-nav .column ul li a {
              font-size: 85%;
              font-weight: 400; } }
    @media (max-width: 768px) {
      footer.main-footer .footer-nav .column:nth-child(2), footer.main-footer .footer-nav .column:nth-child(4) {
        text-align: right; } }
  footer.main-footer .bottom-footer {
    border-top: 1px dotted #E3E9EF;
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
    padding: 40px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    @media (max-width: 768px) {
      footer.main-footer .bottom-footer {
        display: none; } }
    footer.main-footer .bottom-footer img {
      width: auto;
      -webkit-filter: grayscale(1);
      filter: grayscale(1);
      opacity: .5;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    footer.main-footer .bottom-footer a {
      display: inline-block;
      padding: 0px; }
    footer.main-footer .bottom-footer a:hover {
      opacity: 1; }
    footer.main-footer .bottom-footer a:hover img {
      -webkit-filter: grayscale(0);
      filter: grayscale(0);
      opacity: 1;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

section.home-group {
  border-top: 1px solid #E3E9EF;
  position: relative;
  background: #f1f1f1;
  position: relative;
  z-index: 1; }
  section.home-group .slide-home {
    height: 400px;
    overflow: hidden; }
    section.home-group .slide-home .item {
      background-repeat: no-repeat;
      background-position: center 0;
      background-size: cover;
      height: 400px;
      overflow: hidden; }
    section.home-group .slide-home img {
      width: auto; }
    section.home-group .slide-home .content-slide {
      width: 100%;
      max-width: 1280px;
      margin: 0 auto;
      padding: 0px 20px 0;
      width: 100%;
      text-align: center;
      top: 0;
      left: 0; }
      section.home-group .slide-home .content-slide h3 {
        color: #fff;
        font-size: 250%;
        font-weight: 500;
        letter-spacing: 5px;
        margin: 110px 0 0 0;
        text-align: center; }
        @media (max-width: 768px) {
          section.home-group .slide-home .content-slide h3 {
            margin: 90px 0 0;
            font-size: 200%; } }
      section.home-group .slide-home .content-slide p {
        color: #f1f1f1;
        font-weight: 300;
        letter-spacing: 1px;
        opacity: .9;
        margin: 10px 0; }
      section.home-group .slide-home .content-slide .btn-blue {
        display: inline-block;
        margin: 10px 0;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        font-weight: 300;
        padding: 10px 20px;
        font-size: 90%; }
    section.home-group .slide-home .owl-controls {
      position: absolute;
      left: 0;
      bottom: 106px;
      width: 100%; }
      section.home-group .slide-home .owl-controls .owl-pagination {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center; }
        section.home-group .slide-home .owl-controls .owl-pagination .owl-page {
          width: 13px;
          height: 13px;
          border-radius: 100%;
          border: 2px solid #fff;
          float: left;
          margin: 0 8px;
          box-shadow: 1px 1px 2px #333; }
          @media (max-width: 768px) {
            section.home-group .slide-home .owl-controls .owl-pagination .owl-page {
              width: 7px;
              height: 7px;
              border-width: 1px; } }
        section.home-group .slide-home .owl-controls .owl-pagination .owl-page.active {
          background: #fff; }
  section.home-group .layout {
    position: relative; }
  section.home-group .search-home {
    margin: -85px auto 0;
    background: #fff;
    border-radius: 5px;
    padding: 20px 40px;
    width: 85%;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.21);
    position: relative;
    z-index: 4; }
    @media (max-width: 1024px) {
      section.home-group .search-home {
        width: 95%; } }
    @media (max-width: 768px) {
      section.home-group .search-home {
        width: 100%;
        padding: 20px 15px; } }
    section.home-group .search-home h2 {
      color: #1B4A7B;
      font-size: 160%;
      font-weight: 600;
      letter-spacing: 2px; }
      @media (max-width: 768px) {
        section.home-group .search-home h2 {
          font-size: 120%; } }
      section.home-group .search-home h2 i {
        color: #12aaeb;
        font-weight: 700;
        font-size: 30px;
        position: relative;
        top: 1px; }
        @media (max-width: 768px) {
          section.home-group .search-home h2 i {
            font-size: 22px; } }
    section.home-group .search-home .generic-form {
      padding: 10px 0; }
    section.home-group .search-home .left, section.home-group .search-home .right {
      width: 36%;
      float: left;
      margin: 0 4% 0 0;
      position: relative; }
      @media (max-width: 768px) {
        section.home-group .search-home .left, section.home-group .search-home .right {
          width: 100%;
          float: none; } }
    section.home-group .search-home .action {
      float: right;
      overflow: hidden;
      width: 20%;
      margin: 10px 0; }
      @media (max-width: 768px) {
        section.home-group .search-home .action {
          float: none;
          width: 100%; } }
      section.home-group .search-home .action input[type="submit"] {
        width: 100%;
        border: none;
        display: block;
        text-transform: uppercase;
        font-weight: 300;
        height: 49px;
        cursor: pointer; }
    section.home-group .search-home .row {
      margin: 10px 0;
      overflow: inherit; }
      @media (max-width: 768px) {
        section.home-group .search-home .row {
          margin: 10px 0 20px; } }
      section.home-group .search-home .row select {
        background: #d8d5d5;
        height: 49px; }
      section.home-group .search-home .row span.ui-combobox input {
        width: 100%;
        background: #d8d5d5;
        border: none;
        padding: 15px 15px 15px 87px;
        border-radius: 3px;
        color: #888; }
      section.home-group .search-home .row span.ui-combobox a {
        background: #333;
        width: 5px;
        height: 5px;
        display: none; }
  section.home-group .action-rent {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
    padding: 70px 0 60px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    @media (max-width: 768px) {
      section.home-group .action-rent {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    section.home-group .action-rent i {
      color: #12aaeb;
      font-weight: 700;
      font-size: 55px;
      margin: 0 105px 0 0;
      position: relative;
      top: 0px;
      float: left; }
      @media (max-width: 768px) {
        section.home-group .action-rent i {
          margin: 0;
          top: 0; } }
    section.home-group .action-rent i::after {
      content: "";
      height: 110px;
      width: 10px;
      background: url("../images/dotted-blue.png") repeat-y 0 0 transparent;
      display: inline-block;
      overflow: hidden;
      position: absolute;
      top: -26px;
      right: -100px;
      margin: 0 30px 0px; }
      @media (max-width: 768px) {
        section.home-group .action-rent i::after {
          top: auto;
          right: 0;
          width: 180px;
          height: 10px;
          background: url("../images/dotted-blue.png") repeat-x 0 0 transparent;
          bottom: 0;
          position: relative;
          display: block;
          margin: 30px auto; } }
    section.home-group .action-rent a {
      display: inline-block;
      margin: 0 15px; }
      @media (max-width: 768px) {
        section.home-group .action-rent a {
          margin: 15px 0; } }
  section.home-group .banners {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    border-radius: 3px;
    overflow: hidden;
    padding: 30px 0; }
    @media (max-width: 768px) {
      section.home-group .banners {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0; } }
    section.home-group .banners a {
      display: inline-block;
      float: left;
      text-align: center;
      position: relative;
      margin: 0 15px; }
      @media (max-width: 1024px) {
        section.home-group .banners a {
          float: none;
          width: 100%;
          margin: 15px;
          font-size: 90%; } }
      @media (max-width: 768px) {
        section.home-group .banners a {
          margin: 15px 0; } }
      section.home-group .banners a img {
        display: block; }
      section.home-group .banners a span {
        position: absolute;
        color: #fff;
        width: 100%;
        height: 100%;
        display: block;
        left: 0;
        top: 0;
        z-index: 3;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        font-size: 140%;
        letter-spacing: 1px;
        font-weight: 500;
        line-height: 30px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); }
  section.home-group .about {
    background: url("../images/bg-sobre-samar.jpg") no-repeat center 0 transparent;
    background-size: cover;
    padding: 50px 0 60px;
    margin: 40px 0; }
    section.home-group .about .block {
      max-width: 640px;
      margin: 0 auto;
      color: #fff;
      padding: 0 20px; }
      section.home-group .about .block h2.heading {
        color: #f1f1f1;
        font-weight: 500; }
      section.home-group .about .block h2.heading::after {
        background: url("../images/dotted-table.png") repeat-x 0 0 transparent; }
      section.home-group .about .block p {
        margin: 30px 0;
        font-weight: 400;
        letter-spacing: 1px;
        font-size: 90%;
        line-height: 160%; }
        @media (max-width: 768px) {
          section.home-group .about .block p {
            font-size: 85%; } }
      section.home-group .about .block a.btn-blue {
        width: 220px;
        margin: 15px auto;
        display: block;
        text-align: center;
        padding: 15px 0;
        font-weight: 300;
        letter-spacing: 1px;
        text-transform: uppercase; }

@media (max-width: 768px) {
  .entry-page.expert-class {
    height: 350px; } }
.entry-page.expert-class .bg-entry-page {
  background-image: url("../images/bg-expert-class.jpg"); }
  @media (max-width: 768px) {
    .entry-page.expert-class .bg-entry-page {
      height: 350px; } }

@media (max-width: 768px) {
  .section-expert-class .text-page {
    color: #597a96;
    font-weight: 400;
    font-size: 90%;
    line-height: 140%; } }
.section-expert-class .icons-info {
  width: 100%;
  overflow: hidden;
  padding: 25px 0 100px;
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .section-expert-class .icons-info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 25px 0; } }
  .section-expert-class .icons-info div {
    float: left;
    width: 25%;
    padding: 0 30px;
    text-align: center;
    background: url("../images/dotted-v.png") repeat-y 0px 0px transparent; }
    @media (max-width: 768px) {
      .section-expert-class .icons-info div {
        width: 100%;
        margin: 20px 0 30px; } }
    .section-expert-class .icons-info div h3 {
      color: #1B4A7B;
      font-size: 110%;
      font-weight: 700;
      letter-spacing: 1.3px;
      margin: 0px 0 15px; }
    .section-expert-class .icons-info div h3::before {
      content: "";
      display: block;
      width: 56px;
      height: 52px;
      margin: 0 auto 35px;
      overflow: hidden; }
    .section-expert-class .icons-info div p {
      margin: 25px 0 0;
      font-size: 75%;
      color: #668198;
      letter-spacing: 1px;
      font-weight: 400;
      opacity: .9;
      line-height: 170%; }
      @media (max-width: 768px) {
        .section-expert-class .icons-info div p {
          margin: 15px 0; } }
  .section-expert-class .icons-info div:first-child {
    background: none; }
  .section-expert-class .icons-info .wifi h3::before {
    background-image: url("../images/sprite.png");
    background-repeat: no-repeat;
    background-position: 0 0; }
  .section-expert-class .icons-info .tdt h3::before {
    background-image: url("../images/sprite.png");
    background-repeat: no-repeat;
    background-position: -76px 0; }
  .section-expert-class .icons-info .bag h3::before {
    background-image: url("../images/sprite.png");
    background-repeat: no-repeat;
    background-position: -159px 0; }
  .section-expert-class .icons-info .pets h3::before {
    background-image: url("../images/sprite.png");
    background-repeat: no-repeat;
    background-position: -231px -2px; }
  .section-expert-class .icons-info .wc h3::before {
    background-image: url("../images/sprite.png");
    background-repeat: no-repeat;
    background-position: -76px -138px; } 
  .section-expert-class .icons-info .bikes h3::before {
  	width: 70px;
    background-image: url("../images/sprite.png");
    background-repeat: no-repeat;
    background-position: -15px -335px; }
  .section-expert-class .icons-info .alcoholock h3::before {
    background-image: url("../images/sprite.png");
    background-repeat: no-repeat;
    background-position: -225px -202px; }
  .section-expert-class .icons-info .gap h3::before {
    background-image: url("../images/sprite.png");
    background-repeat: no-repeat;
    background-position: -72px -202px; }
  .section-expert-class .icons-info .usb h3::before {
    background-image: url("../images/sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -280px; }
  .section-expert-class .icons-info .tv h3::before {
    background-image: url("../images/sprite.png");
    background-repeat: no-repeat;
    background-position: -76px -280px; }
  .section-expert-class .icons-info .red h3::before {
    background-image: url("../images/sprite.png");
    background-repeat: no-repeat;
    background-position: -159px -276px; }
  .section-expert-class .icons-info .clima h3::before {
    background-image: url("../images/sprite.png");
    background-repeat: no-repeat;
    background-position: -231px -276px; }
.section-expert-class .accessibility {
  background: url("../images/bg-accesibilidad.jpg") no-repeat 0px center transparent;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  margin: 0 auto 80px; }
  .section-expert-class .accessibility .block {
    float: right;
    width: 320px;
    margin: 0 200px;
    padding: 130px 0;
    color: #fff;
    text-align: center; }
    @media (max-width: 768px) {
      .section-expert-class .accessibility .block {
        width: 100%;
        margin: 0 auto;
        padding: 80px 0; } }
    .section-expert-class .accessibility .block h2 {
      font-size: 130%;
      background: url("../images/dotted-h.png") repeat-x 0px 100% transparent;
      padding: 0 0 40px;
      margin: 0 0 40px;
      font-weight: 600;
      letter-spacing: 1.3px; }
      .section-expert-class .accessibility .block h2 i {
        color: #12aaeb;
        font-size: 16px;
        margin: 0 5px 0 0; }
    .section-expert-class .accessibility .block p {
      font-size: 90%;
      line-height: 190%; }
.section-expert-class .environment {
  background: url("../images/bg-medio-ambiente.jpg") no-repeat 0px center transparent;
  background-size: cover;
  width: 100%;
  overflow: hidden; }
  .section-expert-class .environment .block {
    width: 320px;
    margin: 0 auto;
    padding: 130px 0 250px;
    color: #fff;
    text-align: center; }
    @media (max-width: 768px) {
      .section-expert-class .environment .block {
        width: 100%;
        padding: 90px 0 90px; } }
    .section-expert-class .environment .block h2 {
      font-size: 130%;
      background: url("../images/dotted-h-blue.png") repeat-x 0px 100% transparent;
      padding: 0 0 40px;
      margin: 0 0 40px;
      font-weight: 600;
      letter-spacing: 1.3px;
      color: #1B4A7B; }
      .section-expert-class .environment .block h2 i {
        color: #12aaeb;
        font-weight: 700;
        margin: 0 5px 0 0; }
    .section-expert-class .environment .block p {
      font-size: 90%;
      line-height: 190%;
      color: #668198; }

.entry-page.advertising .bg-entry-page {
  background-image: url("../images/bg-publicidad.jpg"); }

.section-advertising {
  padding: 30px 0;
  background: #f1f1f1; }
  .section-advertising .layout {
    overflow: hidden; }
  .section-advertising .icons-info {
    width: 100%;
    overflow: hidden;
    padding: 25px 0 30px;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      .section-advertising .icons-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
        padding: 15px 0 0; } }
    .section-advertising .icons-info div {
      float: left;
      width: 25%;
      padding: 0 30px;
      text-align: center;
      background: url("../images/dotted-v.png") repeat-y 0px 0px transparent; }
	  
	 #icons-info-warner {
	width: 50%;
	 }	 
	 
      @media (max-width: 768px) {
        .section-advertising .icons-info div {
          width: 100%;
          margin: 20px 0 30px; } 
		  
		#icons-info-warner {
		width: 100%;
	 }	 
	   
		  
		  }
		  
		  
      .section-advertising .icons-info div h3 {
        color: #1B4A7B;
        font-size: 110%;
        font-weight: 700;
        letter-spacing: 1.3px;
        margin: 0px 0 15px; }
        @media (max-width: 768px) {
          .section-advertising .icons-info div h3 {
            margin: 0 0 5px; } }
      .section-advertising .icons-info div h3::before {
        content: "";
        display: block;
        width: 56px;
        height: 52px;
        margin: 0 auto 35px;
        overflow: hidden; }
        @media (max-width: 768px) {
          .section-advertising .icons-info div h3::before {
            margin: 0 auto 20px; } }
      .section-advertising .icons-info div p {
        margin: 25px 0 0;
        font-size: 75%;
        color: #668198;
        letter-spacing: 1px;
        font-weight: 400;
        opacity: .9;
        line-height: 170%; }
        @media (max-width: 768px) {
          .section-advertising .icons-info div p {
            margin: 15px 0; } }
    .section-advertising .icons-info div:first-child {
      background: none; }
    .section-advertising .icons-info .vehicles h3::before {
      background-image: url("../images/sprite.png");
      background-repeat: no-repeat;
      background-position: 0 -71px; }
    .section-advertising .icons-info .spain h3::before {
      background-image: url("../images/sprite.png");
      background-repeat: no-repeat;
      background-position: -76px -71px; }
    .section-advertising .icons-info .variety h3::before {
      background-image: url("../images/sprite.png");
      background-repeat: no-repeat;
      background-position: -159px -71px; }
    .section-advertising .icons-info .visibility h3::before {
      background-image: url("../images/sprite.png");
      background-repeat: no-repeat;
      background-position: -231px -71px; }
	 .section-advertising .icons-info .concontransfers h3::before {
      background-image: url("../images/sprite.png");
      background-repeat: no-repeat;
      background-position: -230px -395px; }
    .section-advertising .icons-info .conconcongresos h3::before {
      background-image: url("../images/sprite.png");
      background-repeat: no-repeat;
      background-position: -150px -395px; }
    .section-advertising .icons-info .conconempresas h3::before {
      background-image: url("../images/sprite.png");
      background-repeat: no-repeat;
      background-position: -75px -395px; }
    .section-advertising .icons-info .conconeventos h3::before {
      background-image: url("../images/sprite.png");
      background-repeat: no-repeat;
      background-position: -6px -395px; }
	      .section-advertising .icons-info .aeropuertosavion h3::before {
      background-image: url("../images/sprite.png");
      background-repeat: no-repeat;
      background-position: -230px -395px; }
	      .section-advertising .icons-info .aeropuertosrapido h3::before {
      background-image: url("../images/sprite.png");
      background-repeat: no-repeat;
      background-position: -150px -395px; }
	  	      .section-advertising .icons-info .aeropuertosfacil h3::before {
      background-image: url("../images/sprite.png");
      background-repeat: no-repeat;
      background-position: -70px -445px; }
	      .section-advertising .icons-info .aeropuertoseconomico h3::before {
      background-image: url("../images/sprite.png");
      background-repeat: no-repeat;
      background-position: -6px -445px; }
	  
	
	 .section-advertising .icons-info .pw-ins-1 h3::before {
      background-image: url("../images/pw-ins-1.png");
      background-repeat: no-repeat;
       }
    .section-advertising .icons-info .pw-ins-2 h3::before {
      background-image: url("../images/pw-ins-2.png");
      background-repeat: no-repeat;
       }
    .section-advertising .icons-info .pw-ins-3 h3::before {
      background-image: url("../images/pw-ins-3.png");
      background-repeat: no-repeat;
       }
    .section-advertising .icons-info .pw-ins-4 h3::before {
      background-image: url("../images/pw-ins-4.png");
      background-repeat: no-repeat;
       }
	
	  
	  
	  .section-advertising .icons-info .solotransporte h3::before {
		 content: "";
        display: block;
        width: 200px;
        height: 150px;
        margin: 0 auto 35px;
        overflow: hidden;
      background-image: url("../images/icon-solotrans.png");
      background-repeat: no-repeat;
      background-position: center; }
    .section-advertising .icons-info .entradaparquewarner h3::before {
		 content: "";
        display: block;
        width: 200px;
        height: 150px;
        margin: 0 auto 35px;
        overflow: hidden;
      background-image: url("../images/icon-pack.png");
      background-repeat: no-repeat;
      background-position: center; } 

	  .section-advertising .icons-info .hnsolotransporte h3::before {
		 content: "";
        display: block;
        width: 200px;
        height: 150px;
        margin: 0 auto 35px;
        overflow: hidden;
      background-image: url("../images/icon-solotrans-hn.png");
      background-repeat: no-repeat;
      background-position: center; }
    .section-advertising .icons-info .entradahn h3::before {
		 content: "";
        display: block;
        width: 200px;
        height: 150px;
        margin: 0 auto 35px;
        overflow: hidden;
      background-image: url("../images/icon-pack-hn.png");
      background-repeat: no-repeat;
      background-position: center; } 	  
	  
	  .section-advertising .icons-info .entradaparquebeach h3::before {
		 content: "";
        display: block;
        width: 200px;
        height: 150px;
        margin: 0 auto 35px;
        overflow: hidden;
      background-image: url("../images/icon-beach-pack.png");
      background-repeat: no-repeat;
      background-position: center; }
	  

	  
  @media (max-width: 768px) {
    .section-advertising .layout {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .section-advertising .left {
    width: 66.666%;
    float: left;
    padding: 0 20px 50px 0;
    font-size: 97%;
    letter-spacing: .5px;
    line-height: 170%;
    color: #668198; }
    @media (max-width: 768px) {
      .section-advertising .left {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2;
        padding: 0; } }
    .section-advertising .left p {
      margin: 30px; }
      @media (max-width: 768px) {
        .section-advertising .left p {
          margin: 30px 0;
          text-align: justify;
          font-size: 90%;
          font-weight: 500; } }
  .section-advertising .right {
    width: 33.333%;
    float: left;
    padding: 30px 0 0 20px;
    text-align: center; }
    @media (max-width: 768px) {
      .section-advertising .right {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding: 0; } }
    .section-advertising .right .btn-blue {
      text-transform: uppercase;
      font-weight: 300;
      letter-spacing: 1px;
      font-size: 90%;
      padding: 20px;
      width: 100%;
      display: block;
      text-align: center; }
    .section-advertising .right p {
      margin: 40px 0 0;
      color: #668198;
      font-size: 97%;
      letter-spacing: .5px; }
      .section-advertising .right p em {
        font-style: normal;
        display: block;
        margin: 30px 0 0;
        color: #1B4A7B;
        font-size: 140%;
        font-weight: 600; }

.entry-page.discrecional {
  background: #f1f1f1; }
  .entry-page.discrecional h1 {
    max-width: 1000px; }
    @media (max-width: 1024px) {
      .entry-page.discrecional h1 {
        font-size: 320%; } }
    @media (max-width: 768px) {
      .entry-page.discrecional h1 {
        font-size: 210% !important; } }
  .entry-page.discrecional .bg-entry-page {
    background-image: url("../images/bg-publicidad.jpg"); }
  .entry-page.discrecional .banner-img-top {
    position: absolute;
    top: 0;
    left: 0;
    height: 400px;
    min-width: 1280px; }
  .entry-page.discrecional .text-page {
    padding: 0 220px 40px; }
    @media (max-width: 768px) {
      .entry-page.discrecional .text-page {
        padding: 0 20px 40px; } }

.section-discrecional {
  padding: 30px 0 80px;
  background: #f1f1f1;
  /* 	.icons-info {
  		width: 100%;
  		overflow: hidden;
  		padding: 25px 0 30px;
  		margin-bottom: 30px;
  		@include mx(mx-768){
  			@include flexbox;
  			@include flex-just(space-between);
  			@include flex-wrap(wrap);
  			margin: 0;
  			padding: 15px 0 0;
  		}
  		div {
  			float: left;
  			width: 25%;
  			padding: 0 30px;
  			text-align: center;
  			background: url("../images/dotted-v.png") repeat-y 0px 0px transparent;
  			@include mx(mx-768){
  				width: 100%;
  				margin: 20px 0 30px;
  			}
  			h3 {
  				color: $text3;
  				font-size: 110%;
  				font-weight: 700;
  				letter-spacing: 1.3px;
  				margin: 0px 0 15px;
  				@include mx(mx-768){
  					margin: 0 0 5px;
  				}
  			}
  			h3::before {
  				content: "";
  				display: block;
  				width: 56px;
  				height: 52px;
  				margin: 0 auto 35px;
  				overflow: hidden;
  				@include mx(mx-768){
  					margin: 0 auto 20px;
  				}
  			}
  			p {
  				margin: 25px 0 0;
  				font-size: 75%;
  				color: $text4;
  				letter-spacing: 1px;
  				font-weight: 400;
  				opacity: .9;
  				line-height: 170%;
  				@include mx(mx-768){
  					margin: 15px 0,
  				}
  			}
  		}
  		div:first-child {
  			background: none;
  		}
  		.vehicles h3::before {
  			@include sprite(0,-200px); 			
  		}
  		.spain h3::before {
  			@include sprite(-156px,-196px);	
  		}
  		.variety h3::before {
  			@include sprite(-159px,-71px);	
  		}
  		.visibility h3::before {
  			@include sprite(-231px, -70px);	 
  		}	
  	}	
  	.layout {
  		overflow: hidden;
  		@include mx(mx-768){
  			@include flexbox;
  			@include flex-dir(column);
  
  		}
  	}
  	.left {
  		width: 66.666%;
  		float: left;
  		padding: 0 20px 50px 0;
  		font-size: 97%;
  		letter-spacing: .5px;
  		line-height: 170%;
  		color: $text4;
  		@include mx(mx-768){
  			width: 100%;
  			@include order(1);
  			padding: 0;
  		}
  		p {
  			margin: 30px 0;
  			@include mx(mx-768){
  				margin: 30px 0;
  				text-align: justify;
  				font-size: 90%;
  				font-weight: 500;
  			}
  		}
  		p.action {
  			text-align: center;
  			margin: 0px 0;
  			a.btn-blue {
  				padding: 15px 40px; 
  				display: inline-block;
  				font-weight: 400;
  				font-size: 100%;
  			}
  		}
  	}
  	.right {
  		width: 33.333%;
  		float: right;
  		padding: 10px 25px;
  		border-radius: 3px;
  		background: #205899;
  		background: -moz-linear-gradient(45deg,  #205899 0%, #1e4770 100%); 
  		background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#205899), color-stop(100%,#1e4770));
  		background: -webkit-linear-gradient(45deg,  #205899 0%,#1e4770 100%); 
  		background: -o-linear-gradient(45deg,  #205899 0%,#1e4770 100%); 
  		background: -ms-linear-gradient(45deg,  #205899 0%,#1e4770 100%);
  		background: linear-gradient(45deg,  #205899 0%,#1e4770 100%); 
  		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#205899', endColorstr='#1e4770',GradientType=1 );
  
  		@include mx(mx-768){
  			width: 100%;
  			@include order(2);
  
  		}
  
  	} */ }

.form-discrecional label {
  display: block;
  color: #657284;
  margin: 0 0 15px; }
.form-discrecional .row {
  width: 100%;
  overflow: hidden;
  padding: 40px 0 50px;
  position: relative; }
  @media (max-width: 768px) {
    .form-discrecional .row {
      padding: 0; } }
  .form-discrecional .row .column {
    width: 48%;
    float: left;
    position: relative; }
    @media (max-width: 768px) {
      .form-discrecional .row .column {
        width: 100%;
        margin: 15px 0; } }
    .form-discrecional .row .column input[type="text"] {
      width: 100%;
      border: none;
      padding: 25px 20px;
      border-radius: 3px;
      color: #a1b0bd;
      font-size: 105%;
      font-weight: 600;
      letter-spacing: 2px; }
  .form-discrecional .row .column:nth-child(2) {
    float: right; }
  .form-discrecional .row .column:nth-child(3) {
    float: left;
    padding: 20px 0 0; }
  .form-discrecional .row .column::before {
    content: "\e904";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #12aaeb;
    font-weight: 700;
    font-size: 12px;
    position: absolute;
    top: 63px;
    right: 20px;
    display: none; }
  .form-discrecional .row .tarifa {
    padding: 15px 0; }
    .form-discrecional .row .tarifa label {
      margin: 0; }
    .form-discrecional .row .tarifa input[type="radio"] {
      float: left;
      position: relative;
      top: 4px;
      margin: 0 12px 0 0; }
  .form-discrecional .row .price {
    color: #a1b0bd; }
.form-discrecional .row::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 80%;
  margin: 0 auto;
  height: 5px;
  display: block;
  background: url("../images/dotted-h-blue.png") repeat-x 0px 100% transparent; }
.form-discrecional .bottom, .form-discrecional .block {
  text-align: center;
  color: #657284;
  padding: 0px 0 18px;
  overflow: hidden; }
  .form-discrecional .bottom .row, .form-discrecional .block .row {
    background: none;
    padding: 15px 0;
    margin: 0; }
    @media (max-width: 768px) {
      .form-discrecional .bottom .row, .form-discrecional .block .row {
        padding: 0; } }
    .form-discrecional .bottom .row label, .form-discrecional .block .row label {
      position: absolute;
      top: 16px;
      left: 20px;
      color: #a1b0bd; }
    .form-discrecional .bottom .row input[type="text"], .form-discrecional .bottom .row textarea, .form-discrecional .bottom .row input[type="email"], .form-discrecional .block .row input[type="text"], .form-discrecional .block .row textarea, .form-discrecional .block .row input[type="email"] {
      width: 98%;
      margin: 0 auto;
      padding: 15px 20px 15px 95px;
      color: #a1b0bd;
      border: none;
      border-radius: 3px;
      text-align: left; }
    .form-discrecional .bottom .row textarea, .form-discrecional .block .row textarea {
      min-height: 140px;
      max-width: 98%;
      min-width: 98%; }
  .form-discrecional .bottom .accept, .form-discrecional .block .accept {
    text-align: left;
    font-size: 80%;
    padding: 20px 0 0; }
    .form-discrecional .bottom .accept input[type="checkbox"], .form-discrecional .block .accept input[type="checkbox"] {
      border: none;
      position: relative;
      top: 1px;
      margin: 0 8px 0 0; }
    .form-discrecional .bottom .accept a, .form-discrecional .block .accept a {
      text-decoration: none;
      opacity: .7; }
  .form-discrecional .bottom .row::before, .form-discrecional .block .row::before {
    background: none; }
  .form-discrecional .bottom .bottom, .form-discrecional .block .bottom {
    float: right;
    width: 48%;
    margin: -25px 0 0;
    position: relative;
    z-index: 3; }
    @media (max-width: 768px) {
      .form-discrecional .bottom .bottom, .form-discrecional .block .bottom {
        margin: 20px 0 0;
        float: none;
        width: 100%; } }
  .form-discrecional .bottom .btn-blue, .form-discrecional .block .btn-blue {
    width: 100%;
    display: block;
    padding: 15px 0;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0px 0px 0 auto;
    border: none; }

.form-discrecional {
  text-align: center;
  color: #657284; }
  .form-discrecional h2 {
    color: #1B4A7B;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 170%;
    margin: 15px 0;
    background: url("../images/dotted-h-blue.png") repeat-x 0px 100% transparent;
    text-align: center;
    padding: 0 0 30px;
    margin: 15px 20px 15px; }
    @media (max-width: 768px) {
      .form-discrecional h2 {
        margin: 25px 0 15px;
        font-size: 130%; } }
    .form-discrecional h2 i {
      color: #12aaeb;
      font-size: 18px;
      margin: 0 10px 0 0;
      position: relative;
      top: -1px; }
  .form-discrecional p {
    font-size: 100%;
    font-weight: 400;
    padding: 20px 30px;
    line-height: 28px;
    opacity: .8;
    letter-spacing: 1px;
    text-align: center; }
    @media (max-width: 768px) {
      .form-discrecional p {
        padding: 10px 0;
        text-align: justify; } }
    .form-discrecional p strong {
      display: block;
      margin: 15px 0 0; }

.entry-page.loyalty .bg-entry-page {
  background-image: url("../images/bg-fidelizacion.jpg"); }
@media (max-width: 768px) {
  .entry-page.loyalty h1 {
    padding: 10px 20px 0;
    font-size: 200%; } }

.section-loyalty {
  padding: 30px 0;
  background: #f1f1f1; }
  .section-loyalty .icons-info {
    width: 100%;
    overflow: hidden;
    padding: 25px 0 30px;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      .section-loyalty .icons-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .section-loyalty .icons-info div {
      float: left;
      width: 25%;
      padding: 0 30px;
      text-align: center;
      background: url("../images/dotted-v.png") repeat-y 0px 0px transparent; }
      @media (max-width: 768px) {
        .section-loyalty .icons-info div {
          width: 100%;
          margin: 20px 0 30px; } }
      .section-loyalty .icons-info div h3 {
        color: #1B4A7B;
        font-size: 110%;
        font-weight: 700;
        letter-spacing: 1.3px;
        margin: 0px 0 15px; }
      .section-loyalty .icons-info div h3::before {
        content: "";
        display: block;
        width: 56px;
        height: 52px;
        margin: 0 auto 35px;
        overflow: hidden; }
      .section-loyalty .icons-info div p {
        margin: 25px 0 0;
        font-size: 75%;
        color: #668198;
        letter-spacing: 1px;
        font-weight: 400;
        opacity: .9;
        line-height: 170%; }
        @media (max-width: 768px) {
          .section-loyalty .icons-info div p {
            margin: 15px 0; } }
    .section-loyalty .icons-info div:first-child {
      background: none; }
    .section-loyalty .icons-info .free h3::before {
      background-image: url("../images/sprite.png");
      background-repeat: no-repeat;
      background-position: 0 -138px; }
    .section-loyalty .icons-info .spain h3::before {
      background-image: url("../images/sprite.png");
      background-repeat: no-repeat;
      background-position: -76px -71px; }
    .section-loyalty .icons-info .mail h3::before {
      background-image: url("../images/sprite.png");
      background-repeat: no-repeat;
      background-position: -159px -138px; }
    .section-loyalty .icons-info .online h3::before {
      background-image: url("../images/sprite.png");
      background-repeat: no-repeat;
      background-position: -231px -138px; }
  .section-loyalty .layout {
    overflow: hidden; }
    @media (max-width: 768px) {
      .section-loyalty .layout {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 0; } }
  .section-loyalty .left {
    width: 66.666%;
    float: left;
    padding: 0 20px 50px 0px;
    font-size: 97%;
    letter-spacing: .5px;
    color: #668198; }
    @media (max-width: 768px) {
      .section-loyalty .left {
        width: 100%;
        font-size: 90%;
        font-weight: 500;
        text-align: justify;
        line-height: 150%; } }
    .section-loyalty .left p {
      margin: 30px 0;
      line-height: 170%; }
    .section-loyalty .left .generic-form {
      width: 80%;
      padding: 30px 0; }
      @media (max-width: 768px) {
        .section-loyalty .left .generic-form {
          width: 100%; } }
      .section-loyalty .left .generic-form .row input[type="text"], .section-loyalty .left .generic-form .row input[type="email"],
      .section-loyalty .left .generic-form .row input[type="phone"], .section-loyalty .left .generic-form .row input[type="number"] {
        padding-left: 150px; }
      .section-loyalty .left .generic-form .bottom .row input[type="submit"] {
        margin: 0 auto; }
  .section-loyalty .right {
    padding-bottom: 0; }
    .section-loyalty .right .mod {
      width: 33.333%;
      float: right;
      overflow: hidden;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#205899+0,1e4770+100 */
      background: #205899;
      /* Old browsers */
      background: -moz-linear-gradient(45deg, #205899 0%, #1e4770 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #205899), color-stop(100%, #1e4770));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(45deg, #205899 0%, #1e4770 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(45deg, #205899 0%, #1e4770 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(45deg, #205899 0%, #1e4770 100%);
      /* IE10+ */
      background: linear-gradient(45deg, #205899 0%, #1e4770 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#205899', endColorstr='#1e4770',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */
      padding: 30px 30px 0;
      border-radius: 5px; }
      @media (max-width: 768px) {
        .section-loyalty .right .mod {
          width: 100%;
          margin: 0 0%;
          padding: 30px;
          float: none;
          border-radius: 0; } }
      .section-loyalty .right .mod .heading {
        color: #f1f1f1; }
      .section-loyalty .right .mod p {
        color: #f1f1f1;
        opacity: .8;
        line-height: 190%;
        font-weight: 300;
        font-size: 85%;
        margin: 40px 0 0; }
      .section-loyalty .right .mod .generic-form {
        width: 100%;
        padding: 30px 0; }
        .section-loyalty .right .mod .generic-form input[type="text"], .section-loyalty .right .mod .generic-form input[type="email"],
        .section-loyalty .right .mod .generic-form input[type="phone"], .section-loyalty .right .mod .generic-form input[type="number"] {
          background: #fff; }
        .section-loyalty .right .mod .generic-form input[name="numero"] {
          padding-left: 110px; }
          @media (max-width: 768px) {
            .section-loyalty .right .mod .generic-form input[name="numero"] {
              padding-left: 130px; } }
        .section-loyalty .right .mod .generic-form input[type="submit"] {
          cursor: pointer; }
        .section-loyalty .right .mod .generic-form label {
          color: #a1b0bd; }

.entry-page.travel {
  height: 395px; }
  @media (max-width: 768px) {
    .entry-page.travel {
      height: 340px; } }
  .entry-page.travel .bg-entry-page {
    background-image: url("../images/bg-viajes.jpg"); }
    @media (max-width: 768px) {
      .entry-page.travel .bg-entry-page {
        height: 340px; } }
  .entry-page.travel h1 {
    margin-bottom: 0;
    padding-top: 40px; }
  .entry-page.travel .text-page {
    padding: 30px 0 100px;
    color: #f1f1f1; }

.section-travel {
  background: #f1f1f1;
  padding: 50px 0 0; }
  @media (max-width: 768px) {
    .section-travel {
      padding: 20px 0 0; } }
  .section-travel .layout {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0px 20px 0;
    padding: 0 80px;
    text-align: justify; }
    @media (max-width: 768px) {
      .section-travel .layout {
        padding: 0 20px;
        font-size: 90%;
        line-height: 150%; } }
    .section-travel .layout p {
      margin: 25px 0; }
    .section-travel .layout ul {
      margin: 0 0 60px; }
      .section-travel .layout ul li {
        margin: 25px 0 25px 40px; }
        @media (max-width: 768px) {
          .section-travel .layout ul li {
            margin: 25px 0 25px 10px; } }
      .section-travel .layout ul li::before {
        content: "";
        display: inline-block;
        height: 5px;
        width: 5px;
        background: #1B4A7B;
        border-radius: 10px;
        position: relative;
        top: -3px;
        left: -15px; }
        @media (max-width: 768px) {
          .section-travel .layout ul li::before {
            left: -10px; } }
  .section-travel .branches-travel {
    padding: 15px 0 0; }
    .section-travel .branches-travel h2 {
      color: #1B4A7B;
      font-size: 120%;
      font-weight: 600;
      letter-spacing: 1px;
      text-align: center;
      margin: 20px 0 40px; }
      .section-travel .branches-travel h2 i {
        position: relative;
        top: -1px;
        margin: 0 10px 0 0;
        color: #12aaeb;
        font-weight: 600; }
    .section-travel .branches-travel .block-map {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 768px) {
        .section-travel .branches-travel .block-map {
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .section-travel .branches-travel .block-map .map-branches-travel {
        width: 50%; }
        @media (max-width: 768px) {
          .section-travel .branches-travel .block-map .map-branches-travel {
            width: 100% !important; } }
      .section-travel .branches-travel .block-map .map-info {
        width: 50%;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#205899+0,1e4770+100 */
        background: #205899;
        /* Old browsers */
        background: -moz-linear-gradient(45deg, #205899 0%, #1e4770 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #205899), color-stop(100%, #1e4770));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(45deg, #205899 0%, #1e4770 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(45deg, #205899 0%, #1e4770 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(45deg, #205899 0%, #1e4770 100%);
        /* IE10+ */
        background: linear-gradient(45deg, #205899 0%, #1e4770 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#205899', endColorstr='#1e4770',GradientType=1 );
        /* IE6-9 fallback on horizontal gradient */ }
        @media (max-width: 768px) {
          .section-travel .branches-travel .block-map .map-info {
            width: 100%;
            padding: 0 20px; } }
        .section-travel .branches-travel .block-map .map-info .block {
          max-width: 320px;
          margin: 0 auto;
          padding: 50px 0;
          color: #f1f1f1; }
          .section-travel .branches-travel .block-map .map-info .block h3 {
            text-align: center;
            background: url("../images/dotted-h.png") repeat-x 0 100% transparent;
            font-size: 110%;
            font-weight: 600;
            letter-spacing: 1px;
            padding: 5px 0 35px; }
            .section-travel .branches-travel .block-map .map-info .block h3 i {
              position: relative;
              top: -1px;
              margin: 0 10px 0 0;
              color: #12aaeb; }
          .section-travel .branches-travel .block-map .map-info .block p {
            margin: 35px 0;
            font-size: 85%;
            letter-spacing: 1px; }
            .section-travel .branches-travel .block-map .map-info .block p i {
              position: relative;
              top: -1px;
              margin: 0 12px 0 0;
              color: #12aaeb;
              font-size: 14px; }

.entry-page.vehicles {
  background: #f1f1f1; }
  @media (max-width: 768px) {
    .entry-page.vehicles {
      height: 550px; } }
  .entry-page.vehicles .bg-entry-page {
    background-image: url("../images/bg-alquiler.jpg"); }
    @media (max-width: 768px) {
      .entry-page.vehicles .bg-entry-page {
        height: 550px; } }

.section-vehicles {
  background: #f1f1f1;
  padding-bottom: 30px;
  min-height: 500px; }
  @media (max-width: 768px) {
    .section-vehicles {
      padding: 30px 0; } }
  .section-vehicles .filter-rental {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    padding: 0 0 30px; }
    @media (max-width: 768px) {
      .section-vehicles .filter-rental {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between; } }
    .section-vehicles .filter-rental .column {
      margin: 0 10px;
      float: left;
      position: relative; }
      @media (max-width: 768px) {
        .section-vehicles .filter-rental .column {
          width: 100%;
          margin: 15px 0; } }
      .section-vehicles .filter-rental .column .label-select {
        position: relative; }
      .section-vehicles .filter-rental .column .label-select::before {
        content: "\e901";
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        color: #12aaeb;
        font-weight: 700;
        font-size: 12px;
        position: absolute;
        top: 19px;
        right: 28px;
        display: block; }
      .section-vehicles .filter-rental .column select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
        height: 50px;
        line-height: 50px;
        padding: 0 30px;
        border-radius: 3px;
        border: none;
        background: #fff;
        font-size: 95%;
        font-weight: 600;
        color: #a1b0bd; }
        .section-vehicles .filter-rental .column select option {
          margin: 15px 30px;
          width: 106%;
          background: #fff;
          line-height: 40px; }
  .section-vehicles .list-items {
    padding: 0 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 480px) {
      .section-vehicles .list-items {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .section-vehicles .list-items .item {
      width: 31.333%;
      float: left;
      margin: 0 1% 2%;
      background: #fff;
      border-radius: 4px;
      text-align: center;
      position: relative; }
      @media (max-width: 768px) {
        .section-vehicles .list-items .item {
          width: 48%;
          margin: 2% 0; } }
      @media (max-width: 480px) {
        .section-vehicles .list-items .item {
          width: 100%; } }
      .section-vehicles .list-items .item img {
        display: block; }
      .section-vehicles .list-items .item .teaser {
        background: #fff;
        position: relative;
        z-index: 3; }
      .section-vehicles .list-items .item h3 {
        color: #1B4A7B;
        font-weight: 600;
        font-size: 110%;
        letter-spacing: 1px;
        padding: 20px 0; }
      .section-vehicles .list-items .item .btn-blue {
        font-weight: 300;
        text-transform: uppercase;
        padding: 8px 15px;
        display: inline-block;
        margin: 0 0 25px; }
      .section-vehicles .list-items .item .hidden {
        position: absolute;
        z-index: -1;
        opacity: 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        color: #f1f1f1;
        text-shadow: 1px 1px 1px #555;
        font-size: 90%;
        padding: 40px 15px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#12aaeb+0,12aaeb+0,285583+100&amp;0.7+0,0.7+100 */
        background: -moz-linear-gradient(left, rgba(18, 170, 235, 0.7) 0%, rgba(40, 85, 131, 0.7) 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(18, 170, 235, 0.7)), color-stop(100%, rgba(40, 85, 131, 0.7)));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, rgba(18, 170, 235, 0.7) 0%, rgba(40, 85, 131, 0.7) 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, rgba(18, 170, 235, 0.7) 0%, rgba(40, 85, 131, 0.7) 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(left, rgba(18, 170, 235, 0.7) 0%, rgba(40, 85, 131, 0.7) 100%);
        /* IE10+ */
        background: linear-gradient(to right, rgba(18, 170, 235, 0.7) 0%, rgba(40, 85, 131, 0.7) 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b312aaeb', endColorstr='#b3285583',GradientType=1 );
        /* IE6-9 */
        -webkit-transition: all .4s ease-out 0s;
        -moz-transition: all .4s ease-out 0s;
        -ms-transition: all .4s ease-out 0s;
        -o-transition: all .4s ease-out 0s;
        transition: all .4s ease-out 0s;
        text-decoration: none; }
        @media (max-width: 768px) {
          .section-vehicles .list-items .item .hidden {
            padding: 30px 0; } }
        .section-vehicles .list-items .item .hidden li {
          margin: 20px 0; }
          @media (max-width: 768px) {
            .section-vehicles .list-items .item .hidden li {
              margin: 10px 0; } }
    .section-vehicles .list-items .item:hover .hidden {
      z-index: 2;
      opacity: 1;
      -webkit-transition: all .3s ease-in-out .0s;
      -moz-transition: all .3s ease-in-out .0s;
      -ms-transition: all .3s ease-in-out .0s;
      -o-transition: all .3s ease-in-out .0s;
      transition: all .3s ease-in-out .0s; }

.section-vehicle-extend .content-flat {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px 20px 0;
  overflow: hidden;
  padding: 0 20px 30px; }
  @media (max-width: 768px) {
    .section-vehicle-extend .content-flat {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0 0 0px;
      border-radius: 0; } }
.section-vehicle-extend .left {
  width: 55%;
  float: left;
  background: #fff;
  border-radius: 3px;
  box-shadow: 2px 2px 3px #e9e9e9;
  position: relative;
  overflow: hidden; }
  @media (max-width: 768px) {
    .section-vehicle-extend .left {
      width: 100%;
      border-radius: 0;
      box-shadow: none;
      padding: 0 0 30px; } }
  .section-vehicle-extend .left .block {
    padding: 15px 70px 30px;
    color: #597a96;
    text-align: center; }
    @media (max-width: 768px) {
      .section-vehicle-extend .left .block {
        padding: 15px; } }
    .section-vehicle-extend .left .block em {
      font-style: normal;
      font-size: 90%;
      display: block;
      font-weight: 300; }
      @media (max-width: 768px) {
        .section-vehicle-extend .left .block em {
          font-size: 80%; } }
    .section-vehicle-extend .left .block h2 {
      font-size: 160%;
      font-weight: 800;
      letter-spacing: 1px;
      background: url("../images/dotted-h-blue.png") repeat-x 0px 100% transparent;
      display: inline-block;
      padding: 20px 40px 25px;
      text-align: center;
      margin: 20px 0; }
      @media (max-width: 768px) {
        .section-vehicle-extend .left .block h2 {
          padding: 20px 0;
          font-size: 120%; } }
      .section-vehicle-extend .left .block h2 i {
        color: #12aaeb;
        font-size: 24px;
        margin: 0 12px 0 0;
        font-weight: 600; }
    .section-vehicle-extend .left .block ul {
      text-align: left;
      margin: 20px 0; }
      @media (max-width: 768px) {
        .section-vehicle-extend .left .block ul {
          text-align: center; } }
      .section-vehicle-extend .left .block ul li {
        margin: 20px 0; }
        @media (max-width: 768px) {
          .section-vehicle-extend .left .block ul li {
            font-size: 85%; } }
.section-vehicle-extend .right {
  width: 40%;
  float: right;
  padding: 10px 25px;
  border-radius: 3px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#205899+0,1e4770+100 */
  background: #205899;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #205899 0%, #1e4770 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #205899), color-stop(100%, #1e4770));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #205899 0%, #1e4770 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #205899 0%, #1e4770 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #205899 0%, #1e4770 100%);
  /* IE10+ */
  background: linear-gradient(45deg, #205899 0%, #1e4770 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#205899', endColorstr='#1e4770',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }
  @media (max-width: 768px) {
    .section-vehicle-extend .right {
      width: 100%;
      margin: 0px 0% 0;
      border-radius: 0; } }
  .section-vehicle-extend .right .form-rental label, .section-vehicle-extend .right .form-buy label {
    display: block;
    color: #f1f1f1;
    margin: 0 0 15px; }
  .section-vehicle-extend .right .form-rental .row, .section-vehicle-extend .right .form-buy .row {
    width: 100%;
    overflow: hidden;
    padding: 40px 0 50px;
    position: relative; }
    .section-vehicle-extend .right .form-rental .row .column, .section-vehicle-extend .right .form-buy .row .column {
      width: 48%;
      float: left;
      position: relative; }
      .section-vehicle-extend .right .form-rental .row .column input[type="text"], .section-vehicle-extend .right .form-buy .row .column input[type="text"] {
        width: 100%;
        border: none;
        padding: 25px 20px;
        border-radius: 3px;
        color: #a1b0bd;
        font-size: 105%;
        font-weight: 600;
        letter-spacing: 2px; }
    .section-vehicle-extend .right .form-rental .row .column:nth-child(2), .section-vehicle-extend .right .form-buy .row .column:nth-child(2) {
      float: right; }
    .section-vehicle-extend .right .form-rental .row .column::before, .section-vehicle-extend .right .form-buy .row .column::before {
      content: "\e901";
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      color: #12aaeb;
      font-weight: 700;
      font-size: 12px;
      position: absolute;
      top: 63px;
      right: 20px;
      display: block; }
    .section-vehicle-extend .right .form-rental .row .tarifa, .section-vehicle-extend .right .form-buy .row .tarifa {
      padding: 15px 0; }
      .section-vehicle-extend .right .form-rental .row .tarifa label, .section-vehicle-extend .right .form-buy .row .tarifa label {
        margin: 0; }
      .section-vehicle-extend .right .form-rental .row .tarifa input[type="radio"], .section-vehicle-extend .right .form-buy .row .tarifa input[type="radio"] {
        float: left;
        position: relative;
        top: 4px;
        margin: 0 12px 0 0; }
    .section-vehicle-extend .right .form-rental .row .price, .section-vehicle-extend .right .form-buy .row .price {
      color: #a1b0bd; }
  .section-vehicle-extend .right .form-rental .row::before, .section-vehicle-extend .right .form-buy .row::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
    height: 5px;
    display: block;
    background: url("../images/dotted-h-blue.png") repeat-x 0px 100% transparent; }
  .section-vehicle-extend .right .form-rental .bottom, .section-vehicle-extend .right .form-rental .block, .section-vehicle-extend .right .form-buy .bottom, .section-vehicle-extend .right .form-buy .block {
    text-align: center;
    color: #a1b0bd;
    padding: 15px 0; }
    .section-vehicle-extend .right .form-rental .bottom .row, .section-vehicle-extend .right .form-rental .block .row, .section-vehicle-extend .right .form-buy .bottom .row, .section-vehicle-extend .right .form-buy .block .row {
      background: none;
      padding: 15px 0;
      margin: 0; }
      .section-vehicle-extend .right .form-rental .bottom .row label, .section-vehicle-extend .right .form-rental .block .row label, .section-vehicle-extend .right .form-buy .bottom .row label, .section-vehicle-extend .right .form-buy .block .row label {
        position: absolute;
        top: 30px;
        left: 20px;
        color: #a1b0bd; }
      .section-vehicle-extend .right .form-rental .bottom .row input[type="text"], .section-vehicle-extend .right .form-rental .bottom .row input[type="email"], .section-vehicle-extend .right .form-rental .block .row input[type="text"], .section-vehicle-extend .right .form-rental .block .row input[type="email"], .section-vehicle-extend .right .form-buy .bottom .row input[type="text"], .section-vehicle-extend .right .form-buy .bottom .row input[type="email"], .section-vehicle-extend .right .form-buy .block .row input[type="text"], .section-vehicle-extend .right .form-buy .block .row input[type="email"] {
        width: 100%;
        padding: 15px 20px 15px 95px;
        color: #a1b0bd;
        border: none;
        border-radius: 3px;
        text-align: left; }
    .section-vehicle-extend .right .form-rental .bottom .accept, .section-vehicle-extend .right .form-rental .block .accept, .section-vehicle-extend .right .form-buy .bottom .accept, .section-vehicle-extend .right .form-buy .block .accept {
      text-align: center;
      font-size: 80%;
      padding: 10px 0; }
      .section-vehicle-extend .right .form-rental .bottom .accept input[type="checkbox"], .section-vehicle-extend .right .form-rental .block .accept input[type="checkbox"], .section-vehicle-extend .right .form-buy .bottom .accept input[type="checkbox"], .section-vehicle-extend .right .form-buy .block .accept input[type="checkbox"] {
        border: none;
        position: relative;
        top: 1px;
        margin: 0 8px 0 0; }
      .section-vehicle-extend .right .form-rental .bottom .accept a, .section-vehicle-extend .right .form-rental .block .accept a, .section-vehicle-extend .right .form-buy .bottom .accept a, .section-vehicle-extend .right .form-buy .block .accept a {
        text-decoration: none;
        opacity: .7; }
    .section-vehicle-extend .right .form-rental .bottom .row::before, .section-vehicle-extend .right .form-rental .block .row::before, .section-vehicle-extend .right .form-buy .bottom .row::before, .section-vehicle-extend .right .form-buy .block .row::before {
      background: none; }
    .section-vehicle-extend .right .form-rental .bottom a.btn-blue, .section-vehicle-extend .right .form-rental .block a.btn-blue, .section-vehicle-extend .right .form-buy .bottom a.btn-blue, .section-vehicle-extend .right .form-buy .block a.btn-blue {
      width: 100%;
      display: block;
      padding: 15px 0;
      text-transform: uppercase;
      font-weight: 300;
      margin: 15px 0; }
  .section-vehicle-extend .right .form-buy {
    text-align: center;
    color: #f1f1f1; }
    .section-vehicle-extend .right .form-buy h2 {
      color: #f1f1f1;
      font-size: 150%;
      letter-spacing: 3px;
      background: url("../images/dotted-h-blue.png") repeat-x 0px 100% transparent;
      text-align: center;
      padding: 0 0 30px;
      margin: 25px 25px 15px; }
      @media (max-width: 768px) {
        .section-vehicle-extend .right .form-buy h2 {
          margin: 25px 0 15px;
          font-size: 130%; } }
      .section-vehicle-extend .right .form-buy h2 i {
        color: #12aaeb;
        font-size: 18px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px; }
    .section-vehicle-extend .right .form-buy p {
      font-size: 85%;
      font-weight: 400;
      padding: 10px 60px;
      line-height: 28px;
      opacity: .8;
      letter-spacing: 1px;
      text-align: left; }
      @media (max-width: 768px) {
        .section-vehicle-extend .right .form-buy p {
          padding: 10px 0;
          text-align: justify; } }

.entry-page.national {
  background: #f1f1f1; }
  .entry-page.national .bg-entry-page {
    background-image: url("../images/bg-nacional.jpg"); }
  .entry-page.national h1 {
    font-size: 280%; }
    @media (max-width: 768px) {
      .entry-page.national h1 {
        font-size: 180%;
        margin-top: -20px; } }

.section-national {
  padding: 50px 0 30px;
  background: #f1f1f1; }
  .section-national form.search-national {
    padding: 0 130px 0px; }
    @media (max-width: 768px) {
      .section-national form.search-national {
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .section-national form.search-national .left {
      float: left;
      width: 49%;
      padding: 0 0px 0 0;
      position: relative; }
      @media (max-width: 768px) {
        .section-national form.search-national .left {
          width: 100%;
          padding: 0;
          margin: 15px 0; } }
    .section-national form.search-national .right {
      float: right;
      width: 49%;
      padding: 0 0 0 0px;
      position: relative; }
      @media (max-width: 768px) {
        .section-national form.search-national .right {
          width: 100%;
          padding: 0;
          margin: 15px 0; } }
    .section-national form.search-national label {
      color: #1B4A7B;
      font-weight: 700;
      letter-spacing: 1px;
      display: block;
      margin: 0 0 10px; }
      @media (max-width: 768px) {
        .section-national form.search-national label {
          font-size: 90%;
          margin: 0 0 5px;
          font-weight: 600; } }
    .section-national form.search-national input {
      width: 100%;
      background: #CCD2D9;
      border: 0;
      padding: 10px 15px;
      color: #fff; }
    .section-national form.search-national .action {
      overflow: hidden;
      width: 100%;
      padding: 0 0 10px; }
      .section-national form.search-national .action a.btn-middle {
        margin: 50px auto;
        width: 300px;
        display: block;
        overflow: hidden;
        text-align: center;
        font-weight: 400;
        padding: 17px 0;
        cursor: pointer; }
  .section-national .call-to {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px 20px 0;
    text-align: center;
    margin: 0 auto 150px; }

.list-national {
  background: #f1f1f1;
  padding: 0 0 70px; }
  .list-national .layout p {
    text-align: center; }
  .list-national .layout .indiceAlfa {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    padding: 30px 10%; }
    @media (max-width: 768px) {
      .list-national .layout .indiceAlfa {
        padding: 30px 0;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center; } }
    .list-national .layout .indiceAlfa a {
      color: #12aaeb;
      text-decoration: none;
      font-size: 130%;
      font-weight: 400;
      display: inline-block;
      margin: 0;
      padding: 5px; }
    .list-national .layout .indiceAlfa a:hover {
      color: #1B4A7B;
      opacity: 1; }
  .list-national .layout .block-list {
    background: #fff;
    padding: 40px;
    border-radius: 5px;
    box-shadow: 2px 2px 6px #E3E3E3; }
    .list-national .layout .block-list img {
      width: auto;
      margin: 0 auto;
      text-align: center;
      display: block;
      max-width: 41px; }
    .list-national .layout .block-list a {
      text-decoration: none;
      color: #12aaeb;
      font-weight: 400;
      display: block;
      background: url("../images/dotted-h-blue.png") repeat-x 0 100% transparent;
      padding: 10px 0 35px;
      opacity: 1; }

.entry-page.suburban .bg-entry-page {
  background-image: url("../images/bg-cercanias.jpg"); }
.entry-page.suburban h1 {
  font-size: 280%; }

.section-suburban {
  background: #eeeef4; }
  .section-suburban .blocks-suburban {
    overflow: hidden;
    padding: 30px 20px; }
@media (max-width: 768px) and (max-width: 768px) {
  .section-suburban .blocks-suburban {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0; } }

    .section-suburban .blocks-suburban .block {
      width: 49%;
      float: left;
      position: relative;
      text-align: center;
      overflow: hidden;
      border-radius: 3px;
      margin: 0 0 25px; }
      @media (max-width: 768px) {
        .section-suburban .blocks-suburban .block {
          width: 100%;
          border-radius: 0; } }
      .section-suburban .blocks-suburban .block img {
        position: relative;
        z-index: 1;
        display: block;
        overflow: hidden;
        width: 100%;
        height: 100%; }
      .section-suburban .blocks-suburban .block h3 {
        color: #fff;
        position: absolute;
        top: 40%;
        width: 100%;
        text-align: center;
        left: 0;
        z-index: 3;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out; }
        .section-suburban .blocks-suburban .block h3 a {
          text-decoration: none;
          color: #fff; }
      .section-suburban .blocks-suburban .block .hidden {
        z-index: 0;
        opacity: 0;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#12aaeb+0,12aaeb+0,285583+100&amp;0.7+0,0.7+100 */
        background: -moz-linear-gradient(left, rgba(18, 170, 235, 0.7) 0%, rgba(40, 85, 131, 0.7) 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(18, 170, 235, 0.7)), color-stop(100%, rgba(40, 85, 131, 0.7)));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, rgba(18, 170, 235, 0.7) 0%, rgba(40, 85, 131, 0.7) 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, rgba(18, 170, 235, 0.7) 0%, rgba(40, 85, 131, 0.7) 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(left, rgba(18, 170, 235, 0.7) 0%, rgba(40, 85, 131, 0.7) 100%);
        /* IE10+ */
        background: linear-gradient(to right, rgba(18, 170, 235, 0.7) 0%, rgba(40, 85, 131, 0.7) 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b312aaeb', endColorstr='#b3285583',GradientType=1 );
        /* IE6-9 */
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all .4s ease-out 0s;
        -moz-transition: all .4s ease-out 0s;
        -ms-transition: all .4s ease-out 0s;
        -o-transition: all .4s ease-out 0s;
        transition: all .4s ease-out 0s; }
        .section-suburban .blocks-suburban .block .hidden a {
          display: inline-block;
          text-decoration: none;
          font-size: 80%;
          color: #fff;
          font-weight: 400;
          letter-spacing: 1px;
          margin: 35% 0 0;
          background: url("../images/dotted-h.png") repeat-x 0 0 transparent;
          padding: 30px 50px 0; }
    .section-suburban .blocks-suburban .block:nth-child(2n+0) {
      float: right; }
    .section-suburban .blocks-suburban .block:hover h3 {
      top: 32%;
      -webkit-transition: all .3s ease-in-out .15s;
      -moz-transition: all .3s ease-in-out .15s;
      -ms-transition: all .3s ease-in-out .15s;
      -o-transition: all .3s ease-in-out .15s;
      transition: all .3s ease-in-out .15s; }
      @media (max-width: 768px) {
        .section-suburban .blocks-suburban .block:hover h3 {
          top: 25%; } }
    .section-suburban .blocks-suburban .block:hover .hidden {
      z-index: 2;
      opacity: 1;
      -webkit-transition: all .3s ease-in-out .05s;
      -moz-transition: all .3s ease-in-out .05s;
      -ms-transition: all .3s ease-in-out .05s;
      -o-transition: all .3s ease-in-out .05s;
      transition: all .3s ease-in-out .05s; }
      .section-suburban .blocks-suburban .block:hover .hidden a {
        margin: 25% 0 0;
        -webkit-transition: all .3s ease-in-out .15s;
        -moz-transition: all .3s ease-in-out .15s;
        -ms-transition: all .3s ease-in-out .15s;
        -o-transition: all .3s ease-in-out .15s;
        transition: all .3s ease-in-out .15s; }

@media (max-width: 768px) {
  .entry-page.international {
    height: 360px; } }
.entry-page.international .bg-entry-page {
  background-image: url("../images/bg-internacional.jpg"); }
  @media (max-width: 768px) {
    .entry-page.international .bg-entry-page {
      height: 360px; } }
.entry-page.international .text-page {
  background: #eeeef4; }
  @media (max-width: 768px) {
    .entry-page.international .text-page {
      line-height: 150%;
      padding: 0;
      margin: 0;
      color: #f1f1f1;
      opacity: .8;
      background: transparent;
      font-weight: 300; } }
.entry-page.international h1 {
  font-size: 280%; }
  @media (max-width: 768px) {
    .entry-page.international h1 {
      font-size: 200%;
      margin-top: -20px; } }

.section-international, .service-rent-bus {
  background: #f1f1f1;
  padding: 0px 0 80px; }
  .section-international .content .box, .service-rent-bus .content .box {
    background: url("../images/dotted-h-blue.png") repeat-x 0px 100% transparent;
    padding: 25px 0; }
    .section-international .content .box p, .service-rent-bus .content .box p {
      margin: 20px 0;
      color: #597a96;
      font-size: 100%; }
      @media (max-width: 768px) {
        .section-international .content .box p, .service-rent-bus .content .box p {
          font-size: 85%;
          padding: 0 0 0 0px;
          font-weight: 400;
          line-height: 150%;
          margin: 30px 0; } }
      .section-international .content .box p i, .service-rent-bus .content .box p i {
        margin: 0 18px 0 0;
        color: #12aaeb;
        font-weight: 400;
        font-size: 120%; }
        @media (max-width: 768px) {
          .section-international .content .box p i, .service-rent-bus .content .box p i {
            margin: 0 8px 0 0; } }
  .section-international .content .box:last-child, .service-rent-bus .content .box:last-child {
    background: none; }

.service-rent-bus {
  padding: 30px 0 80px;
  overflow: hidden; }
  .service-rent-bus .content {
    padding: 20px 50px; }
    @media (max-width: 768px) {
      .service-rent-bus .content {
        padding: 90px 30px; } }
    .service-rent-bus .content .box {
      padding: 50px 0; }
      .service-rent-bus .content .box h2 {
        margin: 0px 0 20px; }
      .service-rent-bus .content .box img {
        float: left;
        width: 110px;
        display: inline-block;
        margin: 0 20px 20px 0; }
        @media (max-width: 768px) {
          .service-rent-bus .content .box img {
            margin: 0 20px 0 0;
            width: 90px; } }
        @media (max-width: 480px) {
          .service-rent-bus .content .box img {
            display: none; } }
      .service-rent-bus .content .box p {
        margin: 0px 0 25px;
        letter-spacing: 1px;
        line-height: 150%;
        font-size: 110%;
        font-weight: 400;
        text-align: justify; }
      .service-rent-bus .content .box .btn-blue {
        padding: 15px 40px;
        margin: 30px 0 0;
        display: inline-block; }
      .service-rent-bus .content .box ul {
        margin: -12px 0 15px; }
        .service-rent-bus .content .box ul li {
          display: inline-block;
          letter-spacing: 1px;
          line-height: 150%;
          font-size: 90%;
          font-weight: 400;
          color: #597a96; }
        .service-rent-bus .content .box ul li::after {
          content: "|";
          display: inline-block;
          margin: 0 3px 0 8px; }
        .service-rent-bus .content .box ul li:last-child:after {
          display: none; }
  .service-rent-bus button {
    background: none;
    border: none;
    color: #12aaeb;
    font-size: 110%;
    font-weight: 700;
    letter-spacing: 1.5px;
    display: block;
    cursor: pointer; }
    @media (max-width: 768px) {
      .service-rent-bus button {
        float: right; } }
    @media (max-width: 480px) {
      .service-rent-bus button {
        float: none; } }
  .service-rent-bus button::before {
    content: "+";
    display: inline-block;
    margin: 0 5px 0 -4px; }

.entry-page.customer {
  height: 395px; }
  @media (max-width: 768px) {
    .entry-page.customer {
      height: 300px; } }
  .entry-page.customer .bg-entry-page {
    background-image: url("../images/bg-at-cliente.jpg"); }
    @media (max-width: 768px) {
      .entry-page.customer .bg-entry-page {
        height: 300px; } }
  @media (max-width: 768px) {
    .entry-page.customer .nav-breadcrumbs ul li:nth-child(2) {
      display: block; } }
  .entry-page.customer h1 {
    margin-bottom: 0;
    padding-top: 50px; }
    @media (max-width: 768px) {
      .entry-page.customer h1 {
        padding: 20px 20px 0; } }
  .entry-page.customer .text-page {
    padding: 30px 0 20px;
    color: #f1f1f1; }
    @media (max-width: 768px) {
      .entry-page.customer .text-page {
        font-size: 120%;
        color: #f1f1f1;
        opacity: .9; } }
    .entry-page.customer .text-page i {
      color: #12aaeb;
      position: relative;
      top: -1px;
      margin: 0 14px 0 0;
      font-size: 12px; }
      @media (max-width: 768px) {
        .entry-page.customer .text-page i {
          font-size: 80%; } }

.section-customer {
  background: #f1f1f1; }
  .section-customer .nav-customer {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px 20px 0;
    background: url("../images/dotted-h-blue.png") repeat-x 0 100% transparent; }
    .section-customer .nav-customer ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; }
      @media (max-width: 768px) {
        .section-customer .nav-customer ul {
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          justify-content: center;
          padding: 20px 0; } }
      .section-customer .nav-customer ul li.item {
        padding: 16px 0 13px; }
        @media (max-width: 768px) {
          .section-customer .nav-customer ul li.item {
            margin: 0 7px;
            padding: 8px 0; } }
        .section-customer .nav-customer ul li.item a {
          text-decoration: none;
          color: #12aaeb;
          text-transform: uppercase;
          font-weight: 600;
          letter-spacing: 1px;
          font-size: 85%;
          display: block;
          padding: 10px 0; }
          @media (max-width: 768px) {
            .section-customer .nav-customer ul li.item a {
              font-size: 75%;
              padding: 0;
              font-weight: 500; } }
      .section-customer .nav-customer ul li.item.active a {
        color: #1B4A7B; }
      @media (max-width: 768px) {
        .section-customer .nav-customer ul li:last-child {
          display: none; } }
  .section-customer .heading-customer {
    text-align: center;
    padding: 40px 0; }
    .section-customer .heading-customer h2 {
      color: #1B4A7B;
      display: inline-block;
      font-weight: 600;
      font-size: 110%;
      padding: 30px 30px 50px;
      background: url("../images/dotted-h-blue.png") repeat-x 0 100% transparent; }
      .section-customer .heading-customer h2 i {
        color: #12aaeb;
        font-weight: 600;
        margin: 0 7px 0 0;
        position: relative;
        top: -1px; }
    .section-customer .heading-customer p {
      max-width: 768px;
      margin: 60px auto 0px; }
      @media (max-width: 768px) {
        .section-customer .heading-customer p {
          line-height: 150%;
          font-size: 90%;
          font-weight: 500;
          text-align: justify; } }
  .section-customer .layout .info-schedule {
    text-align: center;
    padding: 15px 0 120px;
    font-size: 85%;
    color: #597a96; }
  @media (max-width: 768px) {
    .section-customer .table {
      margin: 0 -5%;
      width: 110%; }
      .section-customer .table .table-caption {
        min-width: 455px; }
      .section-customer .table .table-row {
        min-width: 455px; } }
  .section-customer .branches-samar {
    padding: 15px 0 0; }
    .section-customer .branches-samar h2 {
      color: #1B4A7B;
      font-size: 120%;
      font-weight: 600;
      letter-spacing: 1px;
      text-align: center;
      margin: 20px 0 40px; }
      .section-customer .branches-samar h2 i {
        position: relative;
        top: -1px;
        margin: 0 10px 0 0;
        color: #12aaeb;
        font-weight: 600; }
    .section-customer .branches-samar .block-map {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 768px) {
        .section-customer .branches-samar .block-map {
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .section-customer .branches-samar .block-map .map-branches-samar {
        width: 50%; }
        @media (max-width: 768px) {
          .section-customer .branches-samar .block-map .map-branches-samar {
            width: 100% !important; } }
      .section-customer .branches-samar .block-map .map-info {
        width: 50%;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#205899+0,1e4770+100 */
        background: #205899;
        /* Old browsers */
        background: -moz-linear-gradient(45deg, #205899 0%, #1e4770 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #205899), color-stop(100%, #1e4770));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(45deg, #205899 0%, #1e4770 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(45deg, #205899 0%, #1e4770 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(45deg, #205899 0%, #1e4770 100%);
        /* IE10+ */
        background: linear-gradient(45deg, #205899 0%, #1e4770 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#205899', endColorstr='#1e4770',GradientType=1 );
        /* IE6-9 fallback on horizontal gradient */ }
        @media (max-width: 768px) {
          .section-customer .branches-samar .block-map .map-info {
            width: 100%; } }
        .section-customer .branches-samar .block-map .map-info .block {
          max-width: 320px;
          margin: 0 auto;
          padding: 50px 0;
          color: #f1f1f1; }
          .section-customer .branches-samar .block-map .map-info .block h3 {
            text-align: center;
            background: url("../images/dotted-h.png") repeat-x 0 100% transparent;
            font-size: 110%;
            font-weight: 600;
            letter-spacing: 1px;
            padding: 5px 0 35px; }
            .section-customer .branches-samar .block-map .map-info .block h3 i {
              position: relative;
              top: -1px;
              margin: 0 10px 0 0;
              color: #12aaeb; }
          .section-customer .branches-samar .block-map .map-info .block p {
            margin: 35px 0;
            font-size: 85%;
            letter-spacing: 1px; }
            .section-customer .branches-samar .block-map .map-info .block p i {
              position: relative;
              top: -1px;
              margin: 0 12px 0 0;
              color: #12aaeb;
              font-size: 14px; }

.section-companies-group .content-flat {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px 20px 0; }
.section-companies-group .list-companies-group {
  padding: 0px 0 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  justify-content: start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  @media (max-width: 480px) {
    .section-companies-group .list-companies-group {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .section-companies-group .list-companies-group li {
    width: 23%;
    float: left;
    background: #fff;
    margin: 10px 0;
    border-radius: 3px;
    padding: 30px;
    text-align: center;
    box-shadow: 2px 2px 6px #E3E3E3; }
    @media (max-width: 768px) {
      .section-companies-group .list-companies-group li {
        width: 48.5%; } }
    @media (max-width: 480px) {
      .section-companies-group .list-companies-group li {
        width: 100%; } }
    .section-companies-group .list-companies-group li a {
      color: #597a96;
      text-decoration: none; }
      .section-companies-group .list-companies-group li a h3 {
        font-size: 100%;
        font-weight: 600;
        background: url("../images/dotted-h-blue2.png") repeat-x 0 0 transparent;
        padding: 35px 0 5px;
        margin: 25px 0 0; }
      .section-companies-group .list-companies-group li a img {
        max-width: 120px;
        display: block;
        margin: 0 auto;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-filter: grayscale(1) opacity(0.5);
        filter: grayscale(1) opacity(0.5); }
      .section-companies-group .list-companies-group li a p {
        font-size: 85%; }
    .section-companies-group .list-companies-group li a:hover img {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-filter: grayscale(0) opacity(1);
      filter: grayscale(0) opacity(1); }

.entry-page.history .bg-entry-page {
  background-image: url("../images/bg-historia.jpg"); }
.entry-page.history h1 {
  margin-bottom: 117px; }

.section-history {
  overflow: hidden;
  width: 100%;
  padding: 30px 0 90px;
  background: #f1f1f1; }
  @media (max-width: 768px) {
    .section-history {
      padding: 0;
      text-align: justify; } }
  @media (max-width: 768px) {
    .section-history .layout {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .section-history .left {
    width: 66.666%;
    float: left;
    padding: 20px 30px 50px 0; }
    @media (max-width: 768px) {
      .section-history .left {
        width: 100%;
        padding: 15px 0px; } }
    .section-history .left .block {
      font-size: 90%;
      font-weight: 500;
      line-height: 170%;
      color: #668198;
      letter-spacing: .5px; }
      .section-history .left .block p {
        margin: 30px 0; }
      .section-history .left .block a {
        color: #12aaeb;
        text-decoration: none; }
  .section-history .right {
    width: 33.333%;
    float: right;
    padding: 50px 0 0 30px;
    overflow: hidden; }
    @media (max-width: 768px) {
      .section-history .right {
        width: 120%;
        padding: 30px 0 0;
        margin: 0 -10%; } }
    .section-history .right .mod {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#205899+0,1e4770+100 */
      background: #205899;
      /* Old browsers */
      background: -moz-linear-gradient(45deg, #205899 0%, #1e4770 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #205899), color-stop(100%, #1e4770));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(45deg, #205899 0%, #1e4770 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(45deg, #205899 0%, #1e4770 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(45deg, #205899 0%, #1e4770 100%);
      /* IE10+ */
      background: linear-gradient(45deg, #205899 0%, #1e4770 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#205899', endColorstr='#1e4770',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */
      padding: 30px;
      border-radius: 5px; }
      @media (max-width: 768px) {
        .section-history .right .mod {
          border-radius: 0;
          padding: 20px 10px; } }
      .section-history .right .mod .heading {
        color: #f1f1f1; }
      .section-history .right .mod img {
        border-radius: 5px;
        display: block;
        max-width: 225px;
        margin: 15px auto;
        border: 2px solid #f1f1f1; }
      .section-history .right .mod p {
        font-size: 85%;
        font-weight: 400;
        line-height: 190%;
        color: #f1f1f1;
        letter-spacing: .5px;
        opacity: .9;
        padding: 0 20px;
        margin: 30px 0; }

.entry-page.means .bg-entry-page {
  background-image: url("../images/bg-recursos.jpg"); }
.entry-page.means h1 {
  margin-bottom: 117px; }

.section-means {
  background: #f1f1f1; }
  .section-means .layout {
    padding: 60px 20px;
    overflow: hidden; }
    @media (max-width: 768px) {
      .section-means .layout {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .section-means .layout .nav-means {
      float: left;
      width: 26%;
      border-radius: 4px;
      background: #fff;
      overflow: hidden; }
      @media (max-width: 768px) {
        .section-means .layout .nav-means {
          width: 100%;
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
          -moz-order: 2;
          -ms-flex-order: 2;
          order: 2;
          margin: 40px 0 0; } }
      .section-means .layout .nav-means .menu-means {
        padding: 0 0 0px;
        background: #fff; }
        .section-means .layout .nav-means .menu-means li a {
          color: #668198;
          text-decoration: none;
          display: block;
          padding: 20px 0 20px 30px;
          font-size: 90%;
          position: relative; }
        .section-means .layout .nav-means .menu-means li.recursosActivo a {
          color: #f1f1f1;
          /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2862bf+0,39a4d6+100 */
          background: #2862bf;
          /* Old browsers */
          background: -moz-linear-gradient(left, #2862bf 0%, #39a4d6 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(left, #2862bf 0%, #39a4d6 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to right, #2862bf 0%, #39a4d6 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2862bf', endColorstr='#39a4d6',GradientType=1 );
          /* IE6-9 */ }
        .section-means .layout .nav-means .menu-means li:hover a::after {
          content: "";
          width: 50px;
          height: 10px;
          background: url("../images/dotted-h-blue.png") repeat-x 0 0 transparent;
          display: inline-block;
          overflow: hidden;
          position: relative;
          top: 5px;
          margin: 0 0 0 10px; }
    .section-means .layout .block {
      float: right;
      width: 71%;
      font-size: 97%;
      letter-spacing: .5px; }
      @media (max-width: 768px) {
        .section-means .layout .block {
          width: 100%;
          text-align: justify; } }
      .section-means .layout .block h2 {
        color: #1B4A7B;
        font-weight: 600;
        font-size: 160%;
        opacity: .8;
        margin: 30px 0; }
        @media (max-width: 768px) {
          .section-means .layout .block h2 {
            text-align: left; } }
      .section-means .layout .block h2:first-child {
        margin: 0 0 30px; }
      .section-means .layout .block h3 {
        color: #1B4A7B;
        font-weight: 600;
        font-size: 120%;
        opacity: .8;
        margin: 50px 0 30px; }
        @media (max-width: 768px) {
          .section-means .layout .block h3 {
            text-align: left; } }
      .section-means .layout .block img {
        width: auto;
        margin: 15px 15px 0 0;
        border-radius: 3px; }
        @media (max-width: 768px) {
          .section-means .layout .block img {
            max-width: 100%; } }
      .section-means .layout .block p {
        color: #668198;
        margin: 30px 0;
        line-height: 170%; }
      .section-means .layout .block ul {
        margin: 40px 0 0; }
        .section-means .layout .block ul li {
          color: #668198;
          margin: 30px 0 30px 40px; }
          @media (max-width: 768px) {
            .section-means .layout .block ul li {
              margin-left: 3px;
              text-align: left; } }
        .section-means .layout .block ul li::before {
          content: "";
          background: #12aaeb;
          width: 6px;
          height: 6px;
          display: inline-block;
          overflow: hidden;
          border-radius: 100px;
          position: relative;
          top: -2px;
          margin: 0 20px 0 0; }

.entry-page.company {
  height: 395px; }
  @media (max-width: 768px) {
    .entry-page.company {
      height: 300px; } }
  .entry-page.company h1 {
    margin-bottom: 0;
    padding-top: 50px; }
    @media (max-width: 768px) {
      .entry-page.company h1 {
        padding: 15px 10px 0;
        font-size: 180%;
        line-height: 140%;
        background: none; } }
  .entry-page.company .text-page {
    color: #fff;
    font-size: 110%;
    text-shadow: 1px 1px 1px #003857; }
    .entry-page.company .text-page i {
      margin: 0 12px 0 0; }
    @media (max-width: 768px) {
      .entry-page.company .text-page {
        font-weight: 500;
        padding-top: 5px;
        opacity: 1; } }

.section-company {
  background: #f1f1f1; }
  .section-company .header-company {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px 20px 0;
    overflow: hidden;
    padding-top: 50px;
    margin-top: -50px;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
    @media (max-width: 768px) {
      .section-company .header-company {
        margin-top: -115px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .section-company .header-company .logo-company {
      float: left;
      background: #fff;
      width: 135px;
      height: 120px;
      position: relative;
      top: -50px;
      box-shadow: 2px 2px 3px rgba(134, 134, 134, 0.18);
      padding: 35px 15px;
      border-radius: 2px;
      margin: 0 0 -40px; }
      @media (max-width: 768px) {
        .section-company .header-company .logo-company {
          margin: 0 auto 0px;
          float: none;
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
          -moz-order: 2;
          -ms-flex-order: 2;
          order: 2;
          top: 0; } }
      .section-company .header-company .logo-company img {
        margin: auto;
        display: block;
        width: auto;
        max-width: 100px; }
    .section-company .header-company .nav-company {
      float: left;
      margin: 0 0 0 35px;
      width: 90%; }
      @media (max-width: 768px) {
        .section-company .header-company .nav-company {
          -webkit-box-ordinal-group: 4;
          -webkit-order: 3;
          -moz-order: 3;
          -ms-flex-order: 3;
          order: 3;
          margin: 0;
          width: 100%; } }
      .section-company .header-company .nav-company ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between; }
        @media (max-width: 768px) {
          .section-company .header-company .nav-company ul {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            justify-content: center;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            float: none;
            width: 100%;
            padding: 20px 0 30px; } }
        .section-company .header-company .nav-company ul li {
          float: left;
          padding: 20px 5px;
          text-align: center; }
          @media (max-width: 768px) {
            .section-company .header-company .nav-company ul li {
              padding: 0px 2%; } }
          .section-company .header-company .nav-company ul li a {
            text-decoration: none;
            text-transform: uppercase;
            padding: 10px 0;
            font-size: 85%;
            font-weight: 600;
            letter-spacing: 1px;
            display: block; }
            @media (max-width: 768px) {
              .section-company .header-company .nav-company ul li a {
                padding: 8px 0;
                font-size: 80%;
                font-weight: 500; } }
          .section-company .header-company .nav-company ul li i {
            margin: 0 7px 0; }
        .section-company .header-company .nav-company ul li:first-child {
          padding: 20px 5px 15px 0; }
          @media (max-width: 768px) {
            .section-company .header-company .nav-company ul li:first-child {
              padding: 0px 2%; } }
    .section-company .header-company .phone-company {
      float: right;
      color: #657284;
      padding: 27px 0; }
      @media (max-width: 768px) {
        .section-company .header-company .phone-company {
          width: 100%;
          padding: 0;
          margin: 0 auto;
          text-align: center;
          float: none;
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
          -moz-order: 1;
          -ms-flex-order: 1;
          order: 1;
          margin: -40px auto 20px;
          color: #f1f1f1;
          font-size: 22px; } }
      .section-company .header-company .phone-company i {
        font-size: 15px;
        margin: 0 10px 0 0; }
        @media (max-width: 768px) {
          .section-company .header-company .phone-company i {
            font-size: 20px; } }
  .section-company .header-company::before {
    content: "";
    width: 100%;
    height: 10px;
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 190px;
    background: url("../images/dotted-table.png") repeat-x 0 0 transparent; }
    @media (max-width: 768px) {
      .section-company .header-company::before {
        left: 20px; } }
  .section-company .header-company::after {
    content: "";
    position: absolute;
    right: 0;
    z-index: 2;
    width: 20px;
    background: #f1f1f1;
    height: 10px;
    bottom: 5px; }
  @media (max-width: 768px) {
    .section-company .heading {
      margin-top: 70px; } }
  .section-company .text {
    text-align: center;
    font-weight: 400;
    font-size: 95%;
    letter-spacing: 1px;
    padding: 20px 0; }
  .section-company .block {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0px 20px 0;
    font-weight: 400;
    letter-spacing: 1px; }
  .section-company .top-company {
    padding: 80px 0;
    width: 100%;
    overflow: hidden; }
    @media (max-width: 768px) {
      .section-company .top-company {
        padding: 30px 0;
        overflow: inherit; } }
    .section-company .top-company h2 {
      font-weight: 600;
      font-size: 140%;
      letter-spacing: 1.5px;
      padding: 0 0 0px 70px;
      display: inline-block;
      position: relative; }
      @media (max-width: 768px) {
        .section-company .top-company h2 {
          padding: 30px 0;
          width: 100%;
          text-align: center;
          margin: 30px 0 0; } }
      .section-company .top-company h2 i {
        margin: 0 10px 0 0; }
    .section-company .top-company h2::after {
      content: "";
      width: 230px;
      height: 10px;
      margin: 30px auto;
      display: block;
      background: url("../images/dotted-table.png") repeat-x 0 100% transparent; }
      @media (max-width: 768px) {
        .section-company .top-company h2::after {
          width: 100%;
          margin: 25px auto 0; } }
    .section-company .top-company img {
      float: right;
      max-width: 50%;
      display: inline-block;
      border-radius: 4px; }
      @media (max-width: 768px) {
        .section-company .top-company img {
          width: 120%;
          margin: 0 -10%;
          max-width: 120%;
          float: none;
          display: block;
          border-radius: 0; } }
    .section-company .top-company ul li {
      margin: 20px 0; }
  .section-company .company-info {
    padding: 15px 0 0; }
    .section-company .company-info .block-map {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 768px) {
        .section-company .company-info .block-map {
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .section-company .company-info .block-map .map-company {
        width: 50%;
        border-bottom: 1px solid #e5e5e5; }
        @media (max-width: 768px) {
          .section-company .company-info .block-map .map-company {
            width: 100%; } }
      .section-company .company-info .block-map .map-info {
        width: 50%; }
        @media (max-width: 768px) {
          .section-company .company-info .block-map .map-info {
            width: 100%; } }
        .section-company .company-info .block-map .map-info .block {
          max-width: 80%;
          margin: 0 auto;
          padding: 50px 0;
          color: #f1f1f1;
          min-height: 400px; }
          @media (max-width: 768px) {
            .section-company .company-info .block-map .map-info .block {
              max-width: 100%;
              width: 100%;
              padding: 50px 20px; } }
          .section-company .company-info .block-map .map-info .block h3 {
            text-align: center;
            background: url("../images/dotted-h.png") repeat-x 0 100% transparent;
            font-size: 110%;
            font-weight: 600;
            letter-spacing: 1px;
            padding: 5px 0 35px;
            margin: 0 80px; }
            @media (max-width: 768px) {
              .section-company .company-info .block-map .map-info .block h3 {
                margin: 0; } }
            .section-company .company-info .block-map .map-info .block h3 i {
              position: relative;
              top: -1px;
              margin: 0 10px 0 0;
              color: #f1f1f1; }
          .section-company .company-info .block-map .map-info .block a {
            color: #fff;
            text-decoration: underline; }
          .section-company .company-info .block-map .map-info .block img {
            display: none; }
          .section-company .company-info .block-map .map-info .block p {
            margin: 30px 0;
            font-size: 85%;
            letter-spacing: 1px;
            line-height: 170%; }
            .section-company .company-info .block-map .map-info .block p br {
              display: block;
              margin: 30px 0;
              content: "";
              line-height: 50px; }
            .section-company .company-info .block-map .map-info .block p i {
              position: relative;
              top: -1px;
              margin: 0 12px 0 0;
              color: #f1f1f1 !important;
              font-size: 14px; }
          .section-company .company-info .block-map .map-info .block p::before {
            content: "";
            width: 8px;
            height: 8px;
            background: transparent;
            border: 1px solid #333;
            border-radius: 100%;
            display: inline-block;
            margin: 0 10px 0 0; }
  .section-company .layout-archive-announcement {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px 20px 0;
    overflow: hidden;
    padding: 70px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 768px) {
      .section-company .layout-archive-announcement {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0; } }
    .section-company .layout-archive-announcement .company-archive {
      width: 70%;
      float: left;
      background: #fff;
      border-radius: 4px;
      margin: 0px 0;
      padding: 30px 0 40px; }
      @media (max-width: 768px) {
        .section-company .layout-archive-announcement .company-archive {
          width: 100%;
          border-radius: 0;
          padding: 60px 20px 40px; } }
      .section-company .layout-archive-announcement .company-archive h2 {
        text-align: center;
        font-weight: 600;
        font-size: 150%;
        letter-spacing: 2px;
        position: relative;
        margin: 15px 0; }
      .section-company .layout-archive-announcement .company-archive h2::after {
        content: "";
        width: 200px;
        margin: 35px auto;
        display: block;
        background: url("../images/dotted-table.png") repeat-x 0 bottom transparent;
        height: 10px; }
      .section-company .layout-archive-announcement .company-archive ul {
        width: 80%;
        margin: 0 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        justify-content: space-around;
        text-align: left; }
        @media (max-width: 768px) {
          .section-company .layout-archive-announcement .company-archive ul {
            width: 100%; } }
        .section-company .layout-archive-announcement .company-archive ul li {
          float: left;
          width: 33.333%;
          margin: 30px 0;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          justify-content: center; }
          .section-company .layout-archive-announcement .company-archive ul li a {
            text-decoration: none; }
            .section-company .layout-archive-announcement .company-archive ul li a i {
              font-size: 24px;
              font-weight: 600;
              position: relative;
              top: -4px; }
        .section-company .layout-archive-announcement .company-archive ul li:nth-child(2) {
          text-align: center; }
        .section-company .layout-archive-announcement .company-archive ul li:nth-child(3) {
          text-align: right; }
    .section-company .layout-archive-announcement .layout form.generic-form .bottom .row .btn-blue {
      background: #2cbd7a !important; }
    .section-company .layout-archive-announcement .company-announcement {
      width: 28%;
      margin: 0 0 0 2%;
      border-radius: 4px;
      padding: 30px 20px;
      color: #f1f1f1; }
      @media (max-width: 768px) {
        .section-company .layout-archive-announcement .company-announcement {
          width: 100%;
          margin: 0;
          border-radius: 0;
          padding: 40px 20px; } }
      .section-company .layout-archive-announcement .company-announcement h3 {
        text-align: center;
        margin: 10px;
        font-weight: 600;
        font-size: 140%;
        letter-spacing: 2px; }
      .section-company .layout-archive-announcement .company-announcement .company-announ {
        margin: 30px 0;
        padding: 0 0 0 15px; }
        .section-company .layout-archive-announcement .company-announcement .company-announ em {
          font-style: normal;
          font-weight: 600;
          display: block;
          margin: 0px 0;
          font-size: 90%; }
        .section-company .layout-archive-announcement .company-announcement .company-announ p {
          font-size: 90%;
          font-weight: 300;
          line-height: 180%; }

.company-logos {
  text-align: center;
  background: url("../images/bg-logos-empresa.png") no-repeat right bottom transparent;
  padding: 40px 0 60px;
  background-size: 950px; }
  .company-logos img {
    width: auto; }

.entry-page.company.green .nav-breadcrumbs ul li {
  color: #f1f1f1; }
  .entry-page.company.green .nav-breadcrumbs ul li a {
    color: #f1f1f1; }
.entry-page.company.green .nav-breadcrumbs ul li::after {
  color: #f1f1f1; }
.entry-page.company.green .bg-entry-page {
  background: #2cbd7a; }
.entry-page.company.green h1 {
  background: url("../images/dotted-h.png") repeat-x 0px 100% transparent; }
  @media (max-width: 768px) {
    .entry-page.company.green h1 {
      background: none; } }

.section-company.green a {
  color: #2cbd7a; }
.section-company.green .header-company .phone-company i {
  color: #2cbd7a; }
  @media (max-width: 768px) {
    .section-company.green .header-company .phone-company i {
      color: #f1f1f1;
      font-size: 20px; } }
.section-company.green .top-company h2 {
  color: #2cbd7a; }
.section-company.green .company-info .block-map .map-info {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#49b780+0,01ba64+100 */
  background: #49b780;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #49b780 0%, #01ba64 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #49b780), color-stop(100%, #01ba64));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #49b780 0%, #01ba64 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #49b780 0%, #01ba64 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #49b780 0%, #01ba64 100%);
  /* IE10+ */
  background: linear-gradient(45deg, #49b780 0%, #01ba64 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49b780', endColorstr='#01ba64',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }
.section-company.green .company-archive h2 {
  color: #2cbd7a; }
.section-company.green .company-announcement {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#49b780+0,01ba64+100 */
  background: #49b780;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #49b780 0%, #01ba64 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #49b780), color-stop(100%, #01ba64));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #49b780 0%, #01ba64 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #49b780 0%, #01ba64 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #49b780 0%, #01ba64 100%);
  /* IE10+ */
  background: linear-gradient(45deg, #49b780 0%, #01ba64 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49b780', endColorstr='#01ba64',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }
  .section-company.green .company-announcement .company-announ {
    border-left: 2px solid #77FBBD; }
.section-company.green .heading {
  color: #2cbd7a; }
.section-company.green .heading::after {
  background-image: url("../images/dotted-table.png"); }

.entry-page.work {
  background: #f1f1f1; }
  @media (max-width: 768px) {
    .entry-page.work {
      height: auto; } }
  .entry-page.work .bg-entry-page {
    background-image: url("../images/bg-empleo.jpg"); }
    @media (max-width: 768px) {
      .entry-page.work .bg-entry-page {
        height: 230px; } }
  @media (max-width: 768px) {
    .entry-page.work h1 {
      padding: 10px 20px 0;
      font-size: 200%; } }
  .entry-page.work .text-page {
    text-align: left; }
    @media (max-width: 1024px) {
      .entry-page.work .text-page {
        padding: 50px 40px; } }
    @media (max-width: 768px) {
      .entry-page.work .text-page {
        color: #1B4A7B;
        padding: 90px 40px 30px; } }

.section-work {
  background: #f1f1f1;
  overflow: hidden; }
  .section-work form.generic-form .row {
    margin: 15px 0; }
    .section-work form.generic-form .row #fechanacimiento {
      padding-left: 170px; }
  .section-work .block .row label {
    position: relative;
    top: 0;
    left: 0;
    color: #285b90;
    margin: 12px 0;
    display: block; }
  .section-work .block .row textarea {
    padding: 20px; }
  .section-work .block .block-radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 0 30px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .section-work .block .radio {
    float: left;
    min-width: 7%;
    margin: 0 4% 10px 0; }
    .section-work .block .radio input {
      float: left;
      position: relative;
      top: 2px;
      margin: 0 5px 0 0; }
    .section-work .block .radio label {
      font-weight: 400;
      color: #888;
      font-size: 90%;
      display: inline-block;
      float: left;
      margin: 0; }

.section-login {
  padding-bottom: 30px; }
  .section-login .layout {
    padding: 0; }
  .section-login form {
    padding: 30px 40px;
    margin: 0 0 30px; }
    @media (max-width: 768px) {
      .section-login form {
        padding: 30px 20px; } }
    .section-login form h2.heading {
      margin-bottom: 47px; }
    .section-login form .btn-blue {
      display: inline-block;
      padding: 15px 0;
      width: 190px;
      margin: 0 auto;
      text-transform: uppercase;
      font-weight: 300;
      letter-spacing: 1px;
      font-size: 100%; }
  .section-login form.left {
    width: 48%;
    float: left;
    overflow: hidden;
    background: #fff; }
    @media (max-width: 768px) {
      .section-login form.left {
        width: 100%;
        float: none;
        margin: 0 0 60px; } }
    .section-login form.left label {
      text-shadow: 1px 1px 1px #555; }
  .section-login form.right {
    width: 48%;
    float: right;
    overflow: hidden;
    background: #285b90; }
    @media (max-width: 768px) {
      .section-login form.right {
        width: 100%;
        float: none; } }
    .section-login form.right h2 {
      color: #fff; }
    .section-login form.right .row input {
      background: #fff; }
    .section-login form.right .row label {
      color: #285b90; }

.entry-page.faq {
  background: #f1f1f1; }
  @media (max-width: 768px) {
    .entry-page.faq {
      height: 230px; } }
  .entry-page.faq .bg-entry-page {
    background-image: url("../images/bg-ayuda.jpg"); }
    @media (max-width: 768px) {
      .entry-page.faq .bg-entry-page {
        height: 230px; } }
  @media (max-width: 768px) {
    .entry-page.faq h1 {
      padding: 10px 20px 0;
      font-size: 200%; } }
  .entry-page.faq .text-page {
    text-align: left; }
    @media (max-width: 1024px) {
      .entry-page.faq .text-page {
        padding: 50px 40px; } }
    @media (max-width: 768px) {
      .entry-page.faq .text-page {
        color: #1B4A7B;
        padding: 90px 40px 30px; } }

.section-faq {
  background: #f1f1f1;
  padding: 50px 0; }
  .section-faq .search-form {
    max-width: 768px;
    text-align: center;
    width: 100%;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .section-faq .search-form {
        overflow: hidden; } }
    .section-faq .search-form label {
      color: #285b90;
      font-size: 110%;
      letter-spacing: 1px;
      font-weight: 700;
      margin: 0 5% 0 0; }
      @media (max-width: 768px) {
        .section-faq .search-form label {
          margin: 7px 8px 0 0;
          display: inline-block;
          font-size: 100%;
          float: left; } }
    .section-faq .search-form input[type="text"] {
      background: #d8d5d5;
      border: none;
      border-radius: 3px;
      padding: 10px 20px; }
      @media (max-width: 768px) {
        .section-faq .search-form input[type="text"] {
          width: 70%;
          float: left; } }
  .section-faq ul {
    width: 100%;
    padding: 60px 0; }
    @media (max-width: 768px) {
      .section-faq ul {
        padding: 50px 0; } }
    .section-faq ul li {
      cursor: pointer;
      margin: 0px 0 40px; }
      .section-faq ul li h3 {
        width: 100%;
        background: #285b90;
        color: #fff;
        font-size: 16px;
        padding: 8px 45px;
        border-radius: 3px;
        letter-spacing: 1px;
        position: relative; }
        @media (max-width: 768px) {
          .section-faq ul li h3 {
            padding: 8px 55px 8px 20px; } }
        .section-faq ul li h3 span, .section-faq ul li h3 strong, .section-faq ul li h3 p {
          color: #fff !important;
          font-size: 16px !important;
          font-family: 'Roboto', sans-serif !important;
          font-weight: 700 !important; }
      .section-faq ul li h3::after {
        content: "\e901";
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        color: #fff;
        font-weight: 800;
        margin: 0 0 0 7px;
        font-size: 17px;
        position: absolute;
        top: 12px;
        right: 40px;
        display: block; }
      .section-faq ul li div {
        overflow: hidden;
        height: 0;
        line-height: 140%; }
        .section-faq ul li div a {
          color: #12aaeb;
          font-weight: 700;
          text-decoration: none; }
    .section-faq ul li.question.active h3::after {
      -moz-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      top: 15px; }
    .section-faq ul li.question.active div {
      height: auto;
      padding: 40px 15% 30px 20%; }
      @media (max-width: 768px) {
        .section-faq ul li.question.active div {
          padding: 40px 15px 30px 15px; } }
      .section-faq ul li.question.active div span, .section-faq ul li.question.active div strong, .section-faq ul li.question.active div p {
        color: #668198 !important;
        font-size: 16px !important;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 400 !important; }
      .section-faq ul li.question.active div a {
        color: #12aaeb !important; }

.entry-page.linea {
  height: 400px; }
  @media (max-width: 768px) {
    .entry-page.linea {
      height: 200px; } }
  .entry-page.linea .nav-breadcrumbs ul li {
    display: inline-block; }
  .entry-page.linea .bg-entry-page {
    background-image: url("../images/bg-circulos.jpg"); }
    @media (max-width: 768px) {
      .entry-page.linea .bg-entry-page {
        height: 230px; } }
  @media (max-width: 768px) {
    .entry-page.linea h1 {
      padding: 10px 20px 0;
      font-size: 200%; } }

@media (max-width: 1024px) {
  .section-national-result .layout {
    padding: 0; } }
.section-national-result .layout .top-table {
  height: 50px;
  padding: 10px 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1; }
  @media (max-width: 768px) {
    .section-national-result .layout .top-table {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 80px; } }
  .section-national-result .layout .top-table a.left {
    float: left;
    display: inline-block;
    color: #12aaeb;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 85%;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 100%;
    display: inline-block;
    margin: 0px 0 0; }
    @media (max-width: 768px) {
      .section-national-result .layout .top-table a.left {
        width: 100%;
        margin: 0 0 0 10px; } }
  .section-national-result .layout .top-table a.right {
    float: right;
    display: inline-block;
    color: #12aaeb;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 85%;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 100%;
    display: inline-block;
    margin: -12px 0 0; }
    @media (max-width: 768px) {
      .section-national-result .layout .top-table a.right {
        font-size: 13px;
        margin: 30px 0 0px 10px;
        width: 100%; } }
    .section-national-result .layout .top-table a.right i {
      margin: 0 8px 0 0;
      font-size: 22px;
      font-weight: 700;
      position: relative;
      top: 4px; }
      @media (max-width: 768px) {
        .section-national-result .layout .top-table a.right i {
          font-size: 15px;
          top: 2px; } }

.table.result-national {
  padding: 25px; }
  @media (max-width: 1024px) {
    .table.result-national {
      padding: 25px 12px; } }
  @media (max-width: 768px) {
    .table.result-national {
      background: transparent;
      padding: 10px 12px; } }
  @media (max-width: 768px) {
    .table.result-national .table-caption {
      display: none; } }
  .table.result-national .table-caption .cell {
    font-size: 97%;
    padding: 0 10px;
    position: relative; }
    @media (max-width: 1024px) {
      .table.result-national .table-caption .cell {
        padding: 0px;
        font-size: 85%; } }
  .table.result-national .table-caption .cell:first-child {
    padding-left: 0; }
  @media (max-width: 768px) {
    .table.result-national .table-row {
      display: block;
      overflow: hidden;
      margin: 30px 0;
      background: #fff;
      padding: 20px 15px;
      border-radius: 3px;
      box-shadow: 1px 1px 5px rgba(4, 4, 4, 0.18); } }
  .table.result-national .table-row .cell {
    padding: 10px;
    position: relative; }
    @media (max-width: 1024px) {
      .table.result-national .table-row .cell {
        padding: 10px 5px 10px 0; } }
    @media (max-width: 768px) {
      .table.result-national .table-row .cell {
        width: 100%;
        text-align: left;
        background: none;
        display: block;
        padding: 15px 0px 15px 105px;
        background: url("../images/dotted-table.png") repeat-x 100% 0 transparent;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; } }
    .table.result-national .table-row .cell span {
      border: 2px solid #a1b0bd;
      display: inline-block;
      padding: 10px 15px;
      margin: 5px 10px 5px 0;
      border-radius: 3px;
      color: #a1b0bd;
      font-weight: 600; }
      @media (max-width: 768px) {
        .table.result-national .table-row .cell span {
          padding: 10px;
          font-size: 90%; } }
    .table.result-national .table-row .cell span.alert-content {
      border: none;
      padding: 0 0;
      margin-right: 25px;
      text-transform: lowercase;
      font-weight: 400;
      color: #12aaeb;
      display: inline; }
    .table.result-national .table-row .cell span.alert-content::before {
      content: "\e90b";
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      font-weight: 700;
      font-size: 13px;
      margin: 0 -3px 0 0;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .table.result-national .table-row .cell span.alert-content::first-letter {
      text-transform: uppercase; }
    .table.result-national .table-row .cell span::before {
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: 700;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      padding: 0 5px 0 0;
      font-size: 12px;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .table.result-national .table-row .cell span.none {
      display: none; }
    .table.result-national .table-row .cell span.salida::before {
      content: "\e919"; }
    .table.result-national .table-row .cell span.parada::before {
      content: "\e918"; }
    .table.result-national .table-row .cell span.llegada::before {
      content: "\e917"; }
    .table.result-national .table-row .cell p {
      display: block;
      width: 100%;
      margin: 5px 0; }
      @media (max-width: 768px) {
        .table.result-national .table-row .cell p {
          width: auto;
          margin: 5px 20px 10px 0; } }
      .table.result-national .table-row .cell p u {
        border: 1px solid #a1b0bd;
        display: inline-block;
        padding: 4px 4px;
        margin: 4px 4px 4px 0;
        border-radius: 3px;
        color: #a1b0bd;
        font-weight: 600;
        text-decoration: none;
        width: 25px;
        height: 25px;
        text-align: center;
        font-size: 12px;
        line-height: 17px;
        font-weight: 400; }
        .table.result-national .table-row .cell p u b {
          color: #30557B; }
    .table.result-national .table-row .cell img {
      display: none; }
    .table.result-national .table-row .cell .view-rute {
      display: inline-block;
      text-align: center;
      width: 37px;
      margin: 0 auto;
      text-decoration: none;
      position: relative;
      left: -7px; }
      @media (max-width: 768px) {
        .table.result-national .table-row .cell .view-rute {
          margin: 0 0 0 5px;
          text-align: left; } }
      .table.result-national .table-row .cell .view-rute i {
        font-size: 40px; }
    .table.result-national .table-row .cell em {
      font-style: normal;
      font-weight: 300; }
    .table.result-national .table-row .cell .btn-blue {
      padding: 10px 7px;
      width: 95px;
      line-height: 140%; }
      @media (max-width: 768px) {
        .table.result-national .table-row .cell .btn-blue {
          width: auto;
          padding: 15px 20px;
          margin: 0; } }
      @media (max-width: 480px) {
        .table.result-national .table-row .cell .btn-blue {
          padding: 7px 10px; } }
  .table.result-national .table-row .cell.class div {
    width: 90px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    left: -7px; }
    @media (max-width: 768px) {
      .table.result-national .table-row .cell.class div {
        font-size: 85%; } }
    @media (max-width: 480px) {
      .table.result-national .table-row .cell.class div {
        width: auto;
        margin: 0 0 0 7px; } }
    .table.result-national .table-row .cell.class div i {
      display: block;
      width: 100%;
      font-size: 26px;
      opacity: .8;
      margin: 0 0 5px; }
    .table.result-national .table-row .cell.class div a {
      text-decoration: none; }
  .table.result-national .table-row .cell:first-child {
    padding-left: 0; }
    @media (max-width: 768px) {
      .table.result-national .table-row .cell:first-child {
        padding-left: 105px;
        background: none; } }
  @media (max-width: 768px) {
    .table.result-national .table-row .cell::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 90px;
      background: url("../images/dotted-table.png") repeat-y 100% 0 transparent;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      font-weight: 500; } }
  @media (max-width: 768px) {
    .table.result-national .table-row .cell:nth-child(4), .table.result-national .table-row .cell:nth-child(5) {
      width: 50%; } }
  @media (max-width: 480px) {
    .table.result-national .table-row .cell:nth-child(4), .table.result-national .table-row .cell:nth-child(5) {
      width: 100%; } }
  @media (max-width: 768px) {
    .table.result-national .table-row .cell:nth-child(1)::before {
      content: "Alertas"; } }
  @media (max-width: 768px) {
    .table.result-national .table-row .cell:nth-child(2)::before {
      content: "Salida"; } }
  @media (max-width: 768px) {
    .table.result-national .table-row .cell:nth-child(3)::before {
      content: "Llegada"; } }
  @media (max-width: 768px) {
    .table.result-national .table-row .cell:nth-child(4)::before {
      content: "Itinerario";
      background: none; } }
  @media (max-width: 480px) {
    .table.result-national .table-row .cell:nth-child(4)::before {
      background: url("../images/dotted-table.png") repeat-y 100% 0 transparent; } }
  @media (max-width: 768px) {
    .table.result-national .table-row .cell:nth-child(5)::before {
      content: "Servicio";
      background: url("../images/dotted-table.png") repeat-y 0% 0 transparent;
      padding: 0 0 0 20px; } }
  @media (max-width: 480px) {
    .table.result-national .table-row .cell:nth-child(5)::before {
      padding: 0;
      background: url("../images/dotted-table.png") repeat-y 100% 0 transparent; } }
  @media (max-width: 768px) {
    .table.result-national .table-row .cell:nth-child(6)::before {
      content: "Precio"; } }
  @media (max-width: 768px) {
    .table.result-national .table-row .cell:nth-child(7)::before {
      content: "Billete"; } }

.section-linea {
  padding: 30px 0;
  background: #f1f1f1; }
  .section-linea h2.heading {
    color: #285b90;
    margin: 50px 0;
    padding: 0px 20px;
    line-height: 180%; }
  .section-linea h2.heading::after {
    margin: 50px auto 30px; }
    @media (max-width: 768px) {
      .section-linea h2.heading::after {
        font-size: 110%; } }
  .section-linea .top-table {
    height: 70px;
    padding: 10px 0; }
    @media (max-width: 768px) {
      .section-linea .top-table {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media (max-width: 768px) {
      .section-linea .top-table .leyend {
        font-size: 13px;
        padding: 0 20px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2;
        padding: 0 10px; } }
    .section-linea .top-table .leyend em {
      font-style: normal;
      display: inline-block;
      float: left;
      font-size: 85%;
      text-transform: uppercase;
      color: #285b90;
      font-weight: 600;
      letter-spacing: 1px;
      margin: 0 5px 0 0; }
    .section-linea .top-table .leyend ul {
      display: inline-block;
      float: left; }
      .section-linea .top-table .leyend ul li {
        float: left;
        text-transform: uppercase;
        color: #285b90;
        font-size: 85%;
        margin: 0 8px;
        letter-spacing: 1px;
        font-weight: 600; }
        @media (max-width: 768px) {
          .section-linea .top-table .leyend ul li {
            margin: 0 5px 0 0; } }
        .section-linea .top-table .leyend ul li i {
          color: #a1b0bd;
          font-weight: 700;
          font-size: 12px;
          margin: 0 5px 0 0; }
          @media (max-width: 768px) {
            .section-linea .top-table .leyend ul li i {
              margin: 0 2px 0 0; } }
    .section-linea .top-table a.print {
      float: none;
      color: #12aaeb;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 85%;
      font-weight: 600;
      letter-spacing: 1px;
      line-height: 100%;
      display: inline-block;
      margin: 0px 25px 0 0px; }
      @media (max-width: 768px) {
        .section-linea .top-table a.print {
          font-size: 13px;
          margin: -20px 0 20px 10px; } }
      .section-linea .top-table a.print i {
        margin: 0 8px 0 0;
        font-size: 22px;
        font-weight: 700;
        position: relative;
        top: 4px; }
        @media (max-width: 768px) {
          .section-linea .top-table a.print i {
            font-size: 15px;
            top: 2px; } }
    .section-linea .top-table .right {
      float: right; }
    .section-linea .top-table a.print {
      color: #12aaeb;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 85%;
      font-weight: 600;
      letter-spacing: 1px;
      line-height: 100%;
      display: inline-block;
      margin: 0px 25px 0 0; }
      @media (max-width: 768px) {
        .section-linea .top-table a.print {
          font-size: 13px;
          margin: -20px 0 20px 10px; } }
      .section-linea .top-table a.print i {
        margin: 0 8px 0 0;
        font-size: 22px;
        font-weight: 700;
        position: relative;
        top: 4px; }
        @media (max-width: 768px) {
          .section-linea .top-table a.print i {
            font-size: 15px;
            top: 2px; } }
    .section-linea .top-table a.back {
      color: #12aaeb;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 85%;
      font-weight: 600;
      letter-spacing: 1px;
      line-height: 100%;
      display: inline-block;
      margin: 0px 0 0; }
      @media (max-width: 768px) {
        .section-linea .top-table a.back {
          font-size: 13px;
          margin: -20px 0 20px 10px; } }
      .section-linea .top-table a.back i {
        margin: 0 8px 0 0;
        font-size: 22px;
        font-weight: 700;
        position: relative;
        top: 4px; }
        @media (max-width: 768px) {
          .section-linea .top-table a.back i {
            font-size: 15px;
            top: 2px; } }
  .section-linea .table {
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    background: #f1f1f1; }
    @media (max-width: 768px) {
      .section-linea .table {
        border-radius: 0; } }
    .section-linea .table .table-heading {
      background: #fff; }
      .section-linea .table .table-heading em {
        font-style: normal;
        display: block;
        width: 100%;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2862bf+0,39a4d6+100 */
        background: #2862bf;
        /* Old browsers */
        background: -moz-linear-gradient(left, #2862bf 0%, #39a4d6 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #2862bf 0%, #39a4d6 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #2862bf 0%, #39a4d6 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2862bf', endColorstr='#39a4d6',GradientType=1 );
        /* IE6-9 */
        color: #fff;
        font-weight: 700;
        font-size: 130%;
        letter-spacing: 2px;
        padding: 15px 10px 15px 60px; }
        @media (max-width: 768px) {
          .section-linea .table .table-heading em {
            padding: 15px;
            font-size: 110%; } }
      .section-linea .table .table-heading strong {
        display: block;
        width: 100%;
        padding: 35px 30px;
        font-weight: 700;
        font-size: 130%;
        letter-spacing: 2px;
        color: #285b90; }
        @media (max-width: 768px) {
          .section-linea .table .table-heading strong {
            padding: 30px 15px;
            font-size: 100%;
            letter-spacing: 1.5px; } }
    .section-linea .table .table-content {
      background: #fff;
      padding: 0 30px;
      margin: 0 0 40px; }
      @media (max-width: 768px) {
        .section-linea .table .table-content {
          padding: 0; } }
      .section-linea .table .table-content .table-row {
        height: auto; }
        @media (max-width: 768px) {
          .section-linea .table .table-content .table-row {
            -webkit-box-direction: normal;
            -webkit-box-orient: vertical;
            -webkit-flex-direction: column;
            -moz-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            padding-bottom: 25px;
            min-width: 100%; } }
        .section-linea .table .table-content .table-row .cell {
          height: auto;
          padding: 20px 0 20px 20px; }
          @media (max-width: 768px) {
            .section-linea .table .table-content .table-row .cell {
              height: auto;
              background: none;
              width: 100%;
              padding: 0px 15px; } }
          .section-linea .table .table-content .table-row .cell h3 {
            color: #285b90;
            font-size: 110%;
            font-weight: 600;
            letter-spacing: 1px;
            line-height: 130%; }
            @media (max-width: 768px) {
              .section-linea .table .table-content .table-row .cell h3 {
                margin: 25px 0 10px;
                font-size: 100%; } }
          .section-linea .table .table-content .table-row .cell span {
            border: 2px solid #a1b0bd;
            display: inline-block;
            padding: 10px 15px;
            margin: 5px 10px 5px 0;
            border-radius: 3px;
            color: #a1b0bd;
            font-weight: 600; }
            @media (max-width: 768px) {
              .section-linea .table .table-content .table-row .cell span {
                padding: 10px;
                font-size: 90%; } }
          .section-linea .table .table-content .table-row .cell span::before {
            font-family: 'icomoon';
            speak: none;
            font-style: normal;
            font-weight: 700;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            padding: 0 5px 0 0;
            font-size: 12px;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
          .section-linea .table .table-content .table-row .cell span.none {
            display: none; }
          .section-linea .table .table-content .table-row .cell span.salida::before {
            content: "\e919"; }
          .section-linea .table .table-content .table-row .cell span.parada::before {
            content: "\e918"; }
          .section-linea .table .table-content .table-row .cell span.llegada::before {
            content: "\e917"; }
          .section-linea .table .table-content .table-row .cell i {
            font-size: 15px;
            margin: 0 0px 0 5px;
            position: relative;
            top: 1px;
            color: #12aaeb; }

.info-alert {
  background: #fff;
  padding: 40px;
  margin: 0 0 30px; }
  @media (max-width: 768px) {
    .info-alert {
      padding: 30px; } }
  .info-alert p {
    margin: 20px 0; }
    .info-alert p u {
      text-decoration: none;
      color: #12aaeb; }
    .info-alert p i {
      font-size: 18px;
      margin: 0 5px 0 0;
      color: #12aaeb; }
    .info-alert p span {
      text-transform: lowercase;
      display: inline-block;
      margin: 0 0 0 5px;
      color: #285b90; }
    .info-alert p span::first-letter {
      text-transform: uppercase; }

.entry-page.rute .nav-breadcrumbs ul li {
  display: inline-block; }
.entry-page.rute h1 {
  font-size: 190%;
  line-height: 170%; }
  @media (max-width: 768px) {
    .entry-page.rute h1 {
      padding: 10px 20px 0;
      font-size: 200%; } }

.section-rute .layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .section-rute .layout .top-table {
    height: 30px;
    padding: 10px 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1; }
    @media (max-width: 768px) {
      .section-rute .layout .top-table {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 80px; } }
    .section-rute .layout .top-table a.left {
      float: left;
      display: inline-block;
      color: #12aaeb;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 85%;
      font-weight: 600;
      letter-spacing: 1px;
      line-height: 100%;
      display: inline-block;
      margin: 0px 0 0; }
      @media (max-width: 768px) {
        .section-rute .layout .top-table a.left {
          width: 100%; } }
    .section-rute .layout .top-table a.right {
      float: right;
      display: inline-block;
      color: #12aaeb;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 85%;
      font-weight: 600;
      letter-spacing: 1px;
      line-height: 100%;
      display: inline-block;
      margin: -12px 0 0; }
      @media (max-width: 768px) {
        .section-rute .layout .top-table a.right {
          font-size: 13px;
          margin: 30px 0 20px 0px;
          width: 100%; } }
      .section-rute .layout .top-table a.right i {
        margin: 0 8px 0 0;
        font-size: 22px;
        font-weight: 700;
        position: relative;
        top: 4px; }
        @media (max-width: 768px) {
          .section-rute .layout .top-table a.right i {
            font-size: 15px;
            top: 2px; } }
  .section-rute .layout .map {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 15px 0 0; }
    .section-rute .layout .map .block-map {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 768px) {
        .section-rute .layout .map .block-map {
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; } }
      @media (max-width: 768px) {
        .section-rute .layout .map .block-map .map-rute {
          width: 100% !important; } }
      .section-rute .layout .map .block-map .map-rute iframe {
        width: 100% !important; }
        @media (max-width: 768px) {
          .section-rute .layout .map .block-map .map-rute iframe {
            width: 100% !important; } }
      .section-rute .layout .map .block-map .map-info {
        width: 50%;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#205899+0,1e4770+100 */
        background: #205899;
        /* Old browsers */
        background: -moz-linear-gradient(45deg, #205899 0%, #1e4770 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #205899), color-stop(100%, #1e4770));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(45deg, #205899 0%, #1e4770 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(45deg, #205899 0%, #1e4770 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(45deg, #205899 0%, #1e4770 100%);
        /* IE10+ */
        background: linear-gradient(45deg, #205899 0%, #1e4770 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#205899', endColorstr='#1e4770',GradientType=1 );
        /* IE6-9 fallback on horizontal gradient */ }
        @media (max-width: 768px) {
          .section-rute .layout .map .block-map .map-info {
            width: 100%;
            padding: 0 20px; } }
        .section-rute .layout .map .block-map .map-info .block {
          margin: 0 auto;
          max-width: 450px;
          padding: 50px 30px;
          color: #f1f1f1; }
          @media (max-width: 768px) {
            .section-rute .layout .map .block-map .map-info .block {
              padding: 30px 20px; } }
          .section-rute .layout .map .block-map .map-info .block h3 {
            text-align: left;
            background: transparent;
            font-size: 110%;
            font-weight: 600;
            letter-spacing: 2px;
            padding: 5px 0 15px; }
            .section-rute .layout .map .block-map .map-info .block h3 i {
              position: relative;
              top: -1px;
              margin: 0 10px 0 0;
              color: #12aaeb; }
          .section-rute .layout .map .block-map .map-info .block h3:nth-child(2) {
            padding: 0 0 30px;
            background: url("../images/dotted-h.png") repeat-x 0 100% transparent; }
          .section-rute .layout .map .block-map .map-info .block p {
            margin: 30px 0 30px 30px;
            font-size: 90%;
            font-weight: 300;
            letter-spacing: 1px; }
            @media (max-width: 768px) {
              .section-rute .layout .map .block-map .map-info .block p {
                margin: 30px 0; } }
            .section-rute .layout .map .block-map .map-info .block p i {
              position: relative;
              top: 10px;
              margin: 0 12px 0 0;
              color: #12aaeb;
              font-size: 30px; }
          .section-rute .layout .map .block-map .map-info .block u {
            text-decoration: none;
            font-weight: 300;
            letter-spacing: 1px;
            font-size: 90%;
            margin: 50px 0 0;
            display: block;
            text-align: center;
            line-height: 140%; }
          .section-rute .layout .map .block-map .map-info .block p:nth-child(4) i {
            font-size: 22px !important;
            left: 3px;
            top: 5px;
            margin: 0 19px 0 0; }
          .section-rute .layout .map .block-map .map-info .block #distancia::before {
            content: "\e914";
            font-family: 'icomoon';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: relative;
            top: 10px;
            margin: 0 12px 0 0;
            color: #12aaeb;
            font-size: 22px;
            left: 3px;
            top: 5px;
            margin: 0 19px 0 0; }
  .section-rute .layout .bottom {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
    padding: 50px 0; }
    .section-rute .layout .bottom .top-table {
      padding: 0 0 20px; }
      @media (max-width: 768px) {
        .section-rute .layout .bottom .top-table .leyend {
          font-size: 13px;
          padding: 0 20px;
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
          -moz-order: 2;
          -ms-flex-order: 2;
          order: 2;
          padding: 0 10px; } }
      .section-rute .layout .bottom .top-table .leyend em {
        font-style: normal;
        display: inline-block;
        float: left;
        font-size: 85%;
        text-transform: uppercase;
        color: #285b90;
        font-weight: 600;
        letter-spacing: 1px;
        margin: 0 5px 0 0; }
      .section-rute .layout .bottom .top-table .leyend ul {
        display: inline-block;
        float: left; }
        .section-rute .layout .bottom .top-table .leyend ul li {
          float: left;
          text-transform: uppercase;
          color: #285b90;
          font-size: 85%;
          margin: 0 8px;
          letter-spacing: 1px;
          font-weight: 600; }
          @media (max-width: 768px) {
            .section-rute .layout .bottom .top-table .leyend ul li {
              margin: 0 5px 0 0; } }
          .section-rute .layout .bottom .top-table .leyend ul li i {
            color: #a1b0bd;
            font-weight: 700;
            font-size: 12px;
            margin: 0 5px 0 0; }
            @media (max-width: 768px) {
              .section-rute .layout .bottom .top-table .leyend ul li i {
                margin: 0 2px 0 0; } }
    .section-rute .layout .bottom .table-heading img {
      width: 50px;
      float: left;
      margin: 0 0 0 30px;
      position: relative;
      top: 5px; }
    .section-rute .layout .bottom .table-heading a {
      display: inline-block; }
    .section-rute .layout .bottom .table {
      padding: 0 0 1px; }
      .section-rute .layout .bottom .table .table-heading {
        background: #fff; }
        .section-rute .layout .bottom .table .table-heading em {
          font-style: normal;
          display: block;
          width: 100%;
          /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2862bf+0,39a4d6+100 */
          background: #2862bf;
          /* Old browsers */
          background: -moz-linear-gradient(left, #2862bf 0%, #39a4d6 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(left, #2862bf 0%, #39a4d6 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to right, #2862bf 0%, #39a4d6 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2862bf', endColorstr='#39a4d6',GradientType=1 );
          /* IE6-9 */
          color: #fff;
          font-weight: 700;
          font-size: 130%;
          letter-spacing: 2px;
          padding: 15px 10px 15px 60px; }
          @media (max-width: 768px) {
            .section-rute .layout .bottom .table .table-heading em {
              padding: 15px;
              font-size: 110%; } }
        .section-rute .layout .bottom .table .table-heading strong {
          display: block;
          width: 100%;
          padding: 35px 30px;
          font-weight: 700;
          font-size: 130%;
          letter-spacing: 2px;
          color: #285b90; }
          @media (max-width: 768px) {
            .section-rute .layout .bottom .table .table-heading strong {
              padding: 30px 15px;
              font-size: 100%;
              letter-spacing: 1.5px; } }
      .section-rute .layout .bottom .table .table-content {
        background: #fff;
        padding: 0 30px;
        margin: 0 0 40px; }
        @media (max-width: 768px) {
          .section-rute .layout .bottom .table .table-content {
            padding: 0; } }
        .section-rute .layout .bottom .table .table-content .table-row {
          height: auto; }
          @media (max-width: 768px) {
            .section-rute .layout .bottom .table .table-content .table-row {
              -webkit-box-direction: normal;
              -webkit-box-orient: vertical;
              -webkit-flex-direction: column;
              -moz-flex-direction: column;
              -ms-flex-direction: column;
              flex-direction: column;
              padding-bottom: 25px;
              min-width: 100%; } }
          .section-rute .layout .bottom .table .table-content .table-row .cell {
            height: auto;
            padding: 20px 20px; }
            @media (max-width: 768px) {
              .section-rute .layout .bottom .table .table-content .table-row .cell {
                height: auto;
                background: none;
                width: 100%;
                padding: 0px 15px; } }
            .section-rute .layout .bottom .table .table-content .table-row .cell h3 {
              color: #285b90;
              font-size: 110%;
              font-weight: 600;
              letter-spacing: 1px;
              line-height: 130%; }
              @media (max-width: 768px) {
                .section-rute .layout .bottom .table .table-content .table-row .cell h3 {
                  margin: 25px 0 10px;
                  font-size: 100%; } }
            .section-rute .layout .bottom .table .table-content .table-row .cell span {
              border: 2px solid #a1b0bd;
              display: inline-block;
              padding: 10px 15px;
              margin: 5px 10px 5px 0;
              border-radius: 3px;
              color: #a1b0bd;
              font-weight: 600; }
              @media (max-width: 768px) {
                .section-rute .layout .bottom .table .table-content .table-row .cell span {
                  padding: 10px;
                  font-size: 90%; } }
            .section-rute .layout .bottom .table .table-content .table-row .cell span::before {
              font-family: 'icomoon';
              speak: none;
              font-style: normal;
              font-weight: 700;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              padding: 0 5px 0 0;
              font-size: 12px;
              /* Better Font Rendering =========== */
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale; }
            .section-rute .layout .bottom .table .table-content .table-row .cell span.none {
              display: none; }
            .section-rute .layout .bottom .table .table-content .table-row .cell span.salida::before {
              content: "\e919"; }
            .section-rute .layout .bottom .table .table-content .table-row .cell span.parada::before {
              content: "\e918"; }
            .section-rute .layout .bottom .table .table-content .table-row .cell span.llegada::before {
              content: "\e917"; }
            .section-rute .layout .bottom .table .table-content .table-row .cell a {
              text-decoration: none;
              display: inline-block;
              margin: 5px; }
              @media (max-width: 768px) {
                .section-rute .layout .bottom .table .table-content .table-row .cell a {
                  margin: 20px 30px 5px 0; } }
              .section-rute .layout .bottom .table .table-content .table-row .cell a i {
                font-size: 30px; }
            .section-rute .layout .bottom .table .table-content .table-row .cell .incidencia {
              color: #12aaeb;
              text-transform: lowercase;
              display: inline-block;
              line-height: 1;
              font-weight: 400; }
            .section-rute .layout .bottom .table .table-content .table-row .cell .incidencia::before {
              content: "\e90b";
              font-family: 'icomoon';
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              font-weight: 700;
              font-size: 13px;
              margin: 5px 0px 0 0;
              display: inline-block;
              /* Better Font Rendering =========== */
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale; }
            .section-rute .layout .bottom .table .table-content .table-row .cell .incidencia::first-letter {
              text-transform: uppercase; }
          .section-rute .layout .bottom .table .table-content .table-row .cell:last-child {
            -ms-flex-pack: distribute;
            -webkit-justify-content: space-around;
            -moz-justify-content: space-around;
            justify-content: space-around; }
            @media (max-width: 768px) {
              .section-rute .layout .bottom .table .table-content .table-row .cell:last-child {
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                -webkit-justify-content: flex-start;
                -moz-justify-content: flex-start;
                justify-content: flex-start; } }

.section-flat.single .content-flat {
  padding: 0px 20px 90px;
  letter-spacing: 1px;
  line-height: 160%;
  font-weight: 400;
  font-size: 105%;
  color: #1B4A7B; }
  .section-flat.single .content-flat p {
    margin: 30px 0; }
  .section-flat.single .content-flat h3 {
    font-size: 130%;
    font-weight: 500;
    margin: 30px 0 0; }
  .section-flat.single .content-flat h4 {
    font-size: 110%;
    font-weight: 500;
    margin: 20px 0 0; }
  .section-flat.single .content-flat a {
    color: #12aaeb; }

.entry-page.new {
  background: #f1f1f1;
  height: 400px; }
  .entry-page.new .bg-entry-page {
    background-image: url("../images/bg-circulos.jpg"); }
  .entry-page.new h1 {
    padding: 55px 10px 30px; }

.section-new {
  background: #f1f1f1; }
  .section-new .layout {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0px 20px 0;
    padding: 50px 20px 90px;
    letter-spacing: 1px;
    line-height: 160%;
    font-weight: 400;
    font-size: 105%;
    color: #1B4A7B; }
    .section-new .layout img {
      width: auto; }
    .section-new .layout p {
      margin: 30px 0; }
    .section-new .layout h3 {
      font-size: 130%;
      font-weight: 500;
      margin: 30px 0 0; }
    .section-new .layout h4 {
      font-size: 110%;
      font-weight: 500;
      margin: 20px 0 0; }
    .section-new .layout a {
      color: #12aaeb; }

.table.card-point {
  padding: 25px; }
  @media (max-width: 1024px) {
    .table.card-point {
      padding: 25px 12px; } }
  @media (max-width: 768px) {
    .table.card-point {
      background: transparent;
      padding: 10px 12px; } }
  @media (max-width: 768px) {
    .table.card-point .table-caption {
      display: none; } }
  .table.card-point .table-caption .cell {
    font-size: 97%;
    padding: 0 10px;
    position: relative; }
    @media (max-width: 1024px) {
      .table.card-point .table-caption .cell {
        padding: 0px;
        font-size: 85%; } }
  .table.card-point .table-caption .cell:first-child {
    padding-left: 0; }
  @media (max-width: 768px) {
    .table.card-point .table-row {
      display: block;
      overflow: hidden;
      margin: 30px 0;
      background: #fff;
      padding: 20px 15px;
      border-radius: 3px;
      box-shadow: 1px 1px 5px rgba(4, 4, 4, 0.18); } }
  .table.card-point .table-row .cell {
    padding: 10px;
    position: relative; }
    @media (max-width: 1024px) {
      .table.card-point .table-row .cell {
        padding: 10px 5px 10px 0; } }
    @media (max-width: 768px) {
      .table.card-point .table-row .cell {
        width: 100%;
        text-align: left;
        background: none;
        display: block;
        padding: 15px 0px 15px 105px;
        background: url("../images/dotted-table.png") repeat-x 100% 0 transparent;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; } }
    .table.card-point .table-row .cell p {
      display: block;
      width: 100%;
      margin: 5px 0; }
      @media (max-width: 768px) {
        .table.card-point .table-row .cell p {
          width: auto;
          margin: 5px 20px 10px 0; } }
      .table.card-point .table-row .cell p u {
        border: 1px solid #a1b0bd;
        display: inline-block;
        padding: 4px 4px;
        margin: 4px 4px 4px 0;
        border-radius: 3px;
        color: #a1b0bd;
        font-weight: 600;
        text-decoration: none;
        width: 25px;
        height: 25px;
        text-align: center;
        font-size: 12px;
        line-height: 17px;
        font-weight: 400; }
        .table.card-point .table-row .cell p u b {
          color: #30557B; }
  .table.card-point .table-row .cell:first-child {
    padding-left: 0; }
    @media (max-width: 768px) {
      .table.card-point .table-row .cell:first-child {
        padding-left: 110px;
        background: none; } }
  @media (max-width: 768px) {
    .table.card-point .table-row .cell::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 111px;
      background: url("../images/dotted-table.png") repeat-y 100% 0 transparent;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      font-weight: 500; } }
  @media (max-width: 768px) {
    .table.card-point .table-row .cell:nth-child(4), .table.card-point .table-row .cell:nth-child(5) {
      width: 50%;
      padding-left: 115px; } }
  @media (max-width: 480px) {
    .table.card-point .table-row .cell:nth-child(4), .table.card-point .table-row .cell:nth-child(5) {
      width: 100%; } }
  @media (max-width: 768px) {
    .table.card-point .table-row .cell:nth-child(1)::before {
      content: "Fecha"; } }
  @media (max-width: 768px) {
    .table.card-point .table-row .cell:nth-child(2)::before {
      content: "Origen"; } }
  @media (max-width: 768px) {
    .table.card-point .table-row .cell:nth-child(3)::before {
      content: "Destino"; } }
  @media (max-width: 768px) {
    .table.card-point .table-row .cell:nth-child(4)::before {
      content: "Acumulados";
      background: none; } }
  @media (max-width: 480px) {
    .table.card-point .table-row .cell:nth-child(4)::before {
      background: url("../images/dotted-table.png") repeat-y 100% 0 transparent; } }
  @media (max-width: 768px) {
    .table.card-point .table-row .cell:nth-child(5)::before {
      content: "Consumidos";
      background: url("../images/dotted-table.png") repeat-y 0% 0 transparent;
      padding: 0 5px 0 20px; } }
  @media (max-width: 480px) {
    .table.card-point .table-row .cell:nth-child(5)::before {
      padding: 0;
      background: url("../images/dotted-table.png") repeat-y 100% 0 transparent; } }

.section-news .layout {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0px 20px 0;
  padding-bottom: 70px; }
  .section-news .layout .archive-news {
    background: #fff;
    padding: 30px 50px;
    box-shadow: 2px 2px 6px #E3E3E3;
    border-radius: 3px; }
    .section-news .layout .archive-news article {
      overflow: hidden;
      width: 100%;
      margin: 10px 0; }
      .section-news .layout .archive-news article h1 {
        color: #1B4A7B;
        text-transform: uppercase;
        text-decoration: none;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 110%;
        letter-spacing: 1px;
        margin: 15px 0 5px; }
        .section-news .layout .archive-news article h1 a {
          color: #1B4A7B;
          text-decoration: none; }
        .section-news .layout .archive-news article h1 a:hover {
          opacity: 1;
          text-decoration: underline;
          color: #1B4A7B; }
      .section-news .layout .archive-news article em {
        color: #1B4A7B;
        font-style: normal;
        font-size: 90%;
        display: block; }
      .section-news .layout .archive-news article p {
        margin: 5px 0;
        font-weight: 400; }

#cboxTitle {
  display: none !important; }

.none {
  display: none; }

.modal-buy-online {
  overflow: hidden; }
  .modal-buy-online h2 {
    color: #1B4A7B;
    text-align: center;
    font-size: 190%;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 60px 0 20px; }
  .modal-buy-online .heading {
    font-size: 120%; }
  .modal-buy-online p {
    font-weight: 400;
    font-size: 100%;
    line-height: 150%;
    text-align: center; }
  .modal-buy-online .btn-blue {
    margin: 30px 0; }
  .modal-buy-online .left {
    width: 100%;
    float: left;
    padding: 0 30px;
    margin: 30px 0; }
    @media (max-width: 768px) {
      .modal-buy-online .left {
        width: 100%;
        padding: 0 15px; } }
  .modal-buy-online .right {
    width: 50%;
    float: right;
    padding: 0 30px;
    margin: 30px 0; }
    @media (max-width: 768px) {
      .modal-buy-online .right {
        width: 100%;
        padding: 0 15px; } }

.none {
  display: none; }

.help-buy {
  text-align: center; }
  .help-buy a {
    text-decoration: none;
    color: #1B4A7B;
    font-size: 90%;
    opacity: .7; }

@media print {
  header, footer, section, #cboxOverlay,
  .ui-dialog, #cboxMiddleLeft, #cboxMiddleRight,
  .content-print h1, .btn-blue {
    display: none !important; }

  #colorbox, #cboxWrapper, #cboxContent,
  #cboxLoadedContent {
    height: auto !important;
    top: 0 !important;
    left: 0 !important;
    position: relative;
    overflow: initial !important; } }

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