/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
.detalle-news h1,
.detalle-news p {
  font-family: 'Figtree', sans-serif !important;
}



html {
  font-size: 17px;
}

body {
  color: #2E2F31;
  font-weight: normal;
  width: 100%;
  max-width: 100%;
  font-family: 'Figtree', sans-serif;
  font-size: 17px;
}

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

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

p {
  font-size: 17px;
  line-height: 1.4;
  font-weight: normal;
  margin-top: 0;
}

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 6rem;
}

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

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

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  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: -.3em;
  margin-left: -.3em;
}

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

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

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

@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 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

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

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

@media (max-width: 1500px) {

  html,
  body,
  p {
    font-size: 17px;
  }
}

@media (max-width: 768px) {

  .animated,
  .animated-delay1,
  .animated-delay2,
  .animated-delay3,
  .animated-delay4,
  .wow {
    /*CSS transitions*/
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    animation: none !important;
    visibility: visible !important;
  }
}


body {
  padding-top: 4rem;
}

@media only screen and (max-width: 768px) {
  body {
    padding-top: 3rem;
  }
}

header {
  background: #FFFFFF;
  padding: .9rem 0;
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid #28698E;



}

header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  header .wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

header .logo {
  width: 8.5rem;
  display: block;
  margin-left: -6rem;
}

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

@media only screen and (max-width: 991px) {
  header .logo {
    margin-left: 0;
  }
}

header nav {
  margin-left: 0rem;
}

@media only screen and (max-width: 768px) {
  header nav {
    display: none;
  }
}

header nav a {
  font-size: 1.08rem;
  color: #2E2F31;
  font-weight: 400;
  display: inline-block;
  padding: .5rem;
  margin-left: 1rem;
}

header nav a:first-child {
  margin-left: 0;
}

header nav a.btn-suscribete {
  font-weight: 500;
  border-radius: .3rem;
  padding: .3rem .9rem .4rem;
  color: #fff;
  background: #28698E;
}


.btn-menu {
  display: none;
  z-index: 999;
  height: auto;
  position: fixed;
  top: 20px;
  right: 20px;
}

.btn-menu span {
  width: 30px;
  height: 3px;
  background-color: #2e2f31;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
}

.btn-menu span:nth-child(2) {
  width: 20px;
  transform: translateX(10px);
}

.btn-menu.open span {
  background: #fff;
}

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

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

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


@media only screen and (max-width: 768px) {
  .btn-menu {
    display: block;
  }
}

header .redes a {
  background: #28698E;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  header .redes {
    display: none;
  }
}

.menu {
  background: #Fff;
  padding: 2rem 0 4rem;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 10;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 0;
  top: -100%;
  visibility: hidden;
}

@media only screen and (max-width: 768px) {
  .menu {
    display: none;
  }
}

.menu.visible {
  top: 4rem;
  opacity: 1;
  visibility: visible;
}

.menu .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu .head h3 {
  font-size: 1.8rem;
  font-weight: normal;
  color: #2E2F31;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 3rem;
}

.menu .head h3 span {
  display: block;
  margin: 0 .2rem;
}

.menu .head h3 img {
  width: .375rem;
  min-width: .375rem;
}

.menu .head .cerrar {
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  color: #28698E;
}

.menu .head .cerrar i {
  font-size: 1.4rem;
  margin-left: .5rem;
}

.menu .temas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 41rem;
  margin: 0 auto;
}

.menu .temas a {
  display: block;
  width: 33.3%;
  color: #737478;
  font-weight: 500;
  font-size: 1.083rem;
  margin-bottom: 1rem;
}

.menu-mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .menu-mobile {
    display: block;
    padding: 1rem;
    background: #28698E;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    height: 100vh;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
  }

  .menu-mobile.visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .menu-mobile .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3rem;
  }

  .menu-mobile .head .logo {
    display: block;
    width: 85px;
  }

  .menu-mobile .head .logo img {
    width: 100%;
  }

  .menu-mobile .head .cerrar {
    cursor: pointer;
    font-size: 1.4rem;
  }

  .menu-mobile .head .cerrar i {
    color: #fff;
  }

  .menu-mobile .c-menu .temas {
    border-bottom: 1px solid #fff;
  }

  .menu-mobile .c-menu .temas h4 {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    margin: 0 0 2rem;
  }

  .menu-mobile .c-menu .temas .items {
    height: 40vh;
    max-height: 250px;
    overflow: auto;
  }

  .menu-mobile .c-menu .temas .items a {
    font-size: 1rem;
    color: #fff;
    display: block;
    margin-bottom: 1rem;
  }

  .menu-mobile .c-menu .acerca {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    margin: 0;
    border-bottom: 1px solid #fff;
    padding: .7rem 0 .9rem;
    display: block;
    margin-bottom: 2rem;
  }

  .menu-mobile .c-menu .suscribete {
    font-weight: 600;
    border: 1px solid #fff;
    border-radius: .3rem;
    padding: .3rem .9rem .4rem;
    color: #fff;
    font-size: 30px;
    margin-bottom: 2rem;
    display: inline-block;
  }

  .menu-mobile .redes a {
    color: #28698E;
    background: #fff;
    margin-left: 0;
    margin-right: .8rem;
  }
}

.s-block {
  padding-bottom: 6.6rem;
}

.c-blog .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-blog .sidebar {
  width: 32%;
  min-width: 32%;
  top: 40px;
  height: 100%;
  text-align: left;
  padding: 2.5rem 2.1rem 2.5rem 0;
  border-right: 1px solid #EAEBEF;
}

@media only screen and (max-width: 991px) {
  .c-blog .sidebar {
    display: none;
  }
}

.c-blog .sidebar h3 {
  font-size: 1.7rem;
  font-weight: normal;
  color: #737478;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 3rem;
}

.c-blog .sidebar h3 span {
  display: block;
  margin: 0 .2rem;
}

.c-blog .sidebar h3 img {
  width: .375rem;
  min-width: .375rem;
}

.c-blog .sidebar .ultimas-publicaciones .item {
  padding: 0 0 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #28698E;
}

.c-blog .sidebar .ultimas-publicaciones .item h4 {
  font-size: 1.083rem;
  margin: 0 0 .5rem;
  font-weight: 500;
}

.c-blog .sidebar .ultimas-publicaciones .item h4 a {
  color: #2E2F31;
}

.c-blog .sidebar .ultimas-publicaciones .item p {
  color: #737478;
  margin: 0;
  font-size: .66rem;
}

.c-blog .contenido {
  width: 66%;
  min-width: 66%;
  padding-left: 2rem;
  padding-top: 2rem;
}

@media only screen and (max-width: 991px) {
  .c-blog .contenido {
    width: 100%;
    min-width: 100%;
    padding-left: 0;
  }
}

@media only screen and (max-width: 550px) {
  .c-blog .contenido {
    padding-top: 0;
  }
}

.banner {
  margin-bottom: 2.2rem;
}

.banner img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .banner {
    margin: 3rem -15px 1rem;
  }
}

.noticias {
  margin-bottom: 3rem;
}

.noticias .box-noticia {
  border-bottom: 1px solid #EAEBEF;
  padding-bottom: 1rem;
  margin-bottom: 2rem;

}

.noticias .box-noticia .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 1.2rem;
  margin-top: 10px;
}

@media only screen and (max-width: 550px) {
  .noticias .box-noticia .meta {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 3rem;
  }

  .noticias .box-noticia .meta .tags {
    width: 100%;
    margin-top: 1rem;
  }
}

.noticias .box-noticia h2 {
  font-size: 2.1rem;
  margin: 0 0 2rem;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .noticias .box-noticia h2 {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
}

.noticias .box-noticia figure {
  max-width: 100%;
  margin-bottom: 1.5rem;
}

.noticias .box-noticia figure img {
  max-width: 100%;
}

.noticias .box-noticia figure figcaption {
  color: #737478;
  font-weight: 500;
  font-size: .66rem;
  margin-top: .5rem;
}

.noticias .box-noticia .contenido-noticia {
  margin-bottom: 2rem;
}

.noticias .box-noticia .contenido-noticia p {
  font-size: 1.083rem;
  font-weight: 400;
}

.noticias .box-noticia .contenido-noticia p a {
  color: #28698E;
  text-decoration: underline;
}

.noticias .box-noticia .botones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 550px) {
  .noticias .box-noticia .botones {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.noticias .box-noticia .botones a.btn-ver {
  background: #28698E;
  color: #fff;
  padding: .6rem 1rem;
  font-weight: 400;
}

.noticias .box-noticia .botones a.btn-ver i {
  font-size: .6rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: .3rem;
  margin-bottom: .1rem;
}

.noticias .box-noticia .botones a.btn-ver:hover {
  background: #225a7a;
}

@media only screen and (max-width: 550px) {
  .noticias .box-noticia .botones a.btn-ver {
    margin-bottom: 1rem;
  }
}

.noticias .box-noticia>figure {
  width: 100%;
}

.noticias .box-noticia>figure img {
  width: 100%;
}

.redes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.redes a {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  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;
  border: 1px solid #EAEBEF;
  text-align: center;
  color: #28698E;
  font-size: .9rem;
  margin-left: .8rem;
}

.redes a:hover {
  background: #28698E;
  color: #fff;
}

@media only screen and (max-width: 550px) {
  .redes a {
    margin-left: 0;
    margin-right: .8rem;
  }
}

.tags a {
  font-size: .6rem;
  color: #28698E;
  border: 1px solid #EAEBEF;
  padding: .2rem .4rem;
  border-radius: .3rem;
  display: inline-block;
}

.tags a:hover {
  background: #eee;
}

.autor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.autor figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 !important;
  width: auto;
}

.autor figure .parentesis {
  width: .375rem;
  height: auto;
}

.autor figure .avatar {
  width: 1.95rem;
  min-width: 1.95rem;
  height: auto;
  margin: 0 .1rem;
}

.autor .texto {
  /* padding-left: .7rem; */
}

.autor .texto h5 {
  margin: 0 0 .3rem;
  font-size: 1em;
  color: #2E2F31;
  font-weight: 600;
}

.autor .texto p {
  margin: 0;
  color: #737478;
  font-size: 1em;
}

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

.ver-mas a {
  font-size: 1.083rem;
  color: #28698E;
  font-weight: 500;
  border: 1px solid #28698E;
  display: inline-block;
  padding: .7rem 1.5rem;
  border-radius: .4rem;
}

.ver-mas a:hover {
  background: #eee;
}

.detalle-noticia {
  width: 43.75rem;
  margin: 0 auto;
  max-width: 100%;
  padding-top: 2rem;
}

@media only screen and (max-width: 550px) {
  .detalle-noticia {
    padding-top: 0;
  }
}

.detalle-noticia .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
}

.detalle-noticia .meta .fecha {
  color: #737478;
  font-size: .66rem;
  margin-right: .5rem;
}

.detalle-noticia h1 {
  font-size: 2.3rem;
  margin: 0 0 2rem;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .detalle-noticia h1 {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
}

.detalle-noticia .autor {
  margin-bottom: 0rem;
}

.detalle-noticia .autor figure {
  width: auto;
}

.detalle-noticia .redes {
  margin: 1rem 0 2rem;
}

.detalle-noticia .redes.redes-bottom {
  margin-top: 2.5rem;
}

.detalle-noticia .redes a {
  margin-left: 0;
  margin-right: .8rem;
}

.detalle-noticia figure {
  width: 100%;
  margin-bottom: 1.5rem;
}

.detalle-noticia figure img {
  width: 100%;
}

.detalle-noticia figure figcaption {
  color: #737478;
  font-weight: 500;
  font-size: .66rem;
  margin-top: .5rem;
}

.detalle-noticia .contenido-noticia {
  margin-bottom: 2rem;
}

.detalle-noticia .contenido-noticia p {
  font-size: 1.083rem;
  font-weight: 400;
}

.detalle-noticia .contenido-noticia p a {
  color: #28698E;
}

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

  .detalle-noticia .contenido-noticia ol li {
    font-size: .9rem !important;
  }

  .detalle-noticia .contenido-noticia ul li {
    font-size: .9rem !important;
  }
}

.detalle-noticia .contenido-noticia h5 {
  font-size: 1.083rem;
  font-weight: bold;
  margin: 2rem 0 .2rem;
}

.detalle-noticia .contenido-noticia ul {
  list-style: none;
  padding-left: 1.5rem;
  margin: 3rem 0;
}

.detalle-noticia .contenido-noticia ul li {
  padding-left: 1rem;
  position: relative;
  margin-bottom: 1.2rem;
  font-size: 1.083rem;
  font-weight: 400;
  line-height: 1.4;
}

.detalle-noticia .contenido-noticia ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #28698E;
  position: absolute;
  left: 0;
  top: .4rem;
  display: block;
}

.detalle-noticia .contenido-noticia ul li a {
  color: #28698E;
  text-decoration: underline;
}

.detalle-noticia .contenido-noticia blockquote {
  background: #EAEBEF;
  padding: 3rem 2.5rem;
  margin: 3rem 0;
}

.detalle-noticia .contenido-noticia blockquote p {
  font-size: 1.4rem;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .detalle-noticia .contenido-noticia blockquote p {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 550px) {
  .detalle-noticia .contenido-noticia blockquote {
    padding: 2rem 1.5rem;
  }
}

.w-detalle {
  border-bottom: 1px solid #EAEBEF;
  margin-bottom: 1rem;
  margin-top: 3rem;
}

.relacionadas h3 {
  font-size: 1.7rem;
  font-weight: normal;
  color: #737478;
  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;
  margin-bottom: 3rem;
}

.relacionadas h3 span {
  display: block;
  margin: 0 .2rem;
}

.relacionadas h3 img {
  width: .375rem;
  min-width: .375rem;
}

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

.detalle-info {
  width: 43.75rem;
  margin: 0 auto;
  max-width: 100%;
  padding-top: 2rem;
}

.detalle-info h4 {
  font-size: 1.083rem;
  margin: 0;
  color: #737478;
  font-weight: 500;
}

@media only screen and (max-width: 550px) {
  .detalle-info h4 {
    font-size: .8rem;
  }
}

.detalle-info h1 {
  margin: 0 0 1.5rem;
  font-size: 3.16rem;
  color: #2E2F31;
  font-weight: 600;
}

@media only screen and (max-width: 550px) {
  .detalle-info h1 {
    font-size: 1.2rem;
  }
}

.detalle-info p {
  font-size: 1.083rem;
  font-weight: 400;
}

.detalle-info p a {
  color: #28698E;
}

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

.detalle-info h5 {
  font-size: 1.083rem;
  font-weight: bold;
  margin: 2rem 0 .2rem;
}

.detalle-news {
  width: 53rem;
  margin: 0 auto;
  max-width: 100%;
  padding-top: 2rem;
}

.detalle-news h4 {
  font-size: 1.083rem;
  margin: 0;
  color: #737478;
  font-weight: 500;
}

@media only screen and (max-width: 550px) {
  .detalle-news h4 {
    font-size: .8rem;
  }
}

.detalle-news h1 {
  margin: 0 0 1.5rem;
  font-size: 3.16rem;
  color: #2E2F31;
  font-weight: 600;
}

@media only screen and (max-width: 550px) {
  .detalle-news h1 {
    font-size: 1.2rem;
  }
}

.detalle-news p {
  font-size: 1.083rem;
  font-weight: 400;
  width: 43.75rem;
  max-width: 100%;
}

.detalle-news p a {
  color: #28698E;
}

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

.detalle-news .newsletters {
  margin-top: 4rem;
}

.detalle-news .newsletters .box-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 3rem;
}

.detalle-news .newsletters .box-news .icono {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.detalle-news .newsletters .box-news .icono .parentesis {
  width: .375rem;
  height: auto;
}

.detalle-news .newsletters .box-news .icono .ic-news {
  width: 1.5rem;
  min-width: 1.5rem;
  margin: 0 .3rem;
}

.detalle-news .newsletters .box-news .texto {
  padding-left: 1rem;
}

.detalle-news .newsletters .box-news .texto h4 {
  font-weight: bold;
  color: #28698E;
  margin: 0 0 1rem;
  font-size: 1rem;
}

.detalle-news .newsletters .box-news .texto p {
  font-size: .75rem;
  width: 100%;
}

.detalle-news .newsletters .box-news .texto .suscribir input {
  margin-right: .2rem;
}

.detalle-news .newsletters .box-news .texto .suscribir label {
  color: #737478;
  font-weight: 500;
  font-size: .83rem;
}

.form-news {
  background: white;
  padding: 4rem 0;
  text-align: center;
}

.form-news .w-form {
  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;
  color: #fff;
}

@media only screen and (max-width: 550px) {
  .form-news .w-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
  }
}

.form-news .w-form input[type="text"] {
  font-size: .83rem;
  background: #fff;
  border-radius: .5rem;
  padding: .5rem .8rem;
  width: 24.6rem;
  height: 2.5rem;
  border: none;
}

@media only screen and (max-width: 550px) {
  .form-news .w-form input[type="text"] {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.form-news .w-form input[type="submit"] {
  height: 2.5rem;
  background: #28698E;
  border: 1px solid #28698E;
  border-radius: .5rem;
  padding: .5rem .8rem;
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
  margin-left: .5rem;
}

@media only screen and (max-width: 550px) {
  .form-news .w-form input[type="submit"] {
    margin-left: 0;
    width: 100%;
  }
}

footer {
  background: #F4F5F6;
  padding: 3rem 0;
  display: none;
}

footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  footer .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

footer .f-1 {
  width: 19.4rem;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .f-1 .logo {
  width: 5.3rem;
  display: block;
  margin-bottom: 1rem;
}

footer .f-1 .logo img {
  width: 100%;
}

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

footer .f-1 p {
  font-size: 1.4rem;
  color: #2E2F31;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0rem;
}

@media only screen and (max-width: 768px) {
  footer .f-1 p {
    display: none;
  }
}

footer .f-1 .copy {
  font-size: .7rem;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  footer .f-1 .copy {
    display: none;
  }
}

footer .f-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .f-2 .item-menu {
  margin-left: 3rem;
}

@media only screen and (max-width: 768px) {
  footer .f-2 .item-menu:first-child {
    margin-left: 0;
  }
}

footer .f-2 .item-menu h4 {
  font-size: 1.083rem;
  font-weight: 500;
  margin: 0 0 1rem;
  color: #2E2F31;
}

footer .f-2 .item-menu ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

footer .f-2 .item-menu ul li {
  margin-bottom: .8rem;
}

footer .f-2 .item-menu ul li:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 550px) {
  footer .f-2 .item-menu ul li {
    margin-bottom: .5rem;
  }
}

footer .f-2 .item-menu ul li a {
  color: #737478;
  font-size: .7rem;
  font-weight: 500;
}

footer .f-2 .item-menu ul li a:hover {
  color: #2E2F31;
}

@media only screen and (max-width: 550px) {
  footer .f-2 .item-menu ul li a {
    font-size: .55rem;
  }
}

.tnp-field.tnp-privacy-field a {
  color: #fff;
}

.tnp-subscription div.tnp-field {
  display: inline-block;
}

.tnp-email {
  font-size: .83rem !important;
  background: #fff !important;
  border-radius: .5rem !important;
  padding: .5rem .8rem !important;
  width: 24.6rem !important;
  height: 2.5rem !important;
  border: none !important;
}

.tnp-lists {
  color: #fff;
}

.tnp-submit {
  height: 2.5rem !important;
  background: #19ABFF !important;
  border: 1px solid #fff !important;
  border-radius: .5rem !important;
  padding: .5rem .8rem !important;
  font-size: 1.25rem !important;
  color: #fff !important;
  font-weight: bold !important;
  margin-left: .5rem !important;
}

.form-news {
  padding-bottom: 0;
}

.form-news .w-form {}

.form-news form {
  width: 100%;
  padding: 0 15px 140px;
  display: block;
  position: relative;
}

.form-news .tnp-subscription {
  max-width: 100%;
  position: relative;
  margin-bottom: 0;
}

.form-news .tnp-subscription:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 130px;
  background: #336699;
}

.form-news .tnp-subscription div.tnp-field.tnp-field-email {
  position: absolute;
  left: 40px;
  bottom: 1.5rem;
  text-align: left;
  z-index: 2;
}

.form-news .tnp-subscription div.tnp-field.tnp-field-email label {
  color: #fff;
}

.form-news .tnp-subscription div.tnp-field.tnp-field-button {
  position: absolute;
  bottom: 4rem;
  left: 28rem;
  z-index: 2;
}

.form-news .tnp-subscription div.tnp-field.tnp-field-button input {
  background: transparent !important;
}

.form-news form .tnp-lists {
  width: 100%;
  text-align: left;
}

.form-news form .tnp-lists .tnp-field.tnp-field-list {
  display: inline-block;
  width: 32%;
  padding: 0 4rem;
  margin-bottom: 2rem;
}

.form-news form .tnp-field label {
  color: #131313;
  position: relative;
  padding-right: 30px;
  display: block;
  font-size: 1rem;
}

.form-news form .tnp-field label input {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
}

.form-news .tnp-subscription {
  max-width: 100%;
}

.form-news .tnp-field.tnp-privacy-field a {
  color: #131313;
}


@media only screen and (max-width: 991px) {
  .form-news form .tnp-lists .tnp-field.tnp-field-list {
    padding: 0 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .form-news form {
    padding-bottom: 200px;
  }

  .form-news .tnp-subscription:after {
    height: 200px;
  }

  .form-news form .tnp-lists .tnp-field.tnp-field-list {
    width: 48%;
    padding: 0 10px;
  }

  .form-news .tnp-subscription div.tnp-field.tnp-field-email {
    left: 15px;
    width: calc(100% - 30px);
    bottom: 90px;
  }

  .form-news .tnp-subscription div.tnp-field.tnp-field-email input {
    width: 100% !important;
  }

  .form-news .tnp-subscription div.tnp-field.tnp-field-button {
    left: 5px;
    width: 200px;
  }
}

@media only screen and (max-width: 640px) {
  .form-news {
    padding-top: 2rem;
  }

  .form-news form .tnp-lists .tnp-field.tnp-field-list {
    width: 100%;
    padding: 0 5px 0 0;
  }
}

.input_email {
  font-size: .83rem;
  background: #fff;
  border-radius: .5rem;
  padding: .5rem .8rem;
  width: 90%;
  height: 2.5rem;
  border: none;
}

.form-news .w-form {
  flex-direction: column;
}

.detalle-noticia .contenido-noticia ol {

  padding-left: 1.5rem;
  margin: 3rem 0;
}

.detalle-noticia .contenido-noticia ol li {
  padding-left: 1rem;
  position: relative;
  margin-bottom: 1.2rem;
  font-size: 1.083rem;
  font-weight: 400;
  line-height: 1.4;
}

.buscador {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  position: absolute;
  top: 95px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  padding: 2rem 0rem;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.44);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.44);
}

.buscador.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.buscador .form-group {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .buscador .form-group {
    width: 100%;
  }
}

.buscador .form-group input {
  width: 100%;
  height: 2rem;
  border: none;
  border-bottom: 1px solid #ccc;
  padding-left: 3rem;
}

.buscador .form-group i {
  color: #999;
  position: absolute;
  top: .5rem;
  left: .5rem;
}

.lupa-mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .lupa-mobile {
    display: block;
    top: 1.5rem;
    right: 4rem;
    font-size: 1.3rem;
    z-index: 99;
    color: #2e2f31;
    position: fixed;
  }
}

@media only screen and (max-width: 768px) {
  .buscador {
    position: fixed;
  }
}

.video-responsive {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
  margin-bottom: 3rem;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  section.s-block.c-blog {
    padding-top: 0;
  }
}


.bsky svg {
  width: 17px;
  color: #28698e;
  fill: #28698e;
}

.bsky:hover svg {
  color: #fff;
  fill: #fff;
}

/* PAGINA SUSCRIPCION */

a {
  text-decoration: none !important;
}

.buscador {
  display: none;

}

.buscador.visible {
  display: block;
}

.hero-section {
  position: relative;
  width: 100%;
  height: 550px;
  background: url('../images/business.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-self: center;
  top: 0px !important;

}

.hero-section .subscribe-form input {
  border-radius: 10px;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 87, 132, 0.60);
}


.newsletter-container {
  text-align: center;
  color: white;
  max-width: 764px;
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: 5%;
}

input::placeholder {
  padding-left: 10px;
  /* Ajusta el espacio en el lado izquierdo del texto del placeholder */

}

.newsletter-container h2 {
  font-size: 28px;
  font-family: 'Figtree', sans-serif !important;
  font-weight: 400;
  line-height: 40px;
}

.newsletter-container h2 span {
  font-weight: 700;
}

.newsletter-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 10px;
}

.newsletter-description span {
  font-weight: 600;
}

.subscribe-form {
  background: white;
  border-radius: 8px;
  display: flex;
  align-items: center;

  gap: 20px;
  justify-content: space-between;
  max-width: 500px;
  margin: 20px auto;

}

.subscribe-form input {
  border: none;
  outline: none;
  flex: 1;
  font-size: 18px;
  color: #828282;
}

.subscribe-button {
  background: #005784;
  color: white;
  border-radius: 8px;
  padding: 12px 28px;
  border: none;
  font-size: 18px;
  font-weight: 500;
}

.subscribe-button:hover {
  background: #003f5e;
}

.icon-container {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.icon-container div {
  width: 30px;
  height: 24px;

}

.newsletter-titulo {
  color: #005784;
  font-size: 28px;
  font-family: Figtree;
  font-weight: 400;
  line-height: 40px;
  word-wrap: break-word
}

.newsletter {
  color: #005784;
  font-size: 28px;
  font-family: Figtree;
  font-weight: 700;
  line-height: 40px;
  word-wrap: break-word
}

.news-card {

  min-height: 250px;
  background: #E6EDF1;
}

.news-card div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 250px;
}


.news-card div img {
  width: 180px;
}

.news-footer {
  background: #005784;
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 14px;
}

@media (max-width:720px) {

  .container.py-5 {
      padding-top: 0px !important;
  }

  .newsletter-container h2 {
      font-size: 18px;

  }

  .icon-container {

      width: 40px;
      height: 40px;
  }

  .icon-container div {
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .icon-container div img {
      max-width: 25px;
  }

  .subscribe-form {

      height: 45px;
  }

  .subscribe-button {

      padding: 10px 28px;


  }

}


@media (min-width: 1200px) {

  .box-1 .col-md-4:before,
  .box3:before,
  .col-md-3:before {
      border: 0px !important;

  }
}


@media (max-width: 720px) {
  .container {


      height: auto !important;

  }

  .icon-container {
      position: relative;
      top: 0px;
  }

  .subscribe-form {
      gap: 0px !important;
      padding: 0px;
  }

  .subscribe-button {
      padding: 0;
      margin: 0;
      height: 45px;
      display: block;
      width: 150px;
      /* float: right; */
  }



}