/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
html {
  font-size: 16px;
}

body {
  color: #313D47;
  font-weight: normal;
  width: 100%;
  max-width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

body,
html {
  max-width: 100%;
}

body,
.smooth-container {
  scroll-behavior: smooth;
}

.container {
  max-width: 1230px;
}

.container-full {
  width: 100%;
  padding: 0 30px;
  max-width: 1520px;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .container-full {
    padding: 0 15px;
  }
}

.container-small {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-small {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-small {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-small {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-small {
    max-width: 990px;
  }
}

p {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  margin-top: 0;
  color: #00107C;
}

p b {
  font-weight: bold;
}

p a {
  text-decoration: underline;
}

figure {
  margin: 0;
}

.clear {
  clear: both;
}

.wow {
  visibility: hidden;
}

.fadein {
  opacity: 0;
}

.hidden_a {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.wrapper {
  position: relative;
}

.wrapper.wrapper-home {
  padding-top: 148px;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 2.5rem;
}

@media only screen and (max-width: 991px) {
  .wrap {
    padding: 0 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .wrap {
    padding: 0 15px;
  }
}

*,
::after,
::before {
  box-sizing: border-box;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.row-small {
  margin-right: -.6rem;
  margin-left: -.6rem;
}

.row.row-small > [class^="col-"],
.row.row-small > [class*=" col-"] {
  padding-right: .6rem;
  padding-left: .6rem;
}

.row.row-big {
  margin-right: -2.1rem;
  margin-left: -2.1rem;
}

.row.row-big > [class^="col-"],
.row.row-big > [class*=" col-"] {
  padding-right: 2.1rem;
  padding-left: 2.1rem;
}

@media only screen and (max-width: 550px) {
  .row.row-big {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row.row-big > [class^="col-"],
  .row.row-big > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

* {
  outline: none;
}

a,
button {
  transition: all 0.3s ease;
  cursor: pointer;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.btn {
  font-size: 1.125rem;
  font-weight: bold;
  border-radius: 100px;
  height: 3.125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .5rem 1.5rem;
  color: #fff;
  background: #0AA4DA;
  min-width: 12.5rem;
  border: 1px solid #008CFF;
}

.btn:hover {
  background: #fff;
  border: 1px solid #008CFF;
  color: #0065BD;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.btn--blanco {
  background: #fff;
  color: #0065BD;
}

.btn--blanco:hover {
  background: #0065BD;
  color: #fff;
}

.btn--azul {
  background: #0065BD;
  color: #fff;
  border: 1px solid #0065BD;
}

.btn--azul:hover {
  border: 1px solid #0065BD;
  color: #0065BD;
  background: transparent;
}

.btn--b-azul {
  border-color: #0065BD;
  color: #0065BD;
}

.btn--b-azul:hover {
  background: #0065BD;
  color: #fff;
}

.btn--b-negro {
  border: 1px solid #2E2F32;
  color: #2E2F32;
  background: #fff;
}

.btn--b-negro:hover {
  background: #2E2F32;
  color: #fff;
  border: 1px solid #2E2F32;
}

.btn-link {
  color: #008CFF;
  font-size: 1.125rem;
  font-weight: bold;
}

.btn-link img {
  margin-left: .2rem;
  transition: all .3s ease;
}

.btn-link:hover {
  text-decoration: underline;
}

.btn-link:hover img {
  transform: translateX(5px);
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

@media (max-width: 1500px) {
  html,
  body,
  p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .animated,
  .animated-delay1,
  .animated-delay2,
  .animated-delay3,
  .animated-delay4,
  .wow {
    /*CSS transitions*/
    transition-property: none !important;
    /*CSS transforms*/
    transform: none !important;
    /*CSS animations*/
    animation: none !important;
    visibility: visible !important;
  }
}

@font-face {
  font-family: 'Bogle';
  src: url("fonts/Bogle-Black.woff2") format("woff2"), url("fonts/Bogle-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Bogle';
  src: url("fonts/Bogle-Bold.woff2") format("woff2"), url("fonts/Bogle-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Bogle';
  src: url("fonts/Bogle-Regular.woff2") format("woff2"), url("fonts/Bogle-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.carrusel {
  position: relative;
}

.carrusel.con-nav {
  padding: 0;
}

.carrusel .tns-nav {
  text-align: center;
  margin-top: 20px;
}

.carrusel .tns-nav button {
  width: 10px;
  height: 10px;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 50%;
  margin: 0 8px;
  background: transparent;
  padding: 0;
}

.carrusel.gris button {
  border-color: #595959;
  background: transparent;
}

.carrusel.gris button.tns-nav-active {
  background: #595959;
  border-color: #595959;
}

.carrusel.blanco button {
  border-color: #fff;
  background: transparent;
}

.carrusel.blanco button.tns-nav-active {
  background: #fff;
  border-color: #fff;
}

.carrusel.azul button {
  background: transparent;
}

.carrusel.azul button.tns-nav-active {
  background: #008CFF;
  border-color: #008CFF;
}

.carrusel .tns-controls button {
  background: #0065BD;
  border-radius: 0%;
  font-size: 0;
  width: 60px;
  height: 60px;
  line-height: 40px;
  border: none;
  text-align: center;
  position: absolute;
  padding: 9px 0 0;
  z-index: 10;
  top: 40%;
}

.carrusel .tns-controls button:first-child {
  left: 0px;
  padding-right: 0px;
}

.carrusel .tns-controls button:last-child {
  right: 0px;
  padding-left: 0px;
}

.carrusel .tns-controls button:after {
  content: "";
  display: inline-block;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  font-size: 32px;
  color: #fff;
}

.carrusel .tns-controls button:first-child:after {
  content: "\f053";
  padding-right: 4px;
}

.carrusel .tns-controls button:last-child:after {
  content: "\f054";
  padding-left: 4px;
}

.carrusel .tns-controls button:hover {
  opacity: 0.85;
}

@media only screen and (max-width: 640px) {
  .carrusel .tns-controls {
    display: none;
  }
  .carrusel .tns-controls button {
    width: 40px;
    height: 40px;
    line-height: 32px;
  }
  .carrusel .tns-controls button:after {
    font-size: 24px;
  }
  .carrusel .tns-controls button:first-child {
    left: 20px;
  }
  .carrusel .tns-controls button:last-child {
    right: 20px;
  }
}

.carrusel .tns-controls {
  display: none;
}

.carrusel.con-nav .tns-controls {
  display: block;
}

@media only screen and (max-width: 640px) {
  .carrusel.con-nav .tns-controls {
    display: none;
  }
}

.slide-home .carrusel .tns-nav {
  position: absolute;
  left: 160px;
  bottom: 1em;
  z-index: 999;
}

@media only screen and (max-width: 1550px) {
  .slide-home .carrusel .tns-nav {
    left: 80px;
  }
}

.c-movil {
  overflow: hidden;
}

@media only screen and (max-width: 550px) {
  .c-movil {
    padding: 0 20px;
  }
  .c-movil .tns-ovh {
    overflow: visible;
  }
}

.js-accordion {
  margin: 0 auto;
}

.js-accordion-title {
  background: #fff;
  border-top: 0;
  cursor: pointer;
  display: block;
  padding: .8em .7em;
  width: 100%;
  font-family: "Bebas Neue", sans-serif;
  color: #000;
  font-size: 1.56rem;
  border-bottom: 1px solid #595959;
}

.js-accordion-content {
  border-top: 0;
  height: 0;
  line-height: 1.5;
  overflow: hidden;
  transition: all .2s linear;
}

.ac-default .item-ac:nth-of-type(odd) {
  background: #fff;
}

.ac-default .item-ac .button {
  position: relative;
}

.ac-default .item-ac .button:after {
  content: "\f067";
  color: #75457C;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
}

.ac-default .item-ac .button.activo {
  border: none;
  color: #313D47;
}

.ac-default .item-ac .button.activo:after {
  content: "\f068";
  font-size: .65em;
}

.ac-default .item-ac .int-ac {
  background: none;
  margin-top: 0px;
  margin-bottom: 0px;
}

.ac-default .item-ac .int-ac .c-ac {
  padding: 1rem .7rem;
}

.ac-default .item-ac.activo .int-ac {
  border-bottom: 1px solid #75457C;
}

@media only screen and (max-width: 640px) {
  .ac-default .item-ac button {
    font-size: 1em;
  }
  .ac-default .item-ac button:after {
    right: 10px;
  }
}

header {
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 768px) {
  header {
    margin-bottom: 0;
  }
}

header .header__top {
  display: flex;
  width: 100%;
}

header .header__top__izq {
  background: #0065BD;
  flex-grow: 1;
  padding: 2.18rem;
  position: relative;
}

header .header__top__izq:after {
  content: '';
  position: absolute;
  display: block;
  left: calc(100% - 1px);
  top: 0;
  bottom: 0;
  width: 60px;
  height: 100%;
  background: #0065BD;
  clip-path: polygon(0 100%, 0 0, 100% 0);
}

@media only screen and (max-width: 550px) {
  header .header__top__izq:after {
    width: 40px;
  }
}

@media only screen and (max-width: 768px) {
  header .header__top__izq {
    padding: 1.2rem;
  }
}

header .header__top__izq .logo img {
  margin-bottom: .6rem;
}

header .header__top__izq .logo p {
  color: #fff;
  font-size: 1.5rem;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  header .header__top__izq .logo img {
    width: 150px;
    margin-bottom: .2rem;
  }
  header .header__top__izq .logo p {
    font-size: .9rem;
  }
}

@media only screen and (max-width: 550px) {
  header .header__top__izq .logo img {
    width: 120px;
    margin-bottom: .2rem;
  }
  header .header__top__izq .logo p {
    font-size: .6rem;
  }
}

header .header__top__der {
  text-align: right;
  padding-left: 4.125rem;
  padding-top: 1.3rem;
}

header .header__top__der p {
  color: #00107C;
  margin-bottom: .8rem;
  font-size: 1rem;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  header .header__top__der {
    padding-top: 1rem;
  }
  header .header__top__der p {
    font-size: .7rem;
    margin-bottom: .2rem;
  }
  header .header__top__der p br {
    display: none;
  }
  header .header__top__der img {
    width: 100px;
  }
}

@media only screen and (max-width: 550px) {
  header .header__top__der {
    padding-left: 2.5rem;
  }
}

header .w-btn-menu {
  text-align: right;
  width: 100%;
  padding: .4rem 0 .6rem;
}

header .btn-menu {
  display: none;
}

@media only screen and (max-width: 768px) {
  header .btn-menu {
    display: inline-block;
    position: relative;
    z-index: 10;
    cursor: pointer;
  }
}

header .btn-menu span {
  width: 30px;
  height: 3px;
  background-color: #000F7B;
  margin: 6px 0;
  transition: 0.4s;
  display: block;
  border-radius: 5px;
}

header .btn-menu.open span:nth-child(1) {
  transform: rotate(-45deg) translate(-9px, 6px);
}

header .btn-menu.open span:nth-child(2) {
  opacity: 0;
}

header .btn-menu.open span:nth-child(3) {
  transform: rotate(45deg) translate(-7px, -4px);
}

header .header__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #0065BD;
}

header .header__bottom nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

header .header__bottom nav ul li {
  margin-right: 2.5rem;
  padding: 1.2rem 0;
}

header .header__bottom nav ul li a {
  font-size: 1.063rem;
  color: #00107C;
}

header .header__bottom nav ul li a:hover {
  color: #000;
}

header .header__bottom .buscador {
  flex-grow: 1;
  position: relative;
  max-width: 31rem;
}

header .header__bottom .buscador .btn-buscador {
  position: absolute;
  left: .75rem;
  background: none;
  border: none;
  padding: 0;
  top: .35rem;
}

header .header__bottom .buscador input {
  width: 100%;
  height: 1.875rem;
  padding: 0 1rem 0 2.5rem;
  border-radius: 15px;
  border: 1px solid #0065BD;
}

@media only screen and (max-width: 768px) {
  header .header__bottom {
    display: block;
    margin-bottom: 0;
    border: none;
    max-height: 0;
    overflow: hidden;
    transition: all .5s ease;
  }
  header .header__bottom ul {
    flex-direction: column;
  }
  header .header__bottom.visible {
    padding-bottom: 2rem;
    max-height: 1000px;
  }
}

.barra-edicion {
  background: #0065BD;
  color: #fff;
  display: flex;
  padding: .62rem 1.25rem .55rem;
  border-radius: 2.5rem;
  margin-bottom: 2rem;
}

.barra-edicion img {
  margin-right: 1rem;
  vertical-align: bottom;
  margin-top: -1px;
}

.card-not-dest {
  margin-bottom: 4rem;
  display: block;
}

@media only screen and (max-width: 550px) {
  .card-not-dest {
    margin-bottom: 2rem;
  }
}

.card-not-dest img {
  width: 100%;
  vertical-align: bottom;
  transition: all .3s ease;
}

.card-not-dest img:hover {
  opacity: .95;
}

.card-not-dest .categoria {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 700;
  padding: .5rem 1rem .45rem;
}

@media only screen and (max-width: 550px) {
  .card-not-dest .categoria {
    font-size: 1rem;
  }
}

.card-not-dest h3 {
  font-size: 3.125rem;
  margin: 1rem 0 2rem;
  color: #313D47;
  font-weight: 900;
}

.card-not-dest h3 a {
  color: #313D47;
}

.card-not-dest h3 a:hover {
  color: #0065BD;
}

@media only screen and (max-width: 768px) {
  .card-not-dest h3 {
    font-size: 2.5rem;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 550px) {
  .card-not-dest h3 {
    font-size: 1.8rem;
    line-height: 1.1;
  }
}

.categoria {
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
  padding: .5rem 1.2rem;
}

@media only screen and (max-width: 550px) {
  .categoria {
    font-size: 1rem;
  }
}

.categoria.naranja {
  background: #B5532D;
}

.categoria.cafe {
  background: #83664C;
}

.categoria.amarillo {
  background: #E4B525;
}

.categoria.morado {
  background: #75457C;
}

.categoria.verde {
  background: #41A56B;
}

.categoria.azul {
  background: #3E629B;
}

.categoria.gris {
  background: #6983AC;
}

.card-not {
  margin-bottom: 3rem;
}

.card-not__img img {
  vertical-align: bottom;
  width: 100%;
  transition: all .3s ease;
}

.card-not__img img:hover {
  opacity: .92;
}

.card-not__txt h3 {
  font-size: 1.3rem;
  font-weight: 500;
  margin: 1.1rem 0;
}

.card-not__txt h3 a {
  color: #313D47;
}

.card-not__txt h3 a:hover {
  color: #0065BD;
}

.titulo {
  font-size: 3.125rem;
  margin: 0 0 1.1rem;
  color: #313D47;
  font-weight: 900;
}

@media only screen and (max-width: 768px) {
  .titulo {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 550px) {
  .titulo {
    font-size: 1.8rem;
  }
}

.barra-azul {
  background: #0065BD;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  padding: .5rem 1rem;
  margin-bottom: 1.87rem;
  min-height: 2rem;
}

@media only screen and (max-width: 550px) {
  .barra-azul {
    font-size: 1rem;
  }
}

.ediciones-anteriores {
  padding-bottom: 10rem;
}

@media only screen and (max-width: 768px) {
  .ediciones-anteriores {
    padding-bottom: 4rem;
  }
}

.card-ediciones {
  position: relative;
  margin-bottom: 1.875rem;
  display: block;
}

.card-ediciones__img {
  background: #0065BD;
}

.card-ediciones__img img {
  width: 100%;
  vertical-align: bottom;
  opacity: .5;
  transition: all .3s ease;
}

.card-ediciones h4 {
  margin: 0;
  color: #fff;
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}

.card-ediciones:hover .card-ediciones__img img {
  opacity: .7;
}

.card-ed {
  margin-bottom: 4.3rem;
  display: block;
}

@media only screen and (max-width: 550px) {
  .card-ed {
    margin-bottom: 3rem;
  }
}

.card-ed__img {
  margin-bottom: 1.5rem;
}

.card-ed__img img {
  width: 100%;
  transition: all .3s ease;
}

.card-ed .fecha {
  border-radius: 40px;
  background: #F0F0F0;
  padding: .3rem 1rem .4rem;
  color: #0065BD;
  font-size: 1rem;
  transition: all .3s ease;
}

.card-ed .fecha img {
  margin-right: .5rem;
  vertical-align: middle;
  margin-top: -2px;
}

.card-ed:hover .card-ed__img img {
  opacity: .9;
}

.card-ed:hover .fecha {
  background: #e9e9e9;
}

.card-edicion2 {
  margin-bottom: 4rem;
  display: block;
}

@media only screen and (max-width: 550px) {
  .card-edicion2 {
    margin-bottom: 2rem;
  }
}

.card-edicion2 .card-ed__img {
  margin-bottom: 0;
}

.card-edicion2 .card-ed__img img {
  width: 100%;
  vertical-align: bottom;
  transition: all .3s ease;
}

.card-edicion2 h4 {
  font-size: 1.625rem;
  color: #0065BD;
  background: #F0F0F0;
  margin: 0;
  font-weight: 700;
  padding: 1.3rem 1.5rem;
}

.card-edicion2 h4 img {
  width: 1.1rem;
  margin-right: 1rem;
}

@media only screen and (max-width: 768px) {
  .card-edicion2 h4 {
    padding: 1rem;
    font-size: 1.2rem;
  }
  .card-edicion2 h4 img {
    width: .8rem;
    margin-right: .6rem;
  }
}

@media only screen and (max-width: 550px) {
  .card-edicion2 h4 {
    padding: 1rem;
    font-size: 1rem;
  }
  .card-edicion2 h4 img {
    width: .8rem;
    margin-right: .6rem;
  }
}

.card-edicion2:hover .card-ed__img img {
  opacity: .9;
}

.item-edicion {
  width: 54rem;
  max-width: 100%;
  border-bottom: 1px solid rgba(0, 101, 189, 0.5);
  padding-bottom: 2.8rem;
  margin-bottom: 2.8rem;
}

@media only screen and (max-width: 550px) {
  .item-edicion {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.item-edicion:last-child {
  border: none;
}

.item-edicion .item-edicion__content {
  display: flex;
}

@media only screen and (max-width: 550px) {
  .item-edicion .item-edicion__content {
    flex-direction: column;
  }
}

.item-edicion__img {
  width: 11.6rem;
  min-width: 11.6rem;
}

.item-edicion__img img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .item-edicion__img {
    width: 100%;
    min-width: 100%;
    margin-bottom: 1rem;
  }
}

.item-edicion__txt {
  padding-left: 2.2rem;
}

.item-edicion__txt h4 {
  font-size: 1.5rem;
  margin: 0 0 1.4rem;
  font-weight: 900;
}

.item-edicion__txt h4 a {
  color: #313D47;
}

.item-edicion__txt h4 a:hover {
  color: #0065BD;
}

@media only screen and (max-width: 550px) {
  .item-edicion__txt h4 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}

.item-edicion__txt p {
  color: #9e9e9e;
  font-weight: 700;
  line-height: 1.4;
}

@media only screen and (max-width: 550px) {
  .item-edicion__txt {
    width: 100%;
    padding-left: 0;
  }
}

.fecha-edicion {
  border-radius: 40px;
  background: #F0F0F0;
  padding: .3rem 1rem .4rem;
  color: #0065BD;
  font-size: 1rem;
  width: 28rem;
  max-width: 100%;
  margin-bottom: 1.5rem;
}

.fecha-edicion img {
  margin-right: .5rem;
  vertical-align: middle;
  margin-top: -2px;
}

.newsletter {
  padding-bottom: 4rem;
}

.newsletter .w-newsletter {
  display: flex;
}

@media only screen and (max-width: 991px) {
  .newsletter .w-newsletter {
    flex-direction: column;
  }
}

.newsletter__izq {
  width: 46%;
  min-width: 46%;
  padding-right: 2.8rem;
}

.newsletter__izq h1 {
  font-size: 1.75rem;
  margin: 0 0 2.5rem;
  font-weight: 900;
}

.newsletter__izq img {
  width: 100%;
  vertical-align: bottom;
}

@media only screen and (max-width: 991px) {
  .newsletter__izq {
    width: 100%;
    min-width: 100%;
  }
  .newsletter__izq img {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .newsletter__izq h1 {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
  .newsletter__izq h1 br {
    display: none;
  }
}

@media only screen and (max-width: 550px) {
  .newsletter__izq h1 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
  .newsletter__izq h1 br {
    display: none;
  }
}

.newsletter__der {
  width: 54%;
  min-width: 54%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.05);
  border-top: 7px solid #0065BD;
  padding: 2rem 3rem;
}

.newsletter__der .form-group {
  margin-bottom: 2.5rem;
}

@media only screen and (max-width: 550px) {
  .newsletter__der .form-group {
    margin-bottom: 2rem;
  }
}

.newsletter__der .form-group label {
  font-size: 1.75rem;
  font-weight: 900;
  display: block;
  margin-bottom: .6rem;
}

@media only screen and (max-width: 550px) {
  .newsletter__der .form-group label {
    font-size: 1.2rem;
  }
}

.newsletter__der .form-group input {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.05);
  padding: .7rem 1rem;
}

@media only screen and (max-width: 550px) {
  .newsletter__der .form-group input {
    font-size: 1rem;
  }
}

.newsletter__der .form-check {
  margin-bottom: 2rem;
}

.newsletter__der .form-check input {
  margin-right: .5rem;
  cursor: pointer;
}

.newsletter__der .form-check label {
  font-size: 1.2rem;
  cursor: pointer;
}

.newsletter__der .btn-form {
  font-size: 1.75rem;
  color: #fff;
  background: #0065BD;
  border-radius: 10px;
  font-weight: 700;
  padding: 1rem;
  width: 100%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}

.newsletter__der .btn-form:hover {
  background: #0057a4;
}

.newsletter__der .btn-form img {
  margin-left: 1rem;
}

@media only screen and (max-width: 550px) {
  .newsletter__der .btn-form {
    font-size: 1.1rem;
  }
  .newsletter__der .btn-form img {
    width: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .newsletter__der {
    width: 100%;
    min-width: 100%;
    margin-bottom: 4rem;
  }
}

@media only screen and (max-width: 768px) {
  .newsletter__der {
    padding: 2rem 1.5rem;
  }
}

@media only screen and (max-width: 550px) {
  .newsletter__der {
    padding: 2rem 1rem;
  }
}

.detalle-seccion .fecha-edicion {
  width: auto;
  display: inline-block;
}

.w-detalle {
  display: flex;
}

@media only screen and (max-width: 991px) {
  .w-detalle {
    flex-direction: column;
  }
}

.w-detalle .principal {
  flex-grow: 1;
  width: calc(100% - 17.5rem);
  padding-right: 1.7rem;
}

@media only screen and (max-width: 991px) {
  .w-detalle .principal {
    width: 100%;
    padding-right: 0;
    border-bottom: 1px solid #0065BD;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}

.w-detalle .sidebar {
  width: 17.5rem;
  min-width: 17.5rem;
}

@media only screen and (max-width: 991px) {
  .w-detalle .sidebar {
    width: 100%;
    min-width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .w-detalle .sidebar .card-not {
    width: calc(33% - 1rem);
    margin-right: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  .w-detalle .sidebar .card-not {
    width: calc(50% - 1rem);
    margin-right: 1rem;
  }
}

@media only screen and (max-width: 550px) {
  .w-detalle .sidebar .card-not {
    width: 100%;
    margin-right: 0;
  }
}

.w-detalle .sidebar .card-not {
  margin-bottom: 2.2rem;
}

.w-detalle .sidebar .card-not__txt h3 {
  font-size: 1.08rem;
  margin: .8rem 0;
}

.w-detalle .sidebar .card-not__txt h3 a {
  font-size: 1.08rem;
}

.img-principal {
  margin-bottom: 2rem;
}

.img-principal h1 {
  color: #fff;
  margin: 0;
  font-size: 1.3rem;
  font-weight: 700;
  padding: .5rem 1rem;
}

.img-principal img {
  width: 100%;
}

.img-principal .texto-foto {
  padding: .5rem 1rem;
}

.img-principal .texto-foto p {
  color: #fff;
}

.img-principal.morado {
  background: #75457C;
}

.img-principal.naranjo {
  background: #B5532D;
}

.img-principal.cafe {
  background: #83664C;
}

.img-principal.amarillo {
  background: #E4B525;
}

.img-principal.verde {
  background: #41A56B;
}

.img-principal.azul {
  background: #0065BD;
}

.img-principal.gris {
  background: #6983AC;
}

.contenido {
  padding-right: 3.5rem;
}

@media only screen and (max-width: 991px) {
  .contenido {
    padding-right: 0;
  }
}

.contenido h3 {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  color: #313D47;
  font-weight: 900;
}

@media only screen and (max-width: 768px) {
  .contenido h3 {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 550px) {
  .contenido h3 {
    font-size: 1rem;
  }
}

.contenido h2 {
  font-size: 3.125rem;
  margin: 0 0 2.8rem;
  color: #313D47;
  font-weight: 900;
  line-height: 1.1;
}

@media only screen and (max-width: 768px) {
  .contenido h2 {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 550px) {
  .contenido h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

.contenido h4 {
  line-height: 1.4;
  font-size: 1.3rem;
  color: #000;
  font-weight: bold;
  margin: 1rem 0 1.5rem;
}

.contenido p {
  line-height: 1.4;
  font-size: 1.3rem;
  color: #000;
  font-weight: normal;
}

@media only screen and (max-width: 550px) {
  .contenido p {
    font-size: 1rem;
  }
}

.contenido p.bajada {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 550px) {
  .contenido p.bajada {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
}

.contenido p.bajada.morado {
  color: #75457C;
}

.contenido p.bajada.naranjo {
  color: #B5532D;
}

.contenido p.bajada.cafe {
  color: #83664C;
}

.contenido p.bajada.amarillo {
  color: #E4B525;
}

.contenido p.bajada.verde {
  color: #41A56B;
}

.contenido p.bajada.azul {
  color: #0065BD;
}

.contenido p.bajada.gris {
  color: #6983AC;
}

.contenido .img-detalle {
  margin: 4rem 0;
}

.contenido .img-detalle img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .contenido .img-detalle {
    margin: 2rem 0;
  }
}

.testimonio {
  display: flex;
  justify-content: space-between;
  margin: 4rem 0;
}

@media only screen and (max-width: 768px) {
  .testimonio {
    flex-direction: column;
  }
}

@media only screen and (max-width: 550px) {
  .testimonio {
    margin: 2rem 0;
  }
}

.testimonio__izq {
  width: 16.6rem;
  min-width: 16.6rem;
  border-bottom: 1px solid transparent;
  padding-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  .testimonio__izq {
    border: none;
    width: 100%;
    min-width: 100%;
  }
}

.testimonio h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 2rem 0 1rem;
}

@media only screen and (max-width: 550px) {
  .testimonio h4 {
    font-size: 1.2rem;
    margin: .5rem 0 .2rem;
  }
}

.testimonio h5 {
  font-size: 1.25rem;
  margin: 0;
  color: #000;
  font-weight: normal;
  line-height: 1.3;
}

@media only screen and (max-width: 550px) {
  .testimonio h5 {
    font-size: 1rem;
  }
}

.testimonio__der {
  padding-left: 3.5rem;
}

.testimonio__der h6 {
  font-size: 1.25rem;
  margin: 0 0 1rem;
  font-weight: bold;
  line-height: 1.4;
  color: #000;
}

@media only screen and (max-width: 768px) {
  .testimonio__der h6 {
    font-size: 1rem;
  }
}

.testimonio__der p {
  font-size: 1.25rem;
  color: #000;
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  .testimonio__der p {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  .testimonio__der {
    padding-left: 0;
  }
}

.testimonio.tipo2 {
  margin-bottom: 6rem;
}

.testimonio.tipo2 .testimonio__izq {
  border: none;
  width: 14rem;
  min-width: 14rem;
}

@media only screen and (max-width: 550px) {
  .testimonio.tipo2 {
    margin-bottom: 3rem;
  }
}

.testimonio.morado .testimonio__izq {
  border-color: #75457C;
}

.testimonio.morado h4 {
  color: #75457C;
}

.testimonio.naranjo .testimonio__izq {
  border-color: #B5532D;
}

.testimonio.naranjo h4 {
  color: #B5532D;
}

.testimonio.amarillo .testimonio__izq {
  border-color: #E4B525;
}

.testimonio.amarillo h4 {
  color: #E4B525;
}

.testimonio.verde .testimonio__izq {
  border-color: #41A56B;
}

.testimonio.verde h4 {
  color: #41A56B;
}

.testimonio.azul .testimonio__izq {
  border-color: #0065BD;
}

.testimonio.azul h4 {
  color: #0065BD;
}

.video {
  margin: 2rem 0 4rem;
}

.video img {
  width: 100%;
}

.galeria-fotos {
  margin: 4rem 0;
}

.galeria-fotos h4 {
  margin-bottom: .5rem;
}

.galeria-fotos .carrusel img {
  width: 100%;
}

.galeria-fotos .carrusel .tns-nav {
  display: none;
}

.box-barrios {
  background: #B5532D;
  padding: 2.5rem 3.4rem 4rem;
  margin-bottom: 8rem;
}

@media only screen and (max-width: 550px) {
  .box-barrios {
    margin-bottom: 4rem;
  }
}

.box-barrios h4 {
  margin: 0 0 1.5rem;
  color: #fff;
  font-size: 1.3rem;
  font-weight: normal;
  padding-left: 5rem;
}

@media only screen and (max-width: 550px) {
  .box-barrios h4 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    padding-left: 2.8rem;
  }
}

.box-barrios__txt {
  display: flex;
  align-items: flex-start;
}

.box-barrios__txt img {
  margin-right: 2rem;
}

@media only screen and (max-width: 550px) {
  .box-barrios__txt img {
    margin-right: 1rem;
    width: 30px;
  }
}

.box-barrios__txt p {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .box-barrios__txt p {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 550px) {
  .box-barrios__txt p {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  .box-barrios {
    padding: 2rem 1rem;
  }
}

@media only screen and (max-width: 550px) {
  .box-barrios {
    padding: 1rem 1rem;
  }
}

.cuadro-bomberos {
  background: #83664C;
  padding: 1.6rem 2.25rem;
  margin: 4rem 0;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .cuadro-bomberos {
    flex-direction: column;
  }
}

@media only screen and (max-width: 550px) {
  .cuadro-bomberos {
    padding: 1.2rem;
  }
}

.cuadro-bomberos__izq {
  width: 55%;
  min-width: 55%;
  padding-right: 3rem;
  text-align: center;
}

.cuadro-bomberos__izq img {
  margin-bottom: -3rem;
  margin-top: 3rem;
}

@media only screen and (max-width: 768px) {
  .cuadro-bomberos__izq {
    width: 100%;
    min-width: 100%;
    padding-right: 0;
    margin-bottom: 2rem;
  }
  .cuadro-bomberos__izq img {
    margin: .5rem 0 0;
    max-width: 90%;
  }
}

.cuadro-bomberos__der {
  width: 45%;
  min-width: 45%;
  padding-right: 3rem;
}

@media only screen and (max-width: 768px) {
  .cuadro-bomberos__der {
    width: 100%;
    min-width: 100%;
    padding-right: 0;
  }
}

.cuadro-bomberos p {
  font-size: 1.3rem;
  color: #fff;
  text-align: left;
}

@media only screen and (max-width: 550px) {
  .cuadro-bomberos p {
    font-size: 1rem;
  }
}

.cuadro-bomberos h4 {
  color: #fff;
  font-size: 2.18rem;
  margin: 0 0 1rem;
  line-height: 1;
  padding-right: 1rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 1.5rem;
}

@media only screen and (max-width: 550px) {
  .cuadro-bomberos h4 {
    font-size: 1.6rem;
  }
}

.cuadro-bomberos h3 {
  color: #fff;
  font-size: 3.7rem;
  margin: 0 0rem;
  line-height: 1;
  padding-right: 1rem;
}

@media only screen and (max-width: 768px) {
  .cuadro-bomberos h3 br {
    display: none;
  }
}

@media only screen and (max-width: 550px) {
  .cuadro-bomberos h3 {
    font-size: 2rem;
  }
}

.cards-alianzas {
  background: #E4B525;
  padding: 2.8rem 3.75rem;
  margin-bottom: 6rem;
}

@media only screen and (max-width: 768px) {
  .cards-alianzas {
    padding: 1.5rem 1rem;
  }
}

@media only screen and (max-width: 550px) {
  .cards-alianzas {
    margin-bottom: 4rem;
  }
}

.cards-alianzas .card-alianza {
  border-bottom: 1px solid #fff;
  padding-bottom: 2rem;
  margin-bottom: 2.8rem;
}

@media only screen and (max-width: 550px) {
  .cards-alianzas .card-alianza {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}

.cards-alianzas .card-alianza h4 {
  font-size: 1.75rem;
  margin: 0 0 1rem;
}

@media only screen and (max-width: 550px) {
  .cards-alianzas .card-alianza h4 {
    font-size: 1.2rem;
  }
}

.cards-alianzas .card-alianza p {
  font-size: 1.31rem;
}

@media only screen and (max-width: 550px) {
  .cards-alianzas .card-alianza p {
    font-size: 1rem;
  }
}

.cards-alianzas .card-alianza:last-child {
  margin-bottom: 0;
  border: none;
}

.card-norte {
  background: #41A56B;
  display: flex;
  padding: 3.4rem;
  margin-bottom: 6rem;
}

.card-norte__txt {
  padding-left: 4.25rem;
}

.card-norte__txt p {
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .card-norte__txt {
    padding-left: 2rem;
  }
}

@media only screen and (max-width: 550px) {
  .card-norte__txt {
    padding-left: 0;
    margin-top: 1rem;
  }
  .card-norte__txt p {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  .card-norte {
    padding: 2rem 1rem;
  }
}

@media only screen and (max-width: 550px) {
  .card-norte {
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
  }
}

.btn-gris {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  background: #313D47;
  border-radius: 5px;
  background: #6983AC;
  width: 18.75rem;
  padding: 1rem .5rem;
  display: inline-block;
  text-align: center;
  margin-top: 1rem;
}

@media only screen and (max-width: 550px) {
  .btn-gris {
    margin-bottom: 4rem;
  }
}

footer {
  background: #EFEFEF;
  padding: 2.5rem 2.5rem 2.5rem 4.125rem;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  footer {
    flex-direction: column;
    padding: 2rem 1.5rem 2rem;
  }
}

@media only screen and (max-width: 768px) {
  footer .footer__izq {
    margin-bottom: 2rem;
  }
}

footer .footer__izq .logo {
  margin-bottom: 2.3rem;
  display: block;
}

@media only screen and (max-width: 550px) {
  footer .footer__izq .logo img {
    width: 200px;
  }
}

footer .footer__izq .redes a {
  display: flex;
  color: #000;
  font-size: 1rem;
  align-items: center;
  margin-bottom: .5rem;
}

footer .footer__izq .redes a img {
  width: 2.3rem;
  margin-right: .5rem;
}

footer .footer__izq .redes a:hover {
  color: #0065BD;
}

footer .footer__der {
  text-align: right;
}

footer .footer__der p {
  color: #313D47;
  text-align: right;
}
/*# sourceMappingURL=estilos.css.map */
