/*@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@300;500;600&display=swap');*/
@import url("fontello-embedded.css");
/*@font-face {
    font-family: 'Urbanist';
    src: url("../fonts/Urbanist-Regular.woff2");
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}*/
@font-face {
    font-family: 'Urbanist';
    src: url("../fonts/Urbanist-Light.woff2");
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'Urbanist';
    src: url("../fonts/Urbanist-Medium.woff2");
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Urbanist';
    src: url("../fonts/Urbanist-SemiBold.woff2");
    font-weight: 600;
    font-display: swap;
}

#blog {
    margin-top: 77px !important;
}
body {
    margin-top: 77px;
    /* color: #596172;*/
    color: #454d5b;
    text-rendering: optimizeLegibility;
    line-height: 1.2;
}
p {
    font-weight: 300;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
a {
    color: inherit;
    transition: color 600ms !important;
}
a:hover {
    color: rgba(4, 144, 222, 1);
}

.contain {
  object-fit: contain;
}

.cover {
  object-fit: cover;
}
.overflow-hidden {
    overflow: hidden;
}
/*.object-center {
  object-position: center;
}
.object-cover {
  object-fit: cover;
}
.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}
*/
.cover {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}
.thumb {
    display: block;
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 1;
    float: left;
    margin-right: 30px;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-shadow: 0 3px 5px -2px rgba(7, 10, 25, .2);
    box-shadow: 0 3px 5px -2px rgba(7, 10, 25, .2);
    text-transform: uppercase;
}
.thumb {
    position: relative;
    z-index: 1;
    min-height: 80px;
}
.fullimage {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
    z-index: 1;
    border-radius: 0.25rem;
}
.wrapper-thumb::before {
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 7px;
    z-index: 2;
}
/*------- post ------------*/
div.articles article {
    margin: 0 auto 70px;
    background: #fff;
    padding: 50px 60px;
    -webkit-box-shadow: 0 3px 12px -1px rgba(7, 10, 25, .125), 0 22px 27px -30px rgba(7, 10, 25, .125);
    box-shadow: 0 3px 12px -1px rgba(7, 10, 25, .125), 0 22px 27px -30px rgba(7, 10, 25, .125);
    position: relative;
    z-index: 2;
    border-radius: 0.75rem;
}
div.articles article .wrapper-post-header-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
div.articles article p {
    line-height: 1.75;
}
.post-title {
    /*    font-size: 2.25rem;*/
    font-size: 36px;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    letter-spacing: 0px;
    font-family: 'Urbanist', sans-serif;
    color: #203b60;
    overflow-wrap: break-word;
    word-break: break-word;
    margin-top: -8px;
}
.preview-post {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
h1 a, h4 a {
    color: inherit;
    text-decoration: underline 0.25rem rgba(255, 255, 255, 0) !important;
    transition: text-decoration-color 600ms !important;
}
h4 a {
    text-decoration: underline 0.15rem rgba(255, 255, 255, 0) !important;
}
h1 a:hover, h4 a:hover {
    color: inherit !important;
    text-decoration-color: rgba(4, 144, 222, 1) !important;
}
.post-date {
    font-size: 15px;
}
.icon-calendar {
    color: rgba(4, 144, 222, 1);
}
.icon-user {
    color: rgba(255, 255, 255, 1);
    font-size: .95rem;
}
.read-more {
    position: absolute;
    left: 50%;
    bottom: -20px;
    z-index: 3;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
.read-more {
    color: rgba(255, 255, 255, 0.85);
    display: inline-block;
    font-family: 'Urbanist', sans-serif;
    font-size: 14px;
    line-height: 1.75;
    padding: 8px 25px;
    letter-spacing: .5px;
    font-weight: 500;
}
.read-more:hover {
    color: #fff;
}
.read-more:active::after {
    transform: scale(.95);
}
.read-more::after {
    content: "Continuar leyendo";
    position: absolute;
    left: 0;
    top: 0;
    padding: 8px 25px;
    z-index: 3;
    /*  background: #0490de;*/
    background: #203b60;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    border-radius: 0.25rem;
}
/*------- author ------------*/
.author {
    float: right;
    margin-right: 0;
    font-weight: 500;
    font-family: 'Urbanist', sans-serif;
}
.author:hover {
    text-decoration: none;
}
.author-name {
    font-size: 15px;
}
.author-image {
    width: 35px;
    height: 35px;
    position: relative;
    left: auto;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    border-radius: 50%;
    /*    -webkit-box-shadow: 0px 3px 5px -1px rgba(7, 10, 25, .2);
    box-shadow: 0px 3px 5px -1px rgba(7, 10, 25, .2);*/
    font-size: 16px;
}
.author-image {
    background-image: url("../img/blog/author-1.png");
}
.main-article .author-image {
    width: 55px;
    height: 55px;
}
.main-article .author-name {
    font-size: 20px;
}
/*------- recent posts ------------*/
.widget.widget_recent_posts_thumbs {
    margin-left: 35px;
}
.widget.widget_recent_posts_thumbs .thumb::before {
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 4px;
    z-index: 2;
}
.widget_recent_posts_thumbs .widget-title {
    letter-spacing: .25px;
    font-weight: 500 !important;
}
.widget_recent_posts_thumbs .title.bordered {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.widget_recent_posts_thumbs .title {
    font-size: 30px;
    margin-bottom: 40px;
    line-height: 1.45;
    letter-spacing: 0px;
    color: #203b60;
}
.widget_recent_posts_thumbs .title.medium {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 30px;
}
.widget_recent_posts_thumbs .title.title-small {
    font-size: 16px;
    margin-bottom: 1px;
    letter-spacing: .25px;
    font-family: 'Urbanist', sans-serif !important;
    font-weight: 600 !important;
    color: #203b60 !important;
    line-height: 1.45;
    margin-top: -5px;
}
.widget_recent_posts_thumbs .item {
    margin-bottom: 30px;
    position: relative;
    padding-left: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    min-height: 60px;
}
.widget_recent_posts_thumbs .item .wrapper-thumb {
    width: 60px;
    height: 64px;
    font-size: 28px;
}
.widget_recent_posts_thumbs .item .thumb {
    width: 60px;
    height: 64px;
    min-height: 52px;
    overflow: inherit;
    position: absolute;
    left: 0;
    top: 1px;
    padding: 0;
    -webkit-box-shadow: 0 3px 5px -2px rgba(7, 10, 25, .2);
    box-shadow: 0 3px 5px -2px rgba(7, 10, 25, .2);
}
.widget_recent_posts_thumbs h4 {
    font-size: 20px;
    line-height: 20px;
}
.widget_recent_posts_thumbs .item time {
    font-size: 12px;
    font-weight: 300;
}
.widget_recent_posts_thumbs .title.bordered span.border {
    height: 2px;
    content: '';
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 15px;
    min-width: 30px;
    border-top: 2px solid #0490de !important;
    margin-bottom: -4px;
}
/*----------- tags ------------*/
div.tags {
    display: block;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Urbanist', sans-serif;
}
.articles div.tags {
    float: left;
}
div.tags a {
    color: inherit;
    display: inline-block;
    -webkit-box-shadow: 0px 2px 6px rgba(7, 10, 25, .1);
    box-shadow: 0px 2px 6px rgba(7, 10, 25, .15);
    padding: 6px 8px 4px;
    line-height: 1.2;
    margin-right: 10px;
    background: #fff;
    transition: all 300ms !important;
}
div.tags a:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    transition: all .3s ease;
}
div.tags a::before {
    content: '● ';
    color: rgba(4, 144, 222, 1);
    margin-right: 3px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
div.tags a.tag-link:hover {
    color: rgba(4, 144, 222, 1);
    text-decoration: none;
    outline: 0;
}
/*----------- footer ------------*/
div.menu-footer ul.text-white.text-uppercase li {
    font-size: 11px;
}
footer img.img-fluid {
    width: 100px;
}
/*///////////////////////////////  Full Post  ///////////////////////////////*/
.main-article {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 50px 60px;
    -webkit-box-shadow: 0 3px 12px -1px rgba(7, 10, 25, .1), 0 22px 27px -30px rgba(7, 10, 25, .125);
    box-shadow: 0 3px 12px -1px rgba(7, 10, 25, .1), 0 22px 27px -30px rgba(7, 10, 25, .125);
}
.featured-image {
    margin: -50px -60px 40px;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}
.wrapper-image {
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
    min-height: 150px
}
.scaleme {
    position: relative;
    padding: 50% 0 0 0;
    height: 0;
}
.image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.featured-image .fullimage {
    border-radius: 0rem;
    border-top-right-radius: 0.50rem;
    border-top-left-radius: 0.50rem;
}
.featured-image::before {
    content: '';
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 8px;
    z-index: 2;
}
.post-content {
    margin-top: 45px;
}
div.text {
    line-height: 1.75;
    font-weight: 300;
    letter-spacing: .6px;
}
div.text p {
    padding-top: 8px;
    margin-bottom: 24px;
}
div.text strong {
    font-weight: 600;
}
div.text li {
    padding-bottom: 8px;
}
.post-content-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    padding-top: 0px;
    margin: 0;
    margin-bottom: 0px;
    margin-left: 0px;
}
.post-content-image {
    aspect-ratio: 2 / 1.15 !important;
    overflow: hidden !important;
    border-radius: 0.40rem;
}

.post-content-gallery.has-nested-images figure.post-content-image:not(#individual-image) {
    align-self: inherit;
}
.post-content-gallery.has-nested-images figure.post-content-image:not(#individual-image) {
    margin: 0 12px 12px 0;
    width: 40%;
}
.post-content-gallery.has-nested-images figure.post-content-image {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    flex-direction: column;
    max-width: 100%;
}
div.text figure {
    padding-top: 8px;
    margin-bottom: 32px;
    margin-top: 24px;
}
.post-content-gallery.has-nested-images figure.post-content-image:not(#individual-image) img {
    width: 100%;
    flex: 1 0 0%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.wrapper-post-img {
	height: 100%;
	width: 100%;
}

.post-content-image img {
	

    display: block;
    width: auto;
/*    -webkit-box-shadow: 0 3px 5px -2px rgba(7, 10, 25, .2);
    box-shadow: 0 3px 5px -2px rgba(7, 10, 25, .2);*/
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    border-radius: 0.40rem;
}
div.text figcaption {
    flex-grow: 1;
    flex-basis: 100%;
    text-align: center;
    display: block;
    margin-bottom: 0;
    font-size: 13px;
    opacity: .85;
    margin-top: .5em;
    width: 100%;
}


/*-----------  media responsive ------------*/
@media (min-width: 600px) {
    .post-content-gallery.has-nested-images figure.post-content-image:not(#individual-image) {
        margin-right: 16px;
        width: 30%
    }
    .post-content-gallery.has-nested-images figure.post-content-image:not(#individual-image):nth-of-type(3n+3) {
        margin-right: 0 !important;
    }
    .post-content-gallery.has-nested-images figure.post-content-image:not(#individual-image):last-of-type:not(#individual-image) {
        margin-right: 0 !important;
    }
}
@media screen and (max-width: 1200px) {
    div.articles article {
        padding: 40px;
        max-width: 700px;
    }
    .wrapper-post-header-flex h1 {
        font-size: 28px;
    }
}
@media screen and (max-width: 767px) {
    div.articles article {
        padding: 25px 25px 40px;
        margin-bottom: 70px;
    }
    .wrapper-post-header-flex h1 {
        font-size: 24px;
    }
    div.articles article .wrapper-thumb {
        width: 80px;
        height: 85px;
        margin-right: 15px;
        font-size: 50px;
    }
    div.articles .author {
        display: none;
    }
    .tags {
        margin-bottom: 1rem;
    }
    .post-date {
        font-size: 14px;
    }
    .widget.widget_recent_posts_thumbs {
        margin-left: 0;
    }
    .main-article .author-image {
        width: 45px;
        height: 45px;
    }
    .main-article .author-name {
        font-size: 18px;
    }
    .featured-image {
        margin: -50px -25px 40px;
        margin-bottom: 30px;
    }
    .main-article {
        padding: 25px;
    }
    .post-content {
        margin-top: 35px;
    }
    .preview-post {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
    }
}