/*
Theme Name: Valiance Child
Theme URI: https://valiance.qodeinteractive.com
Description: A child theme of Valiance
Author: Elated Themes
Author URI: https://qodeinteractive.com
Version: 1.0.0
Text Domain: valiance
Template: valiance
*/


/* HOME */
.sectionHomeProducto h4 {
    font-size: 24px;
}

.blogHome .qodef-e-info, .blogHome .qodef-e-info-date {
    display: none !important;
}

.btnHome .qodef-m-icon-arrow-wrapper {
    display: none;
}

.btnHome .qodef-m-text {
    color: #eeebe2;
    font-weight: 300 !important;
}

/* CONTACT */
.contactForm input, .contactForm textarea {
    background-color: #2e2e2e;
    color: #eeebe4;
    margin: 10px 0px 10px 0px !important;
}

.contactForm button {
    color: #2e2e2e;     
    background-color: #eeebe4;
}

.ourLocations .qodef-m-subtitle {
    letter-spacing: 1px;
    color: #2e2e2e;
}

/* PRODUCT */
.btnCenter {
    text-align: center;
}

.btnCenter .qodef-m-text, .btnWeight .qodef-m-text {
    font-weight: 300 !important;
}

/* FOTTER */
#qodef-page-footer .qodef-m-subtitle {
    letter-spacing: 1px;
}

#qodef-page-footer p {
    line-height: 20px;
}

#qodef-page-footer #valiance_core_contact_form_7-2 {
    margin-top: 35px;
}

.imgLogoFooter {
    margin-top: 115px;
    width: 500px;
    margin-left: 200px;
}

#qodef-page-footer-bottom-area-inner {
    text-align:left;
}

.qodef-grid-item #block-13 {
    margin: 0px !important;
}

/* NOTICIAS */
.newsList .qodef-e-info-date, .qodef-blog-item  .qodef-e-info-date {
    display: none !important;
}

.accordionEmpresa h5 {
    font-weight: 600;
    font-family: "Prompt";
}

.qodef-blog-item .qodef-e-info-right {
    justify-content: inherit !important;
    display: block !important;
}   

.qodef-blog-item .qodef-e-info-left {
    width: 0px !important;
}

.accessSeparator p {
    color: black !important;
}

/* COOKIE YES */

.cky-notice-des, .aPolitica {
    font-size: 12px !important;
    color: #eeebe2 !important;
}

.cky-btn-revisit-wrapper {
    display: none !important;
}

.cky-notice-btn-wrapper button {
    padding: 0px 5px !important;
    margin: 5px !important;
}

.cky-notice .cky-btn-customize {
    display: none;
}

.cky-consent-bar {
    padding: 0 !important;
}

.cky-title {
    margin: 0 !important;
}
  
.cky-notice-group {
    justify-content: center !important;
} 

.cky-consent-container .cky-consent-bar {
    box-shadow: 0 -1px 10px 0 rgba(0,0,0,0.05) !important;
}

/* HEADER RESPONSIVE */ 

#qodef-page-mobile-header .qodef-opener-icon, #qodef-page-mobile-header .qodef-menu-item-text {
    color: #fff;
}

#qodef-page-mobile-header .qodef-mobile-header-navigation {
    background-color: #2e2e2e;
}

/* MENU LANGUAGES */
.pll-parent-menu-item .sub-menu {
    width: 85px !important;
    padding: 5px 0 !important;
    margin-top: -25px !important;
}

@media (max-width: 1440px) {
    .imgLogoFooter {
        margin-left: 55px;
    }
}

@media (max-width: 1200px) {
    .imgLogoFooter {
        margin-left: -10px;
    }
}

@media (max-width: 680px) {
    .imgLogoFooter {
        margin-left: -10px;
        margin-top: 0px;
    }
}

@media (max-width: 1024px) {
    .imgLogoFooter {
        width: auto;
    }
}