@import url("https://fonts.googleapis.com/css2?family=Economica&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");

body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}

h1 {
    color: var(--main_color) !important;
    font-family: "Economica";
    font-size: 67px;
    text-align: center;
    font-weight: 200;
    margin-bottom: 10px;
}

main {
    min-height: 75vh;
}

a {
    color: var(--main_color);
    text-decoration: none;
}

p {
    margin: 0;
}

.slider_homepage {
    margin-top: -110px;
}

.slider_homepage img {
    width: 100%;
    height: 740px;
    object-position: center;
}

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


.social {
    display: flex;
    align-items: center;
    padding: 7px 20px;
    border-radius: 30px;
    color: white;
    text-transform: uppercase;
    font-family: "Economica";
    font-size: 18px;
    gap: 5px;
    flex-direction: row-reverse;
}

.social span {
    margin-bottom: 0px !important;
}

.social.call {
    background-color: #43b51e;
}

.social.mail {
    background-color: #bf7640;
}

.social.location {
    background-color: #77bbd1;
}

.social.facebook {
    background-color: #475a93;
}

.social.instagram {
    background-color: #ac51b5;
}

.social.linkedin {
    background-color: #0a63bd;
}

.social.telegram {
    background-color: #00aeed;
}

.social.signal {
    background-color: #3a76f0;
}

.social svg {
    width: 20px;
    max-height: 20px;
    fill: #fff;
}

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

.social.custom {
    background-color: var(--main_color);
}

.social.custom {
    color: var(--main_text_color)
}

.h1-background {
    background-color: var(--main_color);
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.border-bottom-h1 {
    border-bottom: 2px dotted #fff;
    margin: 0 auto;
}

.h1-background h1 {
    font-family: "Economica";
    font-size: 69px;
    text-align: center;
    font-weight: 200;
    color: var(--main_text_color) !important;
}

.images_home {
    width: 100%;
    height: 550px;
    padding: 0px;
    text-align: center;
}

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

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

.bg-full h1,
.bg-full h2,
.bg-full h3,
.bg-full h4,
.bg-full h5,
.bg-full h6{
    font-family: "Economica";
    font-size: 30px;
    color: #fff !important;
}

.bg-full p,
.bg-full label,
.bg-full span {
    color: #fff !important;
}

form button {
    background-color: #1a171c !important;
    color: #fff;
    font-family: "Economica";
    font-size: 32px !important;
    border: none;
    border-radius: 3px;
    padding: 0 40px !important;
    cursor: pointer;
}

.banner_chiusura {
    margin-top: -30px;
}

@media only screen and (max-width: 900px) {
    .banner_chiusura {
        margin-top: 0px;
    }

    .h1-background h1 {
        font-size: 30px;
        font-weight: 200;
        margin-bottom: 8px;
        margin-top: 5px;
    }

    .slider_homepage {
        margin-top: 0px;
    }

    .images_home {
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
    }

    .social {
        padding: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .social img {
        width: 15px;
        height: 15px;
    }

    .social .custom-icon {
        font-size: 15px;
    }

    form .form-group > div:first-child {
        display: flex;
    }

    h1 {
        color: var(--main_color);
        font-family: "Economica";
        font-size: 40px;
        text-align: center;
        font-weight: 200;
        margin-bottom: 10px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px !important;
    }
}
