/* Reset minimo utile */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* Roboto Light */
@font-face {
  font-family: 'Roboto Light';
  src: url('../fonts/Roboto-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Roboto Regular */
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Roboto Semibold */
@font-face {
  font-family: 'Roboto Bold';
  src: url('../fonts/Roboto-Bold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Montserrat Bold */
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Body: Roboto Regular */
body {
  font-family: 'Roboto Light', sans-serif;
  font-weight: 300;
}
/* Headlines: Montserrat Bold */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
strong {
    font-family: 'Roboto Bold', sans-serif;
    font-weight: 700;
}
section {
    padding: 50px 20px;
    position: relative;
    overflow: hidden;
}
.container {
    max-width: 1400px;
    width: 100%;
    margin: auto;
}

/*----- HERO SECTION -----*/
#hero-section {
    padding-top: 15px;
    background-image: linear-gradient(#00435C, #000000);
}
#hero-section .header-container {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
}
#hero-section .space-logo {
    max-width: 220px;
    width: 100%;
}
#hero-section .header-bunner {
    background-color: #ED7925;
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: auto;
    border-radius: 0 0 0 50px;
    padding: 50px;
}
#hero-section .header-bunner h3 {
    color: #ffffff;
    font-size: 1.8rem;
    text-align: end;
    max-width: 200px;
    width: 100%;
}
#hero-section video {
    width: 100%;
    border-radius: 0 50px 0 50px;
}
/*----- MAIN SECTION -----*/
#main-section {
    background-color: #ED7925;
    display: flex;
    flex-direction: column;
}
#main-section .main-text-container {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
    margin-bottom: 50px;
    z-index: 1;
}
#main-section .main-text-container h1 {
    color: #ffffff;
    font-size: 2.5rem;
    line-height: 1;
}
#main-section .main-text-container p {
    max-width: 700px;
    width: 100%;
    font-size: 18px;
}
#main-section .main-form-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}
#main-section .main-form-container h2 {
    color: #ffffff;
    font-size: 2rem;
    line-height: 1;
}
#main-section .main-form-text {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    z-index: 1;
}
#main-section .main-form-text p {
    max-width: 450px;
    width: 100%;
    font-size: 18px;
}
#main-section .main-form-text a {
    color: #000000;
}
.main-form-text form {
    max-width: 500px;
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.main-form-text form div {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    column-gap: 30px;
    align-items: center;
}
.main-form-text form label {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.main-form-text form input {
    max-width: 350px;
    width: 100%;
    border: none;
    padding: 6px;
    border-radius: 6px;
    background: rgb(255 255 255 / 60%);
}
.main-form-text form button {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    padding: 6px 25px;
    border: none;
    border-radius: 6px;
}
.main-logo-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.main-logo-container .logo-integraevo {
    max-width: 600px;
    width: 100%;
    z-index: 1;
}
.main-logo-container .nodo-torico {
    position: absolute;
    bottom: -70px;
    right: -70px;
    width: 100%;
    max-width: 700px;
}
/*----- STAND SECTION -----*/
#stand-section {
    padding: 0;
}
#stand-section .stand-image {
    width: 100%;
}
#stand-section .stand-logo-container {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgb(0 21 30 / 80%);
    padding: 50px 0 50px 50px;
    border-radius: 50px 0 0 0;
}
#stand-section .stand-logo-container .space-logo {
    max-width: 250px;
    width: 100%;
    padding-right: 50px;
    margin-bottom: 50px;
}
#stand-section .stand-logo-container p {
    color: #ffffff;
    font-size: 2.5rem;
    font-family: 'Roboto Bold', sans-serif;
    text-align: end;
    border-bottom: 1px solid #ffffff;
    padding: 10px 50px 10px 0;
}
#stand-section .stand-logo-container p:last-child {
    border-bottom: 0;
}
/*----- MAP SECTION -----*/
#map-section {
    padding: 50px 0 0;
    display: flex;
    gap: 50px;
}
.map-logo-container {
    width: 50%;
    background-color: #ED7925;
    padding: 50px;
    border-radius: 0 50px 0 0;
    border: 1px solid #707070;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.map-logo-container .fiera-logo {
    max-width: 320px;
    width: 100%;
    margin-bottom: 50px;
}
.map-logo-container h2 {
    font-family: 'Roboto Bold';
    font-size: 2.5rem;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 20px;
    text-align: end;
}
.map-logo-container h3 {
    color: #ffffff;
    font-size: 2.5rem;
    text-align: end;
}
#map-section .map-image {
    width: 100%;
}
/*----- FOOTER SECTION -----*/
.footer-section {
    background-color: #000000;
    color: #ffffff;
}
.footer-section .container {
    display: flex;
    gap: 100px;
}
.footer-section .space-logo {
    width: 220px;
    margin-bottom: 100px;
}
.footer-logo-container p {
    font-size: 14px;
}
.footer-address-container {
    padding-top: 25px;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.footer-address-container a {
    color: #ffffff;
}
.footer-icons-container {
    width: 100%;
    display: flex;
    align-items: flex-end;
    gap: 20px;
    justify-content: flex-end;
}
.footer-icons-container img {
    width: 50px;
    height: 50px;
}
@media (max-width: 767px) {
    #hero-section .space-logo {
        max-width: 120px;
    }
    #hero-section .header-bunner {
        padding: 20px;
        width: 50%;
    }
    #hero-section .header-bunner h3 {
        font-size: 1.5rem;
    }
    #main-section .main-form-container {
        grid-template-columns: 1fr;
    }
    .main-form-text form div {
        display: block;
    }
    .main-form-text form input {
        max-width: 100%;
    }
    .main-form-text form button {
        width: 100%;
        margin-top: 20px;
    }
    .main-logo-container .nodo-torico {
        max-width: 450px;
    }
    #stand-section .stand-logo-container {
        position: static;
    }
    #stand-section .stand-logo-container p {
        text-align: left;
    }
    #map-section {
        flex-direction: column;
        gap: 0;
    }
    .map-logo-container {
        order: 1;
        width: 100%;
    }
    .footer-section .container {
        flex-direction: column;
        gap: 30px;
    }
    .footer-section .space-logo {
        width: 120px;
        margin-bottom: 20px;
    }
    .footer-icons-container {
        justify-content: flex-start;
    }
}