/**
* 2007-2022 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-2022 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/

 /*** WPINTOPS styles ***/
 
.blog_post_thumbnail{
	overflow:hidden;
	position:relative;
}
/* .blog_post_thumbnail.no_thumbnail{
	background:url('../img/img_block_bg.png') center no-repeat #fff;
} */
.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;
}

.background-blog {
	background-color: #f8f9f9;
	margin: 15px 0;
}

#wpintops_home_block h2 {
    font-family: 'Lato', sans-serif;
    position: relative;
    font-size: 28px!important;
    font-weight: bold;
	text-transform: capitalize;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #008996!important;
    margin-top: 30px!important;
    align-items: center!important;
    justify-content: center;
	margin-bottom: 30px;;
}

#wpintops_home_block h2:after {
    content: '';
    border: 1px solid #008996;
    position: absolute;
    margin: 0 auto;
    left: calc(50% - 30px);
    right: calc(50% - 30px);
    width: 60px;
    right: auto;
    bottom: -12px;
}
 
/** Home **/
#wpintops_home_block{
	margin: 0 auto;
	max-width: 1270px;
	background-color:transparent;
	padding-top:2rem;
	padding-bottom:1rem;
}
#wpintops_home_block #wpintops_home_block_title{
	font-size:1.5rem;
	padding:0 10px;
}
#wpintops_home_block .blog_post{
	margin-top:1rem;
	margin-bottom:1rem;
}
#wpintops_home_block .blog_post_title a{
	font-family: 'Lato', sans-serif;
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: normal;
	text-align: left;
	color: #2e393a;
}
#wpintops_home_block .blog_post_title a:hover{
	text-decoration: underline;
}
#wpintops_home_block .blog_post_content{
	border:1px solid #f8f9f9;
}
#wpintops_home_block .blog_post_thumbnail img{
	margin-left: auto;
	margin-right: auto;
}
#wpintops_home_block .blog_post_text{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.43;
	letter-spacing: normal;
	text-align: left;
	color: #2e393a;
}
.background-blog a.all-product-link.h4 {
	display: inline-block;
    border-radius: 24px;
    background-color: #008996;
    color: #FFFFFF !important;
    width: 140px;
    height: 47px;
    margin-bottom: 40px;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
}
.background-blog a.all-product-link.h4 span {
    transform: translate3d(-50%, -50%, 0);
    display: block;
    position: relative;
    color: #FFFFFF;
    top: 50%;
    left: 50%;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.75;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
}
#wpintops_home_block .blog_post_link{
	margin:0;
	padding:0;
}
#wpintops_home_block.flex_design #wpintops_post_list{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
#wpintops_home_block.flex_design .blog_post_content{
	display:flex;
	flex-direction:column;
	height:100%;
	background:#f8f9f9;
}
#wpintops_home_block.flex_design .blog_post_thumbnail.no_thumbnail{
	min-height:100px;
}
#wpintops_home_block.flex_design .blog_post_infos{
	flex: 1;
	display: flex;
	flex-direction: column;
}
#wpintops_home_block.flex_design .blog_post_infos .blog_post_text{
	flex-grow:1;
}
#wpintops_home_block.flex_design .blog_post_infos .blog_post_link a{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: left;
	color: #008996;
}
#wpintops_home_block.flex_design .blog_post_infos .blog_post_link a:hover,
#wpintops_home_block.flex_design .blog_post_infos .blog_post_link a:focus,
#wpintops_home_block.flex_design .blog_post_infos .blog_post_link a:active{
	text-decoration: underline;
}
@media screen and (min-width:768px) and (max-width:991px){
	#wpintops_home_block.flex_design .caben-cuatro{
		width:50%;
	}
}

/** Left and right column **/
.wpintops_column_block{
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
	margin-bottom: 1.563rem;
	background: #fff;
	padding: 1.563rem 1.25rem;
}
.wpintops_column_block h3{
	font-size:1rem;
	overflow: hidden;
}
.wpintops_column_block .blog_post{
	margin-bottom:1em;
}
/*here we use border*/
.wpintops_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;
}
.wpintops_column_block .post_date_left{
	position: relative;
	top: 0;
	left: 0;
}
@media screen and (max-width:991px){
	.wpintops_column_block .blog_post_title{
		font-size:0.85rem;
		line-height:120%;
	}
	.wpintops_column_block .blog_post_thumbnail{
		height:auto;
		overflow:visible;
	}
	.wpintops_column_block .blog_post_thumbnail img{
		position:static;
		transform:initial;
	}
}
@media screen and (max-width:767px){
	.wpintops_column_block .blog_post_title:after{
		display:none;
	}
}

/*Slider*/
.wpintopsblock {
    margin: 0;
    position: relative;
}
.blog-inner {
	margin: 10px;
	position: relative;
	overflow: hidden;
	border: 1px solid #dfdfdf
}
.blog_post_infos {
	margin: 10px 0;
	position: relative;
	overflow: hidden;
}

li.blog-items {
	float: left;
	width: 20%
}
li.blog-items img {
	width: 100%
}
#blog-arrows {
	position: absolute;
	top: 40%;
	width: 100%;
	/* display: none; */
}
li.blog-items:hover a:before {
	display: block
}
.wpintopsblock:hover #blog-arrows {
	display: block
}
.left.slick-arrow {
	float: left;
	z-index: 9;
	position: relative
}
.right.slick-arrow {
	float: right;
	z-index: 9;
	position: relative
}
.grid::after {
	content: '';
	display: block;
	clear: both
}
