@charset "utf-8";

/* +++++++++++++++++++++++++
HOSPIZ LANDING - ASSETS CSS
+++++++++++++++++++++++++ */


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

/*
@audit variabili
*/
:root {
    /* colori */
    --maincolor: #81413c;
    --maincolor2: #552824;
    --sfondo: #F0EBE7;
    --grigio: #8E8780;
    --maxwidth: 1600px;
    --radius: 0;
}

.divider {
    border-bottom: 1px solid var(--bordo);
}

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

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

/* font */
@font-face {
    font-family: 'font_regular';
    src: url('fonts/Futura-Book.otf');
    font-weight: normal;
    font-style: normal;
}

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

@font-face {
    font-family: 'font_medium';
    src: url('fonts/Futura-Book.otf');
    font-weight: normal;
    font-style: normal;
}

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


@font-face {
    font-family: 'font_bold';
    src: url('fonts/Futura-Book.otf');
    font-weight: normal;
    font-style: normal;
}

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


/* 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;
}



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.2vw, 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;
}

html {
    background-color: var(--sfondo);
    scroll-behavior: smooth;
    box-sizing: border-box;
    color: white;
    margin: 0;
    padding: 0;
    overflow-x: clip;
}

* {
    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: var(--sfondo);
    font-size: clamp(17px, 1rem, 18px);
    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: 90px;
}

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;
}

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

h3 {
    margin-bottom: clamp(15px, 1.5vw, 20px);
}

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

.uppercase {
    text-transform: uppercase;
}


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


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

.divider {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    height: 1px;
}

.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;
}

.titolo1 {
    font-size: clamp(35px, 5.5vw, 90px);
    font-family: 'font_regular';
    line-height: 105%;
}

.titolo2 {
    font-size: clamp(30px, 4.2vw, 60px);
    font-family: 'font_regular';
    line-height: 130%;
}

.titolo2_5 {
    font-size: clamp(25px, 3.5vw, 40px);
    font-family: 'font_regular';
    line-height: 130%;
}

.titolo3 {
    font-size: clamp(20px, 2.8vw, 30px);
    font-family: 'font_regular';
    line-height: 130%;
}

.titolo4 {
    font-size: clamp(18px, 2.2vw, 25px);
    font-family: 'font_regular';
    line-height: 130%;
}

.titolo5 {
    font-size: clamp(18px, 1.8vw, 20px);
    font-family: 'font_regular';
    line-height: 130%;
}




p {
    margin: 0;
    line-height: 150%;
    font-family: 'font_regular';
    font-size: clamp(16px, 1.9vw, 22px);
    margin-bottom: clamp(15px, 3vw, 45px);
}

.paragrafo_big p {
    font-size: clamp(18px, 2.2vw, 25px);
    line-height: 150%;
}

.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, 1vw, 12px);
}

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

p a {
    text-decoration: underline;
}

.testo_dark {
    color: black;
}


.label {
    color: var(--maincolor);
    text-align: center;
    margin-bottom: clamp(30px, 2.5vw, 50px);
    text-transform: uppercase;
    font-size: clamp(22px, 2.7vw, 29px);
}



/* @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:990px) {

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

@media(max-width:600px) {

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

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

.container-news {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
}

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

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

.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.25vw, 25px);
}

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

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

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

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

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

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

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

.pb--super {
    padding-bottom: clamp(50px, 12vw, 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;
    }

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

/* 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 */

button.btn {
    -webkit-appearance: none;
}

.btn {
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    color: white;
    background-color: var(--maincolor);
    padding: clamp(16px, 1.2vw, 18px) clamp(25px, 2vw, 32px);
    text-align: center;
    line-height: 100%;
    text-transform: uppercase;
}

.btn img {
    height: 18px;
    width: auto;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.btn:hover {}

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

.btn.btn--outline {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px black;
    color: black;
}

.btn.btn--outline:hover {
    background-color: black;
    color: white;
}

.btn:hover {
    background-color: var(--maincolor2);
    color: white;
}


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

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

.btn:hover {
    cursor: pointer;
}


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

/* icone */

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