/* 
Theme Name: Santos Theme by XanelaDixital 
Theme URI: http://www.santos.es
Description: Santos Theme by XanelaDixital.
Text Domain: santos
Version: 1.0

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
More information: http://codex.wordpress.org/Theme_Review#Licensing

Author: Javier Otero Varela
Author URI: http://www.xaneladixital.es
*/

/* Reset CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

article, aside, details, figcaption, figure, footer, header, main, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

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

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

blockquote, q {
    quotes: "" "";
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

a img {
    border: 0;
}


.triple_img  img{
	object-fit: cover !important;	
	height: 1072px !important;
}
@media (max-width: 1950px) { 

.triple_img img{
object-fit: cover !important;   
height: 640px !important;
}
}
@media (max-width: 1200px) { 
.triple_img img{
object-fit: cover !important;	
  height: 360px !important;
}

#open-form_2, #open-form{
    width: 100%;
    padding: 20px 4px;
}
}
@media (max-width: 767px) { 
    .triple_img img{
    object-fit: cover !important;	
      height: auto !important;
    }
    .bloque-cocinas{
    
        height: 50px !important;
}
    }

@media (max-width:991px) { 
   .bloque-cocinas{
            height: 75px;
    }
   
    }
    

/* -----------------------------------------------
  Common styles
------------------------------------------------*/

html, body {
    height: 100%;
}

body {
    background-color: rgb(255, 255, 255);
    color: rgb(65, 65, 65);
    display: table;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    height: 100%;
    width: 100%;
}

h1 {
    font-size: 62px;
    font-weight: 300;
    line-height: 70px;
}

h2 {
    /*color: #666;*/
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
}

h2 a {
    color: #666;
}

h2 a:hover {
    color: #000;
    text-decoration: none;
}

h3 {
    font-size: 20px;
    line-height: 26px;
}

h4 {
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
}

h5 {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin: 20px 0 20px 0;
}

h6 {
    color: rgb(102, 102, 102);
    font-size: 18px;
    font-weight: 300;
    line-height: 40px;
}

p {
    font-weight: 400;
    line-height: 24px;
}

ul.lista li {
    font-weight: 400;
    line-height: 24px;
    list-style-type: disc;
    margin: 0 0 0 40px;
}

ul.lista li ul li {
    list-style-type: circle;
}

.elementor-text-editor p a {
    color: rgba(0, 0, 0, 0.44);
    text-decoration: underline;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.elementor-text-editor p a:hover {
    color: rgb(102, 102, 102);
}

figure figcaption.widget-image-caption.wp-caption-text a {
    color: rgba(0, 0, 0, 0.44);
    text-decoration: underline;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

figure figcaption.widget-image-caption.wp-caption-text a:hover {
    color: rgb(102, 102, 102);
}

.elementor .elementor-widget:not(.elementor-widget-text-editor) figure figcaption {
    font-size: 13px;
    padding: 10px 0 0 0 !important;
    text-align: left;
}

strong {
    font-weight: 400;
}

a:focus {
    outline: 0;
}

sup {
    font-size: 75%;
    position: relative;
    top: -5px;
}

.tableCookies {
    margin: 30px 0;
    width: 100%;
}

.tableCookies tr td {
    border-bottom: 1px solid #000;
    padding: 3px 0; 
}

.tableCookies tr td strong {
    font-weight: 600;
}

small {
    color: rgb(102, 102, 102);
    font-size: 85%;
}

    small a, small a:hover {
        color: #000;
        text-decoration: underline !important;
    }

    .content__area .wpcf7 div[class*="col-md-"] {
        height: auto !important;
    }



.wpcf7-checkbox .wpcf7-list-item {
    margin: 10px 0 20px 0;
}



@media screen and (max-width: 800px) {
    h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .tableCookies .tableHeader {
        display: none;
    }
    .tableCookies tr {
        margin: 30px 0;
        display: block;
        overflow: hidden;
    }
    .tableCookies tr td {
        float: left;
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    h1 {
        font-size: 30px;
        line-height: 34px;
    }
}

#open-news a {
    width: 100% !important;
}

#open-catalogo-general a {
    width: 100% !important;
}

.form-contact, .form-dist, .form-pres {
    display: none
}

.hbspt-form .hs-email label, .form-dist label, .form-pres label {
    display: block
}

#btn-contact, #btn-dist, #btn-press {
    width: 100%
}


/* Spacing */
.divide-0 {
    width: 100%;
    overflow: hidden;
    height: 0px;
}

.divide-5 {
    width: 100%;
    overflow: hidden;
    height: 5px;
}

.divide-10 {
    width: 100%;
    overflow: hidden;
    height: 10px;
}

.divide-15 {
    width: 100%;
    overflow: hidden;
    height: 15px;
}

.divide-20 {
    width: 100%;
    overflow: hidden;
    height: 20px;
}

.divide-25 {
    width: 100%;
    overflow: hidden;
    height: 25px;
}

.divide-30 {
    width: 100%;
    overflow: hidden;
    height: 30px;
}

.divide-40 {
    width: 100%;
    overflow: hidden;
    height: 40px;
}

.divide-50 {
    width: 100%;
    overflow: hidden;
    height: 50px;
}

.divide-60 {
    width: 100%;
    overflow: hidden;
    height: 60px;
}

.divide-80 {
    width: 100%;
    overflow: hidden;
    height: 80px;
}

.divide-100 {
    width: 100%;
    overflow: hidden;
    height: 100px;
}

.divide-130 {
    width: 100%;
    overflow: hidden;
    height: 130px;
}

.padding-10 {
    padding: 10px 0;
}

.padding-20 {
    padding: 20px 0;
}

.padding-40 {
    padding: 40px 0;
}

.padding-50 {
    padding: 50px 0;
}

.padding-60 {
    padding: 60px 0;
}

.padding-80 {
    padding: 80px 0;
}

.padding-100 {
    padding: 100px 0;
}

.padding-150 {
    padding: 150px 0;
}

/* Containers */
.container-560 {
    margin: auto;
    width: 560px;
}

.container-750 {
    margin: auto;
    width: 750px;
}

.background-grey {
    background-color: rgb(221, 221, 221);
}

.background-gray {
    background-color: rgb(102, 102, 102);
}

.background-gray h2 {
    color: rgb(255, 255, 255);
}

.background-transparent {
    background-color: rgba(255, 255, 255, 0.4);
    margin: auto;
    padding: 40px;
}

@media screen and (max-width: 1170px) {
    .container-560 {
        width: auto;
    }

    .container-750 {
        width: auto;
    }
}

/* Buttons */
.button {
    display: inline-block;
    height: 50px;
    margin: auto 10px;
    padding: 11px 15px;
    overflow: hidden;
    width: 275px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.button--grey {
    background-color: #666;
    border: 2px solid rgb(102, 102, 102);
    color: rgb(255, 255, 255);
    font-weight: 400;
}

.button--grey:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(102, 102, 102);
    text-decoration: none;
}

.button--white {
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(255, 255, 255);
    color: rgb(102, 102, 102);
    font-weight: 400;
}

.button--white:hover {
    background-color: rgb(102, 102, 102);
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.button--large {
    width: 350px;
}

.elementor-post__read-more {
    background-color: rgb(102, 102, 102);
    border: 2px solid rgb(102, 102, 102);
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 16px !important;
    font-weight: 400 !important;
    height: 50px;
    margin: 20px 10px;
    padding: 11px 25px;
    overflow: hidden;
    width: 275px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    font-weight: 300;
}

.elementor-post__read-more:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(102, 102, 102);
    text-decoration: none;
}

@media screen and (max-width: 500px) {
    .elementor-button {
        padding: 18px 0 !important;
        width: 335px !important;
    }
    .button {
        width: 225px; 
    }
}

/* Icon Dealer */
.icon--dealer {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    bottom: 210px;
    display: block;
    font-size: 26px !important;
    height: 50px !important;
    overflow: hidden;
    padding: 14px 13px;
    position: fixed;
    right: 10px;
    width: 50px !important;
    z-index: 9999;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.icon--dealer span.close {
    background-image: url(images/icon-dealer.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    display: block;
    float: right;
    height: 21px;
    opacity: 1;
    position: absolute;
    width: 25px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.icon--dealer span.open {
    background-image: url(images/icon-dealer.png);
    background-repeat: no-repeat;
    background-position: -25px 0;
    background-size: 50px 21px;
    color: rgb(0, 0, 0);
    float: left;
    font-size: 16px;
    opacity: 0;
    position: absolute;
    left: -250px;
    top: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

/* Icon Catalog */
.icon--catalog {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    bottom: 150px;
    display: block;
    font-size: 26px !important;
    height: 50px !important;
    overflow: hidden;
    padding: 14px 13px;
    position: fixed;
    right: 10px;
    width: 50px !important;
    z-index: 9999;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.icon--catalog span.close {
    background-image: url(images/icon-book.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    display: block;
    float: right;
    height: 21px;
    opacity: 1;
    position: absolute;
    width: 25px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.icon--catalog span.open {
    background-image: url(images/icon-book.png);
    background-repeat: no-repeat;
    background-position: -25px 0;
    background-size: 50px 21px;
    color: rgb(0, 0, 0);
    float: left;
    font-size: 16px;
    opacity: 0;
    position: absolute;
    left: -250px;
    top: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

/* Icon Location */
.icon--location {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    bottom: 90px;
    display: block;
    font-size: 26px !important;
    height: 50px !important;
    overflow: hidden;
    padding: 13px 16px;
    position: fixed;
    right: 10px;
    width: 50px !important;
    z-index: 9999;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.icon--location span.close {
    background-image: url(images/icon-map.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    display: block;
    float: right;
    height: 25px;
    opacity: 1;
    position: absolute;
    width: 18px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.icon--location span.open {
    background-image: url(images/icon-map.png);
    background-repeat: no-repeat;
    background-position: -15px 0;
    background-size: 30px 21px;
    color: rgb(0, 0, 0);
    float: left;
    font-size: 16px;
    opacity: 0;
    position: absolute;
    left: -350px;
    top: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

/* Icon Top */
.icon--top {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    bottom: 30px;
    display: block;
    font-size: 26px !important;
    height: 50px !important;
    overflow: hidden;
    padding: 16px 12px;
    position: fixed;
    right: -100px;
    width: 50px !important;
    z-index: 9999;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.icon--top span.close {
    background-image: url(images/icon-top.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    display: block;
    float: right;
    height: 15px;
    opacity: 1;
    position: absolute;
    width: 28px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.icon--top span.open {
    background-image: url(images/icon-top.png);
    background-repeat: no-repeat;
    background-position: 28px 30px;
    background-size: 28px 30px;
    color: rgb(0, 0, 0);
    float: left;
    font-size: 16px;
    opacity: 0;
    position: absolute;
    left: -350px;
    top: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

/* Icon Heart */
.heart {
    cursor: pointer;
    display: block;
    width: 50px;
    height: 50px;
    background-color: rgba(100, 100, 100, 0.4);
    border-radius: 25px;
    position: absolute;
    right: 15px;
    top: 10px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.heart img {
    height: 100%;
    opacity: 0.5;
    width: 100%;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.heart:hover {
    background-color: rgba(255, 0, 0, 0.8);
}

.heart:hover img {
    opacity: 0.8;
}

/* Mensajes */
.msg {
    background-color: rgb(44, 44, 44);
    border-radius: 4px;
    bottom: -100px;
    color: rgb(255, 255, 255);
    left: 20px;
    margin: 0 20px 0 0;
    padding: 15px 50px 15px 25px;
    position: fixed;
    z-index: 99999;
}

.msg p {
    color: rgb(255, 255, 255);
}

.msg .closeMsg {
    cursor: pointer;
    right: 8px;
    position: absolute;
    top: 8px;
}

@media (pointer: fine) {

    .icon--dealer:hover, 
    .icon--dealer.open {
        background-color: rgb(255, 255, 255);
        color: rgb(100, 100, 100);
        outline: 0;
        text-decoration: none;
        width: 225px !important;
        -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
    }

    .icon--dealer:hover span.close, 
    .icon--dealer.open span.close {
        background-position: 0 0;
        opacity: 0;
    }

    .icon--dealer:hover span.open, 
    .icon--dealer.open span.open {
        background-position: -25px 10px;
        left: 20px;
        opacity: 1;
        padding: 9px 0 9px 35px;
        top: 4px;
    }
    
    .icon--catalog:hover {
        background-color: rgb(255, 255, 255);
        color: rgb(100, 100, 100);
        outline: 0;
        text-decoration: none;
        width: 225px !important;
        -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
    }

    .icon--catalog:hover span.close {
        background-position: 0 0;
        opacity: 0;
    }

    .icon--catalog:hover span.open {
        background-position: -25px 10px;
        left: 20px;
        opacity: 1;
        padding: 9px 0 9px 35px;
        top: 4px;
    }

    .icon--location:hover {
        background-color: rgb(255, 255, 255);
        color: rgb(100, 100, 100);
        outline: 0;
        text-decoration: none;
        width: 225px !important;
        -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
    }

    .icon--location:hover span.close {
        background-position: 0 0;
        opacity: 0;
    }

    .icon--location:hover span.open {
        background-position: -15px 10px;
        left: 20px;
        opacity: 1;
        padding: 9px 0 9px 30px;
        top: 4px;
    }

    .icon--top:hover {
        background-color: rgb(255, 255, 255);
        color: rgb(100, 100, 100);
        outline: 0;
        text-decoration: none;
        width: 225px !important;
        -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
    }

    .icon--top:hover span.close {
        background-position: 0 0;
        opacity: 0;
    }

    .icon--top:hover span.open {
        background-position: 0px -2px;
        left: 20px;
        opacity: 1;
        padding: 9px 0 9px 40px;
        top: 4px;
    }

}

site__title a {
    background: url("images/logo.png") no-repeat;
    display: block;
    height: 50px;
    margin: 10px auto;
    text-indent: -9999px;
    width: 200px;
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .site__title a { /* on retina, use image that's scaled by 2 */
        background-image: url("images/logo@2x.png");
        background-size: 200px 50px;
    }
}

@media screen and (min-width: 48em) {
    .site__title a {
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-width: 37.5em) {
    .main__nav--toggle {
        background: #404040;
        border: none;
        color: #fff;
        display: inline-block;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin: 0;
        text-decoration: none;
        text-align: left;
        text-transform: uppercase;
        width: 100%;
    }

    .main__nav--toggle a, .main__nav--toggle a:hover {
        color: #fff;
        text-decoration: none;
    }

    .main__nav--toggle:before {
        content: '\2261';
        margin-right: 10px;
    }
}

.text-gray {
    color: rgb(102,102,102);
}

/* Ajuste ??? */
.row {
    margin: 0;
}

img[width="150"] {
    width: 120px !important;
}

/* -----------------------------------------------
  Header
----------------------------------------------- */

.site__header {
    background: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgb(200, 200, 200);
    height: 100px;
    margin: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

/* Logo */
.site__logo {
    display: block;
    float: left;
    margin: 35px 0 0 15px; 
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

/* Navigation */
.main__nav ul {
    display: block;
    float: right;
    margin: 35px 0 0 0;
    text-align: right;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.main__nav ul li {
    display: inline-block;
    position: relative;
}

.main__nav ul li a {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 400;
    padding: 0 8px;
    text-decoration: none;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}


.main__nav ul li a:hover {
    color: rgb(150, 150, 150);
}

.main__nav li.categories {
    display: none;
}

.main__nav li {
    list-style-type: none;
}

.current_page_item a,
.current-menu-item a {
    color: rgb(150, 150, 150) !important;
}

.main__nav ul li ul.sub-menu {
    display: none !important;
}

/* Icon responsive */
#nav-icon {
    float: right;
    right: -50px;
    top: 30px;
    z-index: 99999;
    width: 50px;
    height: 45px;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: rgb(0, 0, 0);
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 6px;
}

#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
    top: 18px;
}

#nav-icon span:nth-child(4) {
    top: 30px;
}

#nav-icon.iconOpen span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon.iconOpen span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon.iconOpen span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon.iconOpen span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}


@media screen and (max-width: 1200px) {
    .main__nav ul {
        display: none !important;
    }

    #nav-icon {
        right: 25px;
    }
}

@media screen and (max-width: 1170px) {
    .main__nav ul li a {
        padding: 0 8px;
    }
}

 
.site__header .container {
    padding: 0 10px;  
}


/* Menu responsive */
.menu__responsive {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    left: -100%;
    position: fixed !important;
    text-align: center;
    top: 0;
    opacity: 0;
    padding: 40px;
    width: 100%;
    z-index: 99999 !important;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .3s ease-in-out;
}

.menu__responsive.menuOpen {
    left: 0;
    opacity: 1;
}

.menu__content {
    background-color: rgb(255, 255, 255);
    height: 100%;
    padding: 40px;
    position: relative;
}

.menu__header a {
    float: left;
}

.menu__header a svg path {
    fill: #000 !important;
}

.menu__content .nav__first {
    bottom: 40px;
    left: 40px;
    position: absolute;
}

.menu__content .nav__first ul li {
    text-align: left;
}

.menu__content .nav__first ul li a {
    color: rgb(0, 0, 0);
    display: block;
    font-size: 24px;
    line-height: 40px;
}

.menu__content .nav__first ul li.menu-responsive-blog {
    position: relative;
}
.menu__content .nav__first ul li.menu-responsive-blog>a:after{
    content:url('images/icon-toogle.svg');
    display: block;
    height: 25px;
    width: 25px;
    position: absolute;
    top: 5px;
    left: 50px;
}

.menu__content .nav__first ul li ul.sub-menu {
    margin: 0 0 0 20px;
}

.menu__content .nav__first ul li ul.sub-menu li {
    line-height: 18px;
    margin: 0;
}

.menu__content .nav__first ul li ul.sub-menu li a {
    font-size: 15px;
}

.menu__content .nav__first ul li a:hover {
    text-decoration: none;
}

.menu__content .nav__second {
    bottom: 40px;
    position: absolute;
    right: 40px;
}

.menu__content .nav__second ul li {
    text-align: right;
}

.menu__content .nav__second ul li a {
    color: rgb(175, 175, 175);
    font-size: 14px;
    line-height: 30px;
}

.menu__content .nav__second ul li a:hover {
    text-decoration: none;
}

.menu__content .eicon-editor-close {
    cursor: pointer;
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 30px;
}

@media only screen and (max-width: 550px) {
    .menu__responsive {
        padding: 0;
    }

    .menu__content {
        padding: 20px;
    }

    .menu__content .nav__first {
        left: 20px;
    }

    .menu__content .nav__second {
        right: 20px;
    }

    .menu__content .eicon-editor-close {
        top: 20px;
    }

    .menu__content .nav__first ul li a {
        font-size: 18px;
        line-height: 34px;
    }
}

@media only screen and (max-height: 450px) {
    .menu__responsive {
        padding: 0;
    }

    .menu__content {
        padding: 20px;
    }

    .menu__content .nav__first {
        left: 20px;
    }

    .menu__content .nav__second {
        right: 20px;
    }

    .menu__content .eicon-editor-close {
        top: 20px;
    }

    .menu__content .nav__first ul li a {
        font-size: 20px;
        line-height: 24px;
    }
}

@media only screen and (max-height: 350px) {
    .menu__content .nav__first ul li a {
        font-size: 18px;
        line-height: 24px;
    }

    .menu__content .nav__second ul li a {
        font-size: 15px;
        line-height: 22px;
    }
}


/* Breadcrumb */
.site__breadcrumb {
    background: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgb(200, 200, 200);
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    height: 30px;
    margin: 0;
    padding: 6px 0;
    position: fixed;
    top: 100px;
    width: 100%;
    z-index: 999;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.site__breadcrumb .container {
    padding: 0 10px;
}

.site__breadcrumb a {
    color: rgb(102, 102, 102);
}

.site__breadcrumb a,
.site__breadcrumb ul {
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .site__breadcrumb {
    display: none !important; 
    }
}


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

/* Common */
.site__content {
    background-color: rgb(255, 255, 255);
    padding: 100px 0 0 0;
    position: relative;
    z-index: 1;
}

.site__main.row {
    margin: 0;
}

.col-image {
    height: 670px;
    padding: 0;
}

.col-text {
    height: 670px;
    padding: 150px 0;
}

.col-text h4,
.col-text p {
    padding: 0 40px;
}

.image-background {
    background-position: center center;
    background-size: cover;
}

.image-background h2 {
    color: rgb(255, 255, 255);
}

img.img-responsive {
    height: auto;
    max-width: 100%;
}

/* Header */
.content__header {
    padding: 20%;
}

.content__header h1 {
    color: rgb(255, 255, 255);
}

/* Home > Newsletter */
.newsletter--wrapper {
    background-color: rgba(255, 255, 255, 0.4);
    margin: auto;
    padding: 40px;
    width: 615px;
}

.image-background .newsletter--wrapper h2,
.image-background .newsletter--wrapper p {
    color: rgb(255, 255, 255);
}

.newsletter--wrapper form input {
    background-color: #CCC;
    border: none;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 15px 10px;
    text-align: center;
    width: 100%;
}

.image-background .newsletter--wrapper form input {
    background-color: rgb(255, 255, 255);
}

.newsletter--wrapper form input:focus {
    outline: 0;
}

@media only screen and (max-width: 750px) {
    .newsletter--wrapper {
        width: auto;
    }

    .newsletter--wrapper form input {
        width: 100%;
    }
    /* Añadido por Roi: hacer que las imágenes en responsive se vean completas*/

    .image-background{
      
    background-size: contain;
    background-repeat: no-repeat;  
    }
}

/* Kitchens > Gallery */
.kitchens__header {
    background-size: cover;
    height: 950px;
}

.kitchens__header h1 {
    color: rgb(255, 255, 255);
    padding: 35% 0;
}

.kitchens__gallery div[class*="col-md-"] {
    padding: 15px;
}

.kitchens__gallery div[class*="col-md-"] > div {
    height: 630px;
}

.kitchens__accesories div[class*="col-md-"] {
    height: 640px;
    overflow: hidden;
}

#blog .text-center {
    float: right;
}

#blog .image-background {
    float: left;
}

@media only screen and (max-width: 768px) {
    .content__area.container {
        padding: 40px;
        max-width: 100% !important;
        width: 100% !important;
    }


}

@media only screen and (max-width: 750px) {
    .content__area div[class*="col-md-"] {
        height: 400px;
    }

    .content__area div[class*="col-md-"].text-center {
        height: auto;
        padding: 40px;
    }

}

/* reverse column order for tablet */
@media (max-width: 1024px) {
    .cssReverse .elementor-row {
        flex-wrap: wrap-reverse;
    }
}

/* Stores Map */
.map {
    height: 400px;
    width: 100%;
}

#map .gm-style-iw {
    padding: 12px;
}

#map .gm-style-iw button {
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 3px;
    color: #666;
    cursor: pointer;
    margin: 5px 0 0 0;
    outline: 0;
    padding: 3px 5px;
}

.txtDealer {
    position: relative;
}

.txtDealer hr {
    margin: 20px 0 !important;
}

.txtDealer p {
    color: rgb(255, 0, 0);
    position: absolute;
    right: 0;
}

.txtDealer h6 a {
    color: #000;
}

.txtDealer>div {
    border-bottom: 1px solid #CCC; 
    margin: 30px 0;
    padding: 40px 0;
}

/* Blog */
.elementor-post__text {
    padding: 14% 40px 0 40px;
}

a.linkImage {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: block;
}

.blog-categories {
    border-bottom: 1px solid rgb(200, 200, 200);
    height: 130px;
    padding: 64px;
    margin: auto;
    overflow: hidden;
    text-align: center;;
}

.blog-categories ul li {
    display: inline-block;
    margin: 0 10px;
}

.blog-categories ul li a {
    border-bottom: 1px solid #999;
    color: rgb(102,102,102);
    font-size: 14px;
    font-weight: 300;
    padding: 0 0 1px 0;
    text-transform: uppercase;
}

.blog-categories ul li a:hover {
    border-bottom: 1px solid #000;
    color: rgb(0,0,0);
}

.blog__category {
    position: relative;
    top: -30px;
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
    border-bottom: 1px solid #FFF;
}

.blog__category:hover {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

@media screen and (max-width: 600px) {
    .blog-categories {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    #ajax-load-more article .col-text {
        padding: 40px 10px !important;
    }
    #ajax-load-more article .col-text h4, 
    #ajax-load-more article .col-text p {
        padding: 0 20px;
    }
}

.alm-btn-wrap {
    background-color: rgb(221,221,221);
    padding: 60px 20px;
    text-align: center;
}

.alm-btn-wrap button {
    background-color: rgb(102,102,102);
    border: none;
    color: rgb(255, 255, 255);
    cursor: pointer;
    outline: 0;
    padding: 15px 100px;
}

.alm-btn-wrap button:disabled {
    color: rgb(125,125,125); 
}

.content__area p {
    margin: 20px auto;
}

.item__category {
    font-size: 15px;
    position: relative;
    top: -20px;
    text-decoration: none;
    color: #999;
    text-transform: uppercase;
    border-bottom: 1px solid #999;
}

.item__category:hover {
    color: #000;
    text-decoration: none;
}

.pagination {
    background-color: #666;
    color: #FFF;
    padding: 20px;
    text-align: center;
    border-radius: 0;
}

.pagination .content {
    margin: 5px auto 0 auto;
}

.pagination a,
.pagination span {
    color: #d6d6d6;
    display: block;
    float: left;
    font-size: 18px;
    margin: 0 4px;
}

.pagination a.prev {
    background-color: rgb(255,255,255,0.9);
    border: 1px solid #FFF;
    border-radius: 3px;
    color: #646464;
    font-size: 20px;
    left: -8px;
    padding: 0px 10px;
    position: relative;
    top: -3px;
}

.pagination a.next {
    background-color: rgb(255,255,255,0.9);
    border: 1px solid #FFF;
    border-radius: 3px;
    color: #646464;
    font-size: 20px;
    left: 8px;
    padding: 0px 10px;
    position: relative;
    top: -3px;
}

.pagination span.current {
    color: #FFF;
    font-weight: 600;
}

/* Slider */
@media screen and (max-width: 600px) {
    .n2-ow p {
        font-size: 13px !important;
        line-height: 15px !important;
        padding: 5px !important;
    }
}

/* Forms */
.hbspt-form label span {
    color: #FFF;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    margin: 0 0 5px 0;
}

.hbspt-form ul.hs-error-msgs li label {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    width: 100%;
}

.hbspt-form input[type="text"],
.hbspt-form input[type="email"],
.hbspt-form textarea {
    background-color: #FFF !important;
    border: none !important;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    margin: 0 0 10px 0;
    outline: 0;
    padding: 15px 10px !important;
    width: 100% !important;
}

/* .hbspt-form .hs-form-booleancheckbox-display { margin: 20px 0 5px 0; }*/
.hbspt-form .hs-form-booleancheckbox-display input[type="checkbox"] {
    margin: -3px 5px 0 0;
}

.hbspt-form .legal-consent-container p,
.hbspt-form .hs-richtext, 
.hbspt-form .hs-richtext p {
    clear: both;
    color: #FFF;
    font-size: 12px;
    line-height: 14px;
    text-align: left;
}

.hbspt-form .legal-consent-container a {
    color: #FFF;
    text-decoration: underline;
}

.hbspt-form input[type="submit"] {
    background-color: #FFF !important;
    border: 2px solid #FFF !important;
    color: #666666;
    cursor: pointer;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    font-size: 15px !important;
    margin: 20px 0;
    outline: 0;
    padding: 8px 50px !important;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.hbspt-form input[type="submit"]:hover {
    background-color: #666 !important;
    color: #FFF;
}

.hbspt-form .submitted-message {
    color: #FFF;
}

.hbspt-form input[type="email"] {
    text-align: center;
}

.hbspt-form .hs-email label {
    display: none;
}

.hbspt-form div[class^="hs_LEGAL_CONSENT"] ul li label {
    min-width: 200px;
}

.hbspt-form div[class^="hs_LEGAL_CONSENT"] ul li label.hs-form-booleancheckbox-display {
    height: 20px;
}

.hbspt-form div[class^="hs_LEGAL_CONSENT"] ul li label > span {
    /*margin: -6px 0 0 0;*/
    font-size: 13px;
    position: relative;
    top: -6px;
}

.hbspt-form div[class^="hs_LEGAL_CONSENT"] ul li label > span span {
    font-size: 13px;
    margin: 0;
}

/*.hbspt-form div[class^="hs_LEGAL_CONSENT"] ul li label span.hs-form-required {
    float: right;
    left: 10px;
    position: relative;
    top: -35px;
}*/

/*.hbspt-form .hs-form-field { 
    margin-bottom:30px
}*/

.hbspt-form .hs-form-radio-display span {
    margin-left: 10px;
}

.hbspt-form .hs-form-checkbox label span{
    margin-left:10px;
}

/* Deshabilitar por defecto */
.formCatalogo .hbspt-form .legal-consent-container,
.formNewsletter .hbspt-form .legal-consent-container {
    display: none;
}

.formCatalogo .hbspt-form .hs_profesional,
.formNewsletter .hbspt-form .hs_profesional {
    display: none;
}

.formNewsletter .hbspt-form .hs_submit {
    display: none;
}


/* Modal */
.modal {
    z-index: 999999;
}

.modal .modal-header {
    padding: 15px 20px 10px 20px
}

.modal .modal-header h5 {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}

.modal .modal-header .close {
    outline: 0;
}

.modal .modal-header .close span {
    font-size: 32px;
}

.modal .modal-body {
    padding: 20px;
}

.modal .modal-body ul.menu li {
    margin: 3px 0;
}

.modal .modal-body ul.menu li a {
    color: #333;
    font-size: 15px;
}

.modal .modal-body ul.menu li a img {
    margin: 0 3px 0 0;
    position: relative;
    top: -1px;
}


/* Timeline */
.wpex.horizontal-timeline .ex_s_lick-prev,
.wpex.horizontal-timeline .ex_s_lick-next {
    background: transparent !important;
}

.timeline .wptl-excerpt {
    float: none !important;
    font-size: 16px !important;
    font-weight: 300;
    margin: auto;
    max-width: 700px;
}

@media screen and (max-width: 600px) {
    .timeline {
        margin: auto;
        padding: 0;
        width: 300px !important;
    }
    .timeline li.ex_s_lick-slide span {
        font-size: 12px !important;
    }

    .timeline li.ex_s_lick-slide.ex_s_lick-current span {
        font-size: 16px !important;
    }
    
}

/* Post Card */
.elementor-post__card {
    background-color: transparent !important;
}

.elementor-post__card .elementor-post__text h4 {
    line-height: 28px;
}

.elementor-post__card .elementor-post__read-more {
    font-size: 14px !important;
    margin: 0;
    width: auto;
}

/* Mapa */
#map {
    height: 400px;
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin: 10px 0 10px 0;
    padding: 9px 20px;
    text-overflow: ellipsis;
    width: 500px;
}

#pac-input:focus {
    border-color: #4d90fe;
}

@media screen and (max-width: 1200px) {
    #map {
        height: 568px;
    }
}

@media screen and (max-width: 600px) {
    .resultadoBusqueda {
        padding: 60px 20px;
    }

    #pac-input {
        width: 100%;
    }
}


/* -----------------------------------------------
  Post pagination
----------------------------------------------- */
.paging-nav {
    padding: 15px 0;
}

.paging-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.paging-nav ul li {
    display: inline;
}

.paging-nav a.page-numbers, .paging-nav span.page-numbers {
    padding: 3px 8px;
    text-decoration: none;
}

.paging-nav a.page-numbers.current, .paging-nav span.page-numbers.current {
    font-weight: 700;
}

.post__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    padding: 20px 0;
}

.post__nav a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
}

.post__nav--previous {
    text-align: center;
    width: 100%;
}

@media screen and (min-width: 37.5em) {
    .post__nav--previous {
        text-align: left;
        width: 50%;
    }
}

.post__nav--previous a:before {
    content: "\00ab";
    padding-right: 5px;
}

.post__nav--next {
    text-align: center;
    width: 100%;
}

@media screen and (min-width: 37.5em) {
    .post__nav--next {
        text-align: right;
        width: 50%;
    }
}

.post__nav--next a:after {
    content: "\00bb";
    padding-left: 5px;
}


/* -----------------------------------------------
  Footer area
----------------------------------------------- */
.site__footer {
    height: 325px;
}

.footer__fixed {
    background-color: rgb(221, 221, 221);
    bottom: 0;
    height: 325px;
    padding: 80px 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 0;
}

.site__footer ul li {
    display: inline-block;
}

.site__footer ul li a {
    border-right: 1px solid rgb(0, 0, 0);
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0 5px;
    padding: 0 15px 0 0;
}

.site__footer ul li:last-child a {
    border: none;
}

.menu-menu-legal-es-container ul li a {
    font-size: 14px;
}

.footer__social {
    height: 30px;
}

.footer__social li {
    display: inline-block;
    list-style-type: none;
    margin: 0 2px;
}

.footer__social li a {
    background-image: url(images/btn-social.png);
    background-repeat: no-repeat;
    border: none !important;
    display: block;
    height: 30px;
    margin: 0 0 0 -1px !important;
    padding: 0 !important;
    width: 30px;
}

.footer__social .instagram {
    background-position: 0 0;
}

.footer__social .instagram:hover {
    background-position: 0 -30px;
}

.footer__social .pinterest {
    background-position: -30px 0;
}

.footer__social .pinterest:hover {
    background-position: -30px -30px;
}

.footer__social .facebook {
    background-position: -60px 0;
}

.footer__social .facebook:hover {
    background-position: -60px -30px;
}

.footer__social .houzz {
    background-position: -90px 0;
}

.footer__social .houzz:hover {
    background-position: -90px -30px;
}

.footer__social .linkedin {
    background-position: -120px 0;
}

.footer__social .linkedin:hover {
    background-position: -120px -30px;
}

.footer__social .youtube {
    background-position: -150px 0;
}

.footer__social .youtube:hover {
    background-position: -150px -30px;
}

.footer__social .rss {
    background-position: -180px 0;
	display:none;
}

.footer__social .rss:hover {
    background-position: -180px -30px;
}

@media screen and (max-width: 800px) {
    .site__footer,
    .footer__fixed {
        height: 375px;
    }
}

/* Cookie message */
#cookie-notice {
    background-color: transparent !important;
    min-width: 400px !important;
}

.cookie-notice-container {
    background-color: rgba(255, 255, 255, 0.9) !important;
    border-radius: 5px;
    color: #666;
    max-width: 400px;
    bottom: 10px;
    left: 10px;
    position: relative;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
}

.cookie-notice-container span {
    color: #646464;
    display: block;
    margin: 0 0 15px 0;
}

.cookie-notice-container a.button {
    background-color: #666;
    border: 2px solid #666;
    color: #FFF;
    display: inline-block;
    height: 30px;
    margin: auto 10px !important;
    padding: 3px 0px;
    overflow: hidden;
    width: 110px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}


.cookie-notice-container a.button.cn-set-cookie {
    margin: 0;
}

.cookie-notice-container a.button.cn-more-info {
    background-color: #afafaf;
    border: 2px solid #afafaf;
    float: left;
    margin: 0 0 0 50px !important;
}

.cookie-notice-container a.button:hover {
    background-color: #FFF;
    color: #666;
    text-decoration: none;
}

@media screen and (max-width: 800px) {
    #cookie-notice {
        margin: auto !important;
        min-width: auto !important;
        width: 90% !important;
    }
}

#open-news a {
    width: 100% !important;
}

#open-catalogo-general a {
    width: 100% !important;
}

.form-contact, .form-dist, .form-pres {
    display: none
}

.hbspt-form .hs-email label, .form-dist label, .form-pres label {
    display: block
}


#btn-contact a, #btn-dist a, #btn-press a {
    width: 100% !important
}


#btn-dist {
    width: 100% !important
}

.favImage .elementor-image:after {
    color: rgba(255, 255, 255, 0.8);
    content: "\f004";
    cursor: pointer;
    display: block;
    font-family: FontAwesome;
    font-size: 25px;
    width: 40px;
    height: 40px;
    line-height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 100%;
}

.favImage .elementor-image.favOn:after{
    color: rgba(255, 0, 0, 0.8);
    text-shadow: 0 0 1px #fff;
}


.main__nav ul li a {
    text-decoration: none !important;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 400;
    padding: 0 8px;
    text-decoration: none;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

@media screen and (max-width: 1200px) {
    .main__nav ul li a {
        padding: 0 5px;
    }
}

.type-post p a {
    color: rgba(0, 0, 0, 0.44);
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    text-decoration: underline !important;
}

.type-post p a:hover {
    color: rgb(102, 102, 102);
}

.elementor-7376, .elementor-20661, .elementor-7374, .elementor-7372, .elementor-5558, .elementor-7370, .elementor-162, .elementor-7000, .elementor-7208, .elementor-7224, .elementor-7182{
    max-width: 2048px;
    text-align: center;
    margin: 0 auto;
}

.searchMenu a,
.favMenu a {
    display: inline-block;
    width: 40px;
    height: 25px;
    line-height: 20px;
    overflow: hidden;
    color: transparent !important;
    font-size:1px !important;
}

.searchMenu a:before,
.favMenu a:before {
    color: rgb(0, 0, 0);
    content: "\f004";
    cursor: pointer;
    display: block;
    font-family: FontAwesome;
    font-size: 25px;
    height: 25px;
    position: absolute;
    width: 25px;
    line-height: 25px;
    margin-top: 5px;
}

.favMenu a:before {
    color: red;
}

.favMenu.disabled a:before {
    color: rgba(0, 0, 0, 0.2);
}

.searchMenu a:before {
    content: "\f002";
}

.hbspt-form input[type="submit"].disabled,
#generateFavPdf.disabled {
    pointer-events: none;
}

#generateFavPdf.disabled {
    background: rgba(0, 0, 0, 0.4);
    color: rgba(255, 255, 255, 0.4);
}

body.page-id-12087 .hbspt-form input[type="text"], 
body.page-id-12238 .hbspt-form input[type="text"], 
body.page-id-12246 .hbspt-form input[type="text"],
body.page-id-12251 .hbspt-form input[type="text"], 
body.page-id-12243 .hbspt-form input[type="text"], 
.hbspt-form input[type="email"], .hbspt-form textarea {
    border: 1px solid #808080 !important;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    margin: 0 0 10px 0;
    outline: 0;
    padding: 15px 10px !important;
    width: 100% !important;
    color: #808080;
}

body.page-id-12087 .hbspt-form .legal-consent-container p, 
body.page-id-12238 .hbspt-form .legal-consent-container p, 
body.page-id-12246 .hbspt-form .legal-consent-container p, 
body.page-id-12251 .hbspt-form .legal-consent-container p,
body.page-id-12243 .hbspt-form .legal-consent-container p,
.hbspt-form .hs-richtext {
    color: #808080;
    font-size: 10px;
    line-height: 11px;
    text-align: left;
}

body.page-id-12087 .hbspt-form label span, 
body.page-id-12238 .hbspt-form label span, 
body.page-id-12246 .hbspt-form label span, 
body.page-id-12251 .hbspt-form label span, 
body.page-id-12243 .hbspt-form label span {
    color: #808080;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin: 0 0 5px 0;
}

body.page-id-12087 .hbspt-form input[type="submit"], 
body.page-id-12238 .hbspt-form input[type="submit"], 
body.page-id-12246 .hbspt-form input[type="submit"], 
body.page-id-12251 .hbspt-form input[type="submit"], 
body.page-id-12243 .hbspt-form input[type="submit"] {
    background-color: #666666 !important;
    border-radius: 0px 0px 0px 0px !important;
    font-size: 18px !important;
    padding: 20px 40px !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    color: #fff;
}

body.page-id-12087 .hbspt-form input[type="submit"]:hover, 
body.page-id-12238 .hbspt-form input[type="submit"]:hover, 
body.page-id-12246 .hbspt-form input[type="submit"]:hover, 
body.page-id-12251 .hbspt-form input[type="submit"]:hover, 
body.page-id-12243 .hbspt-form input[type="submit"]:hover {
    color: #666666 !important;
    background-color: #fff !important;
}

body.page-id-12087 .hs-form-field label span, 
body.page-id-12238 .hs-form-field label span, 
body.page-id-12246 .hs-form-field label span, 
body.page-id-12251 .hs-form-field label span, 
body.page-id-12243 .hs-form-field label span {
    font-size: 16px !important;
}

body.page-id-12087 .hs_submit, 
body.page-id-12238 .hs_submit, 
body.page-id-12246 .hs_submit, 
body.page-id-12251 .hs_submit, 
body.page-id-12243 .hs_submit {
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .main__nav ul {
        display: block !important;
        position: absolute;
        right: 0;
        top: -200px;
    }

    .main__nav .searchMenu,
    .main__nav .favMenu {
        top: 196px;
        position: absolute;
        right: 90px;
    }

    .main__nav .searchMenu {
        right: 130px;
    }

    .menu__content .nav__first ul .favMenu {
        display: none
    }

    .menu__content .nav__first ul .searchMenu {
        display: none
    }
}

.wrapper-fav-info {
    position: absolute;
    top: 50px;
    right: -75px;
}

.bubble {
    position: relative;
    background: #c70000ab;
    color: #FFF;
    font-family: Arial;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    width: 173px;
    height: 85px;
    border-radius: 2px;
    padding: 10px;
}

.bubble:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: #c70000ab transparent;
    border-width: 0 13px 13px;
    top: -13px;
    left: 50%;
    margin-left: -13px;
}

.wrapper-fav-info {
    z-index: 1000000;
}

.more-info-fav {
    display: block;
    text-decoration: underline;
}

.favForm .hs_email label, .favForm .hs_lastname label, .favForm .hs_firstname label {
    display: none !important;
}

.favForm .hbspt-form input[type="text"], .hbspt-form input[type="email"], .hbspt-form textarea {
    text-align: left
}

.favForm .legal-consent-container a {
    color: #a4a1a1
}

.favForm .hs_submit .actions {
    text-align: left;
    width: 100%
}

.favForm .hs_submit .actions input {
    width: 100%
}

.formulario-news .hbspt-form .hs_email label span {
    display: none;
}

.formulario-news .hbspt-form input[type="email"], .hbspt-form textarea {
    text-align: center;
}

.formulario-news .legal-consent-container {
    text-align: left;

}

div[class^='hs_satisfaccion'] ul.inputs-list {
    direction: rtl;
}

div[class^='hs_satisfaccion'] .hs-form-radio {
    direction: ltr;
    display: inline-block;
}

div[class^='hs_satisfaccion'] .hs-form-radio:hover label, 
div[class^='hs_satisfaccion'] .hs-form-radio:hover ~ div[class^='hs_satisfaccion'] .hs-form-radio label {
    color: red;
}

.registroModal {
    background-color: #666;
    border-radius: 15px;
    color: #FFF;
    left: 205px;
    padding: 5px 12px;
    position: relative;
    top: -166px;
}

.registroModal:hover {
    color: #FFF;
}

#registroModal .modal-body {
    padding: 40px 100px;
}

@media (max-width: 500px) {

    #registroModal .modal-body {
        padding: 20px;
    }

}

#registroModal .button {
    background-color: #666 !important;
    border: 2px solid #666 !important;
    color: #FFF !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    margin: auto !important;
    opacity: 1 !important;
}

#registroModal .button:hover {
    background-color: #FFF !important;
    color: #666 !important;
    text-decoration: none;
}

@media (max-width: 600px) {
    .registroModal {
        position: initial;
    }
}

.nuevo-registro form input[type="text"],
.nuevo-registro form input[type="email"],
.nuevo-registro form select {
    background-color: #FFF !important;
    border: 1px solid #808080 !important;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    margin: 0 0 10px 0;
    outline: 0;
    padding: 15px 10px !important;
    width: 500px !important;
    max-width: 100% !important;
    color: #808080;
}

.nuevo-registro form,
.nuevo-registro form .legal-consent-container{
    width: 500px !important;
    max-width: 100% !important;
    margin: 30px auto;
}

.nuevo-registro form .legal-consent-container .input{
    text-align: left;
    margin-top: 15px;
}

.nuevo-registro input[type="submit"] {
    cursor: pointer;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    margin: auto;
    outline: 0;
    /* padding: 8px 50px !important; */
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    color: #ffffff;
    border: 2px solid #666 !important; 
    background-color: #666666 !important;
    padding: 18px 80px 18px 80px !important;
    width: 500px !important;
    max-width: 100% !important;
}

.nuevo-registro input[type='radio']:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -3px;
        left: -1px;
        position: relative;
        background-color: #d1d3d1;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
        cursor:pointer;
    }
.nuevo-registro input[type='radio']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -3px;
        left: -1px;
        position: relative;
        background-color: #c53131;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
        cursor:pointer;
    }

.nuevo-registro input[type="submit"]:hover {
    color: #666666!important;;
    background-color: #ffffff !important;
}

.nuevo-registro.landing-webinarjam .hbspt-form .submitted-message p{
    background-color: rgba(0,0,0,0.50);
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
    font-size: 19px;
    line-height: 30px;
    margin-top: 30px;
}


.nuevo-registro.landing-webinarjam .hs-main-font-element,
.nuevo-registro.landing-webinarjam .hs-main-font-element p{
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 60px;
    text-align: center;
}
@media (min-width: 992px) {
    .nuevo-registro.landing-webinarjam form{
        width: 800px !important;
    }
}

.reg-form { 
    background-color: #dedede;
    padding: 60px 15px;
 }

.reg-form .hbspt-form input[type="text"], .hbspt-form input[type="email"], .hbspt-form input[type="tel"], .hbspt-form textarea {
    background-color: #FFF !important;
    border: none !important;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    margin: 0 0 10px 0;
    outline: 0;
    padding: 15px 10px !important;
    width: 100% !important;
    /*border: 1px solid #808080 !important;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    margin: 0 0 10px 0;
    outline: 0;
    padding: 15px 10px !important;
    width: 100% !important;*/
    color: #808080;
}

.reg-form .hbspt-form .hs-firstname { float: left; margin: 0 10px 0 0; width: 360px; }
.reg-form .hbspt-form .hs-lastname { float: left; margin: 0 10px 0 0; width: 360px; }
.reg-form .hbspt-form .hs-address { float: left; width: 370px; }
.reg-form .hbspt-form .hs-email { float: left; margin: 0 10px 0 0; width: 550px; }
.reg-form .hbspt-form .hs-phone { float: left; width: 550px; }
.reg-form .hbspt-form .hs-country { float: left; margin: 0 10px 0 0; width: 360px; }
.reg-form .hbspt-form .hs-state { float: left; margin: 0 10px 0 0; width: 360px; }
.reg-form .hbspt-form .hs-city { float: left; width: 370px; }
.reg-form .hbspt-form .hs-submit { text-align: center; }

@media (max-width: 1280px) {
    .reg-form .hbspt-form .hs-firstname, 
    .reg-form .hbspt-form .hs-lastname, 
    .reg-form .hbspt-form .hs-address,
    .reg-form .hbspt-form .hs-email, 
    .reg-form .hbspt-form .hs-phone, 
    .reg-form .hbspt-form .hs-country, 
    .reg-form .hbspt-form .hs-state, 
    .reg-form .hbspt-form .hs-city { float: none; margin: 0; width: 100%; }
}

@media (max-width: 500px) {
    .nuevo-registro form input[type="text"], 
    .nuevo-registro form input[type="submit"],
    .nuevo-registro form input[type="email"],
    .nuevo-registro form select,
    .nuevo-registro form, .nuevo-registro form .legal-consent-container {
        width: 300px !important;
    }
    .reg-form .hbspt-form input[type="submit"] {
        padding: 18px 40px 18px 40px !important;
    }
}

.reg-form .hbspt-form input[type="submit"] {
    /* background-color: #FFF !important; */
    /* border: 2px solid #FFF !important; */
    color: white;
    cursor: pointer;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    font-size: 15px !important;
    margin: auto;
    outline: 0;
    /* padding: 8px 50px !important; */
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    background: #666;
    color: #ffffff;
    background-color: #666666 !important;
    border-radius: 0px 0px 0px 0px;
    padding: 18px 80px 18px 80px !important;
    /*width: auto !important;*/
}

/*.reg-form label {
    display: none !important;
}*/

.reg-form .hbspt-form input[type="submit"]:hover {
    color: #666666!important;;

    background-color: #ffffff !important;
    box-shadow: 0px 0px 0px 2px #666666 inset;
    border: 1px solid #666666;
}

.reg-form .hbspt-form .submitted-message {
    text-align: center;
    color: rgb(65, 65, 65);
    text-align: center;
    font-size: 23px;
    line-height: 42px;
}

.formulario-catalogo-general .hs-email label {
    display: none;
}

.formulario-catalogo-general .hs-email input {
    text-align: center;
}

.favForm {
    display: none;
}

#book-download a {
    width: 100%;
}

#book-download, .favs-download, .favs-info {
    display: none;

}

/* Formulario RRHH */
.frmRRHH table tr th, 
.frmRRHH table tr td {
    border-bottom: 1px solid #000;
    padding: 10px 10px 10px 0;
    vertical-align: top;
}

.frmRRHH table tr td input[type="submit"] {
    cursor: pointer;
    height: 45px;
    padding: 6px 25px;
    width: 175px;
}

.frmRRHH table tr td input[type="submit"].activo {
    background-color: #FFF;
    color: #666; 
}

.frmRRHH table tr th.reference { width: 10%; }
.frmRRHH table tr th.name { width: 55%; }
.frmRRHH table tr th.city { width: 20%; }
.frmRRHH table tr th.country { width: 10%; }
.frmRRHH table tr th.input { width: 5%; }

@media only screen and (max-width: 700px) {
    .frmRRHH table tr th { display: none; }
    .frmRRHH table tr td { display: block; width: 100%; }
    .frmRRHH table tr td input[type="submit"] { margin: 0 0 40px 0; }
}

.frmRRHH .wpcf7, 
.frmRRHH  .hs-form {
    margin: 60px 0 0 0;
}

.frmRRHH .wpcf7 div[class*="col-md-"] {
    overflow: hidden;
    padding: 0 5px;
}

.frmRRHH .wpcf7 input[type="text"], 
.frmRRHH .wpcf7 select,
.frmRRHH .wpcf7 textarea, 
.frmRRHH .hs-form input[type="text"], 
.frmRRHH .hs-form select,
.frmRRHH .hs-form textarea {
    background-color: #FFF !important;
    border: none !important;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    height: 54px;
    margin: 0 0 10px 0;
    outline: 0;
    padding: 15px 10px !important;
    width: 100% !important;
    color: #808080;
}

.frmRRHH .wpcf7 input[type="file"], 
.frmRRHH .hs-form input[type="file"] {
    background-color: #666 !important;
    border: none !important;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    margin: 0 0 10px 0;
    outline: 0;
    padding: 12px 10px !important;
    width: 100% !important;
    color: #FFF;
}

.frmRRHH .wpcf7 .wpcf7-response-output {
    background-color: #CCC;
    border: 1px solid #999;
    padding: 10px 15px;
}

.frmRRHH span.wpcf7-not-valid-tip {
    margin: -10px 0 10px 0 !important;
}

body.page-id-17091 .frmRRHH .wpcf7 {
    margin: 15px 0 0 0;
}

.frmRRHH .hs-form .field { 
    display: block; 
    float: left; 
    padding: 0 5px; 
    position: relative; 
    width: 100%; 
}

.frmRRHH .hs-form label {
    display: none;
}

.frmRRHH .hs-form .field ul.hs-error-msgs { 
    display: block;
    pointer-events: none;
    position: absolute;
    top: 2px;
    right: 12px;
    font-size: 9px;
    text-align: right;
    text-transform: uppercase;
}

.frmRRHH .hs-form .hs_firstname { width: 25%; }
.frmRRHH .hs-form .hs_lastname { width: 50%; }
.frmRRHH .hs-form .hs_mobilephone { width: 25%; }
.frmRRHH .hs-form .hs_email { width: 33%; }
.frmRRHH .hs-form .hs_country { width: 33%; }
.frmRRHH .hs-form .hs_ciudad_de_interes { width: 34%; }
.frmRRHH .hs-form .hs_plazo_previsto_de_apertura { width: 50%; }
.frmRRHH .hs-form .hs_capital_disponible { width: 50%; }

.frmRRHH .hs-form .hs-richtext p {
    color: rgb(102, 102, 102);
    font-size: 14px;
    line-height: 24px;
    margin: 5px;
    text-align: justify;
}

.frmRRHH .hs-form .legal-consent-container {
    clear: both;
}

.frmRRHH .hs-form .legal-consent-container .hs-richtext p a {
    color: #000;
}

.frmRRHH .hs-form .legal-consent-container label {
    display: block;
    width: 100%;
}

.frmRRHH .hs-form .legal-consent-container ul.inputs-list {
    margin: 20px 0 0 0;
}

.frmRRHH .hs-form .legal-consent-container ul.inputs-list li p, 
.frmRRHH .hs-form .legal-consent-container ul.inputs-list li span {
    color: rgb(65,65,65);
    font-size: 16px;
}

.frmRRHH .hs-form .legal-consent-container ul.hs-error-msgs {
    text-align: left;
    left: 25px;
    top: 20px;
}

.frmRRHH .hs-form .hs_submit {
    text-align: center;
}

.frmRRHH .hs-form input[type="submit"] {
    background-color: #666 !important;
    border: 2px solid #666 !important;
    color: #FFF;
    font-weight: 400;
    margin: 30px auto;
    padding: 10px 15px !important;
    width: 250px;
}

.frmRRHH .hs-form .hs_submit input[type="submit"]:hover {
    background-color: #FFF !important;
    color: #666;
}

.frmRRHH .hs-form label.hs-error-msg {
    background-color: transparent;
    border: none;
    color: rgb(255, 0, 0);
    display: block;
    margin: 0;
    padding: 0;
}

@media (max-width: 700px) {
    .frmRRHH .hs-form .field {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .frmRRHH .hs-form .legal-consent-container ul.hs-error-msgs {
        left: 5px;
        top: 40px;
    }
}


.formBlanco label span {
    color: #666;
}

.formBlanco input[type="text"],
.formBlanco input[type="email"],
.formBlanco textarea {
    background-color: rgb(221, 221, 221) !important;
    color: #FFF !important;
}

.formBlanco .legal-consent-container p,
.formBlanco .hs-richtext {
    color: #666;
}

.formBlanco .legal-consent-container a {
    color: #666 !important;
}

.formBlanco input[type="submit"] {
    background-color: #666 !important;
    border: 2px solid #666 !important;
    color: #FFF;
}

.formBlanco input[type="submit"]:hover {
    background-color: #FFF !important;
    color: #666;
}

.formBlanco .submitted-message {
    color: #666;
}


/* Book Images */
.book-images .item {
    padding: 15px;
    position: relative;
}

.book-images .item a {
    background-image: url(images/icon-delete.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 41px;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 41px;
}

.book-images .item img {
    height: 385px;
}

@media (max-width: 750px) {
    .book-images div[class*="col-md-"] {
        height: auto;
    }
    .book-images .item img {
        height: auto;
    }
}

.hs-form-d340095f-1308-4e44-9f13-5230e6224ac5 p {
    color: #000;
}

/* Formulario encuesta */
.form-encuesta .hs_satisfaccion_a1 {
    margin: 0 0 20px 0;
}

.form-encuesta .hs_email {
    margin: 0 0 20px 0;
}

.form-encuesta, 
.form-encuesta label span { color: #666 !important; }
.form-encuesta .hs-richtext { display: none; }
.form-encuesta input[type="email"], 
.form-encuesta input[type="number"] {
    background-color: #FFF !important;
    border: 1px solid #808080 !important;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    margin: 0 0 10px 0;
    outline: 0;
    padding: 15px 10px !important;
    width: 100% !important;
    color: #808080; 
}

.form-encuesta .hs_satisfaccion_a2.hs-form-field {
    border-top: 1px solid #000;
} 

.form-encuesta .hs-fieldtype-radio.hs-form-field {
    border-bottom: 1px solid #000;
    /*border-top: 1px solid #000;*/
    padding: 10px 0;
    overflow: hidden;
} 

.form-encuesta .hs-fieldtype-radio.hs-form-field label {
    display: block;
    float: left;
    width: 70%;
}

.form-encuesta .hs-fieldtype-radio.hs-form-field .input {
    display: block;
    float: right;
    position: relative;
    width: 30%;
}

.form-encuesta .hs-fieldtype-radio.hs-form-field .input ul {
    display: flex;
    flex-direction: row-reverse;
}

.form-encuesta .hs-fieldtype-radio.hs-form-field .input ul li label {
    overflow: hidden;
    position: relative;
    width: auto;
}

.form-encuesta .hs-fieldtype-radio.hs-form-field .input ul li label input {
    left: 0;
    position: absolute;
    top: -50px;
}

.form-encuesta .hs-fieldtype-radio.hs-form-field .input ul li label input:checked {
    left: 0;
    position: absolute;
    top: -50px;
}

.form-encuesta .hs-fieldtype-radio.hs-form-field .input ul {
    margin: -12px 0 0 0;
    transform: rotate(180deg);
}

.form-encuesta .hs-fieldtype-radio.hs-form-field .input ul li {
    margin: 0 0 0 5px;
}

.form-encuesta .hs-fieldtype-radio.hs-form-field .input ul li span {
    background-image: url(images/stars.png);
    background-position: 0 -25px;
    display: inline-block;
    height: 25px;
    overflow: hidden;
    text-indent: 99999px;
    transform: rotate(-180deg);
    width: 25px;
}

.form-encuesta .hs-fieldtype-radio.hs-form-field .input ul li:hover span, 
.form-encuesta .hs-fieldtype-radio.hs-form-field .input ul li:hover ~ li span {
    background-position: 0 0;
    cursor: pointer;
}

.form-encuesta .hs-fieldtype-radio.hs-form-field .input ul li label input:checked ~ span, 
.form-encuesta .hs-fieldtype-radio.hs-form-field .input ul li label input:checked ~ .hs-form-radio label span {
    background-position: 0 0;
}

.form-encuesta .hs_comentarios_o_sugerencias {
    margin: 20px 0 0 0;
}

.form-encuesta .hs_comentarios_o_sugerencias textarea {
    border: 1px solid #808080 !important;
}

.form-encuesta .hs-form-booleancheckbox-display input[type="checkbox"] {
    float: left;
    position: relative;
    top: 5px;
}

.form-encuesta .hs-form-booleancheckbox-display a {
    color: rgba(0, 0, 0, 0.44);
}

.form-encuesta .hs-form-booleancheckbox-display a:hover {
    color: rgb(102, 102, 102);
}

.form-encuesta input[type="submit"] {
    background-color: #666 !important;
    border: 2px solid #666 !important;
    color: #FFF !important;
    height: 60px;
}

.form-encuesta input[type="submit"]:hover {
    background-color: #FFF !important;
    color: #666 !important;
}

.form-encuesta .submitted-message p {
    color: #666;
    text-align: center;
}

@media (max-width: 600px) {
    .form-encuesta .hs-fieldtype-radio.hs-form-field label {
        width: 50%;
    }
    
    .form-encuesta .hs-fieldtype-radio.hs-form-field .input {
        width: 50%;
    }
}


body.page-id-12087 .hbspt-form input[type="submit"]:hover {
    color: #666666 !important;
    background-color: #fff !important;
    box-shadow: 0px 0px 0px 2px #666666;
}

body.page-id-12087 .hbspt-form input[type="submit"] {
    background-color: #666666 !important;
    border-radius: 0px 0px 0px 0px !important;
    font-size: 15px !important;
    padding: 15px 40px !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    color: #fff;
}

.bloque-accesorios a {
    color: #666;
    text-decoration: underline !important;
}

.bloque-accesorios a.elementor-button{
    text-decoration: none !important;   
}

.elementor-5533 .submitted-message {
    font-size: 20px;
}

.elementor-8685 #post-11296, .elementor-8624 #post-7732, .elementor-8690 #post-11327, .elementor-8699 #post-11337, .elementor-8704 #post-11356 {
    display: none;
}


.home-post .col-text, .home-post .col-image {
    height: auto;

}


.home-post .col-text {
    padding: 0;
    margin-top: 90px
}

@media (min-width: 1400px) {
    .home-post .col-text {
        padding: 0;
        margin-top: 200px
    }
}

@media (min-width: 1200px) {

    .home-post .col-text {
        max-width: 100% !important;
    }
}

@media (max-width: 767px) {
    .elementor-9270 .elementor-element.elementor-element-d96e862 > .elementor-widget-container {
         padding: 0px 0px 0px 0px !important;
    }
    .home-post .col-text {
        margin-top: 0;
        padding: 0;
    }
    .home-post .col-text h2 {
        margin: 0 20px;
    }
}

@media only screen and (max-width: 992px){
    .home-post .col-text {
        margin: 0;
        padding: 70px 10px 60px 10px;
    }
}

@media only screen and (max-width: 900px){
	.post-7732 .col-md-6.order-md-0.col-image {
		height:auto;
    }
	.category .col-image {
        height: auto;
        padding: 0;
        width: 100%;
    }
	.category .col-text {
        height: auto;
        padding: 0;
        margin-top: 55px;
        margin-bottom: 55px;
        width: 100%;
    }
}

@media only screen and (max-width: 750px){
    .category .col-image {
        height: 400px;
    }
}

.post-11356 a{
    text-decoration: none;
}

@media (max-width: 767px){
    .elementor-7822 .elementor-element.elementor-element-2d3b02f7 {
        margin-top: 0 !important;
        margin-bottom: 0px;
        padding: 30px 0px 30px 0px;
    }
}

.rss {
    display: none;
}

.bloque-cocinas a {
    color:#666;
    text-decoration:underline;
}

.bloque-cocinas a:hover{
    color:#a7a4a4;
}
.textcocinas h1 a{
font-size: 24px;
font-weight: 300;
line-height: 34px;	
color:#969696;
}

.textcocinas h2{
font-size: 20px;
line-height: 26px;
font-weight:400;
}
#snippet-box {
    display: none !important;
}

.random-post {
    background-color: rgb(221, 221, 221);
    overflow: hidden;
    padding: 60px 10px 30px 10px;
    text-align: center;;
}

.random-post h2 {
    margin: 0 0 50px 0;
}

.random-post .item {
    display: block;
    float: left;
    height: 200px;
    margin: 15px 2%;
    overflow: hidden;
    position: relative;
    width: 21%;
}

.random-post .item:before {
    background-color: rgba(0,0,0,0.4);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.random-post .item:hover:before {
    background-color: rgba(0,0,0,0.7);
}

.random-post .item h2 a {
    color: #FFF;
    display: block;
    font-size: 24px;
    line-height: 30px;
    padding: 20px;
    text-align: center;

    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.random-post .blog-categories {
    border: none;
}

@media only screen and (max-width: 1200px){
    .random-post .item {
        width: 46%;
    }
}

@media only screen and (max-width: 750px){
    .random-post .item {
        margin: 15px 2%;
        width: 96%;
    }
}

/* Zona reservada */

.zona-reservada {
    border-bottom: 1px solid #000;
    margin: auto;
    width: 950px;
}

.zona-reservada li {
    background-image: url('images/icon-plus-black.png');
    background-position: 0 12px;
    background-repeat: no-repeat;
    border-top: 1px solid #000;
    cursor: pointer;
    padding: 8px 0;
}

.zona-reservada li span {
    margin: 0 0 0 25px;
}

.zona-reservada li.activado {
    background-image: url('images/icon-less.png');
}

.zona-reservada li ul {
    border-top: 1px solid #000;
    margin: 8px 0 0 0;
}

.zona-reservada li ul li {
    border: none;
    border-bottom: 1px dotted #CCC;
    color: rgb(102,102,102);
    font-size: 14px;
    margin: 0 0 0 30px;
    padding: 8px 0 8px 25px;
}

.zona-reservada li ul.submenu {
    border: none;
    margin: 0;
}

.zona-reservada li ul.archivos li {
    background-image: url('images/icon-download.png');
}

.zona-reservada li ul.submenu li {
    background-image: url('images/icon-plus-gray.png');
}

.zona-reservada li ul.submenu li.activado {
    background-image: url('images/icon-less.png');
}

.zona-reservada li ul.submenu li ul {
    border: none;
    border-top: 1px dotted #CCC;
    margin: 8px 0 0 0;
    padding: 0;
}

.zona-reservada li ul.submenu li ul li {
    background-image: url('images/icon-download.png');
    margin: 0;
}

.zona-reservada li ul li a {
    color: rgb(102,102,102);
    font-size: 14px;
    text-decoration: none;
}


/*.zona-reservada {
    border-bottom: 1px solid #000;
    margin: auto;
    width: 950px;
}

.zona-reservada ul {
    border-top: 1px solid #000;
}

.zona-reservada ul li {
    list-style: none;
    position: relative;
}

.zona-reservada li ul.archivos, 
.zona-reservada li ul.submenu {
    display: none;
}
.zona-reservada li.activado ul {
    display: block !important;
}

.zona-reservada ul li a {
    color: #696767;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #000;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    box-sizing: border-box;
}

.zona-reservada ul li img {
    float: right;
    top: 14px;
    position: absolute;
    right: 10px;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.zona-reservada ul li.activado img {
    transform: rotate(90deg);
}

.zona-reservada ul li ul {
    border: none;
    border-bottom: 1px solid #000;
    margin: 0;
    position: relative;
    top: -1px;
    list-style: none;
    overflow: hidden;
    transition: .3s all ease-in;
    padding: 0 0 8px 0;
    margin: 8px 0 0 0;
}

.zona-reservada ul li li a {
    color: #696767;
    display: block;
    padding: 5px 30px 5px 0;
    font-size: 14px;
    font-weight: 300;
    border: 0;
    box-sizing: border-box;
    text-transform: none;
}

.zona-reservada ul li li:last-child a {
    border-bottom: 0;
}*/

@media only screen and (max-width: 750px){
    .newsletterSection {
        padding: 15px !important;
    }

    .newsletterSection .container {
        padding: 0 !important;
    }
}

.enlace_accesorios a{
	color: white !important;
	font-weight:200;
	text-decoration:none !important;
	line-height: 29px;
}
.gentitcocina h1{
line-height:8px;	
}
@media (max-width: 1024px){
    .ctasbajo .elementor-column{
        min-height: 360px;
    }
    .ctasbajomas .elementor-column{
        min-height: 390px;
    }
}
@media  (max-width: 768px){
.header_accesorios{
    height: 50vh !important; 
}
}
@media  (max-width: 767px){
.header_accesorios .elementor-background-overlay {
	opacity: 0 !important;

}
.header_accesorios{
	padding: 150px 0px 125px 0px !important; 
	height: 258px !important;
}
	
}

/* Engadidos por Alberto PM */
.ultimo-parraf p{
	margin-bottom: 35px; /* Para que as entradas e páxinas teñan o mesmo espaciado antes de Te puede interesar */
}
/* Engadidos por Roi
Área profesional - profesionales y proyectos
*/

.fondo_porf{
    min-height: 270px;
    background-size: cover; 
    }
    .titulo_prof{
    text-align:center;
    color:white;
    }
    .general_prof{
    padding-right: 10px;
    padding-left: 10px;
    }
    .inter_prof{
    background-color: #00000073;
    height: 300px;
    }
    .general_recursos .elementor-col-25{
        padding: 0 10px 0 10px;
    }
    @media  (max-width: 767px){
        .fondo_porf{

            margin-bottom: 20px;
        } 
        .general_recursos .elementor-col-25{
            margin-bottom: 20px;
            height: 270px;
        } 
     
        }
/* mostrar sólo la primera categoría en el bradcrumb */



/*Barra breadcrums login*/
.logued_gen{
    float: right;

}
.logued_gen img{
    width: 20px;
    margin-left:5px;
}

@media only screen and (min-width: 768px) {
    .new-line-desktop { display:block; }
}