@charset "utf-8";

/* +++++++++++++++++++++++++
COMPTON LANDING   - ASSETS CSS
+++++++++++++++++++++++++ */


/* ====== variabili ====== */

/*
@audit variabili
*/
:root {
    /* colori */
    --arancio: #ED6D05;
    --grigio: #F4F4F4;
    --grigio2: #e9e9e9;
    --nero: black;
    --bianco: white;
    --maxwidth: 1600px;
    --radius: 7px;
}

.divider {
    border-bottom: 1px solid #dddddd;
}

/* ======== FONT ========= */

/* font */
@font-face {
    font-family: 'font_medium';
    src: url('fonts/Geist-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

.font_regular {
    font-family: 'font_regular';
}

@font-face {
    font-family: 'font_regular';
    src: url('fonts/Geist-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

.font_medium {
    font-family: 'font_medium';
}


@font-face {
    font-family: 'font_bold';
    src: url('fonts/Geist-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

.font_bold {
    font-family: 'font_bold';
}



.titolo1 {
    font-size: clamp(32px, 4rem, 60px);
    line-height: 100%;
}

h1,
.titolo2 {
    font-size: clamp(24px, 2.5rem, 32px);
    line-height: 110%;
}

h2,
.titolo3 {
    font-size: clamp(20px, 1.6rem, 20px);
    line-height: 110%;
}

.titolo4 {
    font-size: clamp(19px, 1.3rem, 18px);
    line-height: 110%;
}

.introduzione h1 {
    font-family: 'font_bold';
    text-transform: uppercase;
    color: var(--arancio);
}


/* font */

.font_bold,
.font_bold p,
.font_bold li {
    font-family: 'font_bold' !important;
}

.font_regular,
.font_regular p,
.font_regular li {
    font-family: 'font_regular' !important;
}


html {
    background-color: white;
    scroll-behavior: smooth;
    box-sizing: border-box;
    color: white;
    font-size: 1vw;
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

@media screen and (max-width:990px) {

    html,
    body {
        overflow-x: clip;
    }
}

button {
    all: unset;
    display: inline-block;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    text-align: inherit;
    text-decoration: none;
    line-height: normal;
    cursor: pointer;
    /* Accessibilità */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
}

.skip_to_content {
    position: fixed;
    padding: 15px 30px;
    border-radius: 15px;
    background-color: rgb(255, 247, 204);
    font-size: clamp(19px, 1.2rem, 21px);
    color: black;
    position: fixed;
    z-index: 900000000000000000000;
    top: 0;
    left: 20px;
    opacity: 0;
    transform: translateY(-100%);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.skip_to_content:focus {
    top: 20px;
    opacity: 1;
    transform: translateY(0);
}

/* impostazioni standard
@audit settings standard 
 */

* {
    box-sizing: border-box;
}

body {
    box-sizing: border-box;
    color: black;
    font-family: 'font_regular';
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    -ms-font-smoothing: antialiased !important;
    text-rendering: optimizelegibility !important;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
    background-color: white;
    font-size: clamp(15px, 1rem, 17px);
    box-sizing: border-box;
}


@media(max-width:600px) {
    body {
        font-size: 15px;
    }
}


main,
html,
body {
    padding: 0;
    margin: 0;
}



@keyframes main_container {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.show--mobile {
    display: none;
}

@media(max-width:600px) {
    .show--desktop {
        display: none;
    }

    .show--mobile {
        display: block;
    }
}

img,
picture {
    display: block;
    margin: 0;
    padding: 0;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.text-balance {
    text-wrap: balance;
}

strong {
    font-weight: normal;
}

body p bold {
    font-weight: 700;
}

p strong,
li strong,
li b,
p b {
    font-family: 'font_bold';
    font-weight: normal;
}

.mt-nav {
    height: 100px;
}

p a {
    text-decoration: underline;
}

a:hover {
    color: inherit;
}

em {
    font-style: normal;
}

.uppercase {
    text-transform: uppercase;
}

h1,
h2,
h3,
h4 {
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: 110%;
    text-wrap: balance;
    font-family: "font_bold";
}

h1,
h2 {
    margin-bottom: clamp(15px, 2rem, 30px);
}

h3 {
    margin-bottom: clamp(10px, 1.5rem, 25px);
}

.mb-small {
    margin-bottom: clamp(10px, 1.5rem, 15px);
}

.uppercase {
    text-transform: uppercase;
}


.no-mb {
    margin-bottom: 0;
}


@media(min-width:768px) {
    .no-mb-desktop {
        margin-bottom: 0;
    }
}


.no-pb {
    padding-bottom: 0 !important;
}

a {
    text-decoration: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

.text-center {
    text-align: center;
}

a:hover {
    text-decoration: inherit;
}

p {
    margin: 0;
    line-height: 150%;
    font-family: 'font_regular';
    margin-bottom: clamp(12px, 1rem, 18px);
}

.h1_paragrafo {
    margin: 0;
    line-height: 135%;
    font-family: 'font_regular';
}

li {
    list-style: disc;
    line-height: 135%;
    margin: 0;
    margin-left: 10px;
    margin-bottom: clamp(8px, 1rem, 12px);
}

ul {
    margin-left: 0;
    padding-left: 0;
}

p a {
    text-decoration: underline;
}

.testo_dark {
    color: black;
}

.darker {
    position: fixed;
    z-index: 500000;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    opacity: 0;
    visibility: hidden;
}

.darker.show {
    opacity: 1;
    visibility: visible;
}



.label {
    font-size: 15px;
    margin-bottom: clamp(20px, 2.5rem, 30px);
    text-transform: uppercase;
}

@media(max-width:600px) {
    .label {}
}

/* @audit container */
/* containers */

.container {
    max-width: var(--maxwidth);
    margin: 0 auto;
}



.container--pl {
    padding-left: clamp(20px, 2.5vw, 40px);
}

.container--pr {
    padding-right: clamp(20px, 2.5vw, 40px);
}


@media(max-width: 600px) {
    .container--pl {
        padding-left: 0;
    }

    .container--pr {
        padding-right: 0;
    }
}


.container-95 {
    width: calc(95% - clamp(40px, 5%, 80px));
    max-width: var(--maxwidth);
    margin: 0 auto;
}

.container-100 {
    width: calc(100% - clamp(50px, 10%, 150px));
    margin: 0 auto;
    max-width: var(--maxwidth);
}

.container-max_width {
    max-width: var(--maxwidth);
    margin: 0 auto;
}

.container-newsletter {
    width: calc(100% - clamp(40px, 5%, 80px));
    margin: 0 auto;
    max-width: 1200px;
}

.container-100.container-100--full {
    width: 100%;
}

.container_fade_x_white_fullwidth {
    position: relative;
}

@media(min-width: 1750px) {
    .container-100.container-100--full.container_fade_x_white_fullwidth:after {
        content: "";
        display: block;
        pointer-events: none;
        width: 50px;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        z-index: 10;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }
}


.container-article {
    max-width: 1100px;
}

article a {
    color: var(--giallo) !important;
}

.container-60 {
    width: 60%;
    margin: 0 auto;
    max-width: 1000px;
}


.container-70 {
    width: 70%;
    margin: 0 auto;
    max-width: var(--maxwidth);
}

.container-80 {
    width: 80%;
    margin: 0 auto;
    max-width: var(--maxwidth);
}

.container-90 {
    width: 90%;
    margin: 0 auto;
    max-width: var(--maxwidth);
}

@media(max-width:1250px) {
    .container-60 {
        width: 80%;
    }
}

@media(max-width:768px) {

    .container-60,
    .container-70 {
        width: 90%;
    }
}

@media(max-width:600px) {

    .container-100.container-100--mobile_full {
        width: 100%;
    }

    .container-60,
    .container-70,
    .container-100 {
        width: calc(100% - clamp(40px, 5%, 80px));
    }
}

.sfondo_colore {
    background-color: var(--arancio);
    color: white;
}

.sfondo_grigio {
    background-color: var(--grigio);
}

.colore {
    color: var(--arancio);
}

.antracite {
    color: var(--antracite);
}

@media(max-width:990px) {
    .container-news {
        width: 90%;
    }
}

@media(max-width:768px) {
    .container-news {
        width: calc(100% - clamp(30px, 5%, 80px));
    }
}

/* @audit grid */
/* grid - columns */

.y-end {
    align-self: self-end;
}

.x-end {
    justify-self: end;
}

.grid {
    display: grid;
}

.border {
    border-top: 1px solid var(--grigio);
}

.grid--2 {
    grid-template-columns: 1fr 1fr;
}

.grid--3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.grid--4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid--5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid--1-2 {
    grid-template-columns: 1fr 2fr;
}

.grid--1-1-2 {
    grid-template-columns: 1fr 1fr 2fr;
}

.grid--1-3 {
    grid-template-columns: 1fr 3fr;
}

.grid--2-1 {
    grid-template-columns: 2fr 1fr;
}

.grid--3-2 {
    grid-template-columns: 3fr 2fr;
}

.grid--3-1 {
    grid-template-columns: 3fr 1fr;
}

.grid--5-2 {
    grid-template-columns: 5fr 2fr;
}

.grid--1-2-1 {
    grid-template-columns: 1fr 2fr 1fr;
}

.grid--2-1-5 {
    grid-template-columns: 2.3fr 0.7fr 5fr;
}

.grid__col {
    position: relative;
}

.grid .align_y_center {
    align-self: center;
}

.grid .align_x_end {
    justify-self: end;
}


@media(max-width:600px) {
    .grid {
        display: block;
    }
}

/* @audit padding */

.pt--micro {
    padding-top: clamp(20px, 1.25rem, 25px);
}

.pt--small {
    padding-top: clamp(20px, 2.5rem, 50px);
}

.pb--small {
    padding-bottom: clamp(20px, 2.5rem, 50px);
}

.pt--medium {
    padding-top: clamp(50px, 5rem, 100px);
}

.pb--medium {
    padding-bottom: clamp(50px, 5rem, 100px);
}

.pt--big {
    padding-top: clamp(50px, 7.5rem, 250px);
}

.pb--big {
    padding-bottom: clamp(50px, 7.5rem, 250px);
}

.pt--super {
    padding-top: clamp(50px, 12rem, 350px);
}

.pb--super {
    padding-bottom: clamp(50px, 12rem, 350px);
}


.grid--gap {
    gap: 10%;
}

.grid--gap--super {
    gap: 15%;
}

.grid--gap-small {
    gap: 5%;
}

.grid__col {
    position: relative;
}

.grid__col p:last-child {
    margin-bottom: 0;
}


/* @audit flex */

.flex_element {
    display: flex;
    gap: 10px;
}

.flex_center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex_between {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.align_end {
    align-self: end;
}

.col_100 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.col_100--between {
    justify-content: space-between;
}

@media(min-width:768px) {

    .col_100--y_end {
        justify-content: flex-end;
    }

    .col_100--y_center {
        justify-content: center;
    }

    .col_100--x_end {
        align-items: flex-end;
    }


    .align_end_desktop {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
}

.align_start {
    align-items: flex-start;
}

section {
    position: relative;
}

@media(max-width:600px) {

    .grid {
        grid-template-columns: 1fr;
    }

    .mt-nav {
        height: 60px;
    }
}

/* pulsanti  go back */

.go_back {
    display: flex;
    font-size: 15px;
    gap: 6px;
    align-items: center;
}

.go_back img {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    height: 15px;
}

.go_back:hover img {
    transform: translateX(-7px);
}


/* pulsanti btn */

.btn {
    display: inline-flex;
    align-items: center;
    position: relative;
    gap: clamp(10px, 1.5rem, 15px);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    color: white;
    background-color: var(--arancio);
    padding: clamp(13px, 1.1rem, 15px) clamp(21px, 2rem, 30px);
    text-align: center;
    font-size: clamp(14px, 1rem, 15px);
    white-space: nowrap;
    border-radius: var(--radius);
    border: 2px solid var(--arancio);
    text-transform: uppercase;
}

.btn.btn--light {
    background-color: white;
    color: var(--arancio);
    border: 1px solid #d6d6d6;
}

.btn img {
    width: 40px;
    height: auto;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    filter: invert(1);
}

.btn:hover {
    background-color: var(--arancio);
    border-color: var(--arancio);
}

.btn.btn--light:hover {
    color: white;
}

.btn:hover img {
    transform: translateX(20%);
}

.btn.btn--outline {
    background-color: transparent;
    border: 2px solid white;
    color: white;
}

.btn.btn--outline:hover {
    background-color: transparent;
    border-color: var(--arancio);
    color: var(--arancio);
}


.btn--mt {
    margin-top: clamp(25px, 2rem, 50px);
}

.mt-auto {
    margin-top: auto;
}

.btn:hover {
    cursor: pointer;
}


@media(max-width:600px) {
    .btn {
        width: 100%;
        justify-content: space-between;
    }
}

/* icone */

img.icona,
.icona img {
    height: 28px;
    width: auto;
}