@charset "UTF-8";
/* Cabecera */
/* Fin*/
/* Precabecera */
/* Fin */
/* Submenu */
/*  Fin */
/* Barra de título */
/* Fin */
/* Contenido */
/* Fin

/* Pie */
/* Fin */
/* Sección Blog - Primera Noticia */
#contenedorPrimeraNoticia {
  margin: 32px 0 !important;
  padding: 0 !important;
}

#primeraNoticia {
  margin: 0;
}
#primeraNoticia > section {
  margin: 0;
}
#primeraNoticia > section > article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
#primeraNoticia > section > article > div {
  width: 100%;
}
#primeraNoticia > section > article > div.fusion-flexslider {
  margin: 0;
}
#primeraNoticia > section > article > .recent-posts-content {
  margin: 24px 0 0 0;
}
#primeraNoticia > section > article > .recent-posts-content > h4 {
  margin: 0 0 12px 0;
  text-indent: 3px;
  font-size: 3rem !important;
  font-weight: 400 !important;
  line-height: 125% !important;
}
#primeraNoticia > section > article > .recent-posts-content > h4 > a:hover {
  color: #000000;
}
#primeraNoticia > section > article > .recent-posts-content .meta {
  margin: 0;
}
#primeraNoticia > section > article > .recent-posts-content .meta + p {
  display: none;
}
#primeraNoticia > section > article > .recent-posts-content .meta + p ~ * {
  margin: 0;
  font-size: 1.6rem !important;
  font-weight: 400 !important;
  line-height: 150% !important;
}
#primeraNoticia > section > article > .recent-posts-content .meta + p ~ * + * {
  margin: 16px 0 0 0;
}
#primeraNoticia > section > article > .recent-posts-content .meta + p + p {
  margin: 12px 0 0 0;
}

#contenedorBlog > .fusion-row {
  background: #f6f6f6;
  margin: 0 auto !important;
  max-width: 1300px !important;
  padding: 24px 0 !important;
}
#contenedorBlog > .fusion-row .fusion-load-more-button {
  margin-top: 48px !important;
}

@media only screen and (min-width: 767px) {
  #contenedorPrimeraNoticia {
    margin: 6% 0 !important;
  }

  #primeraNoticia > section > article {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #primeraNoticia > section > article > .recent-posts-content > h4 {
    font-size: 4rem !important;
    font-weight: 400 !important;
    line-height: 125% !important;
  }
  #primeraNoticia > section > article > div:nth-child(1) {
    -ms-flex-preferred-size: 38%;
    flex-basis: 38%;
  }
  #primeraNoticia > section > article > div:nth-child(2) {
    -ms-flex-preferred-size: 58%;
    flex-basis: 58%;
  }
}
@media only screen and (min-width: 1001px) {
  #primeraNoticia > section > article > .recent-posts-content > h4 {
    font-size: 5rem !important;
    font-weight: 400 !important;
    line-height: 125% !important;
  }
  #primeraNoticia > section > article > div:nth-child(1) {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
  #primeraNoticia > section > article > div:nth-child(2) {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }

  #contenedorBlog > .fusion-row {
    padding: 60px 48px !important;
    padding: 60px 24px !important;
  }
}
@media only screen and (min-width: 1200px) {
  #primeraNoticia > section > article > div:nth-child(1) {
    -ms-flex-preferred-size: 54%;
    flex-basis: 54%;
  }
  #primeraNoticia > section > article > div:nth-child(2) {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  #primeraNoticia > section > article > .recent-posts-content > h4 {
    font-size: 5rem !important;
    font-weight: 400 !important;
    line-height: 100% !important;
  }
  #primeraNoticia > section > article > .recent-posts-content .meta ~ p {
    font-size: 1.9rem !important;
    font-weight: 400 !important;
    line-height: 150% !important;
  }
}
/* Fin */
/* Sección listado de noticias */
#contenedorBlog {
  margin: 0;
  margin-bottom: 32px !important;
  padding: 0;
}
#contenedorBlog > .fusion-row {
  padding: 60px 30px !important;
}

#archiveBlog > .fusion-posts-container {
  margin: 0 !important;
}
#archiveBlog > .fusion-posts-container > article {
  padding: 0;
}
#archiveBlog > .fusion-posts-container > article > .fusion-post-wrapper {
  border: none !important;
}
#archiveBlog > .fusion-posts-container > article > .fusion-post-wrapper > .fusion-post-content-wrapper {
  margin: 24px 0 0 0;
}
#archiveBlog > .fusion-posts-container > article > .fusion-post-wrapper > .fusion-post-content-wrapper > .fusion-post-content > h2 {
  font-family: "Roboto" !important;
  margin: 0;
  font-size: 1.8rem !important;
  font-weight: 600 !important;
  line-height: 125% !important;
}
#archiveBlog > .fusion-posts-container > article > .fusion-post-wrapper > .fusion-post-content-wrapper > .fusion-post-content > h2 > a {
  color: #000;
}
#archiveBlog > .fusion-posts-container > article > .fusion-post-wrapper > .fusion-post-content-wrapper > .fusion-post-content > h2 > a:hover {
  color: #8ebb23;
}
#archiveBlog > .fusion-posts-container > article > .fusion-post-wrapper > .fusion-post-content-wrapper > .fusion-post-content > .fusion-single-line-meta {
  margin: 16px 0;
}
#archiveBlog > .fusion-posts-container > article > .fusion-post-wrapper > .fusion-post-content-wrapper > .fusion-post-content > .fusion-post-content-container {
  margin: 0 !important;
  font-size: 1.6rem !important;
  font-weight: 400 !important;
  line-height: 150% !important;
}
#archiveBlog > .fusion-posts-container > article > .fusion-post-wrapper > .fusion-post-content-wrapper > .fusion-post-content > .fusion-post-content-container > p:nth-child(1) {
  display: none;
}
#archiveBlog > .fusion-posts-container > article > .fusion-post-wrapper > .fusion-post-content-wrapper > .fusion-meta-info {
  margin: 32px 0 0 0;
  padding: 0;
}
#archiveBlog > .fusion-posts-container > article > .fusion-post-wrapper > .fusion-post-content-wrapper > .fusion-meta-info a {
  color: #000;
  font-size: 1.5rem !important;
  font-weight: 400 !important;
  line-height: 100% !important;
}
#archiveBlog > .fusion-posts-container > article > .fusion-post-wrapper > .fusion-post-content-wrapper > .fusion-meta-info a:hover {
  color: #8ebb23;
}
#archiveBlog > .fusion-posts-container > article > .fusion-post-wrapper > .fusion-post-content-wrapper > .fusion-meta-info a:hover:after {
  color: #8ebb23 !important;
}
#archiveBlog > .fusion-posts-container > article > .fusion-post-wrapper > .fusion-post-content-wrapper > .fusion-meta-info a:after {
  color: #000;
}
#archiveBlog > .fusion-posts-container > article + article {
  margin: 24px 0 0 0;
}
#archiveBlog > .fusion-posts-container > .fusion-clearfix {
  display: none !important;
}

@media only screen and (min-width: 640px) {
  #archiveBlog > .fusion-posts-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #archiveBlog > .fusion-posts-container > article {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
  #archiveBlog > .fusion-posts-container > article + article {
    margin: 0;
  }
  #archiveBlog > .fusion-posts-container > article:nth-child(n+3) {
    margin: 32px 0 0 0;
  }
}
@media only screen and (min-width: 767px) {
  #contenedorBlog {
    margin-bottom: 6% !important;
  }
}
@media only screen and (min-width: 1001px) {
  #archiveBlog > .fusion-posts-container > article {
    -ms-flex-preferred-size: 29%;
    flex-basis: 29%;
  }
  #archiveBlog > .fusion-posts-container > article:nth-child(n+3) {
    margin: 0;
  }
  #archiveBlog > .fusion-posts-container > article:nth-child(n+4) {
    margin: 48px 0 0 0;
  }
}
@media only screen and (min-width: 1100px) {
  #archiveBlog > .fusion-posts-container > article {
    -ms-flex-preferred-size: 27%;
    flex-basis: 27%;
  }
}
@media only screen and (min-width: 1200px) {
  #archiveBlog > .fusion-posts-container > article {
    -ms-flex-preferred-size: 26%;
    flex-basis: 26%;
  }
  #archiveBlog > .fusion-posts-container > article:nth-child(n+4) {
    margin: 72px 0 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  #archiveBlog > .fusion-posts-container > article:nth-child(n+4) {
    margin: 96px 0 0 0;
  }
}
/* Fin listado de noticias */
/* Sección Rutas */
#contenidoRutas {
  background-color: #000;
  max-width: 700px;
  padding: 48px;
}
#contenidoRutas > .fusion-column-wrapper {
  margin: 0 auto;
  max-width: 590px;
}
#contenidoRutas > .fusion-column-wrapper .tituloH1Apartado > h1 {
  text-align: center;
  font-size: 4rem !important;
  font-weight: 400 !important;
  line-height: 115% !important;
}
#contenidoRutas > .fusion-column-wrapper .textoEditor {
  margin: 0 auto 32px auto !important;
  max-width: 390px;
  text-align: center;
  font-size: 2rem !important;
  font-weight: 400 !important;
  line-height: 175% !important;
}
#contenidoRutas > .fusion-column-wrapper .textoEditor > p:nth-child(1) {
  font-weight: 400 !important;
  font-size: 2rem !important;
  font-weight: 400 !important;
  line-height: 175% !important;
}
#contenidoRutas > .fusion-column-wrapper .fusion-aligncenter {
  max-width: 230px;
  width: 100%;
}
#contenidoRutas > .fusion-column-wrapper .fusion-aligncenter > .btn {
  width: 100%;
}

@media only screen and (min-width: 700px) {
  #contenedorRutas {
    padding: 6% 30px !important;
  }

  #contenidoRutas {
    margin: 0 0 0 auto;
  }
  #contenidoRutas > .fusion-column-wrapper .tituloH1Apartado > h1 {
    text-align: left;
    font-size: 5rem !important;
    font-weight: 400 !important;
    line-height: 115% !important;
  }
  #contenidoRutas > .fusion-column-wrapper .textoEditor {
    margin: 0 0 32px 0 !important;
    text-align: left;
  }
  #contenidoRutas > .fusion-column-wrapper .fusion-aligncenter {
    display: inline-block;
  }
}
@media only screen and (min-width: 1023px) {
  #contenidoRutas > .fusion-column-wrapper .tituloH1Apartado > h1 {
    font-size: 6rem !important;
    font-weight: 400 !important;
    line-height: 110% !important;
  }
  #contenidoRutas > .fusion-column-wrapper .textoEditor {
    max-width: 440px;
  }
  #contenidoRutas > .fusion-column-wrapper .textoEditor > p:nth-child(1) {
    font-size: 2.4rem !important;
    font-weight: 400 !important;
    line-height: 175% !important;
  }
}
@media only screen and (min-width: 1367px) {
  #contenidoRutas > .fusion-column-wrapper .tituloH1Apartado {
    margin: 0 !important;
  }
}
/* Fin */