/**
* 2007-2021 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2021 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/

 /** Estilos de tpcwordpress **/
 
.blog_post_thumbnail{
	overflow:hidden;
	position:relative;
}
.blog_post_thumbnail .blog_post_date{
	position:absolute;
	top:5px;
	right:5px;
	display:inline-block;
	background-color:#2fb5d2;
	color:#f6f6f6;
	font-size:13px;
	line-height:1em;
	padding:5px;
	text-align:center;
	pointer-events: none;
}
 
/** Página de inicio **/
#tpcwordpress_home_block,
#tpcwordpress_home_slider{
	background-color:#fff;
	padding-top:2rem;
	padding-bottom:1rem;
}
#tpcwordpress_home_block #tpcwordpress_home_block_title,
#tpcwordpress_home_slider #tpcwordpress_home_block_title{
	font-size:1.5rem;
	padding:0 10px;
	margin-bottom:1rem;
}
#tpcwordpress_home_block .blog_post,
#tpcwordpress_home_slider .blog_post{
	margin-top:0;
	margin-bottom:0;
	height:100%;
}
#tpcwordpress_home_block .blog_post_title,
#tpcwordpress_home_slider .blog_post_title{
	font: 600 16px/20px "Open Sans", sans-serif;
	margin:0;
	padding:0 0 10px;
	text-transform:none;
	overflow:hidden;
}
#tpcwordpress_home_block .blog_post_content,
#tpcwordpress_home_slider .blog_post_content{
	border:1px solid #f6f6f6;
	background:#fbfbfb;
	height:100%;
	display:flex;
	flex-direction:column;
}
#tpcwordpress_home_block .blog_post_thumbnail img,
#tpcwordpress_home_slider .blog_post_thumbnail img{
	margin-left: auto;
	margin-right: auto;
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
#tpcwordpress_home_slider .blog_post_thumbnail{
	aspect-ratio:4 / 3;
}
#tpcwordpress_home_block .blog_post_infos,
#tpcwordpress_home_slider .blog_post_infos{
	padding:10px;
	flex:1;
	display:flex;
	flex-direction:column;
}
#tpcwordpress_home_block .blog_post_text,
#tpcwordpress_home_slider .blog_post_text{
	font-size:13px;
	line-height:1.4;
	margin:10px 0;
	flex-grow:1;
}
#tpcwordpress_home_block .blog_post_link,
#tpcwordpress_home_slider .blog_post_link{
	text-align:right;
	margin:0;
	padding:0;
}
#tpcwordpress_home_slider .blog_post_link a{
	display:inline-block;
	font-size:14px;
	padding:4px 8px;
	background:#7a7a7a;
	color:#fbfbfb;
	border:2px solid #7a7a7a;
	transition:0.2s all;
}
#tpcwordpress_home_slider .blog_post_link a:hover,
#tpcwordpress_home_slider .blog_post_link a:focus,
#tpcwordpress_home_slider .blog_post_link a:active{
	background:#fbfbfb;
	color:#7a7a7a;
}
#tpcwordpress_home_block.flex_design #tpcwordpress_post_list{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
#tpcwordpress_home_block.flex_design .blog_post_content{
	display:flex;
	flex-direction:column;
	height:100%;
	background:#fbfbfb;
}
#tpcwordpress_home_block.flex_design .blog_post_infos{
	flex: 1;
	display: flex;
	flex-direction: column;
}
#tpcwordpress_home_block.flex_design .blog_post_infos .blog_post_text{
	flex-grow:1;
}
#tpcwordpress_home_block.flex_design .blog_post_infos .blog_post_link a{
	display: inline-block;
	font-size: 14px;
	padding: 4px 8px;
	background: #7a7a7a;
	color: #fbfbfb;
	border: 2px solid #7a7a7a;
	transition:0.2s all;
}
#tpcwordpress_home_block.flex_design .blog_post_infos .blog_post_link a:hover,
#tpcwordpress_home_block.flex_design .blog_post_infos .blog_post_link a:focus,
#tpcwordpress_home_block.flex_design .blog_post_infos .blog_post_link a:active{
	background:#fbfbfb;
	color:#7a7a7a;
}
@media screen and (min-width:768px) and (max-width:991px){
	#tpcwordpress_home_block.flex_design .caben-cuatro{
		width:50%;
	}
}

/** Columna izquierda y derecha **/
.tpcwordpress_column_block{
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
	margin-bottom: 1.563rem;
	background: #fff;
	padding: 1.563rem 1.25rem;
}
.tpcwordpress_column_block h3{
	font-size:1rem;
	overflow: hidden;
}
.tpcwordpress_column_block .blog_post{
	margin-bottom:1em;
}
/* Aquí se usa borde */
.tpcwordpress_column_block .blog_post_title{
	font: 600 1rem/1 "Open Sans", sans-serif;
	margin:0;
	padding:12px 0;
	text-transform:none;
	background:none;
	border-top:0;
	border-bottom:2px solid #eee;
}
.tpcwordpress_column_block .post_date_left{
	position: relative;
	top: 0;
	left: 0;
}
@media screen and (max-width:991px){
	.tpcwordpress_column_block .blog_post_title{
		font-size:0.85rem;
		line-height:120%;
	}
	.tpcwordpress_column_block .blog_post_thumbnail{
		height:auto;
		overflow:visible;
	}
	.tpcwordpress_column_block .blog_post_thumbnail img{
		position:static;
		transform:initial;
	}
}
@media screen and (max-width:767px){
	.tpcwordpress_column_block .blog_post_title:after{
		display:none;
	}
}

/* Carrusel Swiper */
#tpcwordpress_home_slider .tpcwordpressblock {
	margin: 0;
	position: relative;
}
#tpcwordpress_home_slider .tpcwordpress-swiper {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 0 44px;
	box-sizing: border-box;
}
#tpcwordpress_home_slider .tpcwordpress-swiper,
#tpcwordpress_home_slider .tpcwordpress-swiper .swiper-wrapper,
#tpcwordpress_home_slider .tpcwordpress-swiper .swiper-slide {
	height: auto !important;
}
#tpcwordpress_home_slider .tpcwordpress-swiper .swiper-wrapper {
	align-items: stretch;
}
#tpcwordpress_home_slider .tpcwordpress-swiper .swiper-slide {
	display: flex;
	box-sizing: border-box;
}
#tpcwordpress_home_slider .tpcwordpress-swiper-button-prev,
#tpcwordpress_home_slider .tpcwordpress-swiper-button-next {
	position: absolute;
	top: 38%;
	z-index: 10;
	margin-top: 0;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
	color: #333;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}
#tpcwordpress_home_slider .tpcwordpress-swiper-button-prev {
	left: 0;
}
#tpcwordpress_home_slider .tpcwordpress-swiper-button-next {
	right: 0;
}
#tpcwordpress_home_slider .tpcwordpress-swiper-button-prev::after,
#tpcwordpress_home_slider .tpcwordpress-swiper-button-next::after {
	font-family: inherit;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
}
#tpcwordpress_home_slider .tpcwordpress-swiper-button-prev::after {
	content: '‹';
}
#tpcwordpress_home_slider .tpcwordpress-swiper-button-next::after {
	content: '›';
}
#tpcwordpress_home_slider .tpcwordpress-swiper-button-prev.swiper-button-disabled,
#tpcwordpress_home_slider .tpcwordpress-swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: default;
	pointer-events: none;
}
