/*
Theme Name: Ecoceramic
Theme URI: http://www.estudiomeetz.com
Author: Estudio Meetz
Author URI: http://www.estudiomeetz.com
Description: Diseño para Ceramic Tile International, S.L.U
Version: 1.7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tmpolygon
Domain Path: /languages
Tags: black, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Reset
# Repeatable Patterns
# Elements
# Typography
# Responsive images
# Alignment
# Entry Content
# Attachments
# Widgets
# Galleries
# Text meant only for screen readers.
--------------------------------------------------------------*/

/**
 * Reset
 * ----------------------------------------------------------------------------
 */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 14px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

small {
    font-size: smaller;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl {
    margin: 0 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
}

ul {
    list-style-type: square;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

svg:not(:root) {
    overflow: hidden;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}

caption {
    font-size: 16px;
    margin: 20px 0;
}

th {
    font-weight: bold;
    text-transform: uppercase;
}

td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}

del {
    color: #333;
}

ins {
    background: #fff9c0;
    text-decoration: none;
}

/**
 * Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal 16px/1 Genericons;
    vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
    clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
    content: "";
    display: table;
}

/**
 * Elements
 * ----------------------------------------------------------------------------
 */

hr {
    background-color: #eaeaea;
    background-color: rgba(51, 51, 51, 0.1);
    border: 0;
    height: 1px;
    margin-bottom: 1.6em;
}

ul,
ol {
    margin: 0 0 1.6em 1.3333em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

dl {
    margin-bottom: 1.6em;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 1.6em;
}

table,
th,
td {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.6em;
    table-layout: fixed; /* Prevents HTML tables from becoming too wide */
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0;
}

th, td {
    padding: 0.4em;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

figure {
    margin: 0;
}

del {
    opacity: 0.8;
}

/**
 * Typography
 * ----------------------------------------------------------------------------
 */

b,
strong {
    font-weight: 700;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    border-left: 4px solid #707070;
    border-left: 4px solid rgba(51, 51, 51, 0.7);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 18px;
    font-size: 1.8rem;
    font-style: italic;
    line-height: 1.6667;
    margin-bottom: 1.6667em;
    padding-left: 0.7778em;
}

blockquote p {
    margin-bottom: 1.6667em;
}

blockquote > p:last-child {
    margin-bottom: 0;
}

blockquote cite,
blockquote small {
    color: #333;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Noto Sans", sans-serif;
    line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

address {
    font-style: italic;
    margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: Inconsolata, monospace;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.01);
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    line-height: 1.2;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 0.8em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

abbr[title] {
    border-bottom: 1px dotted #eaeaea;
    border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
    cursor: help;
}

mark,
ins {
    background-color: #fff9c0;
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

/**
 * Responsive images
 * ----------------------------------------------------------------------------
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
    max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
    height: auto;
    max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
    max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
    max-width: 100% !important;
}

/**
 * Alignment
 * ----------------------------------------------------------------------------
 */
/* Images */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

figure.wp-caption.alignleft,
img.alignleft {
    margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
    margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
    margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
    margin: 5px 0 5px 10px;
}

img.aligncenter {
    margin: 5px auto;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
    color: #220e10;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
    float: right;
}

div.wp-caption.alignright .wp-caption-text {
    padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
    list-style-position: inside;
}

/**
 * Entry Content
 * ----------------------------------------------------------------------------
 */

.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
    display: none;
}

/* Page links */
.page-links {
    clear: both;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    line-height: 2.2;
    margin: 20px 0;
    text-transform: uppercase;
}

.page-links a,
.page-links > span {
    background: #fff;
    border: 1px solid #fff;
    padding: 5px 10px;
    text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
    background: #fff;
    color: #000;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
    background: none;
}

.page-links .page-links-title {
    background: transparent;
    border: none;
    margin-right: 20px;
    padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
    background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    border-radius: 0;
}

/**
 * Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
    background-color: #e8e5ce;
    margin: 0;
    padding: 0;
}

.attachment .entry-header {
    margin-bottom: 0;
    max-width: 1040px;
    padding: 30px 0;
}

.attachment .entry-title {
    display: inline-block;
    float: left;
    font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0;
}

.attachment .entry-title:before {
    content: "\f416";
    font-size: 32px;
    margin-right: 10px;
}

.attachment .entry-meta {
    clear: none;
    color: inherit;
    float: right;
    max-width: 604px;
    padding: 9px 0 0;
    text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
    max-width: 104px;
}

.attachment footer.entry-meta {
    display: none;
}

.attachment-meta:before {
    content: "\f307";
}

.full-size-link a:before {
    content: "\f402";
}

.full-size-link:before {
    content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
    color: #ca3c08;
}

.attachment .entry-content {
    background-color: #fff;
    max-width: 100%;
    padding: 40px 0;
}

.image-navigation {
    margin: 0 auto;
    max-width: 1040px;
    position: relative;
}

.image-navigation a:hover {
    text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
    position: absolute;
    top: 50px;
}

.image-navigation .nav-previous {
    left: 0;
}

.image-navigation .nav-next {
    right: 0;
}

.image-navigation .meta-nav {
    font-size: 32px;
    font-weight: 300;
    vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
    margin: 0 auto;
    max-width: 724px;
    text-align: center;
}

.attachment .entry-attachment .attachment {
    display: inline-block;
}

.attachment .entry-caption {
    text-align: left;
}

.attachment .entry-description {
    margin: 20px auto 0;
    max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
    margin: 0;
}

.attachment .site-main .sidebar-container {
    display: none;
}

.attachment .entry-content .mejs-audio {
    max-width: 400px;
    margin: 0 auto;
}

.attachment .entry-content .wp-video {
    margin: 0 auto;
}

.attachment .entry-content .mejs-container {
    margin-bottom: 24px;
}

/**
 * Widget
 * ----------------------------------------------------------------------------
 */

/* Search widget */
.search-form .search-submit {
    display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
    display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
    color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
    border: 0;
    border-collapse: separate;
    border-spacing: 1px;
}

.widget_calendar caption {
    font-size: 14px;
    margin: 0;
}

.widget_calendar th,
.widget_calendar td {
    padding: 0;
    text-align: center;
}

.widget_calendar a {
    display: block;
}

.widget_calendar a:hover {
    background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
    background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
    background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
    background-color: transparent;
}

@media (min-width: 1200px) {
    blockquote,
    q {
        -webkit-hyphens: none;
        -moz-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
        quotes: none;
    }

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: "";
        content: none;
    }

    blockquote {
        font-size: 18px;
        margin: 24px 40px;
    }

    blockquote blockquote {
        margin-right: 0;
    }

    blockquote cite,
    blockquote small {
        font-weight: normal;
        display: block;
        font-size: 11px;
        color: #000;
        margin-top: 20px;
    }

    blockquote em,
    blockquote i {
        font-style: normal;
        font-weight: 300;
    }

    blockquote strong,
    blockquote b {
        font-weight: 400;
    }
}

/**
 * Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
    margin-bottom: 1.6em;
}

.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.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-icon img {
    margin: 0 auto;
}

.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
/**
 * Text meant only for screen readers.
 * ----------------------------------------------------------------------------
 */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.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;
    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. */
}
/*--------------------------------------------------------------
>>> CODIGO ESTUDIO MEETZ
----------------------------------------------------------------*/
html{
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
.wpb_gmaps_widget.gmaps .wpb_wrapper {
    padding: 0px;
}
#text-7 h6{
	color: #222222;
}
.copymeetz{
	line-height: 25px;
}
.hidden{
	display: none !important;
}
@media (max-width: 970px){
	#text-7 h6{
		display: none;
	}
}
.site-footer{
	padding-top: 75px !important;
	padding-bottom: 25px !important;
}
.site-header, .sticky-menu{
	background: rgba(0, 0, 0, 0.50) !important;
	z-index: 1000;
}
.header-home h1{
	color: #ccd324;
    font-size: 88px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    letter-spacing: 0em;
    line-height: 80px !important;
}
.back-menu-meetz{
	background: black;
	height: 104px;
}
#site-navigation .menu > li.btn-private{
	border: 2px solid #CCD324 !important;
	background: #CCD324 !important;
	margin-top: 20px;
}
#site-navigation .menu > ul > li > a, #site-navigation .menu > li > a{
	padding: 42px 5px !important;
}
.search-cart{
	padding: 42px 10px !important;
}
#site-navigation .menu > li.btn-private > a{
	padding: 13px 19px !important;
	text-align: center;
}
#site-navigation .menu > li.btn-private:hover{
	background: #FFFFFF !important;
}
#site-navigation .menu > ul > li::after, #site-navigation .menu > li{
	background: none !important;
}
#social-menu-top a{
	color: #FFF;
}
#social-menu-top a:hover{
	color: #CCD324;
}
.social-menu .menu li{
	margin-left: 0px !important;
}
@media (max-width: 767px) {
	#social-menu-top{
		text-align: center;
		margin-bottom: 2%;
	}
}
@media (max-width: 640px) {
	#social-menu-top{
		text-align: center;
		margin-bottom: 2%;
	}
}
/* REGISTRO */
.alert {
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.swpm-registration-widget-form{
	margin-bottom: 50px;
}
.swpm-registration-widget-form td{
	padding: 0px;
}
@media (max-width: 1200px) {
	div.eco-mobile{
		background-image: none !important;
	}
	div.eg-polygon-skin-13-element-10{
		font-size: 15px !important;
	    line-height: 20px !important;
	    padding: 0 50px !important
	}
}
@media (max-width: 980px) {
	div.eco-mobile{
		background-image: none !important;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	div.eco-mobile{
		background-image: none !important;
	}
}
@media (max-width: 767px) {
	div.eco-mobile{
		background-image: none !important;
	}
}
@media (max-width: 640px) {
	div.eco-mobile{
		background-image: none !important;
	}
}
/* IDIOMA */
/*
.idioma{
	padding: 46px 10px 38px 10px;
}
#site-navigation .language-chooser{
	float: right;
}
#site-navigation .language-chooser > ul > li, #site-navigation .language-chooser > li {
    line-height: 1;
    position: relative;
    vertical-align: top;
}
.language-chooser li{
    display: inline-block;
}
*/
.idioma h2{
	color: #FFF;
	border: 2px solid #FFFFFF !important;
	margin-top: 20px;
	margin-left: 20px;
	padding: 22px 19px !important;
	letter-spacing: 0.2em;
    line-height: 1.4em;
    text-transform: uppercase;
    font-family: Lato;
    font-size: 12px;
    font-weight: 400;
}
.idioma h2:after{
	content: "\f078";
	font-family: FontAwesome;
	padding-left: 5px;
}
.idioma h2:hover{
	color: #ccd324;
	border: 2px solid #ccd324 !important;
}
.idioma h2:hover:after{
	color: #ccd324;
}
.idioma ul{
	display:none;
	position:absolute;
	min-width: 132px;
	margin-left: 20px;
}
.idioma ul li{
	padding: 16px 10px;
	background: #000000;
	vertical-align: middle;
	text-transform: uppercase;
	border-top: 1px solid grey;
}
.idioma ul li:first-child{
	border: none;
}
.idioma ul li img{
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}
.idioma ul li a{
	line-height: 12px !important;
}
.idioma:hover > ul {
	display: block;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
@media (min-width: 990px) {
	li.wpml-ls-menu-item ul.sub-menu{
		margin-top: 0px !important;
		transform: translate(-25%, 0%);
	}
	li.wpml-ls-menu-item ul.sub-menu li{
		min-width: 20px !important;
	}
}
/*
.idioma select option{
	border: none !important;
	background: #000000;
	vertical-align: middle;
	padding-top: 16px;
	padding-bottom: 16px;
}

.idioma select option[value*="/es/"]:before{
	display: inline-block !important;
	content: url("http://www.ecoceramic.es/wp-content/plugins/qtranslate-x/flags/es.png") !important;
	margin-left: 5% !important;
	margin-right: 5% !important;
}
.idioma select option[value*="/ca/"]:before{
	display: inline-block;
	content: url("http://www.ecoceramic.es/wp-content/plugins/qtranslate-x/flags/ca.alt.png");
	margin-left: 5%;
	margin-right: 5%;
}
.idioma select option[value*="/en/"]:before{
	display: inline-block;
	content: url("http://www.ecoceramic.es/wp-content/plugins/qtranslate-x/flags/gb.png");
	margin-left: 5%;
	margin-right: 5%;
}
.idioma select option[value*="/fr/"]:before{
	display: inline-block;
	content: url("http://www.ecoceramic.es/wp-content/plugins/qtranslate-x/flags/fr.png");
	margin-left: 5%;
	margin-right: 5%;
}*/

/*--------------------------------------------------------------
>>> PAGINAS LEGALES
----------------------------------------------------------------*/
#post-77321, #post-77328, #post-78672{
	margin-bottom: 10%;
}
#post-77321 h3, #post-77328 h3, #post-78672 h3{
	letter-spacing: 0.2em;
}
#post-77328 ul, #post-78672 ul{
	padding-left: 5%;
	margin-bottom: 1.5em;
}
#post-77328 ul ul, #post-78672 ul{
	list-style: circle;
}

/*--------------------------------------------------------------
>>> PAGINAS CONTACTO
----------------------------------------------------------------*/
.text-left{
	text-align: left !important;
}
.wpcf7-acceptance, .your-newsletter input {
    margin-bottom: 0 !important;
    margin-top: 6px !important;
}
.wpcf7-acceptance input {
    margin-bottom: 0 !important;
    margin-top: 5px !important;
    margin-right: 5px !important;
}

div.tb-politica{
	display: none;
}
div.tb-politica table{
	table-layout: auto !important;
}
div.tb-politica table ul{
	padding-left: 20px;
}
.tb-politica th {
	text-align: center !important;
}

.tb-politica table tr td {
    display: table-cell;
    padding: 1%;
    text-align: left;
    line-height: 1.2em;
    vertical-align: middle;
    border: 1px dotted #000;
}
/* ---- ------- ------ ------ */
/* CATALOGOS                  */
/* ---- ------- ------ ------ */
.btn, button, input[type="submit"], input[type="reset"], input[type="button"]{
	margin: 0px 0px 10px 0px !important;
}
body.page-template-template-catalogos .site{
	background: #f7f7f7 !important;
}
body.page-template-template-catalogos #content .item [class*="col-"]{
	padding: 0px 15px 15px 15px;
}
div.row.item{
	margin-bottom: 50px;
}
div.ctlg_desc{
	position: relative;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
div.ctlg_desc > div{
	padding: 20px;
}
div.ctlg_desc h4{
	margin-top: auto;
	margin-bottom: auto;
	padding-bottom: 15px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	text-align: center;
}
div.ctlg_desc .contenido{
	padding-bottom: 40px;
}
div.ctlg_desc div.boton{
	display: flex;
	justify-content: center;
}
#triangulo_superior {
	position: absolute;
	top: -25px;
	width: 0;
	height: 0;
	padding: 0px !important;
	border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    border-bottom: 30px solid #fff;
    z-index: 100;
}
@media (min-width: 768px) {
	.push-pull {
		display: flex !important;
		display: -webkit-flex !important; /* Safari */
		flex-direction: row-reverse !important;
		-webkit-flex-direction: row-reverse !important; /* Safari 6.1+ */
	}
	#trianguloizquierda{
		width: 0;
		height: 0;
		position: absolute;
		left: -75px;
		padding: 0px !important;
		border-top: 75px solid transparent;
		border-bottom: 75px solid transparent;
		border-right: 75px solid white;
	} 
	#trianguloderecha {
		position: absolute;
		right: -75px;
		width: 0;
		height: 0;
		padding: 0px !important;
		border-top: 75px solid transparent;
		border-bottom: 75px solid transparent;
		border-left: 75px solid white;
	}
}
/* ---- ------- ------ ------ */
/* PAGE CONSEJOS LIMPIEZA     */
/* ---- ------- ------ ------ */
.title-tabla-consejos{
	background: #f6f6f6;
	font-size: 18px;
	font-weight: 600;
	padding: 4%;
	margin: 0% 2% !important;
}
.mancha{
	color: #000000;
	padding: 2% 4%;
	margin: 0% 2% !important;
}
.agente{
	color: #ccd324;
	padding: 2% 4%;
	margin: 0% 2% !important;
}
.consejos-limpieza .vc_separator{
	margin: 0px;
}
.vc_column_container {

    padding-left: 0;
    padding-right: 0;

}
/* ---- ------- ------ ------ */
/* PAGE MANTENIMIENTO         */
/* ---- ------- ------ ------ */
.eco-maintenance .vc_column_container{
	padding-left: 15px;
	padding-right: 15px;
}
.eco-maintenance h4{
	margin-bottom: 1.6em;
	letter-spacing: 0.1em;
	line-height: 1.2;
}
/* ---- ------- ------ ------ */
/* PAGE SOLUCIONES TÉCNICAS   */
/* ---- ------- ------ ------ */
.block-center .wpb_wrapper{
	margin: 0px auto;
	text-align: center;
}
/* ---- ------- ------ ------ */
/* ICONOS MENÚ                */
/* ---- ------- ------ ------ */
@media (min-width: 990px) {
	.icon-noticias a{
		width: 30px;
		height: 100px;
		background: url(images/icon-noticias.svg) no-repeat center center;
		text-indent: -5000px;
		background-size: 25px;
	}
	.icon-noticias a:hover{
		background: url(images/icon-noticias-hover.svg) no-repeat center center;
		background-size: 25px;
	}
	.icon-contacto a{
		width: 30px;
		height: 100px;
		background: url(images/icon-contacto.svg) no-repeat center center;
		text-indent: -5000px;
		background-size: 25px;
	}
	.icon-contacto a:hover{
		background: url(images/icon-contacto-hover.svg) no-repeat center center;
		background-size: 25px;
	}
	.icon-descargas > a{
		width: 30px;
		height: 100px;
		background: url(images/icon-descargas.svg) no-repeat center center;
		text-indent: -5000px;
		background-size: 25px;
	}
	.icon-descargas > a:hover{
		background: url(images/icon-descargas-hover.svg) no-repeat center center;
		background-size: 25px;
	}
}

/* ------------------------------------------------------- */
/* CODIGO YOUTUBE RESPONSIVE                               */
/* ------------------------------------------------------- */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    /* margin:0px 10% 0px 10%; */
    margin:0px;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*--------------------------------------------------------------
>>> PAGINAS PRODUCTOS
----------------------------------------------------------------*/
.pasta-roja,
.red-body,
.pate-rouge{
	background-image: none !important;
	background-color: rgb(213,183,170) !important;
}
.pasta-blanca,
.white-body,
.pate-blanche{
	background-image: none !important;
	background-color: rgb(161,182,176) !important;
}
.porcelanico,
.porcelanic,
.porcelain,
.gres-cerame{
	background-image: none !important;
	background-color: rgb(170,186,202) !important;
}
.maderas,
.fustes,
.woods,
.bois{
	background-image: none !important;
	background-color: rgb(204,168,141) !important;
}
.eco-stones{
	background-image: none !important;
	background-color: rgb(254,197,113) !important;
}
.espesorado-2cm,
.espesorat-2cm,
.thickness-2cm,
.epaisseur-2cm{
	background-image: none !important;
	background-color: rgb(130,146,171) !important;
}

.productos-eco > .container {
	max-width: 100%;
	margin-left: 105px;
	margin-right: 105px;
}

.product_item .margin{
	margin-bottom: 3%;
}
.product_item h3{
	padding: 20px 0px;
}
.product_item h4{
	font-size: 15px;
	letter-spacing: 0.1em;
}
.product_item h4.cm{
	font-weight: 800;
}
.product_item h4.inch{
	font-style: italic;
	color: grey;
	margin-bottom: 15px; 
}
.product_item h5{
	text-align: center;
	padding: 10px 0px;
}
.product_item .img-formato{
	text-align: right;
}
.product_item .portada-image{
	position: relative;
	margin-bottom: 5%;
}
.product_item .portada-title{
	position: absolute;
	bottom: 0px;
	right: 0px;
	color: #3c3c3b;
	text-transform: uppercase;
	transform:scale(1, 3);
	font-size: 80px;
	font-weight: 700;
}
.fade-in {
    opacity: 0;
    transition: opacity 0.7s ease-in-out;
    position: absolute;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
}
.ctlg_thumb{
	position: relative;
}
.ctlg_thumb:hover .fade-in {
    opacity: 1;
}
@media (max-width: 768px) {
	.productos-eco > .container{
		margin: 0px;
	}
	.portada-title{
		display: none;
	}
	.product_item .img-formato .formato{
		float: left !important;
	}
}
div.previous-link.btn{
	padding: 0px 20px 0px 10px;
	margin: 0px !important;
}
div.next-link.btn{
	float: right;
	padding: 0px 10px 0px 20px;
	margin: 0px !important;
}
div.next-link{
	text-align: right;
}
.previous-link:hover a, .next-link:hover a{
	color: #FFFFFF;
}
.previous-link a, .next-link a{
	color: #CCD324;
	padding-top: 13px;
	display: inline-block;
	padding-bottom: 13px;
}
.previous-link a:hover, .next-link a:hover{
	color: #FFFFFF;
}
.prevcenternext span[class*="pe-7s"]{
    font-size: 24px;
    vertical-align: middle;
}
.center-link{
	text-align: center;
	padding: 15px 0px;
}