/**
Theme Name: Beneito Faure
Author: Exceptia
Author URI: https://exceptia.es/
Description: Theme personalizado para Beneito Faure, fabricantes y distribuidores de iluminación LED para profesionales.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: beneito-faure
Template: astra
*/


@font-face {
    font-family: "Gordita Light";
    src: url('https://beneito-faure.com/wp-content/uploads/2021/06/Gordita-Light.otf') format('truetype');
}

@font-face {
    font-family: "Gordita Regular";
    src: url('https://beneito-faure.com/wp-content/uploads/2021/06/Gordita-Regular.otf') format('truetype');
}


::selection {
    color: #fff;
    background: #0274be;
}

#primary {
    margin: 2em 0;
}

.text-center {
    text-align: center;
}

/* Homepage */
.jumbotron h1 {
    color: white;
    padding-left: 10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
}

/* Footer */
footer {
    padding: 0 3em;
}


/* Menú */
.main-header-menu .menu-link,
.main-header-menu > a {
    padding: 0 .5em;
}

.ast-builder-menu .main-navigation {
    font-family: "Gordita Regular" !important;
}

/* Header */
.bf-single-product-header {
    align-items: center;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    min-height: 400px;
    height: calc(100vh);
}

.bf-single-product-header .product_title {
    color: #fff;
    font-size: 3rem;
    font-weight: 300 !important;
    /*text-shadow: 2px 2px 2px rgba(0, 0, 0, .4);*/
}

@media (max-width: 1100px) {
    .ast-builder-menu-2 {
        display: none;
    }
}

/* Woocommerce additional information table */
.bf-additional-information-table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.bf-additional-information-table .bf-additional-information-row {
    display: flex;
    width: 100%;
}

@media (min-width: 922px) {
    .bf-additional-information-table .bf-additional-information-row {
        display: flex;
        width: 50%;
    }
}

.bf-additional-information-table .bf-additional-information-row .bf-additional-information-label {
    width: 50%;
}

.bf-additional-information-table .bf-additional-information-row .bf-additional-information-value {
    padding-left: 10px;
}

/* Woocommerce grouped list */
.bf-grouped-list {
    border-top: 2px solid #f7f7f7;
    justify-content: center;
    margin-bottom: 5rem;
    margin-top: 5rem;
    max-width: 100%;

}

.bf-grouped-list .bf-grouped-product-list-item__label {
    border-top: 2px solid transparent;
    min-width: 100px;
    text-align: center;
    margin: 0px 10px 0px 10px;
    font-size: 0.9rem;
}

.bf-grouped-list .bf-grouped-product-list-item__label.active,
.bf-grouped-list .bf-grouped-product-list-item__label:hover {
    border-top-color: #fcf3cf;
}

.bf-grouped-list .bf-grouped-product-list-item__label:not(.active):hover img {
    cursor: pointer;
}

.bf-grouped-list img,
.bf-grouped-list img {
    height: 150px;
    max-width: 100%;
    width: auto;
}

/* Woocommerce product gallery */
.bf-product-gallery img {
    margin-right: 20px;
}

#main .slick-prev,
#main .slick-next {
    width: 32px;
}

#main .slick-prev:before,
#main .slick-next:before {
    color: #515151;
    font-size: 32px;
}

#main .slick-prev {
    left: -38px;
}

#main .slick-next {
    right: -40px;
}

@media (max-width: 767px) {
    #main .slick-prev,
    #main .slick-next {
        display: none !important;
    }
}

/* Posts lists */
.post-thumb-img-content {
    /*height: 300px;*/
}

.post-thumb-img-content img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

/* Más ideas */
.more-ideas, .more-ideas-section {
    background-color: #f7f7f7;
    margin-bottom: 3em;
    margin-top: 3em;

}

.more-ideas .more-ideas__wrapper {
    display: block;
    margin: 0px;

}

.more-ideas .more-ideas__post {
    width: 100%;
    margin-right: 20px !important;
}

.more-ideas .slick-track {
    margin-left: 0px;
    margin-right: 0px;
}

.up-sells .products {
    display: block !important;
}

.up-sells .products .slick-track {
    margin-left: 0px;
    margin-right: 0px;
}

.more-ideas .more-ideas__post .entry-title {
    margin-top: 5px;
}

.more-ideas .more-ideas__post .entry-title a {
    font-size: 1.2rem;
}

@media (min-width: 768px) {
    .more-ideas .more-ideas__post {
        /*margin: 1%;*/
        /*width: 31%;*/
    }
}

/* Forms */
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
    background-color: black;
    border-color: black;
    border-radius: 0;
}

/* Related families */
.related-families {

}

.related-families .related-families__wrapper {
    display: flex;
    flex-wrap: wrap;
}

.related-families .related-families__post {
    margin: 10px;
    min-width: 250px;
    width: 100%;
}

.related-families .related-families__post .entry-title {
    margin-top: 5px;
}

.related-families .related-families__post .entry-title a {
    font-size: 1.2rem;
}

@media (min-width: 768px) {
    .related-families .related-families__post {
        margin: 1%;
        width: 23%;
    }
}

/* woocommerce image positioning */
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: left;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    float: right;
}

@media (min-width: 922px) {
    .summary.entry-summary {
        border-right: 1px solid #e5e5e5;
        margin-right: 25px;
        padding-right: 25px;
    }
}

/* Products Categories Menu */
.woocommerce ul.product-categories {
    display: flex;
}

.woocommerce ul.product-categories > li {
    padding: 2px 15px;
}

.woocommerce ul.product-categories > li.current-cat {
    text-decoration: underline;
}

/* References list */
.product-references-list {
    list-style: none;
    margin: 50px 0;
    text-align: center;
    width: 100%;
}

.woocommerce div.product-type-grouped {
    float: left;
    width: 100%;
}

.product-references-list li {
    padding: 5px 10px;
    padding-left: 10%;
    text-align: left;
}

.product-references-list li p {
    font-size: 18px;
}

.product-references-list li:nth-child(odd) {
    background-color: #f7f7f7;
}

/* Download files icons */
.bf-downloadable-files {
    display: flex;
    justify-content: center;
    margin: 25px 0;
}

.bf-downloadable-files a {
    align-items: center;
    color: transparent;
    display: flex;
    flex-direction: column;
    line-height: 1.4rem;
    margin: 5px;
    text-align: center;
    width: 50px;
}

.bf-downloadable-files a::before {

    background-color: #999;
    /*border-right: 2px solid #e5e5e5;*/
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-position: center;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    content: '';
    color: #f7f7f7;
    display: block;
    height: 36px;
    width: 36px;
}

.bf-downloadable-files a:hover {
    color: #020202;
}

.bf-downloadable-files a:hover::before {
    background-color: #020202;
}

.bf-downloadable-files a#catalogue::before {
    -webkit-mask-image: url(assets/icons/catalog.svg);
    mask-image: url(assets/icons/catalog.svg);
}

.bf-downloadable-files a#3d-files::before {
    -webkit-mask-image: url(assets/icons/3d.svg);
    mask-image: url(assets/icons/3d.svg);
}


.bf-downloadable-files a#instructions::before {
    -webkit-mask-image: url(assets/icons/Instructions.svg);
    mask-image: url(assets/icons/Instructions.svg);
}

.bf-downloadable-files a#technics::before {
    -webkit-mask-image: url(assets/icons/Datasheet.svg);
    mask-image: url(assets/icons/Datasheet.svg);
}

.bf-downloadable-files a#ldt::before {
    -webkit-mask-image: url(assets/icons/ldt.svg);
    mask-image: url(assets/icons/ldt.svg);
}

.bf-downloadable-files a#ies::before {
    -webkit-mask-image: url(assets/icons/ies.svg);
    mask-image: url(assets/icons/ies.svg);
}

.bf-downloadable-files a#energy-label::before {
    -webkit-mask-image: url(assets/icons/Energy_label2.svg);
    mask-image: url(assets/icons/Energy_label2.svg);
}

.bf-downloadable-files a#general::before {
    -webkit-mask-image: url(assets/icons/arrow.svg);
    mask-image: url(assets/icons/arrow.svg);
}

.bf-downloadable-files .bf-downloadable-file a#d3::before {
    -webkit-mask-image: url(assets/icons/3d.svg);
    mask-image: url(assets/icons/3d.svg);
}

/*.bf-downloadable-files .bf-downloadable-file:not(:last-child)::after {*/
/*  border-right: 1px solid #f7f7f7;*/
/*  content: '';*/
/*}*/

/* Contact form */
.contact-form {
    margin: auto;
    max-width: 600px;
}

/* Footer */
footer nav.menu-top-menu-container, footer nav.menu-top-menu-en-container, footer nav.menu-top-menu-de-container, footer nav.menu-top-menu-it-container, footer nav.menu-top-menu-fr-container, footer nav.menu-top-menu-ca-container, footer nav.menu-top-menu-portugues-brasil-container {
    font-size: 1.5rem;
}

/* FAQs ultimate */
.ewd-ufaq-faqs .ewd-ufaq-faq-div {
    border-top: 1px solid #ccc;
    padding-bottom: 15px;
}

.ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-faq-title a .ewd-ufaq-faq-title-text {
    width: 100%;
}

.ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-faq-title a {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-faq-title a:focus {
    outline: 0;
}

.ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-faq-body {
    padding: 10px 5px;
}

.ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol span {
    display: none;
}

.ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol::after {
    content: "";
    background-color: #2b2f38;
    -webkit-mask-image: url(assets/icons/arrow.svg);
    mask-image: url(assets/icons/arrow.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-position: center;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    content: '';
    display: block;
    height: 24px;
    width: 24px;
    transform: rotate(180deg);
}

.ewd-ufaq-faqs .ewd-ufaq-faq-div.ewd-ufaq-post-active .ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol::after {
    transform: rotate(0);
}

/* Projects */

/*.post-type-archive-projects .site-content > .ast-container {*/
/*    width: 100% !important;*/
/*    max-width: 100% !important;*/
/*    padding: 0px !important;*/
/*}*/

/*.post-type-archive-projects #primary {*/
/*    margin: 0px;*/
/*}*/


.projects-list-article {
    padding: 15px;
}

.projects-list-article .entry-client {
    color: #5d6167;
    font-size: 1.4444444444444rem;
    line-height: 1.2;
    /*text-transform: inherit;*/
    text-transform: CAPITALIZE;
    padding-top: 10px;
    font-weight: 400;
}


.projects-list-article .entry-location {
    color: #5d6167;
    font-size: 1rem;
    line-height: 1.45;
    color: #000000;
}

.projects-list-article .post-thumb-img-content img {
    max-height: 330px;
}

.projects-list-article,
.projects-list-article article,
.projects-list-article article > div,
.projects-list-article article .wp-post-image {
    /*margin-top: 0 !important;*/
    /*margin-bottom: 0 !important;*/
    /*width: 100%;*/
}

.projects-list-article .post-thumb-img-content {
    /*height: 500px;*/
}

.projects-list-article .ast-blog-featured-section,
.projects-list-article .entry-header {
    margin-bottom: 0;
    padding: 0px;
}

@media (max-width: 767px) {
    .projects-list-article .post-thumb-img-content img {
        max-height: 250px;
    }
}

@media (min-width: 768px) {
    .projects-list-article .post-thumb-img-content img {
        max-height: 460px;
    }
}

/* Catalogues */
/*.catalogues:first-of-type {*/
/*    width: 100%;*/
/*}*/

/*.catalogues:first-of-type .post-thumb {*/
/*    height: 400px;*/
/*}*/

/*.catalogues:first-of-type .post-thumb .post-thumb-img-content {*/
/*    height: 100%;*/
/*}*/

/*.catalogues:first-of-type .entry-header__projects {*/
/*    height: 100%;*/
/*    position: relative;*/
/*}*/

.catalogues .single-layout-1 {
    width: 100%;
}


.catalogues .post-thumb-img-content {
    height: 450px;
    object-fit: cover;
    width: 100%;
}

.catalogues .entry-title {
    text-align: center;
}


/* Products */
.products-menu {
    background-color: #fff9f0;
    padding: 15px;
    position: absolute;
    top: 71px;
    z-index: 90;
    width: 100%;
    /*display: none !important;*/
    opacity: 0;
}

@media (min-width: 768px) {
    .products-menu {
        opacity: 1;
    }

}


.products-menu .navbar {
    align-items: center;
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    max-width: 100%;
    /*overflow: hidden;*/
    padding: 0;
}

.products-menu .navbar li {
    margin: 5px 15px;
}

.products-menu ul li a:hover {
    color: #000000;
	font-weight:bold;

}


.ast-mobile-header-wrap .ast-below-header-bar, .ast-below-header-bar .site-below-header-wrap {
    min-height: 0px;
}

/* INFO FORM */
.information-form {
    padding-top: 3em;
    margin-bottom: 3em;
    float: left;
    width: 100%;
}

.information-form .information-form__title {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.information-form .information-form__title::after {
    background-image: url(assets/icons/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 20px;
    transform: rotate(180deg);
    transition: all .3s ease-in;
    width: 20px;
}

.information-form .information-form__title--opened::after {
    transform: rotate(360deg);
}

.information-form .information-form__content {
    display: none;
}

.gform_fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
}

.gform_fields .gfield {
    margin-bottom: 1em;
    width: 100%;
}

.gform_fields .gfield .gfield_label {
    display: block;
    margin-bottom: 5px;
}

.gform_fields .gfield div:not(.ginput_container_consent) input,
.gform_fields .gfield div:not(.ginput_container_consent) .ginput_container {
    width: 100%;
}

@media (min-width: 768px) {
    .information-form .gform_wrapper {
        margin: auto;
        max-width: 80%;
    }

    .gform_fields .gfield.gf_left_half,
    .gform_fields .gfield.gf_right_half {
        width: 49%;
    }
}


.available-colors {
    margin: 44px 0 15px 0;
    text-align: center;
}

.available-colors .avaible-color {
    display: inline-block;
    margin-left: 10px;

}

.available-colors .avaible-color .bg {
    text-align: center;
    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.available-colors .avaible-color .bg img {
    width: 32px;
    height: 32px;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    border: 1px solid transparent;
}

.available-colors .avaible-color.checked .bg img {
    /*border: 2px solid #fcf3cf;*/
    /*padding: 5px;*/
}


.available-colors .avaible-color.checked .label {
    position: relative;
    top: -12px;
    font-size: 15px;
    left: 10px;
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.available-colors .avaible-color .label {
    display: none;
}

.site-header-section > * {
    padding: 0px 0px;
}

.woocommerce .woocommerce-breadcrumb {
    color: #020202;
}

.bf-single-catalogue-header {
    display: block;
    min-height: 400px;
    height: calc(100vh);
    /*background-color: #dfdfdf;*/


    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
}

.bf-single-catalogue-header-wrapper {
    align-items: start;
    display: flex;
    justify-content: center;
    flex-direction: row;
    height: 100%;
}

.bf-single-catalogue-header .catalogue_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
    padding: 20px 0px
}


@media (min-width: 992px) {
    .bf-single-catalogue-header {
        display: block;
        min-height: 400px;
        height: calc(100vh);
        background-color: #dfdfdf;
    }

    .bf-single-catalogue-header-wrapper {
        align-items: start;
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: 100%;
    }

    .bf-single-catalogue-header-wrapper.catalogue-left {
        align-items: flex-start;
    }

    .bf-single-catalogue-header-wrapper.catalogue-center {
        align-items: center
    }

    .bf-single-catalogue-header-wrapper.catalogue-right {
        align-items: flex-end;
    }

    .bf-single-catalogue-header-wrapper .catalogue_wrapper {
        display: flex;
        flex-direction: column;
        align-items: start;
        height: 100%;
        justify-content: center;
    }

    .bf-single-catalogue-header-wrapper.catalogue-left .catalogue_wrapper {

        align-items: flex-start;

    }

    .bf-single-catalogue-header-wrapper.catalogue-center .catalogue_wrapper {

        align-items: center;

    }

    .bf-single-catalogue-header-wrapper.catalogue-right .catalogue_wrapper {

        align-items: flex-end;

    }
}


.header--total {
    height: 100%;
}


.bf-single-catalogue-header .catalogue_title {
    font-size: 2.6rem;
    font-weight: 300;
    color: #222222;
    font-family: Gordita Light, Helvetica, Arial, sans-serif;
}

.bf-single-catalogue-header .catalogue_link {
    font-family: Gordita Light, Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-decoration: none;
    border: 1px solid #020202;
    padding: 10px 25px;
    text-transform: uppercase;
}

.bf-single-catalogue-header .catalogue_link:hover {

    color: #ffffff;
    background-color: #020202;

}


.bf-single-catalogue-header .catalogue_subtitle {
    color: #5D6167;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 1.5rem;
    font-family: Gordita Light, Helvetica, Arial, sans-serif;
}

.featured-catalogue {
    width: 395px;
    margin: 0 auto;
}

.wpml-ls-item > a {
    text-transform: uppercase;

}

.ast-search-box.header-cover {
    background-color: #f8f6f2;
}

.ast-search-box.header-cover, .ast-search-box.full-screen .ast-search-wrapper, .ast-search-box.header-cover .ast-search-wrapper {
    position: relative !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

.ast-search-box.full-screen .ast-search-wrapper, .ast-search-box.header-cover .ast-search-wrapper {
    top: auto;
    left: auto;
    transform: none;
}

.ast-search-box.full-screen .search-field, .ast-search-box.header-cover .search-field {
    color: #666;
    font-size: 1.4em;
    text-align: center;
}

.ast-search-box.full-screen .search-field, .ast-search-box.header-cover .search-field::placeholder {
    color: #666;
}

.ast-search-box.full-screen #close, .ast-search-box.header-cover #close {
    color: #666;
}

.hide {
    display: none;
}

.shown {
    display: block;
}

.ast-builder-menu-2 .sub-menu, .ast-builder-menu-2 .inline-on-mobile .sub-menu {
    border-color: #fff9f0;
}

#contact_form_button {
    margin-top: 10px;
}

.ast-single-post .entry-title, .page-title {
    font-weight: bold;
}

.ast-single-post p {
    font-size: 20px !important;
}

.ast-single-post .entry-content {
    margin-bottom: 60px;
}


.projectos-featured {

}

#home_projectos .elementor-posts .elementor-post {
    padding-left: 25px;
}

.bf-information-data {

}

.tata-ajax-loader-img {
    background-image: url(assets/Iphone-spinner.gif);
}

.astra-shop-summary-wrap {
    text-align: center;
}

.single-projects .site-content #primary {
    margin: 2em 0 !important;
}

@media (min-width: 922px) {
    .single-projects .site-content > .ast-container {
        max-width: 980px !important;
    }


}

.wapl-flash.wapl-alignnone, .wapl-flash.wapl-alignright {
    right: 0px !important;
}

.wapl-flash {
    top: -16px !important;
}

@media (min-width: 922px) {
    .wapl-flash {
        top: 0px !important;
    }
}

.wapl-flash.label-red .product-label {
    background-color: transparent !important;
    font-size: 15px !important;
}

.wapl-flash .product-label {
    border: 0px solid transparent !important;
    color: #D9534F !important;
}

.bf-product-gallery__wrapper {
    margin-bottom: 20px;
}

header .custom-logo-link img {

    width: 190px;
}

.bf-grouped-list .bf-grouped-product-list-item__label {
    position: relative;
}

.main-header-menu .menu-link:hover{
	font-weight:bold;
	color:#000000 !important;
}

.main-header-menu  .newsClass .menu-link {
	color: #fc5f5f !important;	
	font-weight:normal;
}
.main-header-menu  .newsClass .menu-link:hover {
	color: #fc5f5f !important;	
	font-weight:bold;
}

.newsClass a {
color: #fc5f5f !important;	
}
.newsClass a:hover{
	font-weight:bold;
}

