@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&family=Fira+Sans:wght@200;300;400;500;600;700&display=swap");

body {
    font-family: "Montserrat", sans-serif;
    line-height: 28px;
}

h1 {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0;
}

p {
    margin-bottom: 0px !important;
}

a {
    color: var(--text_color);
    text-decoration: none !important;
}

.arrow_left,
.arrow_right {
    border-radius: 0px;
}

.site-btn {
    border-radius: 30px;
}

.slider_homepage img,
.slider img {
    width: 100%;
    height: 700px;
    object-position: center;
    margin: 0 auto;
}

.social:not(nav .social) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: var(--text_color);
    fill: var(--main_color);
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px;
}

.social svg {
    width: 50px;
    height: 50px;
}

.social.custom .img-banner {
    width: initial !important;
    height: 50px !important;
    object-fit: contain !important;
    margin-bottom: 0px !important;
}

.images img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-position: center;
    margin-bottom: 20px;
}

.card_page {
    padding: 20px;
}

.card_page a {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    display: block;
}

.card_page div {
    width: 100%;
    text-align: center;
    background-color: var(--main_color);
    color: var(--main_text_color);
    padding: 10px 0px;
    opacity: 0.9;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
}

.card_page img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.custom-icon {
    font-size: 60px;
}

@media (max-width: 900px) {
    .custom-icon {
        font-size: 20px;
    }
}
