body {
    padding: 25px 45px 45px 45px !important;
}

.card:hover {
    transform: scale(1.01);
    transition: transform 0.3s ease-in-out; 
}

.card:hover img {
    opacity: 0.95 !important;
    transition: transform 0.3s ease-in-out; 
}

html {
    overflow-x: hidden;
}

body.swal2-shown {
    overflow: visible !important;
}

a:hover {
    color: #344767 !important;
}

#bg-container{
    max-width: 1980px;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#container-definition-channel {
    max-width: 1340px; 
    margin: 0 auto;
}

.definition-channel {
    margin-top: -71px;
    width: 100%;
}

.document-library {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.2));
}

.definition-channel-title {
    text-align: center;
    font-size: 18px;
    font-family: 'Roboto', 'sans-serif';
}

.definition-channel-main {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
}

.definition-channel-subtitle {
    font-size: 16px;
    font-family: 'Roboto', 'sans-serif';
    color: #A37051;
    border-radius: 19px;
}

.type-report {
    display: flex;
    margin-top: 20px;
}

.type-report-title {
    font-size: 18px;
    font-family: 'Roboto', 'sans-serif';
    color: #A37051;
    margin-bottom: 12px;
    font-weight: 500;
}

.type-report-description {
    font-size: 16px;
    font-family: 'Roboto', 'sans-serif';
    color: rgba(38, 60, 98, 1);
}

.type-report-library {
    margin-top: 50px;
}

.type-report-library-title {
    font-size: 20px;
    font-family: 'Roboto', 'sans-serif';
    color: #263c62;
}

.type-report-library-list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}

.type-report-library-description {
    font-size: 16px;
    color: #263c62;
    background-color: #FFFFFF;
    padding: 20px 30px;
    border-radius: 12px;
    margin: 15px 30px 15px 0;
    font-family: 'Roboto', 'sans-serif';
    font-weight: 500;
}

.type-of-report-video {
    display: none !important;
}

.type-report-library-description {
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.type-report-library-description:hover {
    background-color: #FFFFFF;
    transform: scale(1.05);
}

.section-title.p-3.rounded-3.d-flex.justify-content-lg-start.justify-content-center.align-items-center.col-12 {
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin-top: 0 !important; 
    border-radius: 12px; 
    background: white !important; 
    box-shadow: none;
}

.section-title.p-3.rounded-3.d-flex.justify-content-lg-start.justify-content-center.align-items-center.col-12:hover {
    background-color: #FFFFFF;
    transform: scale(1.05);
}

.text-report-improvement {
    text-transform: capitalize !important;
}

@media (min-width: 992px) {
    #card-report-type {
        max-width: 290px;
    }
}

@media (max-width: 992px) {
    #bg-container{
        height: 110px;
    }

    .definition-channel {
        margin-top: -100px;
    }
}

@media (max-width: 970px) {
    #bg-container{
        height: 113px;
    }

    .definition-channel {
        margin-top: -100px;
    }
}

@media (max-width: 882px) {
    #bg-container{
        height: 130px;
    }

    .definition-channel {
        margin-top: -120px;
    }
}

@media (max-width: 767px) {
    #bg-container{
        height: 132px;
    }

    .definition-channel-title{
        font-size: 16px;
    }

    .definition-channel {
        margin-top: -120px;
    }
}

@media (max-width: 576px) {
    #bg-container{
        height: 120px;
    }
    .definition-channel {
        margin-top: -105px;
    }

    .definition-channel-title,
    .definition-channel-subtitle,
    .type-report-description {
        font-size: 14px !important;
    }

    .type-report-title {
        font-size: 16px;
    }

    .type-report-container {
        text-align: center !important;
    }
}

@media (max-width: 460px) {
    #bg-container{
        height: 140px;
    }
    .definition-channel {
        margin-top: -127px;
    }
}

@media (max-width: 1200px) {

    .type-report-description {
        font-size: 16px;
    }

    .type-report-library-title {
        font-size: 20px;
    }

    .document-library-title {
        font-size: 24px;
    }

    .type-report-library-description {
        padding: 16px 24px;
        margin: 8px 16px 8px 0;
    }
}

@media (max-width: 575px) {
    .section-title.p-3.rounded-3.d-flex.justify-content-lg-start.justify-content-center.align-items-center.col-12{
        gap: 15px !important;
    }
}

#header-client-logo{
    display:  block !important;
}

#definition-channel {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

@media (min-width: 1200px) {
    #definition-channel {
        padding-left: 45px !important;
        padding-right: 55px !important;
    }
}