
@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@600&display=swap');

html {
    font-size: 17px;
}

.detalle-news h1, .detalle-news p {
	font-family: 'Figtree', sans-serif !important;
}



body {
    color: #2e2f31;
    font-weight: 400;
    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: 400;
    margin-top: 0;
}
p b {
    font-weight: 700;
}
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: -0.3em;
    margin-left: -0.3em;
}
.row.row-small > [class^="col-"],
.row.row-small > [class*=" col-"] {
    padding-right: 0.3em;
    padding-left: 0.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 {
        -webkit-transition-property: none !important;
        transition-property: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-animation: none !important;
        animation: none !important;
        visibility: visible !important;
    }
}
body {
    padding-top: 4rem;
}
@media only screen and (max-width: 768px) {
    body {
        padding-top: 95px;
    }
	.s-block {
    padding-top: 0rem;
	}
}
header {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0;
	padding: 0;
}
header .wrap {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    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;
}
header .bg-blue{
    background: #005784;
}
header .wrap.py-2{
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #005784;
    background-color: #fff;
}
header .wrap .bottom-bar-menu{
    position: relative;
    width: 88%;
}
header .wrap .bottom-bar-menu ul {
	display: block;
	padding-left: 0;
	margin: 0;
}
header .wrap .bottom-bar-menu ul li {
	display: inline-block;
}
header .wrap .bottom-bar-menu a{
    display: inline-block;
    padding: 0 .7rem;
    color: #005784;
    border-right: 1px solid #005784;
}
header .wrap .bottom-bar-menu a:hover{
    text-decoration: underline;
}
header .wrap .bottom-bar-menu li:last-child a {
    border: none;
}
header .wrap .btn-about a{
    display: inline-block;
    padding: 0 1rem;
    color: #005784;
}
header .wrap .btn-about a:hover{
    text-decoration: underline;
}
@media only screen and (max-width: 768px) {
    header .wrap {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: flex-start;
    }
    header .wrap.py-2{
        display: none;
    }
}
header .logo {
    width: 8.5rem;
    display: block;
    margin-left: 3rem;
}
header .logo img {
    width: 100%;
    vertical-align: bottom;
}
@media only screen and (max-width: 991px) {
    header .logo {
        margin-left: 0;
    }
}
header nav {
    margin-left: 0;
}
@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: 0.5rem;
    margin-left: 1rem;
}
header nav a:first-child {
    margin-left: 0;
}
header nav a.btn-suscribete {
    font-weight: 400;
    border-radius: 0.3rem;
    padding: 0.3rem 0.9rem 0.4rem;
    color: #005784;
    background: #ffffff;
}
.btn-menu {
    display: none;
    z-index: 999;
    height: auto;
    position: fixed;
    top: 30px;
    right: 20px;
    cursor: pointer;
}
.btn-menu span {
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin: 6px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: block;
}
.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: #ffffff;
    color: #005784;
}
@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 0.5s ease;
    transition: all 0.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: 400;
    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 0.2rem;
}
.menu .head h3 img {
    width: 0.375rem;
    min-width: 0.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: 0.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: 991px) {


 


    .menu-mobile {
        display: block;
        padding: 1rem;
        background: #005784;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        height: 100vh;
        -webkit-transition: all 0.3s ease;
        transition: all 0.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;
        margin-top: 12px;
    }
    .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 h4 {
        font-size: 30px;
        color: #fff;
        font-weight: 400;
        margin: 0 0 2rem;
    }
    .menu-mobile .c-menu .temas .items {
        height: 40vh;
        max-height: 350px;
        overflow: auto;
        margin-bottom: 1rem;
    }
	.menu-mobile .c-menu .temas .items ul {
		padding-left: 0;
		display: block;
	}
	.menu-mobile .c-menu .temas .items ul li {
		display: block;
	}
    .menu-mobile .c-menu .temas .items a {
        font-size: 1.75rem;
        color: #fff;
        display: block;
        margin-bottom: .9rem;
    }
    .menu-mobile .c-menu .acerca {
        font-size: 30px;
        color: #fff;
        font-weight: 400;
        margin: 0;
        padding: 0.7rem 0 0.9rem;
        display: block;
        margin-bottom: 2rem;
    }
    .menu-mobile .c-menu .borders {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .menu-mobile .c-menu .suscribete {
        font-weight: 400;
        border: 1px solid #fff;
        border-radius: 0.3rem;
        padding: 0.3rem 0.9rem 0.4rem;
        color: #005784;
        background-color: #fff;
        font-size: 35px;
        margin-top: 1rem;
        margin-bottom: 1rem;
        display: inline-block;
    }
    .menu-mobile .c-menu .suscribete:hover {
        color: #fff;
        background-color: #005784;
    }
    .menu-mobile .redes a {
        color: #28698e;
        background: #fff;
        margin-left: 0;
        margin-right: 0.8rem;
    }
}
.s-block {
	padding-bottom: 6.6rem;
	/*padding-top: 5rem;*/
	padding-top: 1rem;
}
.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: 1rem 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.6rem;
    font-weight: 400;
    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 0.2rem;
}
.c-blog .sidebar h3 img {
    width: 0.375rem;
    min-width: 0.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 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: 0.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:0!important;
    margin-bottom: 2.2rem!important;
}
.banner img {
    width: 100%!important;
}
@media screen and (min-width: 1280px) {
    .banner {
        margin: 0!important;
    }
}

.banner div,
.banner a,
.banner img{
    width: 100%!important;
    max-width:100%!important;
}
.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: 0.66rem;
    margin-top: 0.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: 0.6rem 1rem;
    font-weight: 400;
}
.noticias .box-noticia .botones a.btn-ver i {
    font-size: 0.6rem;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.3rem;
    margin-bottom: 0.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: 0.9rem;
    margin-left: 0.8rem;
}
.redes a:hover {
    background: #28698e;
    color: #fff;
}
@media only screen and (max-width: 550px) {
    .redes a {
        margin-left: 0;
        margin-right: 0.8rem;
    }
}
.tags a {
    font-size: 0.6rem;
    color: #28698e;
    border: 1px solid #eaebef;
    padding: 0.2rem 0.4rem;
    border-radius: 0.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: 0.375rem;
    height: auto;
}
.autor figure .avatar {
    width: 1.95rem;
    min-width: 1.95rem;
    height: auto;
    margin: 0 0.1rem;
}
.autor .texto h5 {
    margin: 0 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: 0.7rem 1.5rem;
    border-radius: 0.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: 0.66rem;
    margin-right: 0.5rem;
}
.detalle-noticia h1 {
    font-size: 2.3rem;
    margin: 0 0 2rem;
    font-weight: 600;
}
.detalle-noticia h1 a {
	color:inherit;
}
@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: 0;
}
.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: 0.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: 0.66rem;
    margin-top: 0.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: 0.9rem;
    }
    .detalle-noticia .contenido-noticia ol li {
        font-size: 0.9rem !important;
    }
    .detalle-noticia .contenido-noticia ul li {
        font-size: 0.9rem !important;
    }
}
.detalle-noticia .contenido-noticia h5 {
    font-size: 1.083rem;
    font-weight: 700;
    margin: 2rem 0 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: 0.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: 400;
    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 0.2rem;
}
.relacionadas h3 img {
    width: 0.375rem;
    min-width: 0.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: 0.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: 0.9rem;
    }
}
.detalle-info h5 {
    font-size: 1.083rem;
    font-weight: 700;
    margin: 2rem 0 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: 0.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: 0.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: 0.375rem;
    height: auto;
}
.detalle-news .newsletters .box-news .icono .ic-news {
    width: 1.5rem;
    min-width: 1.5rem;
    margin: 0 0.3rem;
}
.detalle-news .newsletters .box-news .texto {
    padding-left: 1rem;
}
.detalle-news .newsletters .box-news .texto h4 {
    font-weight: 700;
    color: #28698e;
    margin: 0 0 1rem;
    font-size: 1rem;
}
.detalle-news .newsletters .box-news .texto p {
    font-size: 0.75rem;
    width: 100%;
}
.detalle-news .newsletters .box-news .texto .suscribir input {
    margin-right: 0.2rem;
}
.detalle-news .newsletters .box-news .texto .suscribir label {
    color: #737478;
    font-weight: 500;
    font-size: 0.83rem;
}
.form-news {
    background: #fff;
    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: 0.83rem;
    background: #fff;
    border-radius: 0.5rem;
    padding: 0.5rem 0.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: 0.5rem;
    padding: 0.5rem 0.8rem;
    font-size: 1.25rem;
    color: #fff;
    font-weight: 700;
    margin-left: 0.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: 0;
}
@media only screen and (max-width: 768px) {
    footer .f-1 p {
        display: none;
    }
}
footer .f-1 .copy {
    font-size: 0.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: 0.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: 0.5rem;
    }
}
footer .f-2 .item-menu ul li a {
    color: #737478;
    font-size: 0.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: 0.55rem;
    }
}
.tnp-field.tnp-privacy-field a {
    color: #fff;
}
.tnp-subscription div.tnp-field {
    display: inline-block;
}
.tnp-email {
    font-size: 0.83rem !important;
    background: #fff !important;
    border-radius: 0.5rem !important;
    padding: 0.5rem 0.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: 0.5rem !important;
    padding: 0.5rem 0.8rem !important;
    font-size: 1.25rem !important;
    color: #fff !important;
    font-weight: 700 !important;
    margin-left: 0.5rem !important;
}
.form-news {
    padding-bottom: 0;
}
.form-news form {
    width: 100%;
    padding: 0 15px 40px;
    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: #369;
}
.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: 0 0 !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 #fide-content-code-embed ul li {
    color: #005784;
}
.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: 0.83rem;
    background: #fff;
    border-radius: 0.5rem;
    padding: 0.5rem 0.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 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    position: relative;
    height: 0px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
    padding: 2rem 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.44);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.44);
}
.buscador.visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: 120px;
}
.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: 0.5rem;
    left: 0.5rem;
}
.lupa-mobile {
    display: none;
}
@media only screen and (max-width: 768px) {
    .lupa-mobile {
        display: block;
        top: 35px;
        right: 4rem;
        font-size: 1rem;
        z-index: 99;
        color: #005784;
        background-color: #fff;
        position: fixed;
        cursor: pointer;
        padding: 2px 3px;
        border-radius: 50%;
    }
}
@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;
	}
}

header .wrap .bottom-bar-menu ul.sub-menu {
	display:none;
}


header .wrap .bottom-bar-menu {
    position: relative;
    width: 93%;
}

header .wrap .bottom-bar-menu a {
    padding: 0 0.3rem;
	font-size: 15px;
}

header .wrap .btn-about a {
    padding: 0rem;
}
@media (min-width:767px) {
	#pum-105747 {
		display:none;
	}
}

.banner-mobile,
.banner-mobile img{
	width:100%!important;
    max-width:100%!important;
}

.banner-mobile{
	margin:3rem 0;
}





/*footer 2023*/
footer.footer-completo {
	display: block;
	background-color: #005784;
}
footer.footer-completo .logo_footer {
	height: 30px;
}
.menu-footer {
	display: flex;
    list-style: none;
    padding-left: 0;
	margin-bottom: 0;
}
.menu-footer li {
	border-right:2px solid white;
}
.menu-footer li a {
	color: white;
	padding: 3px 8px;
	font-size: 13px;
}
.menu-footer li:last-child {
	border-right:0 none;
}
.menu-footer li:first-child a {
	padding-left: 0;
}
footer.footer-completo .redes {
	margin-top: 13px;
	justify-content: flex-end;
}
footer.footer-completo .redes a {
	border:0 none;
	color: #FFF;
}
footer.footer-completo .redes a:hover {
	border: 1px solid #eaebef;
}
footer.footer-completo .border-top {
	border-top:1px solid white;
}
footer.footer-completo .container > .row {
	align-items: flex-start;
	
}
footer.footer-completo #fide-embed-form label {
	display: none;
}
footer.footer-completo #fide-embed-form .form-control {
	border-radius: 4px;
	width: 100%;
	height: 35px;
	border:0 none;
	margin-top: 10px;
}
footer.footer-completo #fide-embed-form {
	position: relative;
}
footer.footer-completo #fide-embed-form .btn-send-form-fide {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	background: transparent;
	border:0 none;
	color: #005784;
	font-weight: bold;
	right: 5px;
    bottom: 5px;
}
footer.footer-completo .content-widget-fide p {
	margin-bottom: 0;
	color: #FFF;
	font-size: 16px;
}

@media (max-width:768px) {
	.menu-footer {
		flex-wrap: wrap;
	}
	footer.footer-completo .border-top {
		margin-top: 1rem;
	}
	footer.footer-completo .redes {
		justify-content: center;
	}
	footer.footer-completo .redes a {
		margin-left: 5px;
		margin-right: 5px;
	}
}






/*video*/
.video_prev {
	position: relative;
}
.video_prev:after {
	display: block;
	content: '';
	background-image: url("../images/player.png");
	height: 23px;
    position: absolute;
    bottom: 9px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.video_item {
	border-radius:6px;
	width: 100%;
	height: auto;
}
.item_video h4 {
	margin-top: 10px;
	font-size: 16px;
	font-weight: 700;
}
.item_video h4 a {
	color: inherit;
}
.item_video_principal {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 2rem;
}
.item_video_principal .video_prev {
	width: 50%;
    margin-right: 20px;
}
.contenido_video {
	width: 50%;
}
.contenido_video h5 {
	color: #005784;
	font-size: 20px;
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 15px;

}
.contenido_video h4 {
	color: #000;
	font-size: 26px;
	line-height: 120%;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 15px;
}
.contenido_video h4 a {
	color: inherit;
}
.contenido_video p {
	font-size: 16px;
	line-height: 120%;
	color: #000;
}
.item_video_principal .video_prev:after {
	background-image: url("../images/player2.png");
}
@media (max-width:768px) {
	.item_video_principal {
		flex-direction: column;
	}
	.item_video_principal .video_prev {
		width: 100%;
	}
}

/*404*/
.menu_404 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	padding-left: 0;
	list-style: none;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}
.menu_404 li {
	margin-right: 10px;
	margin-bottom: 10px;
}
.menu_404 a {
	border:.5px solid #BFBFBF;
	display: block;
	padding: 5px 10px;
	font-size: 16px;
	border-radius: 4px;
	color: #7B7B7B;
}
.page_404 h5 {
	text-transform: uppercase;
	color: #7B7B7B;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 10px;

}
.page_404 h2 {
	margin-top: 0;
	color: #005784;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 25px;

}
.page_404 p {
	color: #7B7B7B;
	margin-bottom: 20px;
}
.page_404 p a {
	color: #005784;
	font-weight: 700;
}
.page_404 .container > .row {
	margin-bottom: 2rem;
}
.page_404 .container > .row img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
	height: auto;
}




/*columnistas*/
.page-template-page-columnistas .slick-slide {
	padding: 0 10px;
}
.page-template-page-columnistas .card {
	position: relative;
}
.page-template-page-columnistas .card img {
	width: 100%;
	height: auto;
}
.page-template-page-columnistas .card .rollover {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
    flex-direction: column;
    padding: 25px;
    align-items: baseline;
    justify-content: end;
	background: rgba(0,0,0,.5);
	color: #FFF;
	transition: .5s;
}
.page-template-page-columnistas .card .rollover strong {
	font-size: 18px;
	font-weight: bold;
}
.page-template-page-columnistas .card .rollover span {
	font-size: 16px;
}
.page-template-page-columnistas .card .rollover:hover {
	background: rgba(0,0,0,.2);
}

.page-template-page-columnistas h1,
.page-template-page-columnistas h2{
	color: #005784;

}
.seccion_columnas .slick-dots {
	position: relative;
    bottom: auto;
    margin-top: 10px;
}
.seccion_columnas .slick-dots li button {
	border-radius: 50%;
	border:1px solid #005784;
	font-size: 0;
	width: 12px;
    height: 12px;
}
.seccion_columnas .slick-dots li button::before,
.seccion_columnas .slick-dots li.slick-active button::before {
	color: transparent;
}
.seccion_columnas .slick-dots li.slick-active button {
	background: #005784;
}
.seccion_columnas .slick-arrow {
	top: 42%;
	width: 23px;
	height: 22px;
	transition: .5s;
}
.seccion_columnas .slick-arrow::before {
	color:transparent;
}
.seccion_columnas .slick-arrow:hover {
	opacity: .5;
}
.seccion_columnas .slick-prev {
	background: url("../images/col_left.png") !important;
}
.seccion_columnas .slick-next {
	background: url("../images/col_right.png") !important;
}
.seccion_columnas .slick-disabled,
.seccion_columnas .slick-disabled:hover {
	opacity: 0 !important;
}
.seccion_columnas .slick-track {
	margin-left: 0;
}
@media (max-width:768px) {
	.page-template-page-columnistas .card .rollover {
		padding: 15px;
	}
	.page-template-page-columnistas .card .rollover strong {
		font-size: 16px;
	}
	.page-template-page-columnistas .card .rollover span {
		font-size: 14px;
	}
}

header .wrap .bottom-bar-menu li.dropdown ul.sub-menu {
    box-sizing: content-box;
}
@media (max-width: 991px) {

   .pages, span.extend,a.larger:nth-child(6),a.larger:nth-child(5), a.larger:nth-child(7)
    {
       display: none;
    }

    .btn-menu{
        display:block !important;
    }

    header .wrap.py-2 {
        display: none!important;
 
    }


	.menu-mobile .c-menu .temas .items .dropdown .sub-menu {
		display: none;
		background: #0071AB;
		margin-bottom: .3rem;
	}
	.menu-mobile .c-menu .temas .items .dropdown .sub-menu .sub-menu {
		display: none;
		background: #0883C1;
	}
	
	.dropdown > a::after {
		content: '';
		font-family: "Font Awesome 5 Free";
		font-weight: bold;
		font-size: 75%;
		vertical-align: revert;
		margin-left:8px;
	}
	.dropdown.activo > a::after {
		content: '';
	}
	.dropdown.activo > .sub-menu {
		display: block;
	}
	.menu-mobile .c-menu .temas .items .dropdown .sub-menu li a {
		margin-bottom: 0;
		padding-top: .45rem;
		padding-bottom: .45rem;
	}
	.menu-mobile .c-menu .temas .items .dropdown .sub-menu li::before {
		display: none;
	}
	.menu-mobile .c-menu .temas .items .dropdown .sub-menu li a::before {
		content:'• ';
	}
}

/* paginacion */


.paginacion{
    margin-top:1rem;
}

.wp-pagenavi {
 text-align:center;
 font-size:17px;
}
.wp-pagenavi a, .wp-pagenavi span {
 padding: 3px 8px !important;
 border: 1px solid #005784;
 color:#005784;
}
.wp-pagenavi span {
 background:#005784;
 color:#FFFFFF;
 border: 1px solid #005784 !important;
}