/*******general
font-family: font-family: "Montserrat", sans-serif;
*****/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.clearfix::after,
.region-header::after,
.views-row::after,
.region-content:after,
.view:after,
.block_inner:after,
form:after{
  content: "";
  clear: both;
  display: table;
}
a {
    color: #188e50;
}
a:hover {
    color: #005629;
    text-decoration: underline;
}
body {
    font-family: "Montserrat", sans-serif;;
    font-weight: 400;
    line-height: initial;
    color: #393939;
    font-size: 17px;
    width: 100%;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        color: #393939;
    font-weight: bold;
}
header {
    border: none;
    width: 100%;
    position: absolute;
    z-index: 99999;
    padding: 0;
    left: 0;
    transition: all 500ms;
    overflow: hidden;
    background-color: white;
}
.maintenance-page header {text-align: center;padding-top: 50px;}
.path-frontpage main > div {
    padding: 0;
    max-width: none;
}
.sticky0 header {
    position: fixed;
    top: -300px;
}

.sticky0.sticky header {
    top: 0;
}
.region-sidebar-first, .region-sidebar-second, .region-footer, .region-content {
    padding: 0;
    position: relative;
    overflow: hidden;
}
.region-header {
        margin: 0 auto;
    max-width: 1300px;
    padding: 16px 20px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
header li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#block-tema-bloque-ayuda {
    position: absolute;
    right: 20px;
    top: 20px;
}
#block-tema-bloque-ayuda a {
    display: flex;
    font-weight: bold;
    color: black;
    transition: all 500ms;
    text-decoration: none;
    font-size: 14px;
    align-items: center;
}

#block-tema-bloque-ayuda a img {
    width: 21px;
    margin-right: 6px;
}

#block-tema-bloque-ayuda a:hover {
    color: #188e50;
}
#block-tema-bloque-logo {
        float: left;
    margin: 0;
    transition: all 500ms;
    width: 250px;
    position: relative;
    margin-right: auto;
}
#block-tema-bloque-logo img {
    width: 100%;
    height: auto;
    display: block;
}
.sticky0 #block-tema-bloque-logo {
    width: 200px;
}
.menumovil {
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    left: 20px;
    bottom: 14px;
    display: none;
}
.menumovil span {
    width: 100%;
    height: 6px;
    margin: 5px 0;
    display: block;
    background: #188e50;
    border-radius: 5px;
    transition: all 500ms;
}

.menumovil:hover span {
    background: #175d38;
}
.menu--account ul.nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.sticky0 .menu--account {
    margin-top: 5px;
}
.sticky0 #block-tema-bloque-ayuda {
    display: none;
}
.menu--account {
    margin-top: 45px;
}

.menu--account ul.nav li.nav-item {
    margin-left: 15px;
}

.menu--account ul.nav li.nav-item a {
    background: #188e50;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    min-width: 100px;
    text-align: center;
    padding: 5px 14px;
    font-size: 15px;
    border-radius: 8px;
    border: 2px solid transparent;
    transition: all 500ms;
    text-decoration: none;
        font-family: 'Montserrat';
}

.menu--account ul.nav li.nav-item a:hover,.menu--account ul.nav li.nav-item a.active {
    color: #188e50;
    background: white;
    border-color: #188e50;
}
.menu--account ul.nav li.nav-item a.menu_registro {
    background: #e61c2e;
        color: white;
    border-color: #e61c2e;
}

.menu--account ul.nav li.nav-item a.menu_registro:hover {
    color: #e61c2e;
    background: white;
    border-color: #e61c2e;
}
#block-tema-bloque-banner {
        width: 50%;
    color: black;
    font-size: 36px;
    padding: 80px 0 0;
}
#block-tema-bloque-banner .block_inner {
    padding: 0 40px 0 0;
}
#block-tema-bloque-banner .field--name-body {
    padding-left: 30px;
}
.precontent .inn {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
}

.precontent .inn .region-precontent {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
}
@keyframes  animatetext {
  0% {
    background-position: 0;
  }
  50% {
    background-position: 470px;
  }
  100% {
    background-position: 470px;
  }
}
#block-tema-main-navigation {
        width: auto;
    position: relative;
    overflow: visible;
    margin: 0 auto;
}
#block-tema-main-navigation ul.navbar-nav {
        flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

#block-tema-main-navigation li {
        margin: 0 3px;
    position: relative;
}
#block-tema-main-navigation li a {
    color: #000;
    transition: all 500ms;
    display: block;
    padding: 6px 18px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 19px;
    text-decoration: none;
    font-family: 'Montserrat';
    line-height: initial;
}

#block-tema-main-navigation li a:hover:after, #block-tema-main-navigation li a.active:after {
    width: 25%;
}
#block-tema-main-navigation li a:after {
    content: ".";
    display: block;
    width: 0;
    height: 3px;
    font-size: 0;
    background: #188e50;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: all 500ms;
}
#block-tema-main-navigation li a.btn{
    background: #e61c2e;
    color: white;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 20px;
    line-height: 24px;
    transition: all 500ms;
    text-decoration: none;
    min-width: 180px;
    display: inline-block;
        border: 1px solid transparent;
    text-align: center;
        text-transform: uppercase;
}
#block-tema-main-navigation li a.btn:hover{
    color: #e61c2e;
    background-color: white;
    border-color: #e61c2e;
}
.btn.widget {
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 20px;
}
.btn.widget a{
    background: #e61c2e;
    color: white;
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 14px;
    line-height: 24px;
    transition: all 500ms;
    text-decoration: none;
    min-width: 180px;
    display: inline-block;
    border: 1px solid transparent;
    text-align: center;
    text-transform: uppercase;
}
.btn.widget a:hover {
    color: #e61c2e;
    background-color: white;
    border-color: #e61c2e;
}
/**********
contenido
**********/
.containerpage {
    max-width: 1320px;
    margin: 0 auto;
    padding: 20px 30px;
}
.containerpage .block-articulos .row {
    display: flex;
}

.containerpage .block-articulos .row .item.it1 {
    width: 67%;
    text-align: justify;
}

.containerpage .block-articulos .row .item.it2 {
    width: 28%;
    margin-left: 5%;
    background: #f0f0ee;
    border-radius: 20px;
    padding: 20px;
    color: black;
    
}

.containerpage .titulo {
        text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 36px;
    background: linear-gradient(to right, #393939 0, #646464 20%, #4e4e4e 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animatetext 3s linear infinite alternate;
    font-weight: bold;
}

.containerpage .block-articulos .row h1.entry-title {
    color: #000;
    font-weight: bold;
    text-align: left;
    display: block;
    font-size: 28px;
    margin-bottom: 10px;
}

.containerpage .block-articulos .row .fecha {
    color: #188e50;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
    background-image: url(images/icon_fecha.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    background-size: 19px auto;
}
.containerpage .block-articulos .row .item.it2 li.widget {
    list-style: none;
}
.block-articulos .portada {
        border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.block-articulos .portada img {
    display: block;
    width: 100%;
    height: auto;
}
.recent-posts-widget-with-thumbnails h2.widgettitle {
        text-transform: uppercase;
    color: #2a2a2a;
    text-align: center;
    margin: 10px 0;
    font-family: 'Montserrat';
}

.recent-posts-widget-with-thumbnails li a span {
    display: block;
    color: #000000;
    text-decoration: none;
    font-weight: 600;
    line-height: normal;
}

.recent-posts-widget-with-thumbnails li a {
    padding-left: 18px;
    display: block;
    text-decoration: none;
    position: relative;
    font-family: 'Montserrat';
}

.recent-posts-widget-with-thumbnails li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 6px;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
}

.recent-posts-widget-with-thumbnails li .rpwwt-post-author {
    padding-left: 18px;
    font-size: 12px;
    color: #fdb81e;
}

.recent-posts-widget-with-thumbnails li .rpwwt-post-date {
        padding-left: 18px;
    color: #188e50;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat';
}
.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
        background: transparent !important;
    text-decoration: none;
    color: black;
}
#content {
    padding-top: 110px;
}
@keyframes  animatetext {
  0% {
    background-position: 0;
  }
  50% {
    background-position: 470px;
  }
  100% {
    background-position: 470px;
  }
}
/*****
footer
**********/
footer.mt-auto {
    float: left;
    width: 100%;
    padding: 0;
    background-color: #1d1d1b;
    color: white;
    font-size: 18px;
    margin: 0 !important;
    line-height: 24px;
}
footer .fooinn {
    display: flex;
    max-width: 1350px;
    margin: 0 auto;
    padding: 50px 15px 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer .foo {
    padding: 20px;
}
#block-tema-bloque-logo-footer {
    position: relative;
    overflow: hidden;
    max-width: 260px;
}
#block-tema-informacion-footer {
    color: white;
    margin-top: 70px;
}
footer.mt-auto p {
    margin: 5px 0;
    line-height: inherit;
}
#block-tema-menufooter ul.nav.navbar-nav {
    display: block;
    margin: 0;
    padding: 0;
}
#block-tema-menufooter ul.nav li {
    display: block;
    margin: 12px 0;
    width: 100%;
}
footer .foo ul.nav li a {
        padding: 2px 0;
    transition: all 50ms;
    display: block;
    color: white;
    font-family: 'Montserrat';
    line-height: initial;
}
#block-tema-menufooter ul.nav li a {
    text-transform: uppercase;
}
footer .foo ul.nav li a:hover {
    text-decoration: underline;
    color: #22a95f;
}
#block-tema-informacion-footer2 {
    color: white;
}
#block-tema-informacion-footer2 table {
       MARGIN-TOP: 14PX;
    width: auto;
}
#block-tema-informacion-footer2 table td {
        padding: 5px 20px 5px 0;
    border: none;
    width: auto;
}
footer .foo .widget a {
    color: #fff;
    text-decoration: none;
}
footer .foo .widget a:hover {
    color: #188e50;
}
footer li {
    list-style: none;
}
#block-tema-informacion-footer2 a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
#block-tema-informacion-footer2 table img {
    width: 60px;
}
div#copyright {
    text-align: center;
    display: block;
    font-size: 12px;
    padding: 5px 0;
    opacity: .8;
    color: white;
}
.blog .site-main {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 1300px;
    margin: 0 auto 40px;
    padding: 0 20px;
    justify-content: space-between;
}

.blog .site-main header.page-header {
        flex: 0 0 100%;
    max-width: 100%;
    flex-basis: 100%;
    position: relative;
    padding: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    border: none;
    margin-top: 30px;
    margin-bottom: 30px;
}
.blog .site-main article header {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    background: transparent;
        margin: 0 !important;
        z-index: 1;
}
.blog .site-main header.page-header h1.page-title {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
    font-size: 36px;
    background: linear-gradient(to right, #393939 0, #646464 20%, #4e4e4e 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animatetext 3s linear infinite alternate;
    font-family: 'Montserrat';
    font-weight: bold;
    margin: 0;
}
.blog .site-main article {
        flex: 0 0 31%;
    max-width: 31%;
    margin: 0 0 25px;
    padding: 0;
    transition: all 500ms;
    position: relative;
    background-image: -moz-linear-gradient(-102deg, rgb(24, 142, 80) 0%, rgb(12, 85, 47) 100%);
    background-image: -webkit-linear-gradient(-102deg, rgb(24, 142, 80) 0%, rgb(12, 85, 47) 100%);
    background-image: -ms-linear-gradient(-102deg, rgb(24, 142, 80) 0%, rgb(12, 85, 47) 100%);
    border-radius: 25px;
    overflow: hidden;
}
.blog .site-main article .post-thumbnail .wp-post-image {
    margin: 0;
}

.blog .site-main article figure.post-thumbnail {
    padding: 0;
    border: 2px solid transparent;
    border-radius: 20px;
    background-image: linear-gradient(#f6f9fc, #f6f9fc),linear-gradient(180deg, #188e50, #59FEF6);
    background-origin: border-box;
    background-clip: content-box, border-box;
    margin-bottom: 10px !important;
    overflow: hidden;
}

.blog .site-main article .titulo a {
    color: #188e50;
    font-weight: 600;
    text-decoration: none;
    text-align: left;
    display: block;
    margin-bottom: 10px;
}

.blog .site-main article .titulo {
    margin: 0 !important;
}

.blog .site-main article .fecha {
        margin: 0 !important;
    display: block;
    font-weight: normal;
    font-size: 14px;
    margin-top: 10px !important;
}
.blog .site-main nav.navigation.pagination {
    flex: 0 0 100%;
    max-width: 100%;
    border: none;
    padding: 0 20px;
}

.blog .site-main nav.navigation.pagination .page-numbers {font-size: 15px;font-family: 'Poppins';}

.blog .site-main nav.navigation.pagination span.page-numbers.current {
    color: #188e50;
}
.blog .site-main article header a {
    display: block;
    color: white;
    font-weight: 600;
    text-decoration: none;
}

.blog .site-main article header a .cont {
    display: block;
    padding: 14px 20px;
}

.blog .site-main article .entry-content,.blog .site-main article footer {
    display: none;
}
.block-articulos .portada img.default-featured-img {
    display: none;
}
#block-tema-main-navigation .cerrar {
    display: none;
}

#block-tema-main-navigation .textwidget {
    margin: 0;
}
div#block-tema-bloque-ws {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    padding: 0;
    margin: 0;
}

div#block-tema-bloque-ws p {
    margin: 0;
}

div#block-tema-bloque-ws .block_inner {
    padding: 0;
}

div#block-tema-bloque-ws img {
    max-width: 70px;
}
#block-tema-bloque-direccionfooter {
    width: 100%;
    margin: 0 auto;
    max-width: 1300px;
    color: white;
    text-align: center;
    padding: 0 30px 30px;
    border-top: 1px solid #484848;
    padding-top: 20px;
}