/* LO QUE AGREGO FRANCO */
/*--------------------------------------------------------------
## Underline Links
--------------------------------------------------------------*/
#masthead a,
#footer-widgets ul li a,
#secondary ul li a {
	text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead {
    background-color: #fff;
    position: relative;
    z-index: 10;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.site-branding {
    padding: 15px 0;
    text-align: center;
}

.site-branding-logo img {
    max-height: 125px;
    width: auto;
}

.site-title {
    font-size: 24px;
    margin: 0 0 2px;
    line-height: 1.2;
    font-weight: 600;
}

.site-title a {
	color: #000;
}

.site-title a:hover,
.site-title a:focus {
	color: #dc153c;
}

.site-description {
    margin: 0;
    color: #000;
    font-size: 16px;
}

.navigation-menu .search-form {
    position: absolute;
    /* float: right; */
    top: 4px;
    right: 0;
}

.search-form input[type="search"] {
	color: #000;
	width: 100%;
  border: none;
  padding: 17px 55px 17px 10px;
  background-color: transparent;
}

.search-form label {
	margin-right: -6px;
}

.search-form .search-submit {
  border: none;
}

.navigation-menu {
	display: block;
	width: 100%;
	position: relative;
}

.navigation-menu .container {
    border-top: 4px double #000;
    border-bottom: 4px double #000;
}

.navigation-menu li {
	position: relative;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.navigation-menu a {
	font-size: 14px;
	display: block;
    padding: 10px 0;
    color: #000;
    border-bottom: 1px solid #eee;
    font-weight: 500;
}

.navigation-menu .nav-menu > li:last-child > a {
    border-bottom: none;
}

#site-navigation.navigation-menu .nav-menu > a {
    text-transform: uppercase;
}

.navigation-menu li.current-menu-item > a,
.navigation-menu .nav-menu > li:hover > a,
.navigation-menu .nav-menu > li.focus > a,
.navigation-menu .nav-menu > li > a:hover,
.navigation-menu .nav-menu > li > a:focus {
    color: #dc153c;
}

.navigation-menu li a svg {
    display: none;
    fill: #949393;
    margin-left: 5px;
}

.navigation-menu a:hover,
.navigation-menu a:focus,
.navigation-menu li:hover > a {
	color: #dc153c;
}

.navigation-menu .nav-menu > li > a:hover svg,
.navigation-menu .nav-menu > li > a:focus svg,
.navigation-menu .nav-menu > li:hover > a svg {
	fill: #dc153c;
}

.menu-toggle,
.navigation-menu.toggled ul {
	display: block;
}

.menu-toggle {
    margin: 0 auto;
    padding: 16px 15px;
    line-height: 28px;
    color: #000;
    width: 100%;
    font-size: 14px;
    border: none;
    float: left;
    width: fit-content;
    position: relative;
    z-index: 1;
}

.menu-toggle svg {
	fill: #000;
	width: 20px;
	height: 20px;
}

.menu-toggle .icon-close,
.menu-toggle.active .icon-bars {
    display: none;
}

.menu-toggle.active .icon-close {
    display: inline-block;
}

.primary-menu-label {
    display: none;
}

/* .dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 48px;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    border: none;
} */

.dropdown-toggle svg {
	fill: #000;
}

svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 1.5em 0;
    background-color: #f7f7f7;
    padding: 15px 25px;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.site-main .comment-navigation a,
.site-main .posts-navigation a,
.site-main .post-navigation a {
	color: #000;
	text-decoration: none;
}

.site-main .comment-navigation a:hover,
.site-main .posts-navigation a:hover,
.site-main .post-navigation a:hover,
.site-main .comment-navigation a:focus,
.site-main .posts-navigation a:focus,
.site-main .post-navigation a:focus {
	color: #dc153c;
}

.nav-subtitle {
    display: block;
}

.nav-previous .nav-title-icon-wrapper {
    margin-right: 10px;
}

.nav-next .nav-title-icon-wrapper {
    margin-left: 10px;
}

.navigation.pagination .page-numbers {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.10);
    text-align: center;
    line-height: 40px;
    margin-right: 5px;
    color: #000;
    text-decoration: none;
}

.navigation.pagination .page-numbers.prev svg,
.navigation.pagination .page-numbers.next svg {
	position: relative;
	top: -2px;
}

.navigation.pagination .page-numbers.current,
.navigation.pagination .page-numbers:hover,
.navigation.pagination .page-numbers:focus {
    background-color: #dc153c;
    border-color: #dc153c;
    color: #fff;
}

.navigation.pagination .page-numbers.prev:hover svg,
.navigation.pagination .page-numbers.next:hover svg,
.navigation.pagination .page-numbers.prev:focus svg,
.navigation.pagination .page-numbers.next:focus svg {
	fill: #fff;
}

.post-navigation .nav-previous a:hover svg,
.post-navigation .nav-previous a:focus svg,
.post-navigation .nav-next a:hover svg,
.post-navigation .nav-next a:focus svg {
    fill: #dc153c;
}

.navigation.pagination {
    margin-top: 50px;
    text-align: center;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.site-main .comment-navigation:before,
.site-main .posts-navigation:before,
.site-main .post-navigation:before,
.site-main .comment-navigation:after,
.site-main .posts-navigation:after,
.site-main .post-navigation:after,
.blog-archive:before,
.blog-archive:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.site-main .comment-navigation:before,
.site-main .posts-navigation:before,
.site-main .post-navigation:before,
.site-main .comment-navigation:after,
.site-main .posts-navigation:after,
.site-main .post-navigation:after,
.blog-archive:before,
.blog-archive:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	position: relative;
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget:last-child {
	margin-bottom: 0;
}

.widget select {
	max-width: 100%;
	width: 100%;
	padding: 10px;
}

.widget_search form.search-form {
    position: relative;
}

.widget_search input[type="search"] {
	width: 100%;
}

.widget_search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 8px 15px;
    background-color: #dc153c;
    color: #fff;
    line-height: 28px;
    font-size: 12px;
}

.widget_search input[type="submit"]:hover,
.widget_search input[type="submit"]:focus {
    border-color: #444;
    background-color: #444;
	color: #fff;
}

#secondary .widget_block > h1,
#secondary .widget_block > h2,
#secondary .widget_block > h3,
#secondary .widget_block > h4,
#secondary .widget_block > h5,
#secondary .widget_block > h6,
#secondary .wp-block-group__inner-container > h1,
#secondary .wp-block-group__inner-container > h2,
#secondary .wp-block-group__inner-container > h3,
#secondary .wp-block-group__inner-container > h4,
#secondary .wp-block-group__inner-container > h5,
#secondary .wp-block-group__inner-container > h6 {
    background-color: #f7f7f7;
    padding: 15px 20px;
    margin: 0;
}

#secondary .wp-block-group__inner-container > h1,
#secondary .wp-block-group__inner-container > h2,
#secondary .wp-block-group__inner-container > h3,
#secondary .wp-block-group__inner-container > h4,
#secondary .wp-block-group__inner-container > h5,
#secondary .wp-block-group__inner-container > h6 {
	margin-bottom: 20px;
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget ul ul {
    padding-left: 1em;
}

#secondary ul li,
#footer-widgets ul li {
    border-bottom: 1px solid #e7e7e7;
    display: block;
    padding: 7px 0;
}

/* #secondary ul li:last-child,
#footer-widgets ul li:last-child {
	border-bottom: none;
} */

#secondary ul li a,
#footer-widgets ul li a {
    display: inline-block;
    text-transform: capitalize;
}

#footer-widgets ul li {
    border-bottom-color: rgba(255, 255, 255, 0.15);
}

#secondary a {
	color: #232323;
}

#secondary a:hover,
#secondary a:focus {
	color: #dc153c;
}

.tagcloud a {
    font-size: 16px !important;
    color: #717e81 !important;
    border: 1px solid rgba(0, 0, 0, 0.10);
    padding: 5px 10px;
    line-height: 1;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

.tagcloud a:hover,
.tagcloud a:focus {
    background-color: #dc153c;
    border-color: #dc153c;
    color: #fff !important;
}

.widget_recent_entries span {
    display: block;
}

.wp-block-latest-comments__comment-author,
.wp-block-latest-comments__comment-link {
	font-weight: 400;
}

.comment-metadata a,
.fn a {
    text-decoration: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.error404 #primary,
.has-sidebar.error404 #primary {
    width: 100%;
    float: none;
    padding: 0;
    text-align: center;
}

.error-404.not-found .title {
    font-size: 150px;
    font-weight: bold;
    line-height: 1;
    color: #dc153c;
}

.error-404.not-found input.search-field {
    min-width: 300px;
    display: block;
    margin: 0 auto 20px;
}

.has-sidebar.no-sidebar #primary {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.has-sidebar.no-sidebar #secondary {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    width: 100%;
}

.comment-form input[type="checkbox"] {
	margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.comments-title,
.comment-reply-title {
    font-size: 32px;
    font-weight: 600;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}

.comments-title {
    margin-bottom: 25px;
}

.comment-author.vcard img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    float: left;
    border-radius: 50%;
    object-fit: cover;
}

#comments > ol.comment-list {
    margin-left: 0;
    padding-left: 0;
}

#comments ol.comment-list {
	list-style: none;
}

#comments ol.comment-list article {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.comment-content {
    display: table-cell;
}

.reply {
    margin: 10px 0 0;
    text-align: right;
}

.form-submit {
    margin-bottom: 0;
}

.has-sidebar #primary {
    margin-bottom: 50px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin: -5px;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 5px;
	margin: 0;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.columns-1,
.columns-2,
.columns-3,
.columns-4,
.columns-5 {
	margin: 0 -10px;
}

.columns-1 article,
.columns-2 article,
.columns-3 article,
.columns-4 article,
.columns-5 article {
	padding: 0 15px;
	margin-bottom: 30px;
}

/*--------------------------------------------------------------
## Container
--------------------------------------------------------------*/
/* .container {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
} */

#content-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
}

/*--------------------------------------------------------------
# Custom Header
--------------------------------------------------------------*/
#wp-custom-header {
    text-align: center;
}

.custom-header-media {
    position: relative;
}

#wp-custom-header img {
	width: 100%;
    margin-top: 30px;
}

.home.has-header-video #wp-custom-header {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.home.has-header-video #wp-custom-header video,
.home.has-header-video #wp-custom-header iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#wp-custom-header-video-button {
    position: absolute;
    top: 50%;
    left: 25px;
    width: 50px;
    height: 50px;
    text-align: center;
    border-color: #fff;
    border-radius: 80px;
    white-space: nowrap;
    overflow: hidden;
    background-color: #fff;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#wp-custom-header-video-button:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #dc153c;
    display: inline-block;
    margin-left: 2px;
    margin-top: 4px;
}

#wp-custom-header-video-button.wp-custom-header-video-pause:before {
	opacity: 0;
	visibility: hidden;
}

#wp-custom-header-video-button.wp-custom-header-video-pause:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 20px;
    background: #dc153c;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 14px;
    border-left: 5px solid #dc153c;
    box-shadow: inset 5px 0 0 0 #fff;
}

.page-header {
    margin-bottom: 25px;
    text-align: center;
}

.page-title {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 32px;
}

.home .page-header,
.blog .page-header {
    display: none;
}

.search-no-results .blog-archive.grid.columns-5.clear {
    height: auto !important;
}

.no-results.not-found {
    text-align: center;
}

/*--------------------------------------------------------------
# Blog / Archive Posts
--------------------------------------------------------------*/
.entry-title {
    font-weight: 500;
    margin-bottom: 7px;
    font-size: 20px;
}

.blog-archive .entry-content {
    margin-bottom: 25px;
}

.blog-archive .entry-meta {
    padding: 15px 0;
    text-align: center;
}

.posted-on a {
    color: #717e81;
}

.single .blog-post-item .featured-image {
	margin-bottom: 25px;
}

.entry-title a,
.comments-link a {
    color: #000;
    text-decoration: none;
}

.category-meta {
    display: block;
    margin-bottom: 5px;
}

.disable-post-category .cat-links,
.disable-post-author .byline,
.disable-post-date .posted-on {
    display: none;
}

.cat-links a {
    position: relative;
    visibility: visible;
    display: inline-block;
    line-height: 1.3;
    color: #000;
    text-decoration: none;
}

.cat-links a:hover,
.cat-links a:focus {
	color: #dc153c;
}

.entry-title a:hover,
.entry-title a:focus,
.posted-on a:hover,
.posted-on a:focus,
.comments-link a:hover,
.comments-link a:focus {
    color: #dc153c;
}

.blog-archive.grid.columns-5 article {
    margin-bottom: 20px;
}

.blog-archive article:last-child {
    margin-bottom: 0;
}

.featured-image {
    position: relative;
}

body:not(.single) .blog-archive article:not(.has-post-thumbnail) .featured-image {
	display: none;
}

.blog-archive .blog-post-item {
    background-color: #fff;
    padding: 7px;
    box-shadow: 0 4px 37px 0 rgb(0 0 0 / 8%);
}

.blog-archive .featured-image {
	margin-bottom: 10px;
}

.blog-post-item .entry-title {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
}

.single-page-wrapper .entry-content {
    padding: 30px;
    background-color: #fff;
}

.single-post-wrap .blog-post-item .entry-title {
    font-size: 32px;
    margin: 0 0 10px;
}

.blog-post-item .entry-meta a {
    color: #717e81;
    text-decoration: none;
}

.blog-post-item .entry-meta a:hover,
.blog-post-item .entry-meta a:focus {
	color: #000;
}

.blog-archive .cat-links a {
    background-color: #E6E6EA;
    color: #000;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 13px;
}

.blog-archive .cat-links a:hover,
.blog-archive .cat-links a:focus {
	background-color: #dc153c;
	color: #fff;
}

.blog-post-item .entry-meta > span:not(:last-child) {
	margin-right: 15px;
}

.single .blog-post-item .entry-meta > span:not(:last-child) {
	margin-right: 0;
}

.posted-on {
    color: #666;
    visibility: hidden;
}

.posted-on a {
	visibility: visible;
}

.posted-on a {
    margin-left: -75px;
}

.byline a:focus:before {
	opacity: 1;
}

.read-more a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.read-more a:after {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #dc153c;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
}

/*--------------------------------------------------------------
# Single Posts
--------------------------------------------------------------*/
.single-post-wrap .entry-footer .tags-links,
.single-post-wrap .entry-footer .tags-links a {
    color: #717e81;
}

.logged-in-as a {
    color: #000;
    text-decoration: none;
}

.single-post-wrap .entry-footer .tags-links a:hover,
.single-post-wrap .entry-footer .tags-links a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus {
	color: #dc153c;
}

.single .entry-footer > span {
	display: block;
}

.single .entry-footer span.cat-links {
    margin-bottom: 10px;
}

.single .blog-post-item {
    padding: 0;
    border: none;
}

.single .blog-post-item .entry-meta {
    display: block;
    margin-bottom: 10px;
}

.single .blog-post-item .entry-meta > span:not(:last-child):after {
    content: "-";
    margin: 0 5px;
}

.single .blog-post-item .entry-content {
    margin-bottom: 20px;
}

.single .blog-post-item .entry-footer {
    margin-bottom: 0;
    background-color: #f7f7f7;
    padding: 15px;
}

/*--------------------------------------------------------------
# Footer Widgets
--------------------------------------------------------------*/
#colophon {
    background-color: #1d2024;
}

#footer-widgets {
    padding: 60px 0;
}

#footer-widgets h1,
#footer-widgets h2,
#footer-widgets h3,
#footer-widgets h4,
#footer-widgets h5,
#footer-widgets h6 {
	color: #fff;
}

#footer-widgets .widget-area {
	margin: 0 -30px;
}

#footer-widgets .widget-column {
    padding: 0 30px;
    margin-bottom: 30px;
}

#footer-widgets .widget-column:last-child {
	margin-bottom: 0;
}

#footer-widgets .widget-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    padding-bottom: 20px;
}

#secondary .widget-title {
	text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

#footer-widgets .widget-title:after {
    content: "";
    position: absolute;
    background-color: #dc153c;
    width: 50px;
    height: 3px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#colophon,
#colophon a {
    color: #ccc;
}

#colophon a:hover,
#colophon a:focus {
	color: #dc153c;
}

#colophon .tagcloud a {
    border-color: rgba(255, 255, 255, 0.10);
    color: #ccc !important;
}

#colophon .tagcloud a:hover,
#colophon .tagcloud a:focus {
	color: #fff !important;
}

.site-info {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 15px 0;
    text-align: center;
}

.to-top {
    width: 40px;
    height: 40px;
    background-color: #dc153c;
    position: fixed;
    bottom: -100px;
    right: 15px;
    z-index: 1;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.to-top:hover,
.to-top:focus {
	background-color: #000;
}

.to-top:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    position: absolute;
    top: 17px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
}

/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
@media screen and (min-width: 567px) {
	.columns-2 article,
	.columns-3 article,
	.columns-4 article,
	.columns-5 article {
		width: 50%;
		float: left;
	}

	.columns-2 article:nth-child(2n+1),
	.columns-3 article:nth-child(2n+1),
	.columns-4 article:nth-child(2n+1),
	.columns-5 article:nth-child(2n+1) {
		clear: left;
	}

	.primary-menu-label {
	    display: inline-block;
	    vertical-align: middle;
	}

	.error-404.not-found input.search-field {
	    min-width: 450px;
	}
}

@media screen and (min-width: 767px) {
	.columns-3 article,
	.columns-5 article {
		width: 33.33%;
	}

	.columns-3 article:nth-child(2n+1),
	.columns-5 article:nth-child(2n+1) {
		clear: none;
	}

	.columns-3 article:nth-child(3n+1),
	.columns-5 article:nth-child(3n+1) {
		clear: left;
	}

	.widget_latest_posts .widget-header {
		margin-bottom: 70px;
	}

	.single .blog-post-item .entry-footer {
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	}

	.single .entry-footer span.cat-links {
	    margin-bottom: 0;
	}

	#footer-widgets .widget-column {
	    text-align: left;
	    margin-bottom: 0;
	    width: 33.33%;
	    float: left;
	}

	#footer-widgets .widget-title:after {
	    left: 0;
	    transform: none;
	}
}

@media screen and (min-width: 992px) {
	.columns-4 article {
		width: 25%;
	}

	.columns-4 article:nth-child(2n+1) {
		clear: none;
	}

	.columns-4 article:nth-child(4n+1) {
		clear: left;
	}
}

@media screen and (min-width: 1024px) {
	.columns-5 article {
		width: 20%;
	}

	.columns-5 article:nth-child(3n+1) {
		clear: none;
	}

	.columns-5 article:nth-child(5n+1) {
		clear: left;
	}

	.navigation-menu .search-form {
		position: relative;
		top: 0;
		/* margin-left: 15px; */
		text-align: end;
	}

	.menu-sticky #masthead {
	    position: sticky;
	    top: 0;
	}

	.menu-sticky.customize-support #masthead {
		top: 32px;
	}

	.navigation-menu {
		width: auto;
		max-width: 75%;
		float: right;
		padding: 15px 0;
	}

	.navigation-menu ul,
	.navigation-menu .nav-menu ul {
		display: block;
	}

	.navigation-menu ul ul li {
		border-bottom: 1px solid #eee;
	}

	.navigation-menu li a svg,
	.nav-menu > li,
	.navigation-menu li {
		display: inline-block;
	}

	.navigation-menu a {
		padding: 8px 16px;
	}

	.nav-menu ul.sub-menu {
	    background-color: #fff;
	}

	.navigation-menu ul ul {
	    padding-left: 0;
	}

	.navigation-menu ul ul ul {
		-webkit-transform: translateX(-20px) translateZ(0);
	    -moz-transform: translateX(-20px) translateZ(0);
	    transform: translateX(-20px) translateZ(0);
	    -webkit-transition: -webkit-transform .05s .3s,opacity .3s ease-out;
	    transition: transform .05s .3s,opacity .3s ease-out;
	    visibility: hidden;
	}

	.navigation-menu ul ul li:hover > ul,
	.navigation-menu ul ul li.focus > ul {
		opacity: 1;
	    -webkit-transform: translateX(0) translateZ(0);
	    -moz-transform: translateX(0) translateZ(0);
	    transform: translateX(0) translateZ(0);
	    -webkit-transition: -webkit-transform .3s ease-out,opacity .3s ease;
	    transition: transform .3s ease-out,opacity .3s ease;
	    visibility: visible;
	}

	.navigation-menu ul ul svg {
	    position: absolute;
	    top: 50%;
	    right: 10px;
	    -webkit-transform: translateY(-50%) rotate(-90deg);
	    -moz-transform: translateY(-50%) rotate(-90deg);
	    -ms-transform: translateY(-50%) rotate(-90deg);
	    -o-transform: translateY(-50%) rotate(-90deg);
	    transform: translateY(-50%) rotate(-90deg);
	}

	.navigation-menu ul ul li:last-child > a {
		border-bottom: none;
	}

	.navigation-menu .nav-menu > li > a {
	    padding: 10px 16px;
	    line-height: 40px;
        border-bottom: none;
	}

	.navigation-menu a {
		border-bottom: none;
	}

	.navigation-menu li.current-menu-item > a {
	    color: #dc153c;
	}

	.navigation-menu ul ul a {
	    border-bottom: 1px solid rgb(255 255 255 / 10%)
	}

	.navigation-menu .nav-menu > li:hover > a:after,
	.navigation-menu .nav-menu > li.focus > a:after {
		opacity: 1;
	}

	.navigation-menu li.current-menu-item > a,
	.navigation-menu .nav-menu > li:hover > a,
	.navigation-menu .nav-menu > li.focus > a,
	.navigation-menu .nav-menu > li > a:hover,
	.navigation-menu .nav-menu > li > a:focus {
	    color: #dc153c;
	}

	.navigation-menu .nav-menu > li:hover {
		border-right-color: #dc153c;
	}

	.navigation-menu .nav-menu > li.current-menu-item {
	    border-right-color: #dc153c;
	}

	.navigation-menu ul ul {
		float: left;
		position: absolute;
		top: 100%;
		left: -999em;
		z-index: 10;
		-webkit-transition: opacity 0.2s ease-out;
	    -moz-transition: opacity 0.2s ease-out;
	    -ms-transition: opacity 0.2s ease-out;
	    -o-transition: opacity 0.2s ease-out;
	    transition: opacity 0.2s ease-out;
	}

	.navigation-menu .nav-menu ul.sub-menu {
	    visibility: hidden;
	    opacity: 0;
        box-shadow: 0 10px 25px rgb(0 0 0 / 15%);
	}

	.navigation-menu .nav-menu li:hover ul,
	.navigation-menu .nav-menu li.focus ul {
		opacity: 1;
		visibility: visible;
		display: block !important;
	}

	.navigation-menu ul ul ul {
		left: -999em;
		top: 0;
	}

	.navigation-menu ul ul li:hover > ul,
	.navigation-menu ul ul li.focus > ul {
		left: 100%;
	}

	.navigation-menu ul ul a {
		width: 256px;
	    padding: 8px 30px 8px 15px;
	}

	.navigation-menu ul li:hover > ul,
	.navigation-menu ul li.focus > ul {
		right: auto;
    	left: 0;
	}

	.nav-menu button.dropdown-toggle,
	.menu-toggle {
	    display: none;
	}

	#masthead .nav-menu {
	    border-top: none;
      display: block !important;
      text-align: left;
      /* float: left; */
	}

	.site-branding {
		padding: 13px 0;
		text-align: left;
		max-width: 25%;
		float: left;
		display: flex;
	    align-items: center;
	    min-height: 149px;
	}

	.site-title {
		font-size: 30px;
	}

	.custom-header .page-title {
		font-size: 32px;
	}

	.has-sidebar #primary {
	    width: 70%;
	    float: left;
	    padding-right: 30px;
	    margin-bottom: 0;
	}

	.has-sidebar #secondary {
	    width: 30%;
	    float: left;
	}

	.has-sidebar.right-sidebar #primary {
		float: left;
	    padding-right: 40px;
	}

	.has-sidebar.right-sidebar #secondary {
		float: right;
	}

	.has-sidebar.left-sidebar #primary {
		float: right;
	    padding-right: 0;
	    padding-left: 40px;
	}

	.has-sidebar.left-sidebar #secondary {
		float: left;
	}
}

/* LO QUE AGREGO MANUALMENTE */
.site-header{
	padding-top:80px;
}
.search-submit{
	padding: 10px;
  height: 51.6px!important;
	border-radius: 0rem 0.5rem 0.5rem 0rem;
	background: #efefef!important;
}
@media (max-width:1023px) {
	.nav-menu{
		display: none;
	}
	.menu-toggle{
		margin: initial!important;
		float: initial!important;
	}
}
.search-field{
	display: block;
  width: 100%;
  height: calc(1.95rem + 1.2rem + 0.0625rem);
  padding: 17px 55px 17px 10px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #869ab8!important;
  background-color: #fff!important;
  background-clip: padding-box;
  border: 0.1rem solid #e3ecf2!important;
  box-shadow: rgb(0 0 0 / 5%) 0px 4px 30px!important;
  border-radius: 0.5rem 0 0 0.5rem;
  box-shadow: 0 4px 30px rgb(0 0 0 / 5%);
  transition: all .3s ease-in-out;
}
.nav-menu{
	margin-bottom: 0;
}
.navigation-menu .search-form{
	top:4px!important;
}
.menu-item a{
	font-size: 1rem;
	text-transform: normal;
	letter-spacing: 0;
	font-weight: 400;
	transition: all .2s cubic-bezier(.34,1.45,.7,1);
	color: #66799e;
}
@media (max-width:1023px) {
	.nav-menu{
		padding-top: 62px;
		list-style-type: none;
    padding: 0;
	}
}
.columns-3 .blog-post-item{
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0.0625rem solid rgba(243,247,250,.05);
	border-radius: 0.5rem;
	box-shadow: 1rem 1rem 1rem rgba(18,38,63,.03)!important;
	border-color: #eaedf2;
	padding: 1.5rem!important;
}
.columns-3 .blog-post-item:hover{
	border: 0.0625rem solid #dc153c!important;
}
.columns-3 .blog-post-item:hover .btn-outline-primary{
	color: #ffffff!important;
	background: #dc153c!important;
}
.blog-archive .entry-content{
	margin-bottom: 0px!important;
}
.entry-header .entry-title{
	font-size: 1.75rem;
}
.content-area{
	width: 100%!important;
	padding-right: 0px!important;
}
.widget-area{
	margin: 0 auto;
  display: grid;
	float: none!important;
}
.columns-3 .attachment-post-thumbnail{
	max-height: 200px!important;
	border-top-left-radius: calc(0.5rem - 0.0625rem);
  border-top-right-radius: calc(0.5rem - 0.0625rem);
	object-fit: cover;
}
.single-post-wrap .attachment-post-thumbnail{
	width:100%;
	border-top-left-radius: calc(0.5rem - 0.0625rem);
	border-top-right-radius: calc(0.5rem - 0.0625rem);
}
.columns-3 .entry-content p{
	margin-bottom: 0;
}
.columns-3 article{
  padding: 0 10px!important;
	display: inline-block!important;
	position: unset!important;
}
.site-main .columns-3{
	height: inherit!important;
}
.pagination .nav-links{
	margin: 0 auto;
}
.has-sidebar #secondary{
	width: 100%!important;
}
#secondary ul li{
  border-radius: 0.5rem;
	border: 0.0625rem solid rgba(243,247,250,.05);
	border-color: #eaedf2;
  padding: 1.5rem!important;
  box-shadow: 0 .75rem 1.5rem rgba(18,38,63,.03)!important;
}
.attachment-large{
	max-height: 200px!important;
	border-top-left-radius: calc(0.5rem - 0.0625rem);
	border-top-right-radius: calc(0.5rem - 0.0625rem);
	object-fit: cover;
	max-width: 100%;
	margin-bottom: 10px;
}
.wp-block-latest-posts__post-title{
	font-size: 1.5rem;
}
.wp-block-latest-posts__post-date{
	font-size: 1rem;
  font-weight: 300;
}
#secondary ul li:hover {
  border: 0.0625rem solid #dc153c!important;
}
@media (min-width: 992px){
	.single-post-wrap .entry-content p, .single-post-wrap .entry-content h1, .single-post-wrap .entry-content h2, .single-post-wrap .entry-content h3, .single-post-wrap .entry-content h4, .single-post-wrap .entry-content h5, .single-post-wrap .entry-content h6, .single-post-wrap .entry-content ol li, .single-post-wrap .entry-content ul li, .single-post-wrap .entry-content figure{
	  width: 66.66667%;
	  margin-left: auto;
	  margin-right: auto;
  }
	.primera-imagen{
		width:80%!important;
	}
	}
.single-post-wrap .entry-content figure{
	text-align: center;
}
.single-post-wrap .entry-content ol li, .single-post-wrap .entry-content p, .single-post-wrap .entry-content ul li{
	font-size: 20px!important;
}
.entry-meta{
	text-align: center;
}
.entry-header{
	margin-bottom: 30px;
}
.entry-header h1{
	font-size: 2.444444444rem!important;
}
.single-post-wrap .entry-title{
	text-align: center;
}
li::marker{
	font-size: 20px!important;
}
.single-post-wrap .entry-content figure img{
	width:100%;
}
@media (max-width: 991px){
.md\:p-50 {
    padding: 30px!important;
}
}
@media (min-width: 992px){
.md\:p-50 {
    padding: 50px!important;
}
}
@media (min-width: 768px){
.sm\:flex {
    display: flex!important;
}
}
.single .single-post-wrap .entry-footer{
	margin-bottom: 15px;
}
.border-solid {
  border-style: solid!important;
}
.rounded-cta {
  border-radius: 1.1111111111111112rem 0!important;
}
.border-green-400 {
  border-color: #dc153c;
}
@media (min-width: 992px){
.post_cta_image {
  max-width: 315px;
}
}
ol li, p, ul li{
	font-weight: 300!important;
}
html{
	scroll-behavior: smooth;
}
.navbar-main{
	position: absolute!important;
}
.single-post-wrap .entry-meta a:hover{
	color:#ffffff!important;
}
#site-navigation{
	display: grid;
}
#site-navigation > .search-form{
	order: 1;
}
#site-navigation > #primary-menu{
	order: 2;
}
.simpletoc-list li a{
	font-weight: 700;
	text-decoration: underline;
}
.simpletoc-list ul li{
	margin: 0!important;
}
.simpletoc-list ul li a{
	font-weight: 400!important;
	text-decoration: initial!important;
}
@media (max-width:991px) {
	.wp-block-latest-posts.is-grid li{
		margin-right: 0px!important;
	}
}
.screenshot_size figure img{
	  max-width: 400px!important;
}
.single-post-wrap .post a {
  color: #dc153c!important;
}
