@charset "UTF-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');


/* INIZIO SLIDER IMG FISSA */
.titolo-slider-uno {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    font-family: "Kanit", sans-serif;
    line-height: 70px;
}

/* Media query per schermi piccoli, fino a 576px di larghezza (es. smartphone) */
@media (max-width: 576px) {
    .titolo-slider-uno {
        font-size: 23px;
        line-height: 40px;
    }
}

/* Media query per schermi medi, da 577px a 768px (es. piccoli tablet) */
@media (min-width: 577px) and (max-width: 768px) {
    .titolo-slider-uno {
        font-size: 34px;
        line-height: 40px;
    }
}

/* Media query per schermi medi-grandi, da 769px a 992px (es. tablet) */
@media (min-width: 769px) and (max-width: 992px) {
    .titolo-slider-uno {
        font-size: 40px;
        line-height: 46px;
    }
}

/* Media query per schermi grandi, da 993px a 1200px (es. piccoli laptop) */
@media (min-width: 993px) and (max-width: 1200px) {
    .titolo-slider-uno {
        font-size: 48px;
        line-height: 55px;
    }
}




.titolo-slider-due {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    font-family: "Kanit", sans-serif;
    line-height: 70px;
}

.testo-slider-uno {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: "Kanit", sans-serif;
    line-height: 20px;
}


.titolo-evidenziato {
    background: rgba(254, 227, 50, 0.8);
    background: rgb(254, 227, 50, );
    padding: 1px 5px 0px 5px;
}

.testo-evidenziato {
    background: rgba(29, 62, 103, 0.7);
    background: rgb(29, 62, 103, );
    padding: 1px 5px 0px 5px;
}

/* FINE SLIDER IMG FISSA */






/* ---------------------------------------------- */

/* INIZIO SLIDER IMG MOVIMENTO */

.zoom-effect {
    overflow: hidden;
    /* Nasconde i bordi dell'immagine fuori dal contenitore */
}

.zoom-effect img {
    width: 110%;
    /* L'immagine è più larga del contenitore */
    animation: zoomMoveRight 25s ease-in-out infinite;
}

@keyframes zoomMoveRight {
    0% {
        transform: scale(1) translateX(0);
    }

    50% {
        transform: scale(1.1) translateX(5%);
    }

    100% {
        transform: scale(1) translateX(0);
    }
}


/* Stile per desktop (larghezza > 992px) */
.slider-titolo-uno {
    font-size: 75px;
    color: #fff;
    text-align: center;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 75px;
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
}

.slider-titolo-due {
    font-size: 25px;
    color: #fff;
    text-align: center;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 28px;
    position: absolute;
    top: 350px;
    left: 50%;
    transform: translateX(-50%);
}

.slider-btn-uno {
    background-color: #1a6db3;
    border-radius: 8px;
    color: #fff;
    padding: 12px 30px;
    text-align: center;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    position: absolute;
    top: 450px;
    left: 50%;
    transform: translateX(-50%);
}

.slider-btn-uno:hover {
    background-color: #fff;
    border-radius: 10px;
    color: #1a6db3;
    border: 1px solid #1a6db3;
}

/* Media query per tablet (larghezza tra 768px e 1366) */
@media (max-width: 1368px) {
    .slider-titolo-uno {
        font-size: 55px;
        top: 120px;
        line-height: 55px;
        font-family: "Anton", sans-serif;
        font-weight: 400;
        font-style: normal;
        width: 100%;
    }

    .slider-titolo-due {
        font-size: 25px;
        top: 260px;
        line-height: 25px;
        font-family: "Anton", sans-serif;
        font-weight: 400;
        font-style: normal;
        width: 100%;
    }

    .slider-btn-uno {
        font-size: 18px;
        padding: 8px 14px;
        top: 330px;
    }
}

/* Media query per tablet (larghezza 820px) */
@media (max-width: 912px) {
    .slider-titolo-uno {
        font-size: 38px;
        top: 90px;
        line-height: 38px;
        font-family: "Anton", sans-serif;
        font-weight: 400;
        font-style: normal;
        width: 100%;
    }

    .slider-titolo-due {
        font-size: 18px;
        top: 180px;
        line-height: 20px;
        font-family: "Anton", sans-serif;
        font-weight: 400;
        font-style: normal;
        width: 100%;
    }

    .slider-btn-uno {
        font-size: 14px;
        padding: 6px 12px;
        top: 220px;
    }
}

/* Media query per smartphone verticale (larghezza < 768px) */
@media (max-width: 767px) and (orientation: portrait) {
    .slider-titolo-uno {
        font-size: 20px;
        top: 40px;
        line-height: 20px;
        font-family: "Anton", sans-serif;
        font-weight: 400;
        font-style: normal;
        width: 100%;
    }

    .slider-titolo-due {
        font-size: 13px;
        top: 90px;
        line-height: 18px;
        font-family: "Anton", sans-serif;
        font-weight: 400;
        font-style: normal;
        width: 100%;
    }

    .slider-btn-uno {
        font-size: 9px;
        padding: 3px 5px;
        top: 130px;
    }
}


/* Media query per smartphone orizzontale (larghezza < 768px) */
@media (max-width: 1024px) and (orientation: landscape) {
    .slider-titolo-uno {
        font-size: 35px;
        top: 120px;
        line-height: 25px;
        font-family: "Anton", sans-serif;
        font-weight: 400;
        font-style: normal;
        width: 100%;
    }

    .slider-titolo-due {
        font-size: 18px;
        top: 170px;
        line-height: 20px;
        font-family: "Anton", sans-serif;
        font-weight: 400;
        font-style: normal;
        width: 100%;
    }

    .slider-btn-uno {
        font-size: 15px;
        padding: 6px 12px;
        top: 200px;
    }
}




/* FINE SLIDER IMG MOVIMENTO */

/* ---------------------------------------------- */





.btn-uno {
    background-color: #1a6db3;
    border: 1px solid #1a6db3;
    color: #fff;
    font-weight: 700;
    font-family: "Kanit", sans-serif;
	padding: 10px;
	border-radius: 6px;
	letter-spacing: 1px;
}

.btn-uno:hover {
    background-color: #1d3e67;
    border: 1px solid #1d3e67;
}



.btn-due {
    background-color: #1a6db3;
    border: 1px solid #1a6db3;
    color: #fff;
    font-weight: 300;
	font-size: 18px;
    font-family: 'Muli', sans-serif;
	padding: 10px;
	border-radius: 6px;
}

.btn-due:hover {
    background-color: transparent;
    border: 1px solid #1a6db3;
	color: #1a6db3;
	font-weight: 500;
}



.btn-tre {
    background-color: #1a6db3;
    border: 1px solid #1a6db3;
    color: #fff;
    font-weight: normal;
	border-radius: 6px;
	font-size: 13px;
	padding: 10px;
}

.btn-tre:hover {
    background-color: transparent;
    border: 1px solid #1a6db3;
	color: #1a6db3;
}



.home-comunicati-stampa-padding {
    padding: 80px 50px 80px 50px !important;
}


.titolo-breadcrumb-evidenziato {
    background: rgba(254, 227, 50, 0.8);
    background: rgb(254, 227, 50, );
    padding: 10px 25px 10px 25px;
    display: inline-block;
    /* Aggiungi questa regola */
}


.titolo-articolo {
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    margin: 20px 0 20px 0;
}


.link-testo a {
    color: #1a6db3;
    text-decoration: none;
    font-weight: 500;
}

.link-testo a:hover {
    color: #1d3e67;
}

.testo-articolo-giustificato {
    text-align: justify;
}


.titolo-categoria-due {
    margin: 15px 0 5px 0 !important;
    line-height: 26px !important;
}


.spazio-colonna-categoria-quattro {
    padding: 5px !important;
}

.img-categoria-quattro {
    padding: 15px 25px 15px 25px;
}

.testo-categoria-quattro {
    padding: 15px;
}


.data-articoli-home {
	font-size: 13px;
  line-height: 13px;
  font-style: italic;
	color: #999;
}

.spazio-descrizione-categoria {
	padding: 90px 90px 0px 90px;
}

.spazio-home-descrizione-banner {
	padding: 30px 90px 90px 90px;
}








/* ---------------------------------------------- */

/* INIZIO FORM */


.select-form select {
  width: 100%;
  padding: 13px 15px 14px;
  border: 1px solid #9a9a9a;
  border-radius: 0px;
  font-size: 14px;
	font-weight: 400;
  background-color: white;
	height: 54px;
	color: rgba(0,0,0,.60);
}


.data-form input[type="date"] {
  width: 100%;
  padding: 13px 15px 14px;
  border: 1px solid #9a9a9a;
  border-radius: 0px;
  font-size: 14px;
  background-color: white;
  appearance: none; /* Nasconde lo stile di default in alcuni browser */
	height: 54px;
}


.spazio-row-form-mt-8 {
	margin-top: 8px;
}

.spazio-row-form-mt-25 {
	margin-top: 25px;
}



.btn-form-cf {
	font-size: 13px;
	padding: 14px 28px;
	background-color: #212121;
	border: 1px solid #212121;
	color: #fff;
	width: 100%;
	text-align: center;
}


.btn-form-cf:hover {
	background-color: transparent;
	color: #212121;
}


.btn-form-cf-white {
	font-size: 13px;
	padding: 14px 28px;
	background-color: #fff;
	border: 1px solid #212121;
	color: #212121;
	width: 100%;
	text-align: center;
}


.btn-form-cf-white:hover {
	background-color: #212121;
	color: #fff;
}


.spazio-righe-form {
	margin-top: 20px;
}


.icon-cancella-allegato {
	font-size: 30px;
	color: #212121;
	position: absolute;
	bottom: 0;
}

/* FINE FORM */

/* ---------------------------------------------- */







