@import url('styles.css');

/* -------------------------
    RIGHT IMAGE CONTENT SECTION (right-image-content)
------------------------- */
.right-image-content {
    background-color: var(--green-aso);
    padding-top: 5%;
    display: flex;
    flex-direction: row;
}

body.high-contrast .right-image-content,
body.white-text-mode .right-image-content {
    background-color: #000 !important;
}

.right-image-content .content {
    padding: 8%;
    padding-top: 5%;
    color: var(--white);
    width: 45%;
}

body.high-contrast .right-image-content .content,
body.white-text-mode .right-image-content .content {
    color: #FFF !important;
}

.right-image-content .content h4 {
    color: var(--light-green-aso);
    letter-spacing: 1rem;
}

body.high-contrast .right-image-content .content h4,
body.white-text-mode .right-image-content .content h4 {
    color: #BDF24B !important;
}

.right-image-content .content h2 {
    padding: 10% 0%;
}

.right-image-content img {
    position: static;
    margin-left: auto;
    margin-top: auto;
    width: 55%;
    margin-bottom: -5%;
}

/* -------------------------
    LEFT IMAGE CONTENT SECTION (left-image-content)
------------------------- */
.left-image-content {
    display: flex;
    background-color: #fff4ef;
    flex-direction: row;
    align-items: center;
    position: relative;
    z-index: -1;
}

body.high-contrast .left-image-content,
body.white-text-mode .left-image-content {
    background-color: #333 !important;
}

.left-image-content img {
    width: 45%;
    height: 45%;
}

.left-image-content .content {
    display: flex;
    flex-direction: column;
    padding: 18% 10%;
}

.left-image-content .content img {
    width: 25%;
}

.left-image-content .content h3 {
    color: var(--dark-oranje-aso);
}

body.high-contrast .left-image-content .content h3,
body.white-text-mode .left-image-content .content h3 {
    color: #FFB793 !important;
}

.left-image-content .content h5 {
    color: var(--green-aso);
}

body.high-contrast .left-image-content .content h5,
body.white-text-mode .left-image-content .content h5 {
    color: #BDF24B !important;
}

/* -------------------------
    FISCAL BENEFITS SECTION (fiscal-benefits)
------------------------- */
.fiscal-benefits {
    display: flex;
    flex-direction: row;
    position: relative;
    overflow: hidden;
    background-color: var(--very-light-orange-aso);
    z-index: 1;
}

body.high-contrast .fiscal-benefits,
body.white-text-mode .fiscal-benefits {
    background-color: #000 !important;
}

.fiscal-benefits .content {
    display: flex;
    flex-direction: column;
    color: var(--green-aso);
    text-align: left;
    width: 50%;
    padding: 15% 8%;
}

body.high-contrast .fiscal-benefits .content,
body.white-text-mode .fiscal-benefits .content {
    color: #FFF !important;
}

.fiscal-benefits .content img {
    width: 25%;
    padding: 0%;
    align-self: flex-start;
}

.fiscal-benefits .content h3 {
    color: var(--white);
    padding: 5% 0%;
}

body.high-contrast .fiscal-benefits .content h3,
body.white-text-mode .fiscal-benefits .content h3 {
    color: #FFB793 !important;
}

.fiscal-benefits .draw {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--white);
    position: absolute;

    /* Position the circles relative to the section */
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    justify-content: center;
    width: 50%;
    pointer-events: none;
}

body.high-contrast .fiscal-benefits .draw,
body.white-text-mode .fiscal-benefits .draw {
    color: #FFF !important;
}

.fiscal-benefits .draw canvas {
    position: absolute;
}

.fiscal-benefits .draw #fiscal-benefits-center-circle {
    width: 17rem;
    height: 17rem;
    top: 20%;
    left: 65%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/* -------------------------
    GLOBALLY POSITIONED BOTTOM CUT CIRCLE AN IMG
------------------------- */
.page-wrapper {
    position: relative;
}


#fiscal-benefits-bottom-cut-circle {
    position: absolute;
    width: 40rem;
    height: 40rem;
    top: 20%;
    left: auto;
    right: 0%;
    z-index: 1;
}

img[alt="Una mano mirando papeles en una carpeta de archivos"],
img[alt="A hand looking at papers in a file folder"] {
    position: absolute;
    top: 2%;
    right: 0%;
    width: 40%;
    height: 45%;
    padding: 8% 0%;
    z-index: 2;
    align-self: center;
}

/* -------------------------
    WANT TO COLABORATE SECTION (want-to-colaborate)
------------------------- */
.want-to-colaborate {
    padding: 8% 25%;
    text-align: center;
    align-items: center;
}

.want-to-colaborate h5 {
    color: var(--dark-oranje-aso);
}

body.high-contrast .want-to-colaborate h5,
body.white-text-mode .want-to-colaborate h5 {
    color: #FFB793 !important;
}

.want-to-colaborate button {
    margin-top: 3rem;
    background-color: var(--dark-oranje-aso);
}

body.high-contrast .want-to-colaborate button,
body.white-text-mode .want-to-colaborate button {
    background-color: #BDF24B !important;
    color: #000 !important;
    border: 1px solid #BDF24B !important;
}

/* -------------------------
    SPONSORSHIP MAPPING SECTION (sponsorship-mapping)
------------------------- */
.sponsorship-mapping {
    background-color: var(--oranje-aso);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10% 0;
    padding-bottom: 5%;
}

body.high-contrast .sponsorship-mapping,
body.white-text-mode .sponsorship-mapping {
    background-color: #000 !important;
}

.sponsorship-mapping h4 {
    line-height: 1.5;
    padding: 0 25%;
    text-align: center;
    color: var(--white);
    margin-bottom: 5%;
}

body.high-contrast .sponsorship-mapping h4,
body.white-text-mode .sponsorship-mapping h4 {
    color: #FFF !important;
}

.sponsorship-mapping .solutions {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 2rem;
    width: 80%;
    max-width: 1200px;
}

.sponsorship-mapping .solutions .item {
    flex: 1;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 2.5rem;
    padding: 2.5rem;
    width: 50%;
    display: flex;
    text-align: center;
    flex-direction: column;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

body.high-contrast .sponsorship-mapping .solutions .item,
body.white-text-mode .sponsorship-mapping .solutions .item {
    background-color: #333 !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5) !important;
    border: 1px solid #BDF24B !important;
}

.sponsorship-mapping .solutions .item:first-child {
    padding: 0;
    overflow: hidden;
}


.sponsorship-mapping .solutions .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 0;
    border-radius: 2.5rem;
}

.sponsorship-mapping .solutions .item h5 {
    color: var(--green-aso);
    margin-top: 5%;
    font-weight: 700;
    margin-bottom: 1rem;
}

body.high-contrast .sponsorship-mapping .solutions .item h5,
body.white-text-mode .sponsorship-mapping .solutions .item h5 {
    color: #BDF24B !important;
}

.sponsorship-mapping .solutions .item .paragraph-normal {
    color: var(--green-aso);
    padding: 0% 12%;
    padding-top: 5%;
}

body.high-contrast .sponsorship-mapping .solutions .item .paragraph-normal,
body.white-text-mode .sponsorship-mapping .solutions .item .paragraph-normal {
    color: #FFF !important;
}

/* -------------------------
    SPONSORSHIP MODALITY SOLUTION SECTION (sponsorship-modality)
------------------------- */
.sponsorship-modality {
    background-color: var(--very-light-orange-aso);
    flex-direction: column;
    align-items: center;
}

body.high-contrast .sponsorship-modality,
body.white-text-mode .sponsorship-modality {
    background-color: #000 !important;
}

.sponsorship-modality h3 {
    padding: 0% 20%;
    padding-top: 8%;
    text-align: center;
    color: var(--dark-oranje-aso);
}

body.high-contrast .sponsorship-modality h3,
body.white-text-mode .sponsorship-modality h3 {
    color: #FFB793 !important;
}

.sponsorship-modality .solutions {
    padding-top: 5%;
    padding-bottom: 15%;
    display: flex;
    flex-direction: row;
}

.sponsorship-modality .solutions .item {
    width: 33%;
    border: 1px solid var(--green-aso);
    padding: 0;
    padding-bottom: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

body.high-contrast .sponsorship-modality .solutions .item,
body.white-text-mode .sponsorship-modality .solutions .item {
    border: 1px solid #BDF24B !important;
}

.sponsorship-modality .solutions .item:first-child {
    border-left: none;
}

.sponsorship-modality .solutions .item:last-child {
    border-right: none;
}

.sponsorship-modality .solutions .item h5 {
    padding: 5% 0%;
    font-weight: 700;
    color: var(--green-aso);
}

body.high-contrast .sponsorship-modality .solutions .item h5,
body.white-text-mode .sponsorship-modality .solutions .item h5 {
    color: #BDF24B !important;
}

/* -------------------------
    SPONSORSHIP BENEFITS SECTION (sponsorship-benefits)
------------------------- */
.sponsorship-benefits {
    display: flex;
    flex-direction: row;
    margin-bottom: -5%;
}

.sponsorship-benefits .content {
    position: static;
    margin-top: 5%;
    margin-left: 10%;
    width: 60%;
    margin-bottom: 10%;
}

.sponsorship-benefits h3 {
    color: var(--dark-oranje-aso);
    letter-spacing: normal;
}

body.high-contrast .sponsorship-benefits h3,
body.white-text-mode .sponsorship-benefits h3 {
    color: #FFB793 !important;
}

.sponsorship-benefits .feature-item p {
    padding-top: 2%;
    color: var(--green-aso);
    font-size: 1.375rem;
}

body.high-contrast .sponsorship-benefits .feature-item p,
body.white-text-mode .sponsorship-benefits .feature-item p {
    color: #FFF !important;
}

.sponsorship-benefits .images {
    margin-top: 5%;
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.sponsorship-benefits .images .up {
    position: relative;
    width: 35%;
    top: 5%;
    right: 10%;
}

.sponsorship-benefits .images .down {
    position: relative;
    width: 75%;
    top: auto;
    bottom: -5%;
    right: 15%;
}

/* -------------------------
    SPONSORSHIP FORM SECTION (sponsorship-form)
------------------------- */
.sponsorship-form {
    background-color: var(--green-aso);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5% 3%;
    padding-top: 10%;
    text-align: center;
}

body.high-contrast .sponsorship-form,
body.white-text-mode .sponsorship-form {
    background-color: #000 !important;
}

.sponsorship-form h1 {
    color: var(--light-green-aso);
    margin-bottom: 3%;
    font-weight: bold;
}

body.high-contrast .sponsorship-form h1,
body.white-text-mode .sponsorship-form h1 {
    color: #BDF24B !important;
}

.sponsorship-form h5 {
    color: var(--white);
    margin-bottom: 3%;
    padding: 0% 20%;
    line-height: 1.6;
}

body.high-contrast .sponsorship-form h5,
body.white-text-mode .sponsorship-form h5 {
    color: #FFF !important;
}

.contact-form-container {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 20px;
}

.form-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}

.form-row input {
    flex: 1;
    height: 50px;
    padding: 0 15px;
    border: none;
    border-radius: 15px;
    background-color: white;
    color: #333;
    font-size: 1rem;
    outline: none;
}

body.high-contrast .form-row input,
body.white-text-mode .form-row input {
    background-color: #555 !important;
    color: #FFF !important;
    border: 1px solid #BDF24B !important;
}

.form-row input::placeholder {
    color: #888;
    font-weight: normal;
}

body.high-contrast .form-row input::placeholder,
body.white-text-mode .form-row input::placeholder {
    color: #CCC !important;
}

.privacy-consent {
    display: flex;
    align-self: flex-start;
    gap: 10px;
    margin-top: 3%;
    color: #D3D3D3;
    font-size: 0.95em;
}

body.high-contrast .privacy-consent,
body.white-text-mode .privacy-consent {
    color: #FFF !important;
}

.privacy-consent input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: #008080;
    cursor: pointer;
}

body.high-contrast .privacy-consent input[type="checkbox"],
body.white-text-mode .privacy-consent input[type="checkbox"] {
    accent-color: #BDF24B !important;
}

.g-recaptcha {
    margin: 4% 0%;
    border-radius: 15px;
    overflow: hidden;
    transform: scale(1.5);
}

.contact-form button {
    background-color: var(--dark-oranje-aso);
    color: #2F4F4F;
}

body.high-contrast .contact-form button,
body.white-text-mode .contact-form button {
    background-color: #BDF24B !important;
    color: #000 !important;
    border: 1px solid #BDF24B !important;
}

.sponsorship-form .down-h5 {
    padding: 0% 25%;
    padding-top: 5%;
    color: var(--light-green-aso);
}

body.high-contrast .sponsorship-form .down-h5,
body.white-text-mode .sponsorship-form .down-h5 {
    color: #BDF24B !important;
}

/* Mediums devices (desktops, 768px and down) */
@media (max-width: 768px) {

    /* -------------------------
        SPONSORSHIP MAPPING SECTION (sponsorship-mapping)
    ------------------------- */
    .sponsorship-mapping .solutions {
        flex-direction: column;
        width: 90%;
        align-items: center;
    }

    .sponsorship-mapping .solutions .item {
        margin-bottom: 2rem;
        padding: 2rem;
        width: 80%;
    }

    .sponsorship-mapping .solutions .item:first-child {
        padding: 0;
    }

    .sponsorship-mapping h4 {
        padding: 0 0%;
        margin-bottom: 2rem;
    }

    .sponsorship-mapping .solutions .item .paragraph-normal {
        padding: 0% 0%;
    }

    /* -------------------------
        SPONSORSHIP BENEFITS SECTION (sponsorship-benefits)
    ------------------------- */
    .sponsorship-benefits {
        flex-direction: column;
        align-items: center;
        padding: 1rem;
        margin-bottom: 5%;
    }

    .sponsorship-benefits .content {
        width: 100%;
        text-align: center;
        margin-left: 0%;
    }

    .sponsorship-benefits .images {
        width: 100%;
        flex-direction: row;
        align-self: center;
        align-items: center;
        margin-top: 2rem;
    }

    .sponsorship-benefits .images .up,
    .sponsorship-benefits .images .down {
        width: 50%;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        padding: 1rem;
    }

    /* -------------------------
        SPONSORSHIP FORM SECTION (sponsorship-form)
    ------------------------- */
    .sponsorship-form h1 {
        font-size: 2.2rem;
    }

    .sponsorship-form h5 {
        font-size: 1rem;
    }

    .form-row {
        flex-direction: column;
        gap: 15px;
    }

    .form-row input {
        font-size: 1.4rem;
    }

    .contact-form-container {
        padding: 0;
    }

    .contact-form button {
        font-size: 1rem;
        padding: 12px 30px;
    }

    .sponsorship-form .contact-form-container h5 {
        font-size: 1.2rem;
    }

    .g-recaptcha {
        transform: scale(1);
    }
}


/* Mediums devices (desktops, 1080px and down) */
@media (max-width: 1080px) {

    /* -------------------------
        HELP US SECTION (right-image-content)
    ------------------------- */
    .right-image-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .right-image-content .content {
        width: 100%;
    }

    .right-image-content .content h4 {
        letter-spacing: 0.4rem;
    }

    .right-image-content img {
        margin-right: auto;
        width: 70%;
        margin-top: 5%;
        margin-bottom: 10%;
    }

    /* -------------------------
        LEFT IMAGE CONTENT SECTION (left-image-content)
    ------------------------- */
    .left-image-content {
        flex-direction: column;
    }

    .left-image-content img {
        padding-top: 10%;
        width: 70%;
        margin-bottom: 0%;
    }

    .left-image-content .content {
        padding: auto 10%;
        padding-top: 5%;
        align-items: center;
        text-align: center;
    }

    .left-image-content .content img {
        width: 40%;
    }

    /* -------------------------
        FISCAL BENEFITS SECTION (fiscal-benefits)
    ------------------------- */
    .fiscal-benefits {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .fiscal-benefits .content {
        width: 90%;
        padding: 10% 5%;
        text-align: center;
    }

    .fiscal-benefits .content img {
        align-self: center;
        width: 35%;
    }

    img[alt="Una mano mirando papeles en una carpeta de archivos"],
    .page-wrapper canvas {
        visibility: hidden;
    }

    /* -------------------------
        WANT TO COLABORATE SECTION (want-to-colaborate)
    ------------------------- */
    .want-to-colaborate {
        padding: 10%;
    }

    .want-to-colaborate button {
        align-self: center;
    }

    /* -------------------------
        SPONSORSHIP MODALITY SOLUTION SECTION (sponsorship-modality)
    ------------------------- */
    .sponsorship-modality .solutions {
        padding-top: 5%;
        display: flex;
        flex-direction: column;
    }

    .sponsorship-modality .solutions .item {
        width: 100%;
        border-left: none;
        border-right: none;
    }

}


/* Large devices (desktops, 1200px and up) */
@media (min-width: 1200px) {
    #fiscal-benefits-bottom-cut-circle {
        top: 23%;
    }
}

/* Very large devices (desktops, 1600px and up) */
@media (min-width: 1600px) {
    #fiscal-benefits-bottom-cut-circle {
        top: 25%;
    }
}