/***********************************
CERTIFICATIONS & STANDARD
***********************************/
#certificationsStandard .header-container .top-header-bg {
    background-image: url(../img/group/governance/certifications/header-certifications-standard.webp);
}
#certificationsStandard .header-container .box-overlay {
    background-color: rgba(0, 0, 0, 0.0);
}

.certification-item:not(:last-child) {
    border-bottom: 1px solid #dedede;
}

.certificate-download a {
    border-top: 1px solid #9fc7db;
    border-bottom: 1px solid #9fc7db;
    padding: 10px 0;
    color: var(--text-blue);
    font-style: italic;
    letter-spacing: -0.03rem;
    font-weight: 500;
    font-size: 85%;
}

.certificate-download a:hover {
    color: var(--text-blue-hover);
}

/***********************************
SOCIAL RESPONSIBILITY
***********************************/
#socialResponsibility .header-container .top-header-bg {
    background-image: url(../img/group/governance/social-responsibility/social-resp-header.webp);
    background-position: top left;
}
#socialResponsibility .header-container .box-overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

.reports-section {
    width: 100%;
    height: auto;
    background-image: url(../img/group/governance/social-responsibility/reports-sa8000.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#collapselegalform button.btn.close {
    position: relative;
    bottom: -10px;
    right: -15px;
    z-index: 9;
    font-size: 1.5rem;
}

#socialResponsibility li {
    margin-bottom: 15px;
}

#socialResponsibility ol li::marker {
    font-size: 2rem;
    color: rgba(3, 144, 209, 0.4);
    font-weight: 800;
}

#socialResponsibility ul li::marker {
    color: #0390d1;
}

    /*********************
    Complaints and reports
    **********************/
.reports-section a {
    color: #007fb9;
}

.reports-section a:hover {
    color: #00a3ed;
}

.reports-section .section-title {
    font-weight: 400;
}

.report-methods {
    border-left: 3px solid rgba(0, 127, 185, 0.4);
    border-right: 3px solid rgba(0, 127, 185, 0.4);
    margin-bottom: 30px;
    font-weight: 500;
    background-color: #f7f7f7;
    padding: 15px 20px;
    border-radius: 50px;
}

.report-address {
    padding: 10px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.reports-pdf {
    border-left: 3px solid rgba(0, 127, 185, 0.4);
    border-right: 3px solid rgba(0, 127, 185, 0.4);
    margin-bottom: 15px;
    font-weight: 500;
    background-color: #f7f7f7;
    padding: 10px 20px;
    border-radius: 40px;
}


/***********************************
ETHICAL CODE
***********************************/
#ethicalCode .header-container .top-header-bg {
    background-image: url(../img/group/governance/ethical-code/header-ethical-code.webp);
}
#ethicalCode .header-container .box-overlay {
    background-color: rgba(0, 0, 0, 0.0);
}

#ethicalCode .box2-image.img1 {
    background-image: url(../img/group/governance/ethical-code/ethical-hands.webp);
}

#ethicalCode .box2-image.img2 {
    background-image: url(../img/group/governance/ethical-code/true-commitment.webp);
    min-height: 600px;
    background-position: center right;
    background-attachment: fixed;
}

#ethicalCode .box2-image.img3 {
    background-image: url(../img/group/governance/ethical-code/download-ethical-code.webp);
}


/***********************************
ESG Approach
***********************************/
#esgApproach .header-container .top-header-bg {
    background-image: url(../img/group/governance/esg/esg-header.webp);
    background-position: right;
}
#esgApproach .header-container .box-overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

#esgApproach .box2-image.img1 {
    background-image: url(../img/group/governance/esg/ethical-resp.webp);
}

#esgApproach .esg-areas {
    width: 100%;
    height: auto;
    background-image: url(../img/group/governance/esg/esg-areas.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-lines.esg-lines .lines-1 {
    border: 1px solid #dedcdc;
    height: 65%;
    position: absolute;
    width: 30%;
    left: 15%;
    top: 50%;
    border-radius: 4px;
    transform: translate(-50%, -50%);
}

.section-lines.esg-lines .lines-2 {
    border: 1px solid #dedcdc;
    height: 70%;
    position: absolute;
    width: 40%;
    left: 80%;
    top: 70%;
    border-radius: 4px;
    transform: translate(-50%, -50%);
}

.esg-letters {
    text-align: center;
    margin-top: 30px;
}

.esg-letters img {
    padding-bottom: 15px;
    margin-top: 30px;
}

.esg-topics {
    margin-top: 25px;
    padding: 0 20px;
}

.esg-topics-title {
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 3px solid #8bae9e;
    font-size: 1.5rem;
    padding-bottom: 5px;
    border-radius: 30px;
}

.esg-topics-text div {
    background-color: rgba(139, 174, 158, 0.15);
    margin-top: 15px;
    padding: 10px 15px;
    border-radius: 30px;
    letter-spacing: -0.05rem;
    font-weight: 600;
    transition: ease-in-out 0.2s;
}

.esg-topics-text div:hover {
    background-color: rgba(139, 174, 158, 0.50);
    transition: ease-in-out 0.2s;
}

.esg-page .smartworking div {
    margin-bottom: 10px;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0 25px 15px -25px rgba(0, 0, 0, 0.3);
    box-shadow: 0 25px 15px -25px rgba(0, 0, 0, 0.3);
}

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

ul.smartworking li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}

ul.smartworking li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: #8bae9e;
    font-size: 20px;
}

a.report-download {
    font-weight: 500;
    color: #77a691;
}

a.report-download:hover, a.report-download:active {
    color: #4f9a78;
}

.bg-green-img {
    width: 100%;
    height: auto;
    background-image: url('../img/group/approach/esg-approach/green-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-green-1 {
    background-color: #e9efe9;
}

.industria-felix-img {
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
}

@media screen and (max-width: 767px) {
    .select-responsive {
        margin: 10px auto;
    }
}
/***********************************
END - ESG Approach
***********************************/


/***********************************
231 Model
***********************************/
#OrganizationalModel .header-container .top-header-bg {
    background-image: url(../img/group/governance/231-model/header-231-model.webp);
    background-position: bottom right;
}
#OrganizationalModel .header-container .box-overlay {
    background-color: rgba(0, 0, 0, 0.2);
}

#OrganizationalModel .box2-image.img1 {
    background-image: url(../img/group/governance/231-model/231-model.webp);
    height: 1080px;
}

@media screen and (min-width: 992px) {
    #OrganizationalModel .box2-image.img1 {
        height: 1080px !important;
    }
}

#OrganizationalModel .box2-image.img3 {
    background-image: url(../img/group/governance/231-model/download-model.webp);
}

.form-check-label.leacks-form a{
    color: #007fb9;
}

.form-check-label.leacks-form{
    transition: ease 0.3s;
}

.form-check-label.leacks-form:hover{
    cursor: pointer;
    opacity: 1;
    transition: ease 0.3s;
}

#prv.form-check-input:disabled,
#prv2.form-check-input:disabled{
    opacity: 1;
}

.leack-link {
    opacity: 0.3;
    pointer-events: none;
}

.leack-link a{
    color: #007fb9;
}

.leack-link.active {
    opacity: 1;
    pointer-events: auto;
}

.leak-disclaimer {
    font-size: 0.8rem;
    color: #555;
    font-style: italic;
    display: block;
    line-height: 1;
}

.modal-privacy-table tr td{
    text-align: left;
    padding: 10px;
    min-width: 200px;
}