/**/
#footer {
    content-visibility: auto;
}

.block-social li a {
    width: inherit;
    font-size: 0px;
    height: inherit;
    text-align: center;
    display: inline-block;
}

.block-social ul li {
    display: inline-block;
    vertical-align: middle;
    /* padding: 8px; */
    padding: 0px 5px;
}

.block-social ul {
    margin: 0 0px;
    padding-top: 5px;
}

.block-social ul li a:hover {
    opacity: 0.6;
}


/*newsletter*/
div#blockEmailSubscription_displayFooterBefore {}


div#blockEmailSubscription_displayFooterBefore .gdpr_consent {
    font-size: 12px;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}
div#blockEmailSubscription_displayFooterBefore form input[type="email"] {
    max-width: 430px;
    line-height: 40px;
    padding: 0px 10px;
    width: 100%;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

div#blockEmailSubscription_displayFooterBefore form input[type="submit"] {
    line-height: 40px;
    padding: 0px 12px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: var(--color3);
    width: 100%;
    max-width: 210px;
    background: #fff;
    border-radius: 10px;
    
}
div#blockEmailSubscription_displayFooterBefore .contentinputs {
    width: 100%;
    gap: 6px;
    justify-content: center;
    margin-bottom: 19px;
}
div#blockEmailSubscription_displayFooterBefore .custom-checkbox label {
    padding-left: 0px;
}
.block_newsletter label.psgdpr_consent_message {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--color2);
}
.block_newsletter .custom-checkbox input[type="checkbox"] + span {
    background: white;
    border: none;
}
/*newsletter end*/

div#contact-infos span {
    display: block;
    margin-bottom: 10px;
}

div#contact-infos, footer li a {
    color: var(--color2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
}

.copyright, .footer-container {
    background: #313131;
}
.copyright p {
    margin: 0px;
    color: var(--color2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: right;
    display: block;
    width: 100%;
}
.copyright .container {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
}
.wrapper p.h3 {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    color: var(--color2);
    margin-bottom: 18px;
}
.block_newsletter span.h3 {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    color: var(--color2);
    margin-bottom: 18px;
    display: block;
}
.block_newsletter .contentinputs {
    gap: 8px;
    margin-bottom: 24px;
}
body #footer .block_newsletter input.btn {
    width: 100%;
    line-height: 45px;
    max-width: 140px;
    color: white;
    background: black !important;
}
.footer-container {
    padding-top: 58px;
}
.block_newsletter .gdpr_consent {
    padding-right: 30px;
}
span.mail_shop {
    display: block;
}

.block-social a::before {
    color: white;
}
.block-social ul li {
    padding: 0px;
}
.block-social ul {
    display: flex;
    gap: 22px;
}

.block-social li.facebook {
    order:1;
}
.block-social li.pinterest {
    order: 3;
}
.block-social li.twitter {
    order:2;
}
.block-social li.youtube {
    order:4;
}
.block-social li.instagram {
    order:4;
}
.block-social li.linkedin {
    order:2;
}
#id_sector {
    border-radius: 8px;
    height: 40px;
    line-height: 40px;
    max-width: 210px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #313131;
    padding: 0px;
    background: url("../../../img/arrow_drop_down.svg") right+10px center no-repeat white;
}
div#id_sector > span {
    display: block;
    padding: 0px 15px;
        cursor: pointer;
}
span.mail_shop a {
    color: var(--color2);
}
p#block-newsletter-label {
    color: #fff;
    text-align: left;
    margin-bottom: 18px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.clipboard-notification {
    position: fixed;
    top: 9px;
    right: 20px;
    z-index: 999;
}
.options_selector span {
    display: block;
}
.options_selector span {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 28px;
}

.options_selector input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid black;
    width: 16px;
    height: 16px;
        cursor: pointer;
    position: relative;
}

.options_selector {
    display: none;
    background: white;
    border-radius: 10px;
    padding: 15px 10px;
    position: relative;
    z-index: 1;
    
}
.options_selector input[type="checkbox"]:checked:after {
    content: "done";
    font-family: 'Material Icons';
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 14px;
}

.block_newsletter_content input[type="email"] {
    border-radius: 15px;
    border: 0.5px solid var(--Text-secundario, #FFF);
    background: #FFF;
    width: 100%;
    max-width: 325px;
    line-height: 45px;
    padding: 0px 15px;
}
.copyright {
    padding-bottom: 35px;
    padding-top: 50px;
}
.block-social {
    margin-bottom: 20px;
}
footer .block_newsletter label.psgdpr_consent_message{
    line-height: 23px;
}
.block_newsletter .psgdpr_consent_message a {
    color: white;
}

body.color_1  .copyright, body.color_1  .footer-container {
    background: #DE028C!important
}
body.color_2  .copyright, body.color_2  .footer-container {
     background: #009873;
}
body.color_3  .copyright, body.color_3  .footer-container {
    
}
body.color_4  .copyright, body.color_4  .footer-container {
    background: #DE028C !important
}
body.color_5  .copyright, body.color_5  .footer-container {
    background: #C59B02 !important
}


/*media queryes*/
@media(min-width: 768px){
    footer .collapse {
        display: block!important;
    }
}
@media(max-width:991px) {
    .block_newsletter_content {
        padding: 0px;
    }
}
@media(max-width: 767px){
    footer .wrapper {
        padding: 15px;
        border-bottom: 1px solid var(--color2);
    }
    .wrapper .title i.material-icons {
        color: var(--color2);
    }
    .collapse.in{
        display: block
    }
    div#blockEmailSubscription_displayFooterBefore .contentinputs {
        flex-direction: column;
    }
    div#blockEmailSubscription_displayFooterBefore form input[type="email"] {
        max-width: 100%;
    }
    select#id_sector {
        max-width: 100%;
    }
    div#blockEmailSubscription_displayFooterBefore form input[type="submit"] {
        max-width: 100%;
    }

    .footer-container {
        padding: 20px 0px 0px 0px;
    }
    .copyright {
        padding: 15px 0px;
    }
    .wrapper .title span.h3 {
        font-size: 16px;
        line-height: 24px;
        color: var(--color2);
    }
    footer .block-contact.links.wrapper {
        border: none;
        margin: 0px;
    }
    .block-social {
        margin-top: 0px;
    }
    .copyright .container {
        flex-wrap: wrap;
    }   
    div#blockEmailSubscription_displayFooter {
        padding: 0px;
    }
    .block_newsletter .contentinputs {
        flex-wrap: wrap;
    }
    .block_newsletter_content input[type="email"] {
        max-width: 100%;
    }
    .block_newsletter input.btn {
        max-width: 100%;
    }
    .block_newsletter .gdpr_consent {
        padding-right:0px;
    }
    footer .wrapper:first-child {
        border-top: 1px solid var(--color2);
    }
    .links {
        margin-top: 20px;
    }
    .social_container {
        width: 100%;
    }
    .block-social ul {
        padding-top: 0px;
    }
    p.copyright_text {
        text-align: center;
        margin-top: 5px;
        padding-bottom: 30px;
    }
    .block_newsletter_content {
        padding: 0px  15px;
    }
}
/*media queryes end */




