
html {
    font-family: "Schibsted Grotesk", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

:root {
    --Marrone: #563420;
    --Beige: #FEEAD3;
    --Azzurro: #2EAFCD;
    --Beige-alt: #efd8bcba;
    --Beige-secondary: #998164;

    --textareaHeight : 80px;
    --placeholderFontSize : 25px;
}


::placeholder {
    color: var(--Beige-secondary);
    opacity: 1;
    font-size: 22px;
}


body {
    margin: 0;
    padding: 0;
    color: #333;
    line-height: 1.4;

    -webkit-font-smoothing: antialiased;
    font-family: "Schibsted Grotesk", serif;
    overflow-x: hidden;
}

main {

}

::selection {
    background-color: var(--Azzurro);
}


textarea {
    resize: none;
    font-family: "Schibsted Grotesk";
    display: block;
    height: var(--textareaHeight);
    padding-bottom: 15px!important;
    -webkit-border-radius: 0;
}

textarea::placeholder {
    font-size: var(--placeholderFontSize);
    line-height: calc((var(--textareaHeight) * 2) - var(--placeholderFontSize));
}
input {
    -webkit-border-radius: 0;
    font-family: "Schibsted Grotesk";
}


/* NAV */

nav.main {
    margin: 4% 4vw 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    background: var(--Beige, #EED7BC);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25);
    position: fixed;
    width: 92vw;

    z-index: 10;
}

nav.main #nav-title {
    height: 35px;
    display: flex;
    padding: 10px 30px;
}

nav.main #nav-title img {
    width: 250px;
}

nav.main ul {
    gap: 30px;
    display: flex;
    list-style: none;
    padding: 0px 30px;
}

nav.main ul a {
    color: var(--Marrone, #422918);
    font-size: 14px;
    font-weight: 800;
    line-height: 18px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    text-decoration: none;
    transition: .25s;

}


nav.main ul a:hover {
    /*border-bottom: 2px solid var(--Marrone, #422918);*/
    color: var(--Azzurro, #2EAFCD);
    transition: .25s;
}

nav.main ul a.active {
    color: var(--Azzurro, #2EAFCD);
    transition: .25s;
}

nav.main ul a.active:hover {
    border-bottom: 2px solid var(--Azzurro, #2EAFCD);
    transition: .25s;
}

nav.main-mobile {
    display: none;
}



table {
    width: 100%;
    font-size: 25px;
}

.mexpand {
    display: none;
}

/*
input:focus-visible,
textarea:focus-visible {
    outline: none;
    border-bottom: 3px solid var(--Marrone) !important;
    margin-bottom: 6px !important;
}
 */


input:focus-visible,
textarea:focus-visible {
    outline: none;
}

select {
    background: transparent;
    border: none;
    border-bottom: 2px solid var(--Marrone);
    width: 80vw;
    font-size: 16px;
    padding: 8px 0px;
    margin-top: 30px;
    margin-bottom: 7px;
    color: #333333;
    font-family: Arial !important;
}

.sections {
    height: 100vh;
    scroll-snap-type: y mandatory;
    /*overflow-y: scroll;*/
}


section {
    /*position: sticky;*/
    /*scroll-snap-align: start;*/
    top: 0;
    margin-top: -20px;
}


/* HOME BLOCKS */

section.head {
    height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 1;
    background: #4f3018;
}

section.head video {
    position: absolute;
    top: 0;
    height: 140vh;
}

section.head h1 {
    color: var(--Beige, #EED7BC);
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    line-height: 96px;
    letter-spacing: -1.92px;
    text-transform: uppercase;
    margin-bottom: 15vh;
    margin-top: 25vh;
    z-index: 10;
}

section.head p {
    color: var(--Beige, #EED7BC);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 18px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    margin-top: 10vh;
    z-index: 10;
}

section.head span {
    border-radius: 32px;
    border: 2px solid var(--Beige, #EED7BC);
    display: inline-flex;
    padding: 10px 2px;
    align-items: center;
    gap: 10px;
    margin-top: 5vh;
    z-index: 10;
}






section#noi {
    border-radius: 10px 10px 0px 0px;
    background: var(--Marrone, #422918);
    box-shadow: 0px -4px 6px 0px rgba(0, 0, 0, 0.25);

    display: flex;
    padding: 160px 4vw 80px 4vw;
    flex-direction: column;
    align-items: flex-start;
    gap: 80px;
    align-self: stretch;

    position: relative;
    /*top: 100vh;*/
    z-index: 2;
}

section#noi > div:first-of-type{
    display: flex;
    padding: 0px 80px 160px 80px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
}

section#noi > div:first-of-type h2 {
    color: var(--Beige, #EED7BC);
    text-align: center;

    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: 90px; /* 93.75% */
    letter-spacing: -1.92px;
    margin-bottom: 0;
}


section#noi > div:first-of-type p {
    color: var(--Beige, #EED7BC);
    text-align: center;


    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 18px; /* 128.571% */
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

section#noi > div:nth-of-type(2) {
    display: flex;
    padding-bottom: 40px;
    flex-direction: column;
    align-items: center;
}

section#noi > div:nth-of-type(2) article {
    display: flex;
    padding: 10px 40px 60px 0px;
    flex-direction: row;
    gap: 10px;
    align-self: stretch;
    justify-content: space-between;
    border-top: 1px solid var(--Beige, #EED7BC);
    transition: color 0.15s;
}

section#noi > div:nth-of-type(2) article:hover  p{
    color: var(--Beige, #EED7BC);
}

section#noi > div:nth-of-type(2) article h3,
section#noi > div:nth-of-type(2) article p {
    color: var(--Beige, #EED7BC);
    font-family: "Literata";
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 42px;
    max-width: 50%;
    margin: 0;
}

section#noi > div:nth-of-type(2) article p {
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    color: var(--Beige-alt);
    max-height: 90px;
}

section#noi > div:nth-of-type(2) article p.expanded {
    max-height: 600px;
    padding-bottom: 5px;
    color: var(--Beige, #EED7BC);
}

section#noi > div:nth-of-type(2) article {
    cursor: pointer;
}

section#noi > div:nth-of-type(2) article h3 span {
    cursor: pointer;
}

section#noi > div:nth-of-type(2) article h3 img {
    width: 20px;
    cursor: pointer;
    vertical-align: middle;
    padding-bottom: 4px;
}


section#noi > div:nth-of-type(2) article p span {
    color: var(--Beige, #EED7BC);
    font-family: "Schibsted Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 18px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

section#noi > div:nth-of-type(3) {
    border-radius: 10px;
    background: var(--Azzurro, #2EAFCD);
    display: flex;
    padding: 40px;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    justify-content: center;
    flex-direction: column;
}

section#noi > div:nth-of-type(3) h3{
    color: var(--Beige, #EED7BC);
    text-align: center;

    font-family: "Literata";
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 42px; /* 116.667% */

    max-width: 40%;

    margin: 0;
}

section#noi > div:nth-of-type(3) a{
    color: var(--Beige, #EED7BC);
    padding: 10px 15px;
    font-family: "Schibsted Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 18px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    border-radius: 10px;
    border: 2px solid var(--Beige);
    text-decoration: none;
    transition: .25s;
}




section#valori {
    border-radius: 10px 10px 0px 0px;
    background: var(--Beige, #EED7BC);
    box-shadow: 0px -4px 6px 0px rgba(0, 0, 0, 0.25);
    padding: 160px 4vw 80px 4vw;
    position: relative;
    /*top: 250vh;*/
    z-index: 3;

    display: flex;
    gap: 120px;
    flex-direction: column;
}

section#valori > div:first-of-type {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

section#valori > div:first-of-type h3 {
    color: var(--Marrone, #422918);

    font-family: "Schibsted Grotesk";
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    line-height: 96px; /* 100% */
    letter-spacing: -1.92px;
    text-transform: uppercase;

    margin: 0;
}

section#valori > div:first-of-type p {
    margin: 0;

    color: var(--Marrone, #422918);

    font-family: "Schibsted Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 18px; /* 128.571% */
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

section#valori > div:first-of-type > p {
    max-width: 25%;
}

section#valori > div:nth-of-type(2) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4vw 8vh;
}

section#valori > div:nth-of-type(2) article {
    display: flex;
    gap: 4vw;
    justify-content: space-between;
}

section#valori > div:nth-of-type(2) article img {
    border-radius: 10px;
    width: 300px;
    max-height: 250px;
    object-fit: cover;
}

section#valori > div:nth-of-type(2) h4 {
    color: var(--Marrone, #422918);
    font-family: "Literata";
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 42px; /* 116.667% */
    margin: 0;
    border-bottom: 2px solid var(--Marrone);
    max-width: 40vw;
    padding-bottom: 10px;
}


section#valori > div:nth-of-type(2) div {
    display: flex;
    flex-direction: column;
    max-width: 65%;
}

section#valori > div:nth-of-type(2) p a {
    border-radius: 10px;
    border: 2px solid var(--Beige, #EED7BC);
    background: var(--Marrone, #422918);
    color: var(--Beige, #EED7BC);
    font-family: "Schibsted Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 18px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 15px;
    margin-top: 60px;
    display: block;
    text-align: center;
    width: 170px;;
}

section#valori > div:nth-of-type(2) div img:first-of-type {
    max-width: 25vw;
    height: 40vh;
}

section#valori > div:nth-of-type(2) div img:last-of-type {
    max-width: 15vw;
    height: 40vh;
}

section#valori > div:nth-of-type(3) {
    border-radius: 10px;
    background: var(--Azzurro, #2EAFCD);
    display: flex;
    padding: 40px;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    justify-content: center;
    flex-direction: column;
}

section#valori > div:nth-of-type(3) h3 {
    color: var(--Beige, #EED7BC);
    text-align: center;

    font-family: "Literata";
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 42px; /* 116.667% */

    max-width: 60%;

    margin: 0;
}

section#valori > div:nth-of-type(3) div {
    display: flex;
    gap: 30px;
}

section#valori > div:nth-of-type(3) a {
    color: var(--Beige, #EED7BC);
    padding: 10px 15px;
    font-family: "Schibsted Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 18px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    border-radius: 10px;
    border: 2px solid var(--Beige);
    text-decoration: none;
    transition: .25s;
}








section#numeri {
    border-radius: 10px 10px 0px 0px;
    background: var(--Marrone, #422918);
    box-shadow: 0px -4px 6px 0px rgba(0, 0, 0, 0.25);

    display: flex;
    padding: 160px 4vw 80px 4vw;
    flex-direction: column;
    align-items: flex-start;
    gap: 80px;
    align-self: stretch;

    position: relative;
    /*top: 300vh;*/
    z-index: 3;
}

section#numeri > div:first-of-type{
    display: flex;
    padding: 0px 80px 160px 80px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
}

section#numeri > div:first-of-type h2 {
    color: var(--Beige, #EED7BC);
    text-align: center;

    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: 90px; /* 93.75% */
    letter-spacing: -1.92px;
    margin-bottom: 0;
}


section#numeri > div:first-of-type p {
    color: var(--Beige, #EED7BC);
    text-align: center;


    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 18px; /* 128.571% */
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

section#numeri > div:nth-of-type(2) {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 10px;
    background: var(--Azzurro, #2EAFCD);
    width: 82vw;
    justify-content: space-around;
    text-align: center;
    padding: 10px 5vw;
    color: var(--Beige);
}

section#numeri > div:nth-of-type(2) h4 {
    color: var(--Beige, #EED7BC);
    text-align: center;
    font-family: "Schibsted Grotesk";
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 90px;
    letter-spacing: -1.6px;
    margin: 0;
}

section#numeri > div:nth-of-type(2) p {
    color: var(--Beige, #EED7BC);
    font-family: "Schibsted Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 18px;
    letter-spacing: 0.7px;
    margin-top: 0;
    text-transform: uppercase;
}

section#numeri > img {
    width: 100%;
    border-radius: 10px;
}





section#sedi {
    border-radius: 10px 10px 0px 0px;
    background: var(--Marrone, #422918);
    box-shadow: 0px -4px 6px 0px rgba(0, 0, 0, 0.25);

    padding: 160px 4vw 80px 4vw;

    /*position: relative*/
    /*top: 450vh;*/
    z-index: 3;

    display: flex;
    gap: 120px;
    flex-direction: column;
}

section#sedi > div:first-of-type {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

section#sedi > div:first-of-type h3 {
    color: var(--Beige, #EED7BC);

    font-family: "Schibsted Grotesk";
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    line-height: 96px; /* 100% */
    letter-spacing: -1.92px;
    text-transform: uppercase;

    margin: 0;
}

section#sedi > div:first-of-type p {
    margin: 0;

    color: var(--Beige, #EED7BC);

    font-family: "Schibsted Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 18px; /* 128.571% */
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

section#sedi > div:first-of-type > p {
    max-width: 25%;
}

section#sedi > div:nth-of-type(2) {
    display: flex;
    padding-bottom: 40px;
    flex-direction: column;
}

section#sedi > div:nth-of-type(2) > p {
    text-align: left;
    color: var(--Beige);
    font-family: "Schibsted Grotesk";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

section#sedi > div:nth-of-type(2) article {
    display: flex;
    padding: 10px 40px 60px 0px;
    flex-direction: row;
    gap: 10px;
    align-self: stretch;
    justify-content: space-between;
    border-top: 1px solid var(--Beige, #EED7BC);
}

section#sedi > div:nth-of-type(2) article p {
    color: var(--Beige, #EED7BC);
    font-family: "Literata";
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 42px;
    max-width: 50%;
    margin: 0;
}

section#sedi > div:nth-of-type(2) article p:first-of-type {
    width: 15vw;
}
section#sedi > div:nth-of-type(2) article p:nth-of-type(2) {
    width: 35vw;
}

section#sedi > div:nth-of-type(2) article p:nth-of-type(3) {
    width: 30vw;
}

section#sedi > div:nth-of-type(2) article p span {
    color: var(--Beige, #EED7BC);
    font-family: "Schibsted Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 18px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

section#sedi > div:nth-of-type(2) article a {
    color: var(--Beige, #EED7BC);
    font-family: "Schibsted Grotesk";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    transition: .25s;
    display: flex;
}

section#sedi > div:nth-of-type(2) article a img{
    width: 20px;
    padding: 10px;
}

section#sedi > div:nth-of-type(2) article a:hover{
    background: var(--Azzurro, #2EAFCD);
}

section#sedi > div:nth-of-type(3) {
    border-radius: 10px;
    background: var(--Azzurro, #2EAFCD);
    display: flex;
    padding: 40px;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    justify-content: center;
    flex-direction: column;
}

section#sedi > div:nth-of-type(3) h3 {
    color: var(--Beige, #EED7BC);
    text-align: center;

    font-family: "Literata";
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 42px; /* 116.667% */

    max-width: 60%;

    margin: 0;
}

section#sedi > div:nth-of-type(3) div {
    display: flex;
    gap: 30px;
}

section#sedi > div:nth-of-type(3) a {
    color: var(--Beige, #EED7BC);
    padding: 10px 15px;
    font-family: "Schibsted Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 18px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    border-radius: 10px;
    border: 2px solid var(--Beige);
    text-decoration: none;
    transition: .25s;
}






section#contatti {
    border-radius: 10px 10px 0px 0px;
    background: var(--Beige, #EED7BC);
    box-shadow: 0px -4px 6px 0px rgba(0, 0, 0, 0.25);

    padding: 160px 4vw 80px 4vw;

    /*position: relative*/
    /*top: 520vh;*/
    z-index: 3;

    display: flex;
    gap: 120px;
    flex-direction: column;
}

section#contatti > div:first-of-type {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

section#contatti > div:first-of-type h3 {
    color: var(--Marrone, #422918);

    font-family: "Schibsted Grotesk";
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    line-height: 96px; /* 100% */
    letter-spacing: -1.92px;
    text-transform: uppercase;

    margin: 0;
}

section#contatti > div:first-of-type p {
    margin: 0;

    color: var(--Marrone, #422918);

    font-family: "Schibsted Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 18px; /* 128.571% */
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

section#contatti > div:first-of-type > p {
    max-width: 25%;
}

section#contatti > div:nth-of-type(2) {
    display: flex;
    justify-content: center;
    align-items: center;
}

section#contatti > div:nth-of-type(2) h4 {
    color: var(--Beige, #EED7BC);
    font-family: "Schibsted Grotesk";
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    line-height: 96px;
    letter-spacing: -1.92px;
    text-transform: uppercase;
    margin: 0;
}


section#contatti > div:nth-of-type(2) {
    display: flex;
    gap: 40px;
    flex-direction: column;
    align-items: center;
}

section#contatti > div:nth-of-type(2) > div {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

section#contatti > div:nth-of-type(2) > div p {
    color: var(--Marrone, #422A19);
    /* L_H2 */
    font-family: "Literata";
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 42px; /* 116.667% */
    margin: 0;
}

section#contatti > div:nth-of-type(2) > div > div {
    gap: 20px;
    display: flex;
}


section#contatti > div:nth-of-type(2) > div button {
    background: var(--Marrone, #422A19);
    border: none;
    padding: 20px;
    color: var(--Beige, #EED7BC);
    text-align: center;
    font-family: "Schibsted Grotesk";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 10px;
    cursor: pointer;
}

section#contatti > div:nth-of-type(2) > div button:first-of-type:before {
    content: 'Sono un\' ';
}

section#contatti > div:nth-of-type(2) > div button:nth-of-type(2):before {
    content: 'Sono un ';
}

section#contatti > div:nth-of-type(2) > div button.form-active {
    background-color: var(--Azzurro);
    border: none;
    padding: 20px;
    color: var(--Beige, #EED7BC);
    text-align: center;
    font-family: "Schibsted Grotesk";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 10px;
    transition: .25s;
}

section#contatti > div:nth-of-type(2) > div button.form-active:hover {
    background-color: #2691aa;
}

section#contatti > div:nth-of-type(2) > div button:hover {
    background-color: #26180f;
}




section#contatti > div:nth-of-type(2) form:nth-of-type(1) {
    display: flex;
    flex-direction: column;
}

section#contatti > div:nth-of-type(2) form:nth-of-type(2) {
    display: none;
    flex-direction: column;
}

section#contatti > div:nth-of-type(2) form input,
section#contatti > div:nth-of-type(2) form textarea {
    background: transparent;
    border: none;
    border-bottom: 2px solid var(--Marrone);
    width: 80vw;
    font-size: 30px;
    padding: 8px 0px;
    margin-top: 20px;
    margin-bottom: 25px;
}

section#contatti > div:nth-of-type(2) form label {
    max-width: 200px;
}

.mid-row {
    display: flex;
    justify-content: space-between;
}

.mid-row div {
    display: flex;
    flex-direction: column;
    width: 38vw !important;
}

.mid-row div input {
    width: 100% !important;
}

section#contatti > div:nth-of-type(2) form .check {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section#contatti > div:nth-of-type(2) form .check div:first-of-type {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

section#contatti > div:nth-of-type(2) form .check label {
    max-width: 500px;
}

section#contatti > div:nth-of-type(2) form input[type="checkbox"] {

    font: inherit;
    color: currentColor;
    width: 20px;
    height: 20px;
    border: 0.15em solid var(--Marrone);
    border-radius: 21px;
    background: var(--Beige);
    margin: 5px 11px 5px 0px;
}

section#contatti > div:nth-of-type(2) form input[type="checkbox"]::before {
    content: "";
    width: 20px;
    height: 20px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--Marrone);
}

section#contatti > div:nth-of-type(2) form input[type="checkbox"]:checked::before {
    transform: scale(1);
}


section#contatti > div:nth-of-type(2) form button {
    background: var(--Marrone);
    border: 2px solid var(--Beige);
    color: var(--Beige);
    padding: 10px 15px;
    border-radius: 10px;
    font-family: "Schibsted Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 18px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 15px;
}

section#contatti > div:nth-of-type(2) form button:hover {
    background-color: #26180f;
}

.captcha div {
    display: flex;
    vertical-align: bottom;
    align-items: center;
    margin-top: 0px;
}

.captcha div img {
    border-bottom: 2px solid var(--Marrone);
    padding-bottom: 0px;
}


.captcha div input {
    width: 100% !important;
    padding-left: 15px !important;
    padding-bottom: 3px !important;
    margin-top: 27px !important;
}

section#contatti > div:nth-of-type(3) {
    border-radius: 10px;
    background: var(--Azzurro, #2EAFCD);
    display: flex;
    padding: 40px;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    justify-content: center;
    flex-direction: column;
}

section#contatti > div:nth-of-type(3) h3 {
    color: var(--Beige, #EED7BC);
    text-align: center;

    font-family: "Literata";
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 42px; /* 116.667% */

    max-width: 60%;

    margin: 0;
}

section#contatti > div:nth-of-type(3) div {
    display: flex;
    gap: 30px;
}

section#contatti > div:nth-of-type(3) a {
    color: var(--Beige, #EED7BC);
    padding: 10px 15px;
    font-family: "Schibsted Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 18px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    border-radius: 10px;
    border: 2px solid var(--Beige);
    text-decoration: none;
    transition: .25s;
}





/*FOOTER*/

section#footer {
    height: 95vh;
    position: relative;
    z-index: 100;
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 10px 10px 0px 0px;
    background: var(--Marrone, #422A19);
    box-shadow: 0px -4px 6px 0px rgba(0, 0, 0, 0.25);
    justify-content: space-between;
}

section#footer img.logo-footer {
    width: 100%;
}

section#footer > div {
    display: flex;
    width: 90%;
    gap: 129px;
    align-items: flex-start;
    justify-content: space-between;
}

section#footer > div > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 45px;
}

section#footer > div > div p {
    color: var(--Beige, #EED7BC);
    font-family: "Schibsted Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

section#footer > div > div .info,
section#footer > div > div ul,
section#footer > div > div ul a {
    color: var(--Beige, #EED7BC);
    font-family: "Schibsted Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 18px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    list-style: none;
    padding-left: 0;
    max-width: 20vw;
    text-decoration: none;
    width: 300px;
}

section#footer > div > div ul a {
    display: flex;
    justify-content: space-between;
}


section#footer > div > div ul li {
    border-top: 1px solid;
    padding: 5px 0 10px;
}

section#footer > div:last-of-type {
    width: 100%;
}

section#footer > div:last-of-type a {
    color: var(--Beige);
    text-decoration: none;
}

.alert {
    position: fixed;
    background: var(--Marrone);
    bottom: 20px;
    margin: 2% 4vw 0;
    color: var(--Beige);
    padding: 20px 30px;
    transition: opacity 1s ease-out;
    animation: fadeOut 10s forwards;
}

section > div:nth-of-type(3) a:hover {
    background: var(--Beige);
    color: var(--Azzurro) !important;
}

.expand-mobile {
    display: none;
}


@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        display: none; /* Rimuove il banner dopo che è completamente trasparente */
    }
}