@charset "UTF-8";
/* SCSS Document */
/* Variables */
/*BASE COLORS*/
/*BASE COLORS 50*/
/*Neutros*/
/*BASE TYPE*/
/*BS4 breakpoints*/
.bg-grey {
  background-color: grey;
}

.bg-blue {
  background-color: blue;
}

.bg-orange {
  background-color: orange;
}

.nopadding {
  padding: 0px;
}

.area-gris {
  padding: 15px;
  background-color: gray;
  margin: 20px 0;
}

/* Mixins Fabricio Micheli */
/* Type Specs and Styles */
p {
  font-size: 16px;
  padding: 0px;
  margin: 0px;
}

h1 {
  font-size: 3em;
  line-height: 1.05em;
  padding: 0px;
  margin: 0px;
}

h2 {
  font-size: 2em;
  line-height: 1.25em;
  padding: 0px;
  margin: 0px;
}

h3 {
  font-size: 1.75em;
  line-height: 1.25em;
  padding: 0px;
  margin: 0px;
}

h4 {
  font-size: 1.5em;
  line-height: 1.25em;
  padding: 0px;
  margin: 0px;
}

h5 {
  font-size: 1.25em;
  line-height: 1.10em;
}

h6 {
  font-size: 1.125em;
  line-height: 1em;
}

.titulo {
  padding-bottom: 15px;
  font-weight: 700;
}

.subtitulo {
  padding-bottom: 15px;
  font-weight: 600;
}

.intertitulo {
  font-weight: 600;
}

.bajada {
  padding-bottom: 15px;
}

.text-base {
  line-height: 1.5em;
  text-indent: 0.5em;
  margin-bottom: 0.5em;
}

.text-read {
  line-height: 1.75em;
  text-indent: 0.5em;
  margin-bottom: 0.5em;
}

/* Boostrap Overrides */
/* Elementos Reutilizables HTML */
a:link, a:visited {
  color: #e67e07;
  text-decoration: none;
}

a:hover, a:active {
  color: #ff9419;
  text-decoration: none;
}

.logo-img {
  width: 100%;
  max-width: 245px;
  text-align: center;
}

input {
  border-radius: 10px;
}

/*Elementos de Página Secundaria*/
.titulo-seccion {
  font-size: 48px;
  font-weight: 800;
  line-height: 50px;
  color: #04104d;
  margin: 5px 0 10px 0;
}

.titulo-lateral {
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  color: #04104d;
  margin: 5px 0 10px 0;
}

.subtitulo-seccion {
  font-size: 32px;
  font-weight: 600;
  line-height: 34px;
  color: #e67e07;
  margin: 5px 0 10px 0;
}

.intertitulo-seccion {
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
  color: #122db3;
  margin: 15px 0 10px 0;
  border-left: 4px solid #e67e07;
  padding-left: 15px;
}

hr.separador-contenido {
  display: block;
  width: 120px;
  height: 10px;
  border-radius: 5px;
  background-color: #04104d;
  opacity: 1;
  border: none;
}

hr.separador-contenido:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #e67e07;
}

hr.separador-contenido-min {
  display: block;
  width: 90px;
  height: 8px;
  border-radius: 4px;
  background-color: #04104d;
  opacity: 1;
  border: none;
}

hr.separador-contenido-min:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #e67e07;
}

.lista-basica {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.lista-basica li {
  margin: 5px 0 5px 0;
  padding-left: 22px;
  background: url("../images/bullet-naranja-hz-16.png") no-repeat 0 50%;
}

.text-container p {
  line-height: 28px;
  color: #404040;
  margin: 5px 0 15px 0;
}

.tabla-basica {
  border: 2px solid #6ab5eb;
  margin: 15px 0;
}

.tabla-basica th {
  padding: 5px;
  background-color: #04104d;
  color: #6ab5eb;
  font-weight: bold;
}

.tabla-basica tr td {
  padding: 5px;
  color: #404040;
}

.tabla-basica .resalte-celda {
  font-weight: bold;
  color: #04104d;
}

.tabla-basica .resalte-fila {
  background-color: #b0d6ed;
}

.destacado {
  border: 3px solid #122db3;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 15px 20px 15px 60px;
  margin: 15px 0 15px 0;
  background: url("../images/icono-destacado.png") no-repeat 10px 10px, #b0d6ed;
  min-height: 80px;
}

.destacado p {
  font-size: 16px;
  line-height: 22px;
  margin: 0px;
  color: #04104d;
}

.alerta {
  border: 3px solid #e67e07;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 15px 20px 15px 60px;
  margin: 15px 0 15px 0;
  background: url("../images/icono-alerta.png") no-repeat 10px 10px, #ffd080;
  min-height: 80px;
}

.alerta p {
  font-size: 16px;
  line-height: 22px;
  margin: 0px;
  color: #04104d;
}

.preloader-big {
  width: 35px;
  height: 78px;
  display: block;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: animate-preload;
          animation-name: animate-preload;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.preloader-big img {
  width: 100%;
  height: auto;
}

@-webkit-keyframes animate-preload {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes animate-preload {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.preloader-small {
  width: 20px;
  height: 50px;
  display: block;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: animate-preload;
          animation-name: animate-preload;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.preloader-small img {
  width: 100%;
  height: auto;
}

/*MODIFICADORES*/
.cleardiv {
  clear: both;
}

/*Grilla personalizada*/
.col-lugar {
  width: 100%;
}

@media (min-width: 576px) {
  .col-lugar {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .col-lugar {
    width: 25%;
  }
}

.col-fecha {
  width: 100%;
}

@media (min-width: 576px) {
  .col-fecha {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .col-fecha {
    width: 15%;
  }
}

.col-btn-buscar {
  width: 100%;
}

@media (min-width: 992px) {
  .col-btn-buscar {
    width: 20%;
  }
}

.columna50 {
  width: 50%;
}

.columna40 {
  width: 40%;
}

.columna30 {
  width: 30%;
}

.columna25 {
  width: 25%;
}

.columna20 {
  width: 20%;
}

.columna15 {
  width: 15%;
}

.txt-nar {
  color: #e67e07 !important;
}

.txt-fra {
  color: #122db3 !important;
}

.txt-mar {
  color: #04104d !important;
}

/* CSS Document */
body {
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
}

.wrapper {
  position: relative;
}

nav.panel {
  position: fixed;
  background: #04104d;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#030a2c), color-stop(50%, #04104d));
  background: linear-gradient(to bottom, #030a2c 0%, #04104d 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='{$color2}', endColorstr='{$color1}',GradientType=0 );
  /* IE6-9 */
}

nav.panel .logo-resp {
  text-align: left;
  padding: 40px 40px 20px 40px;
}

nav.panel .logo-resp img {
  width: 100%;
  height: auto;
  max-width: 120px;
}

nav.panel .cerrar-menu {
  width: 40px;
  height: 40px;
  display: block;
  background-color: #122db3;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url("../images/cerrar.png");
}

nav.panel ul {
  list-style: none;
  padding: 40px 40px 40px 40px;
}

nav.panel ul li a {
  background: url("../images/bullet-simple-cel.png") no-repeat 0 50%;
  color: white;
  font-size: 24px;
  padding: 10px 0 10px 30px;
  display: block;
}

header .top-header .logo {
  text-align: center;
  padding: 10px 0 10px 10px;
}

header .top-header .userinfo-container {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
}

header .top-header .userinfo-container img {
  display: inline-block;
  padding: 3px;
}

header .top-header .userinfo-container p {
  display: inline-block;
  padding: 3px;
  font-weight: 500;
}

header .top-header .userinfo-container .btn-user-salir {
  color: white;
  display: inline-block;
  background: url("../images/bg-btn-grad-azul.jpg") repeat-x;
  padding: 3px 10px;
  margin: 5px 0 5px 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-weight: 700;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

header .top-header .userinfo-container .btn-user-salir:hover {
  background: url("../images/bg-btn-grad-nar.jpg") repeat-x;
}

header .top-header .userinfo-container .abrir-menu {
  width: 40px;
  height: 40px;
  background: url("../images/hamburger.png");
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 992px) {
  header .top-header .userinfo-container .abrir-menu {
    display: none;
  }
}

header .top-header .userinfo-container .abrir-menu:hover {
  background: url("../images/hamburger.png"), #6ab5eb;
}

header nav.menu-principal {
  display: none;
}

@media (min-width: 992px) {
  header nav.menu-principal {
    display: block;
  }
}

header nav.menu-principal ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header nav.menu-principal ul li {
  padding: 0px;
  margin: 0px;
}

header nav.menu-principal ul li a {
  padding: 16px 40px 11px 40px;
  display: block;
  color: #04104d;
  background-color: white;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 5px solid white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header nav.menu-principal ul li a:hover {
  background-color: #e67e07;
  color: #ffd080;
  border-bottom: 5px solid #ff9419;
}

section.slider-container .slider .slide .data-slide {
  position: relative;
  padding: 20px 20px 55px 40px;
  background-color: #04104d;
  /*display:none;
        @media (min-width:$md){
          display:block;
        }*/
}

@media (min-width: 992px) {
  section.slider-container .slider .slide .data-slide {
    position: absolute;
    padding: 0;
    top: 20%;
    left: 60%;
    background-color: transparent;
  }
}

@media (min-width: 1200px) {
  section.slider-container .slider .slide .data-slide {
    top: 30%;
  }
}

section.slider-container .slider .slide .data-slide h2 {
  color: white;
  font-size: 32px;
  font-weight: 800;
  line-height: 34px;
}

@media (min-width: 992px) {
  section.slider-container .slider .slide .data-slide h2 {
    font-size: 52px;
    line-height: 54px;
  }
}

section.slider-container .slider .slide .data-slide h3 {
  color: #ff9419;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
}

@media (min-width: 992px) {
  section.slider-container .slider .slide .data-slide h3 {
    font-size: 32px;
    line-height: 34px;
  }
}

section.slider-container .slider .slide .data-slide div.leermas-slider a {
  background-color: #ff9419;
  padding: 3px 15px;
  color: white;
  font-weight: 700;
  font-size: 18px;
  border: none;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-top: 15px;
  text-transform: uppercase;
  margin-left: 12px;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

section.slider-container .slider .slide .data-slide div.leermas-slider a:hover {
  background-color: #e67e07;
  text-shadow: rgba(0, 0, 0, 0.35) 2px 2px 2px;
}

section.slider-container .slider .slide .data-slide div.leermas-slider a::before {
  content: "";
  display: block;
  position: absolute;
  left: -12px;
  top: 0;
  width: 23px;
  height: 32px;
  background: url("../images/icon-leermas-vert.png");
}

section.slider-container .slider .slide .data-slide div.leermas-slider a::after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  position: absolute;
  background-color: #ff9419;
  top: 50%;
  left: 100%;
}

.buscador {
  background-color: #04104d;
  border-top: 3px solid #122db3;
  color: white;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 20px;
  max-width: 1360px;
  width: 95%;
  margin: 0 auto -25px auto;
  position: relative;
  top: -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.buscador .buscador-campo {
  padding: 10px;
}

.buscador .buscador-campo .buscador-label {
  display: block;
  padding: 0 0 10px 0;
}

.buscador .buscador-campo .buscador-input {
  border: 2px solid #122db3;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  font-size: 18px;
  font-family: "Fira Sans Condensed", sans-serif;
  color: #404040;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.35);
}

.buscador .buscador-campo .buscador-input:focus {
  border: 2px solid #6ab5eb;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
          box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
  color: #e67e07;
}

.buscador .buscador-campo .campo-lugar {
  background: url("../images/icon-nar18.png") no-repeat 10px 50%, white;
  padding-left: 35px;
}

.buscador .btn-buscador-container {
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding: 10px;
}

.buscador .btn-buscador-container .btn-buscar-viaje {
  padding: 12px;
  border-radius: 10px;
  background: #e67e07;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9419), to(#e67e07));
  background: linear-gradient(to bottom, #ff9419 0%, #e67e07 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='{$color2}', endColorstr='{$color1}',GradientType=0 );
  /* IE6-9 */
  border: 2px solid #e67e07;
  color: white;
  width: 100%;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-shadow: rgba(0, 0, 0, 0.25) 2px 2px 2px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.buscador .btn-buscador-container .btn-buscar-viaje:hover {
  -webkit-filter: brightness(130%);
          filter: brightness(130%);
}

section.cards-container {
  margin-top: 25px;
  margin-bottom: 25px;
}

section.cards-container .card-holder {
  padding: 15px;
}

section.cards-container .card-holder .card-item {
  width: 100%;
  text-align: center;
}

section.cards-container .card-holder .card-item .card-img {
  width: 65%;
  height: auto;
  padding-bottom: 15px;
}

section.cards-container .card-holder .card-item .card-text {
  font-size: 24px;
  color: #122db3;
  font-weight: 600;
  line-height: 28px;
}

section.rutas-populares {
  background: url("../images/bg-patgrad-azul.jpg") repeat-x top, #04104d;
  color: white;
  padding: 30px 0;
}

section.rutas-populares .title-container {
  margin-bottom: 20px;
}

section.rutas-populares .title-container .icon-rutas-populares {
  float: left;
  padding-right: 5px;
}

section.rutas-populares .title-container h2 {
  color: #6ab5eb;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
}

@media (min-width: 768px) {
  section.rutas-populares .title-container h2 {
    font-size: 36px;
    line-height: 42px;
  }
}

section.rutas-populares .rutas-container {
  overflow: auto;
}

section.rutas-populares .rutas-container article.ruta-container {
  margin-bottom: 20px;
}

section.rutas-populares .rutas-container article.ruta-container .ruta-container-img {
  width: 40%;
  float: left;
}

@media (min-width: 992px) {
  section.rutas-populares .rutas-container article.ruta-container .ruta-container-img {
    width: 30%;
  }
}

section.rutas-populares .rutas-container article.ruta-container .ruta-container-img img {
  width: 100%;
  height: auto;
  border-top-left-radius: 15px;
}

section.rutas-populares .rutas-container article.ruta-container .ruta-container-img a {
  border-right: 5px solid #ff9419;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section.rutas-populares .rutas-container article.ruta-container .ruta-container-img a:hover {
  border-right: 5px solid #122db3;
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
}

section.rutas-populares .rutas-container article.ruta-container .ruta-container-txt {
  width: 55%;
  float: right;
}

@media (min-width: 992px) {
  section.rutas-populares .rutas-container article.ruta-container .ruta-container-txt {
    width: 65%;
  }
}

section.rutas-populares .rutas-container article.ruta-container .ruta-container-txt .ruta-desde {
  font-weight: 600;
  text-transform: uppercase;
  color: #6ab5eb;
  font-size: 18px;
  line-height: 22px;
}

section.rutas-populares .rutas-container article.ruta-container .ruta-container-txt .ruta-hasta {
  font-weight: 700;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 32px;
  line-height: 36px;
}

section.rutas-populares .rutas-container article.ruta-container .ruta-container-txt .ruta-pre-costo {
  font-weight: 500;
  color: #ffd080;
  text-transform: uppercase;
  line-height: 20px;
}

section.rutas-populares .rutas-container article.ruta-container .ruta-container-txt .ruta-costo {
  font-size: 42px;
  font-weight: 800;
  line-height: 46px;
  color: #ff9419;
}

section.promociones {
  margin-top: 30px;
  margin-bottom: 30px;
}

section.promociones .title-container {
  border-bottom: 5px solid #e67e07;
}

section.promociones .title-container h2 {
  color: white;
  font-weight: 700;
  line-height: 50px;
  font-size: 32px;
  background-color: #e67e07;
  display: inline-block;
  border-top-right-radius: 10px;
  padding-right: 20px;
}

section.promociones .title-container h2::before {
  content: '';
  display: block;
  float: left;
  height: 50px;
  width: 45px;
  background: url("../images/title-promociones-before.png");
}

section.promociones .promociones-container {
  margin-top: 20px;
}

section.promociones .promociones-container .promocion-item {
  margin: 10px 0 20px 0;
}

section.promociones .promociones-container .promocion-item .promo-categoria {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #04104d;
  padding-bottom: 5px;
}

section.promociones .promociones-container .promocion-item .promo-categoria img {
  padding-right: 2px;
}

section.promociones .promociones-container .promocion-item .promo-titulo {
  color: #e67e07;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}

section.promociones .promociones-container .promocion-item .promo-titulo h3 {
  font-size: 32px;
  line-height: 34px;
  font-weight: 600;
  font-family: "Fira Sans Condensed", sans-serif;
}

section.promociones .promociones-container .promocion-item .promo-titulo:hover {
  color: #122db3;
}

section.promociones .promociones-container .promocion-item .promo-pic {
  width: 100%;
  height: auto;
  margin: 12px 0;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

section.promociones .promociones-container .promocion-item .btn-promocion {
  display: block;
  padding: 10px 0;
  width: 100%;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 18px;
  border: none;
  background-color: #122db3;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: url("../images/bg-btn-grad-azul.jpg") repeat-x;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

section.promociones .promociones-container .promocion-item .btn-promocion:hover {
  background: url("../images/bg-btn-grad-nar.jpg") repeat-x;
}

section.medios-de-pago {
  background-color: #b0d6ed;
  padding-top: 35px;
  padding-bottom: 25px;
}

section.medios-de-pago .title-container h2 {
  color: #04104d;
  font-weight: 700;
  line-height: 28px;
  font-size: 26px;
}

@media (min-width: 768px) {
  section.medios-de-pago .title-container h2 {
    line-height: 34px;
    font-size: 32px;
  }
}

section.medios-de-pago .tarjetas-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0;
}

section.medios-de-pago .tarjetas-container .tarjeta-item {
  width: 150px;
  padding: 10px;
}

section.medios-de-pago .tarjetas-container .tarjeta-item img {
  width: 100%;
  height: auto;
}

section.novedades {
  margin-top: 25px;
  margin-bottom: 25px;
  overflow: auto;
}

section.novedades .title-container {
  margin: 20px 0;
}

section.novedades .title-container h2 {
  font-size: 38px;
  line-height: 40px;
  font-weight: 700;
  color: #122db3;
}

section.novedades .title-container img {
  float: left;
  display: block;
  width: 42px;
  height: auto;
  margin-right: 10px;
}

section.novedades .novedades-container {
  margin-bottom: 25px;
}

section.novedades .novedades-container .novedades-item p.novedad-home-cat {
  font-size: 18px;
  text-transform: uppercase;
  color: #04104d;
  font-weight: 600;
}

section.novedades .novedades-container .novedades-item h2 {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 30px;
  font-weight: medium;
  color: #e67e07;
  line-height: 34px;
  margin-top: 8px;
}

section.novedades .novedades-container .novedades-item img {
  margin: 15px 0;
  border-top-left-radius: 10px;
  border-right: 8px solid #04104d;
  width: 100%;
  height: auto;
}

section.novedades .novedades-container .novedades-item p.novedad-home-txt {
  font-size: 16px;
  color: #404040;
  font-weight: 400;
}

section.novedades .novedades-container .novedades-item button.novedades-leermas {
  display: inline-block;
  float: right;
  background: url("../images/icon-leermas.png") no-repeat right 10px top 50%, url("../images/bg-btn-grad-nar.jpg");
  border: none;
  border-radius: 5px;
  color: white;
  padding: 7px 55px 7px 15px;
  margin-top: 10px;
  font-weight: 700;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

section.novedades .novedades-container .novedades-item button.novedades-leermas:hover {
  background: url("../images/icon-leermas.png") no-repeat right 10px top 50%, url("../images/bg-btn-grad-azul.jpg");
}

footer {
  background-color: #04104d;
  color: white;
  margin-top: 25px;
}

footer .top-footer {
  background: url("../images/bg-top-footer.jpg") center center;
  height: 120px;
}

footer .inner-footer {
  margin-top: 15px;
  padding-bottom: 35px;
}

footer .inner-footer .logo-footer-container {
  text-align: center;
  margin-top: 20px;
}

footer .inner-footer .redes-footer {
  margin-top: 20px;
}

footer .inner-footer .redes-footer .icon-redes-container .icon a {
  width: 40px;
  height: 40px;
  display: block;
  float: left;
  margin: 10px 10px 0 0;
}

footer .inner-footer .redes-footer .icon-redes-container .icon a path.icon-bg {
  fill: #6ab5eb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

footer .inner-footer .redes-footer .icon-redes-container .icon a path.icon-bg:hover {
  fill: #ff9419;
}

footer .inner-footer .redes-footer .icon-redes-container .icon a path.icon-shape {
  fill: white;
  pointer-events: none;
}

footer .inner-footer .links-footer {
  margin-top: 20px;
}

footer .inner-footer .links-footer ul {
  margin: 15px 0 0 0;
  list-style: none;
  padding: 0px;
}

footer .inner-footer .links-footer ul li {
  margin: 0 0 5px 0;
}

footer .inner-footer .links-footer ul li a {
  color: #6ab5eb;
  background: url("../images/bullet-naranja-hz-16.png") no-repeat 0 50%;
  padding-left: 24px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

footer .inner-footer .links-footer ul li a:hover {
  color: white;
  padding-left: 34px;
  background: url("../images/bullet-naranja-hz-16.png") no-repeat 10px 50%;
}

footer .inner-footer .titulo-links {
  font-size: 24px;
  color: #ff9419;
  font-weight: 700;
}

/*Pagina Secundaria*/
section.page-content {
  margin-top: 20px;
  margin-bottom: 40px;
}

section.page-content .columna-lateral {
  margin-top: 20px;
}

section.page-content .columna-principal {
  margin-top: 20px;
}
/*# sourceMappingURL=styles.css.map */