.text-font {
    line-height: 2;
    font-family: "degular";
    font-style: normal;
}

a {
    text-decoration: none;
    color: black;
}

body {
    
    font-family: "degular-display";
}

/* HEADER SECTION */
.header {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #F1F1EA;
}

.header__container {
    display: flex;
    flex-direction: column;
    padding: 0 8rem;
    width: 100%;
    max-width: 1440px;
}

.header__logo {
    margin: 2rem 0 6rem 0;
}

.header__data {
    max-width: 780px;
    width: 100%;
    margin-bottom: 70px;
}

.header__page-status {
    font-family: "degular";
    font-size: 16px;
    letter-spacing: 1.5px;
}

.header__title {
    font-family: "degular";
    font-size: 56px;
    line-height: 1.2;
    font-weight: 500;
    margin: 15px 0;
}

.header__date {
    font-family: "degular";
    font-size: 20px;
}
/* HEADER SECTION END */

.main__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

/* BODY SECTION */
.media__container {
    max-width: 1180px;
    width: 100%;
    margin: 2rem 0;
    padding: 0 8rem;
    max-width: 1440px;
}

.media__image {
    max-width: 1180px;
    width: 100%;
}

.media__small-text {
    font-family: "degular";
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 1px;
    margin-top: 20px;
    max-width: 780px;
    width: 100%;
}
/* BODY SECTION END */

/* DATA SECTION */
.data__container {
    max-width: 1050px;
    width: 100%;
    margin: 2rem 0;
    padding: 0 8rem;
    max-width: 1440px;
}

    .data__container p {
        font-family: "degular";
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: 1px;
        max-width: 780px;
    }
/* DATA SECTION END */

/* SECONDARY MEDIA SECTION */
.secondary-media__container {
    max-width: 780px;
    width: 100%;
    margin: 2rem 0;
    padding-top: 8rem;
    max-width: 1440px;
}

.secondary-media__image {
    max-width: 780px;
    width: 100%;
}
/* SECONDARY MEDIA SECTION END */

/* DATA CONTACT SECTION */
.data-contact__container {
    max-width: 780px;
    width: 100%;
    margin: 4rem 0 12rem 0;
    padding: 0;
    font-family: "degular";
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 1px;
    max-width: 1440px;
}
/* DATA CONTACT SECTION END */

/* CAROUSEL SECTION */
.carousel__container {
    max-width: 1050px;
    width: 100%;
    margin: 2rem 0;
    padding: 0;
    max-width: 1440px;
}

.carousel__swiper {
    width: 100% !important;
    margin: 0 !important;
}

.carousel__slide {
    width: 100%;
    max-width: 780px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.carousel__slide-img {
    width: 100%;
    max-width: 780px;
    height: 100%;
    max-height: 520px;
}

    .carousel__slide-img img {
        width: 100%;
        max-width: 780px;
        height: 100%;
        max-height: 520px;
    }

.carousel__slide-text {
    font-size: 14px;
    font-family: "degular";
    font-style: normal;
    padding: 1rem 0;
    line-height: 1.3;
}

.carousel__controls {
    list-style: none;
    margin-left: 0;
    margin-top: 1rem;
    display: flex;
    justify-content: flex-start;
}

.carousel__controls-btn {
    cursor: pointer;
    margin-right: 2rem;
}

.carousel__controls li.next {
    margin-left: 2rem;
}
/* CAROUSEL SECTION END */

/* CONTACT SECTION */
.contact {
    background-color: #DF3321;
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact__container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
}

    .contact__container .foundation-logo {
        padding: 0.2rem 1rem 0.2rem 0;
        margin-right: 1rem;
    }
.max-width-logo {
    max-width: 300px;
}
.contact__container-data {
    padding-left: 7rem;
    font-family: "degular";
    font-size: 21px;
    display: flex;
    align-items: center;
    color: white;
}

.contact__container-btn {
    padding-right: 6rem;
}

.contact__btn {
    background-color: #DF3321 !important;
    color: white !important;
    border: 1px solid white !important;
    border-radius: 40px !important;
    font-size: 20px !important;
    height: 50px !important;
    width: 165px !important;
    font-family: "degular" !important;
}

    .contact__btn:hover {
        background-color: white !important;
        color: #DF3321 !important;
    }
/* END CONTACT SECTION */

/* FOOTER SECTION */
.footer {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    height: auto;
    width: 100%;
    max-width: 1440px;
    padding: 0 4.5rem;
}

.footer__col {
    width: 24%;
    height: 1%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer__col-content {
    width: 70%;
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-content: space-between;
}

#footer__col-content-position {
    padding-top: 4.5rem;
}

.footer__col-content-item {
    height: 33%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 1rem;
}

.footer__col-content-email {
    cursor: pointer;
    font-size: 16px;
    font-family: "degular";
}

.footer__col-content-text {
    color: #222423;
    font-size: 16px;
    width: 100%;
    font-family: "degular";
}

.footer__col-content-title {
    color: #222423;
    font-size: 16px;
    font-weight: 600;
    padding-top: 4.5rem;
    font-family: "degular";
}

.footer__small-txt {
    font-family: "degular";
    font-weight: 400;
    display: flex;
    justify-content: flex-start;
    color: #222423;
    font-size: 16px;
}

#footer__tag {
    margin-bottom: 1rem;
}

.footer_background {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FDFDF6;
    width: 100%;
}

.content-email {
    cursor: pointer;
    font-size: 16px;
    font-family: "degular";
}

.content-link {
    text-decoration: none;
    color: black;
}

.content-link-red {
    text-decoration: none;
    color: #DF3321;
}

.content-text {
    color: #222423;
    font-size: 16px;
    font-family: "degular";
}

.content-title {
    color: #222423;
    font-size: 16px;
    font-weight: 600;
    font-family: "degular";
}
/* END FOOTER SECTION */
@media (min-width: 768px) {
    .max-width-logo {
        max-width: 350px;
    }
}
@media only screen and (min-width: 770px) and (max-width: 1200px) {
    body {
        overflow-x: hidden;
    }

    .wrapper {
        overflow: hidden;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none !important;
    }

    .contact {
        height: 242px;
        margin: 0;
    }

    /* HEADER SECTION */
    .header__container {
        display: flex;
        flex-direction: column;
        background-color: #F1F1EA;
        padding: 0 4rem;
        width: 100%;
    }

    .header__logo {
        margin: 2rem 0 6rem 0;
    }

    .header__data {
        max-width: 780px;
        width: 100%;
        margin-bottom: 70px;
    }

    .header__page-status {
        font-family: "degular";
        font-size: 12px;
        letter-spacing: 1.5px;
    }

    .header__title {
        font-family: "degular";
        font-size: 32px;
        line-height: 1.2;
        font-weight: 500;
        margin: 15px 0;
    }

    .header__date {
        font-family: "degular";
        font-size: 16px;
    }
    /* HEADER SECTION END */

    /* BODY SECTION */
    .media__container {
        max-width: 1180px;
        width: 100%;
        margin: 2rem 0;
        padding: 0 4rem;
    }

    .media__image {
        max-width: 1180px;
        width: 100%;
    }

    .media__small-text {
        font-family: "degular";
        font-size: 12px;
        line-height: 1.2;
        letter-spacing: 1px;
        margin-top: 20px;
        max-width: 780px;
        width: 100%;
    }
    /* BODY SECTION END */

    /* DATA SECTION */
    .data__container {
        max-width: 780px;
        width: 100%;
        margin: 2rem 0;
        padding: 0 4rem;
    }

        .data__container p {
            font-family: "degular";
            font-size: 16px;
            line-height: 1.2;
            letter-spacing: 1px;
        }
    /* DATA SECTION END */

    /* SECONDARY MEDIA SECTION */
    .secondary-media__container {
        max-width: 780px;
        width: 100%;
        margin: 0;
        padding: 0 4rem;
    }

    .secondary-media__image {
        max-width: 780px;
        width: 100%;
    }
    /* SECONDARY MEDIA SECTION END */

    /* DATA CONTACT SECTION */
    .data-contact__container {
        max-width: 780px;
        width: 100%;
        margin: 3rem 0 8rem 0;
        padding: 0 4rem;
        font-family: "degular";
        font-size: 14px;
        line-height: 1.2;
        letter-spacing: 1px;
    }
    /* DATA CONTACT SECTION END */

    /* CAROUSEL SECTION */
    .carousel__container {
        margin: 0;
        padding: 0 4rem;
    }

    .carousel__slide-text {
        font-size: 12px;
    }
    /* CAROUSEL SECTION END */

    .contact__container {
        width: 100%;
        height: unset;
        display: flex;
        flex-direction: column;
        align-items: unset;
    }

    .contact__container-title {
        font-size: 30px;
        font-weight: 500;
        padding: 2rem 0;
    }

    .contact__container-info {
        font-size: 18px;
        padding-bottom: 1rem;
    }

    .contact__container-email {
        color: #DF3321;
        font-size: 18px;
        padding-bottom: 1rem;
    }

    .contact__container-btn {
        flex-direction: row;
        align-content: center;
        justify-content: center;
        padding: 0;
        width: 100%;
    }

    .contact__container-data {
        padding: 0 3rem;
        margin-bottom: 3rem;
    }

    .contact__container-btn {
        display: flex;
        justify-content: center;
    }

    .footer {
        display: flex;
        height: unset;
        justify-content: unset;
        background-color: #FDFDF6;
    }

    .footer__col {
        width: auto;
        height: 25%;
    }

    .footer__col-content {
        width: 100%;
        height: 100%;
        padding-left: 0;
    }

    .footer__col-content-item {
        display: flex;
        justify-content: flex-end;
        height: auto;
        padding-bottom: 1rem;
    }

    .footer__col-content-text {
        line-height: 1.5;
        width: 100%;
    }

    .footer__row {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around;
    }

    .footer__col-content-title {
        padding-top: unset;
    }

    .footer__col-content-text {
        padding-top: unset;
    }

    #footer__div {
        margin-top: 6rem;
        padding: 0 4rem;
    }

    #footer__tag {
        margin-bottom: 1rem;
        padding: 0 4rem;
    }

    #col_2 {
        width: 100%;
    }

    #col_3 {
        width: 50%;
    }

    #col_4 {
        width: 50%;
    }

    .footer__small-txt {
        height: auto;
        font-size: 12px;
    }

    #footer__col-content-position {
        padding-left: 0;
        padding-top: 1rem;
    }

    #footer__col-tag-mobile_1 {
        width: 50%;
    }

    #footer__col-tag-mobile_2 {
        width: 50%;
    }
}

@media only screen and (min-width: 300px) and (max-width: 770px) {
    body {
        overflow-x: hidden;
    }

    .wrapper {
        overflow: hidden;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none !important;
    }

    .contact {
        height: 242px;
        margin: 0;
    }

    /* HEADER SECTION */
    .header__container {
        display: flex;
        flex-direction: column;
        background-color: #F1F1EA;
        padding: 0 20px;
        width: 100%;
    }

    .header__logo {
        margin: 2rem 0 6rem 0;
    }

    .header__data {
        max-width: 780px;
        width: 100%;
        margin-bottom: 70px;
    }

    .header__page-status {
        font-family: "degular";
        font-size: 12px;
        letter-spacing: 1.5px;
    }

    .header__title {
        font-family: "degular";
        font-size: 32px;
        line-height: 1.2;
        font-weight: 500;
        margin: 15px 0;
    }

    .header__date {
        font-family: "degular";
        font-size: 16px;
    }
    /* HEADER SECTION END */

    /* BODY SECTION */
    .media__container {
        max-width: 1180px;
        width: 100%;
        margin: 2rem 0;
        padding: 0 20px;
    }

    .media__image {
        max-width: 1180px;
        width: 100%;
    }

    .media__small-text {
        font-family: "degular";
        font-size: 12px;
        line-height: 1.2;
        letter-spacing: 1px;
        margin-top: 20px;
        max-width: 780px;
        width: 100%;
    }
    /* BODY SECTION END */

    /* DATA SECTION */
    .data__container {
        max-width: 780px;
        width: 100%;
        margin: 2rem 0;
        padding: 0 20px;
    }

        .data__container p {
            font-family: "degular";
            font-size: 16px;
            line-height: 1.2;
            letter-spacing: 1px;
        }
    /* DATA SECTION END */

    /* SECONDARY MEDIA SECTION */
    .secondary-media__container {
        max-width: 780px;
        width: 100%;
        margin: 0;
        padding: 0 20px;
    }

    .secondary-media__image {
        max-width: 780px;
        width: 100%;
    }
    /* SECONDARY MEDIA SECTION END */

    /* DATA CONTACT SECTION */
    .data-contact__container {
        max-width: 780px;
        width: 100%;
        margin: 3rem 0 8rem 0;
        padding: 0 20px;
        font-family: "degular";
        font-size: 14px;
        line-height: 1.2;
        letter-spacing: 1px;
    }
    /* DATA CONTACT SECTION END */

    /* CAROUSEL SECTION */
    .carousel__container {
        margin: 0;
        padding: 0 20px;
    }

    .carousel__slide-text {
        font-size: 12px;
    }
    /* CAROUSEL SECTION END */

    .contact__container {
        width: 100%;
        height: unset;
        display: flex;
        flex-direction: column;
        align-items: unset;
    }

    .contact__container-title {
        font-size: 30px;
        font-weight: 500;
        padding: 2rem 0;
    }

    .contact__container-info {
        font-size: 18px;
        padding-bottom: 1rem;
    }

    .contact__container-email {
        color: #DF3321;
        font-size: 18px;
        padding-bottom: 1rem;
    }

    .contact__container-btn {
        flex-direction: row;
        align-content: center;
        justify-content: center;
        padding: 0;
        width: 100%;
    }

    .contact__container-data {
        padding: 0;
        margin-bottom: 3rem;
        padding: 0 5px;
    }

    .contact__container-btn {
        display: flex;
        justify-content: center;
    }

    .footer {
        display: flex;
        height: unset;
        justify-content: unset;
        background-color: #FDFDF6;
        padding: 0;
    }

    .footer__col {
        width: auto;
        height: 25%;
    }

    .footer__col-content {
        width: 100%;
        height: 100%;
        padding-left: 20px;
    }

    .footer__col-content-item {
        display: flex;
        justify-content: flex-end;
        height: auto;
        padding-bottom: 1rem;
    }

    .footer__col-content-text {
        line-height: 1.5;
        width: 100%;
    }

    .footer__row {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around;
    }

    .footer__col-content-title {
        padding-top: unset;
    }

    .footer__col-content-text {
        padding-top: unset;
    }

    #footer__div {
        margin-top: 6rem;
    }

    #col_2 {
        width: 100%;
    }

    #col_3 {
        width: 50%;
    }

    #col_4 {
        width: 50%;
    }

    .footer__small-txt {
        height: auto;
        font-size: 12px;
    }

    #footer__col-content-position {
        padding-left: 20px;
        padding-top: 1rem;
    }

    #footer__col-tag-mobile_1 {
        width: 50%;
    }

    #footer__col-tag-mobile_2 {
        width: 50%;
    }

    @media only screen and (min-width: 300px) and (max-width: 400px) {
        .contact__container .foundation-logo {
            width: 90%;
        }
    }
}