/**
* 2007-2018 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-2018 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

/********************************************************************************************/
/*									NEWS													*/
/********************************************************************************************/
#module-ecommblog-news .breadcrumb{
	display: none;
}

#news_list .newsCategory {
	background-color: #F7F5F2;
    padding: 30px 20px;
    margin-bottom: 25px;
    float:left;
}
#news_list .newsCategory label {
	font-size: 18px;
    color: #ff6600;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif;
}
#news_list .newsCategory li {
	width: 100%;
	padding: 3px 0;
    border-bottom: 1px solid #e4ddd2;
    text-align: left;
    float: none;
    font-family: 'Lato', sans-serif;
}
#news_list .newsCategory li .name {
	color: #ff6600;
	font-size: 16px;
}
#news_list .newsCategory li .quantity {
	float: right;
	color: #ff6600;
	font-size: 16px;
}
#news_list .newsContent > div {
	margin-bottom: 25px;
}
#news_list .newsImage {
    text-align: center;
    width: -webkit-calc(41.66667% - 5px);
    width: -moz-calc(41.66667% - 5px);
    width: calc(41.66667% - 5px);
    display: inline-block;
    vertical-align: top;
}
#news_list .newsImage img {
    width: 100%;
}
#news_list .newsText {
    width: -webkit-calc(58.33333% - 5px);
    width: -moz-calc(58.33333% - 5px);
    width: calc(58.33333% - 5px);
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
}
#news_list .newsTitle {
    color: #ff6600;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
}
#news_list .newsDate {
    font-size: 12px;
    font-style: italic;
    margin: 0 0 5px 0;
    color: #90827c;
    font-family: 'Lato', sans-serif;
    
}
#news_list .newsSummary {
    font-size: 14px;
    line-height: 17px;
    margin-top: 7px;
    font-family: 'Lato', sans-serif;
}
#news_list .paginationblog {
	text-align: center;
}
#news_list .paginationblog li {
	display: inline-block;
	vertical-align: middle;
    border: 1px solid #333;
    font-size: 13px;
    padding: 5px 10px;
    color: #ff6600;
    float: none;
    font-family: 'Lato', sans-serif;
}
@media(min-width: 768px) {
	#news_list .newsContent > div:nth-child(2n + 1) {
		clear: both;
	}
}
@media(max-width: 479px) {
	#news_list .newsImage{
		width: 100%
	}
	#news_list .newsText {
		width: 100%;
		padding: 0;
		margin-top: 10px;
	}
}

#news .return {
    margin-bottom: 15px;
}
#news .return a {
	font-weight: 600;
}
#news img {
	width: auto;
	max-width: 100%;
	height: auto;
}


#news h1 {
	color: #ff6600;    
    line-height: 30px;
    font-size: 26px;
    color:#5a504c;
    text-align: center;
}
#news .info-new{
    margin:30px 0;
    text-align: center;
}
#news .info-new .newsDate{
    font-size:12px;
    color:#90827c;
    line-height: 18px;
    font-style: italic;
    margin: 0 0 5px 0;
}
#news .newsContent .newsImage{
    margin: 0 0 30px 0;
}
#news .newsCategory{
    background-color: #F7F5F2;
    padding: 30px 20px;
    margin-bottom: 25px;
    float: left;
}
#news .newsCategory label{
    font-size: 18px;
    color: #ff6600;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif;
}
#news .newsCategory li{
    width: 100%;
    padding: 3px 0;
    border-bottom: 1px solid #e4ddd2;
    text-align: left;
    float: none;
    font-family: 'Lato', sans-serif;
}
#news .newsCategory li .name{
    color: #ff6600;
    font-size: 16px;
}
#news .newsCategory li .quantity{
    float: right;
    color: #ff6600;
    font-size: 16px;
}
/********************************************************************************************/
/*									OPTICONSEJO												*/
/********************************************************************************************/
#module-ecommblog-opticonsejo .breadcrumb{
	display: none;
}

#opticonsejo_list .opticonsejoCategory {
	background-color: #F7F5F2;
    padding: 30px 20px;
    margin-bottom: 25px;
    float:left;
}
#opticonsejo_list .opticonsejoCategory label {
	font-size: 18px;
    color: #ff6600;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif;
}
#opticonsejo_list .opticonsejoCategory li {
	width: 100%;
	padding: 3px 0;
	border-bottom: 1px solid #e4ddd2;
    text-align: left;
    float: none;
    font-family: 'Lato', sans-serif;
}
#opticonsejo_list .opticonsejoCategory li .name {
	color: #ff6600;
	font-size: 16px;
}
#opticonsejo_list .opticonsejoCategory li .quantity {
	float: right;
	color: #ff6600;
	font-size: 16px;
}
#opticonsejo_list .opticonsejoContent > div {
	margin-bottom: 25px;
}
#opticonsejo_list .opticonsejoImage {
    text-align: center;
    width: -webkit-calc(41.66667% - 5px);
    width: -moz-calc(41.66667% - 5px);
    width: calc(41.66667% - 5px);
    display: inline-block;
    vertical-align: top;
}
#opticonsejo_list .opticonsejoImage img {
    width: 100%;
}
#opticonsejo_list .opticonsejoText {
    width: -webkit-calc(58.33333% - 5px);
    width: -moz-calc(58.33333% - 5px);
    width: calc(58.33333% - 5px);
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
}
#opticonsejo_list .opticonsejoTitle {
    color: #ff6600;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
}
#opticonsejo_list .opticonsejoDate {
    font-size: 12px;
    margin-top: 3px;
    color: #999;
    font-family: 'Lato', sans-serif;
    font-style: italic;
}
#opticonsejo_list .opticonsejoSummary {
    font-size: 14px;
    line-height: 17px;
    margin-top: 7px;
    font-family: 'Lato', sans-serif;
}
#opticonsejo_list .paginationblog {
	text-align: center;
}
#opticonsejo_list .paginationblog li {
	display: inline-block;
	vertical-align: middle;
    border: 1px solid #333;
    font-size: 13px;
    padding: 5px 10px;
    color: #ff6600;
    float: none;
    font-family: 'Lato', sans-serif;
}
@media(min-width: 768px) {
	#opticonsejo_list .opticonsejoContent > div:nth-child(2n + 1) {
		clear: both;
	}
}
@media(max-width: 479px) {
	#opticonsejo_list .opticonsejoImage{
		width: 100%
	}
	#opticonsejo_list .opticonsejoText {
		width: 100%;
		padding: 0;
		margin-top: 10px;
	}
}

#opticonsejo .return {
    margin-bottom: 15px;
}
#opticonsejo .return a {
	font-weight: 600;
}
#opticonsejo img {
	width: auto;
	max-width: 100%;
	height: auto;
}
#opticonsejo h1 {
	color: #ff6600;
}
#opticonsejo .newsDate {
    color: #999;
}

#opticonsejo h1 {
	color: #ff6600;    
    line-height: 30px;
    font-size: 26px;
    color:#5a504c;
    text-align: center;
}
#opticonsejo .info-opticonsejo{
    margin:30px 0;
    text-align: center;
}
#opticonsejo .info-opticonsejo .opticonsejoDate{
    font-size:12px;
    color:#90827c;
    line-height: 18px;
    font-style: italic;
    margin: 0 0 5px 0;
}
#opticonsejo .opticonsejoContent .opticonsejoImage{
    margin: 0 0 30px 0;
}
#opticonsejo .opticonsejoCategory{
    background-color: #F7F5F2;
    padding: 30px 20px;
    margin-bottom: 25px;
    float: left;
}
#opticonsejo .opticonsejoCategory label{
    font-size: 18px;
    color: #ff6600;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif;
}
#opticonsejo .opticonsejoCategory li{
    width: 100%;
    padding: 3px 0;
    border-bottom: 1px solid #e4ddd2;
    text-align: left;
    float: none;
    font-family: 'Lato', sans-serif;
}
#opticonsejo .opticonsejoCategory li .name{
    color: #ff6600;
    font-size: 16px;
}
#opticonsejo .opticonsejoCategory li .quantity{
    float: right;
    color: #ff6600;
    font-size: 16px;
}