/*!
Theme Name: iberiacards
Theme URI: https://grupoundanet.com/
Author: Grupo Undanet
Author URI: https://grupoundanet.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: iberiacards
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/





/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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;
}

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* ESTILOS BLOG */
.site-main.blog-home {
	background-color: #fff;
}

.site-main.blog-home .blog-hero {
	margin-top: 90px;
}

@media (min-width: 2000px) {
	.site-main.blog-home .blog-hero {
		margin-top: 30px;
	}
}

@media (min-width: 4000px) {
	.site-main.blog-home .blog-hero {
		margin-top: 20px;
	}
}

.site-main.blog-home .blog-hero__title {
	color: #171717;
    text-align: center;
    -webkit-text-stroke-width: 2px;
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.65px;
}

.site-main.blog-home .blog-list {
    padding: 20px 0;
}

.site-main.blog-home .blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
	margin-bottom: 103px;
}

.site-main.blog-home .blog-card {
    width: 100%;
    max-width: 379px;
    height: 445px;
    border-radius: 16px;
    overflow: hidden;
}

.site-main.blog-home .blog-card:hover {
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.15); 
    transition: all 0.3s ease; 
}

.site-main.blog-home .blog-card:hover .blog-card__content   {
    background: #fff;
	transition: all 0.3s ease;
}

.site-main.blog-home .blog-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
}

.site-main.blog-home .blog-card__image {
    height: 47%;
    overflow: hidden;
}

.site-main.blog-home .blog-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.site-main.blog-home .blog-card__content {
    height: 53%;
    background: rgba(242, 242, 242, 0.7); 
    padding: 24px 35px 24px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.site-main.blog-home .blog-card__category {
    color: #171717;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
	margin-top: 0px;
	position: relative; 
    padding-left: 14px;
}

.site-main.blog-home .blog-card__category::before {
    content: "";
    position: absolute;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
    width: 6px;
    height: 12px;
    background: #E73B3C;
}

.site-main.blog-home .blog-card__title {
    color: #171717;
    font-size: 26px;
    font-weight: 400;
    margin: 0 0 15px 0;
	line-height: normal;
    display: -webkit-box;        
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 3;       
    overflow: hidden;             
    text-overflow: ellipsis;     
    word-break: break-word;
}

.site-main.blog-home .blog-card__date {
    color: #5C5C5C;
    font-size: 14px;
    font-weight: 400;
}

.site-main.blog-home .blog-load-more-container {
	justify-self: center;
    margin-top: 103px;
    margin-bottom: 142px;
}

.site-main.blog-home .blog-load-more-container a.button {
	padding: 5px 59px 6px;
	background-color: transparent;
    border: 1px solid #e73b3c;
	color: #e73b3c;
    text-shadow: none !important;
}

.site-main.blog-home .blog-load-more-container a.button:hover {
	background-color: #e73b3c;
    border: 1px solid #e73b3c;
	color: #fff;
}

.site-main.blog-home .blog-filter__container {
    display: flex;
    gap: 37px;
    margin-bottom: 40px;
    flex-wrap: wrap;
	justify-content: center;
}

.site-main.blog-home .blog-filter__dropdown {
    position: relative;
    width: 277px;
}

.site-main.blog-home .blog-filter__button {
    width: 100%;
    height: 90px;
    border-radius: 16px;
    background: #F2F2F2;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    position: relative;
	color: #171717;
    text-shadow: none !important;
}

.site-main.blog-home .blog-filter__arrow {
    position: absolute;
    right: 25px;
    transition: transform 0.3s ease;
}

.site-main.blog-home .blog-filter__menu {
    display: none;
    position: absolute;
    top: 115%;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.15);
    list-style: none;
    padding: 10px 0;
    margin: 0;
    z-index: 10;
}

.site-main.blog-home .blog-filter__menu li {
    padding: 10px 20px;
}

.site-main.blog-home .blog-filter__menu li a {
    text-decoration: none;
    color: #171717;
}

.site-main.blog-home .blog-filter__menu li a.active {
    color: #EA5455;
    text-shadow: none !important;
}

.site-main.blog-home .blog-filter__menu li:hover {
    background-color: #F2F2F2;
}

.site-main.blog-home .blog-filter__dropdown.open .blog-filter__menu {
    display: block;
}

.site-main.blog-home .blog-filter__button:hover,
.site-main.blog-home .blog-filter__button.active {
    color: #EA5455;
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    text-shadow: none !important;
}

.site-main.blog-home .blog-banner {
    width: 100%;
    background: #F0F0F0; 
    box-sizing: border-box;
}

.site-main.blog-home .blog-banner__container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.site-main.blog-home .blog-banner__content {
    flex: 1 1 450px;
    max-width: 411px;
}

.site-main.blog-home .blog-banner__title {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: normal;
    max-width: 371px;
}

.site-main.blog-home .blog-banner__text {
    font-size: 18px;
    margin-bottom: 40px;
}

.site-main.blog-home .blog-banner__button {
    display: inline-block;
    background: transparent;
    color: #E73B3C;
    text-shadow: none !important;
    border: 1px solid #e73b3c;
    padding: 6px 46px 6px;
}

.site-main.blog-home .blog-banner__button:hover {
    background: #E73B3C;
    color: #fff;
}

.site-main.blog-home .blog-banner__image {
    flex: 1 1 300px;
    text-align: right;
}

.site-main.blog-home .blog-banner__image img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 1200px) {
	.site-main.blog-home .blog-grid {
		grid-template-columns: repeat(2, 1fr);
		justify-items: anchor-center;
	}
}

@media screen and (max-width: 980px) {
	.site-main.blog-home .blog-hero {
		margin-top: 22px;
	}

    .site-main.blog-home .blog-banner {
        padding: 20px 0px;
    }
}

@media screen and (max-width: 768px) {
	.site-main.blog-home .blog-grid {
		grid-template-columns: repeat(1, 1fr);
		justify-items: anchor-center;
	}
}

/* INTERIOR NOTICIAS */
.site-main.blog-home .blog-single__hero {
	padding-top: 90px;
}

@media (min-width: 2000px) {
	.site-main.blog-home .blog-single__hero {
		padding-top: 30px;
	}
}

@media (min-width: 4000px) {
	.site-main.blog-home .blog-single__hero {
		padding-top: 20px;
	}
}

.site-main.blog-home .blog-single__hero img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.site-main.blog-home .blog-single__container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 30px 10px;
	padding-bottom: 100px;
}

.site-main.blog-home .blog-single__container.no-padd-bottom{
    padding-bottom: 0;
}

.site-main.blog-home .blog-single__breadcrumbs {
    font-size: 12px;
    margin-bottom: 34px;
    color: #898989;
    font-weight: 400;
    line-height: normal;
}

.site-main.blog-home .blog-single__breadcrumbs a {
    text-decoration: none;
	color: #898989;
}

.site-main.blog-home .blog-single__breadcrumbs .separator {
    margin: 0 1px;
}

.site-main.blog-home .blog-single__title {
    font-size: 38px;
    margin-bottom: 15px;
    color: #171717;
    -webkit-text-stroke-width: 0.3px;
    line-height: normal;
	font-weight: 600;
}

.site-main.blog-home .blog-single__date {
    font-size: 14px;
    color: #5C5C5C;
    margin-bottom: 39px;
	padding-left: 14px;
	position: relative;
}

.site-main.blog-home .blog-single__date::before {
    content: "";
    position: absolute;
    left: 0;
    top: 47%;
    transform: translateY(-50%);
    width: 6px;
    height: 12px;
    background: #E73B3C;
}

.site-main.blog-home .blog-single__content {
    margin-bottom: 100px;
}

.site-main.blog-home .blog-single__bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.site-main.blog-home .blog-single__share a {
    text-decoration: none;
}

.site-main.blog-home .blog-single__bottom a.button {
	padding: 5px 59px 6px;
	background-color: transparent;
    border: 1px solid #e73b3c;
	color: #e73b3c;
    text-shadow: none !important;
}

.site-main.blog-home .blog-single__bottom a.button:hover {
	background-color: #e73b3c;
    border: 1px solid #e73b3c;
	color: #fff;
}

.site-main.blog-home .blog-single__share {
    display: flex;
    flex-direction: column; 
    align-items: flex-end;
    gap: 10px;
}

.site-main.blog-home .blog-single__share .share-icons {
    display: flex;
    gap: 10px; 
}

.site-main.blog-home .blog-single__share img {
    transition: all 0.3s ease;
}

.site-main.blog-home .blog-single__share .share-icon.facebook img {
    content: url("/blog/src/uploads/2026/02/faceb.svg");
}

.site-main.blog-home .blog-single__share .share-icon.facebook:hover img {
    content: url("/blog/src/uploads/2026/02/faceb-red.svg");
}

.site-main.blog-home .blog-single__share .share-icon.instagram img {
    content: url("/blog/src/uploads/2026/02/insta.svg");
}

.site-main.blog-home .blog-single__share .share-icon.instagram:hover img {
    content: url("/blog/src/uploads/2026/02/insta-red.svg");
}

.site-main.blog-home .blog-single__share .share-icon.linkedin img {
    content: url("/blog/src/uploads/2026/02/linke.svg");
}

.site-main.blog-home .blog-single__share .share-icon.linkedin:hover img {
    content: url("/blog/src/uploads/2026/02/linke-red.svg");
}

.site-main.blog-home .blog-grid-botones {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    margin: 20px 0px 60px;
}

.site-main.blog-home .blog-category-button {
    display: inline-block;
    text-align: center;
}

.site-main.blog-home .blog-grid-botones a.button {
    padding: 5px 40px 6px;
    background-color: transparent;
    border: 1px solid #e73b3c;
    color: #e73b3c;
    text-shadow: none !important;
}

.site-main.blog-home .blog-grid-botones a.button:hover {
    background-color: #e73b3c;
    border: 1px solid #e73b3c;
    color: #fff;
}

.site-main.blog-home .blog-grid-botones .blog-tag-button.active {
    background-color: #e73b3c;
    color: #fff;
}

@media screen and (max-width: 980px) {
	.site-main.blog-home .blog-single__hero img {
		margin-top: -68px;
		height: 250px;
	}
}

@media screen and (max-width: 768px) {
	.site-main.blog-home .blog-single__bottom {
		flex-direction: column;
		align-items: center;
	}

	.site-main.blog-home .blog-single__share {
		align-items: center;
	}

    .site-main.blog-home .blog-grid-botones {
        margin: 20px 0px 40px;
        flex-direction: column;
    }
}