#mainImage {
    position: relative;
}

#contentMainImage {
    position: absolute;
    top: 45%;
    color: white;
    font-size: 1.8vw;
}

#contentMainImage hr {
    margin: 0.25rem 0 0.5rem 0;
    border: 1px solid #FFC114;
    opacity: 1;
}

#paragraphMainImage {
    font-size: 0.9vw;
    line-height: 1.3;
}

#buttonMainImage {
    display: flex;
    color: #F9A825;
    padding: 2px 5px 2px 5px;
    border: 1px solid #FFC114;
    border-radius: 25px;
    background: transparent;
    align-items: center;
}

#buttonMainImage a {
    text-decoration: none;
    color: #F9A825;
}

#imgMainImage {
    margin: 2px;
    padding: 1px;
    width: 15px;
}

#ourContacts {
    color: #044998;
}

#ourContacts hr {
    border: 2px solid gray;
    margin: 40px 25px 20px 25px;
}

#titleOurContacts {
    font-size: 1.2vw;
}

.titleArea {
    font-size: 1vw;
}

.numbersColor {
    color: #707070;
}

.coordTitle {
    color: #FDA92A;
}

.coordEmail {
    color: #707070;
    font-size: 0.7vw;
}

.max-width-row {
    max-width: 800px;
}

#location {
    background-color: #EBEBEB;
    margin-top: -6px;
}

#firstPartLocationContent {
    color: #044998;
}

#firstPartLocationContent .title, #secondTextFromFirstPartLocationContent .title {
    font-size: 20px;
}

#firstPartLocationContent .locationIcon {
    margin-top: -15px;
    width: 20px;
}

#secondTextFromFirstPartLocationContent {
    color: #4D6A79;
}

#secondTextFromFirstPartLocationContent {
    font-size: 12px;
}

#secondTextFromFirstPartLocationContent img {
    width: 35px;
}

#secondPartLocationContent {
    color: #707070;
}

#secondPartLocationContent button > a {
    text-decoration: none;
    color: #FDA623;
}

#secondPartLocationContent .observationText {
    color: #EB0000;
    font-size: 12px;
}

#secondPartLocationContent .subText {
    font-size: 15px;
}

#secondPartLocationContent button {
    padding: 4px 10px 4px 10px;
    background-color: transparent;
    color: #fda623;
    border: solid 1px rgba(43, 43, 43, 0.56);
    border-radius: 25px;
    font-size: 14px;
}

/* INICIO MEDIA QUERIES */
@media screen and (max-width: 767px) {
    #contentMainImage {
        left: 6vw;
        top: 6vw;
        font-size: 7.5vw;
    }

    #contentMainImage hr {
        margin: 0.75rem 0 0.75rem 0;
        border: 1px solid #FFC114;
    }

    #mainImageTitle {
        line-height: 9vw;
    }

    #paragraphMainImage {
        font-size: 3.5vw;
        line-height: 1.5;
    }

    #ourContacts {
        margin-top: -200px;
    }

    #ourContacts hr {
        margin: 25px 0 5px 25px;
    }

    #titleOurContacts {
        font-size: 5vw;
    }

    .titleArea {
        font-size: 4vw;
    }

    .coordEmail {
        font-size: 3.75vw;
    }

    .accordion {
        --bs-accordion-active-bg: #00467f;
        --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(0, 70, 127, 0.25);
    }

    .accordion-item {
        border: transparent;
        color: #044998;
    }

    .accordion-header {
        border-bottom: 1px solid #707070;
    }

    .accordion-button:not(.collapsed) {
        color: #fff;
    }

    .accordion-button {
        color: #707070;
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23FFFFFF' d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z'/%3e%3c/svg%3e");
        width: 30px; /* Largura do ícone */
        height: 30px; /* Altura do ícone */
        background-size: 30px 30px; /* Define o tamanho do background */
    }

    .accordion-button::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23707070' d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM232 344V280H168c-13.3 0-24-10.7-24-24s10.7-24 24-24h64V168c0-13.3 10.7-24 24-24s24 10.7 24 24v64h64c13.3 0 24 10.7 24 24s-10.7 24-24 24H280v64c0 13.3-10.7 24-24 24s-24-10.7-24-24z'/%3e%3c/svg%3e");
        width: 30px; /* Largura do ícone */
        height: 30px; /* Altura do ícone */
        background-size: 30px 30px; /* Define o tamanho do background */
    }
}

@media only screen and (min-width: 1100px) and (max-width: 1440px) {
    .coordEmail {
        font-size: 0.9vw;
    }
}