<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin: 0;
    padding: 0;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400; /*regular*/
    color: #000;
    overflow-x: hidden !important;
}

.clear {clear: both;}

img {border: none;}

a {text-decoration: none !important;}

:focus {outline: none;}

:hover {
    -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

:focus,
:active {
    outline: none !important;
}

p,
.fondazione span,
.certif .item-certif span {
    font-size: 16px;
    color: #000;
}

.title-row span {
    text-transform: uppercase;
    font-size: 16px;
    color: #B5B5B5;
    font-weight: 500;
}

.title-row h3 {
    font-size: 25px;
    margin-bottom: 25px;
    color: #000;
}

.turistici {background-color: #d80000;}
.accoglienza {background-color: #E2C89B;}
.abitativi {background-color: #0086CE;}
.persona-lavoro {background-color: #810B49;}
.ambientali {background-color: #91B508;}
.industriali {background-color: #005FAB;}
.pulizie {background-color: #009289;}
.amministr {background-color: #E44200;}

.b-turistici {border-top: 1px solid #d80000;}
.b-accoglienza {border-top: 1px solid #E2C89B;}
.b-abitativi {border-top: 1px solid #0086CE;}
.b-persona-lavoro {border-top: 1px solid #810B49;}
.b-ambientali {border-top: 1px solid #91B508;}
.b-industriali {border-top: 1px solid #005FAB;}
.b-pulizie {border-top: 1px solid #009289;}
.b-amministr {border-top: 1px solid #E44200;}


/*BUTTONS*/
@mixin transition($in) {
	transition:$in;
	-webkit-transition:$in;
	-moz-transition:$in;
	-o-transition:$in;
	-ms-transition:$in;
}
@mixin transform($in) {
	transform:$in;
	-webkit-transform:$in;
	-moz-transform:$in;
	-o-transform:$in;
	-ms-transform:$in;
}
@mixin animation($in) {
	animation:$in;
	-webkit-animation:$in;
	-moz-animation:$in;
	-o-animation:$in;
	-ms-animation:$in;
}

.button {
    display: inline-block;
    font-size: 14px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    min-height: 38px;
    outline:none;
	padding:9px 12px;
	cursor:pointer;
	position:relative;
	transition: all 0.5s ease;
    text-transform: uppercase;
}


.button-black {
    color: #FFD400;
    background-color: #000;
    overflow:hidden;
}

.button-yellow {
    color: #000;
    border: 1px solid #000;
    background-color: #FFD400;
    overflow: hidden;
}

.button i {
    margin-left: 20px;
    font-size: 14px;
}

.button .insider {
    width:100%;
    height:20px;
    position:absolute;
    left:-135px;
    transform: rotateZ(45deg);
}
.button-big .insider {
    left: -100%;
}

.button-black .insider,
.color-yellow .insider {
    background-color: rgba(255, 212, 0,0.8) !important;
}

.button-yellow .insider {
    background-color: rgba(0, 0, 0,0.8) !important;
}

.button-black:hover {
    color:#FFD400;
}

.button-yellow:hover {
    color:#000;
}

.button:hover .insider {
    transition: all 0.5s ease;
    left:135px;
}

.link-simple {
    font-size: 14px;
    text-transform: uppercase;
}

.link-simple i {
    font-size: 14px;
    margin-left: 10px;
}

.color-black,
.color-yellow {
    max-width: 123px;
    padding-right: 0;
}

.color-black,
.color-black a:hover,
.link-simple {
    color: #000 !important;
    overflow:hidden;
}

.color-black .insider {
    background-color: rgba(0, 0, 0,0.8) !important;
}

.color-yellow,
color-yellow a:hover {
    color: #ffd400 !important;
    overflow:hidden;
}

.color-white {
    color: #fff !important;
}

/*HEADER*/
header {
    max-height: 150px;
    position: relative;
    z-index: 999;
}

.navbar ul li a {
    font-size: 15px;
    color: #707070;
}

.navbar ul li a {
    position: relative;
}

.navbar ul li a:hover:before{
    content: "";
    background: url(../images/after-menu.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    width: 11px;
    height: 11px;
    top: 35px;
    left: 43%;
    display: block;
}

.navbar .link-current::before{
    content: "";
    background: url(../images/after-menu.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    width: 11px;
    height: 11px;
    top: 35px;
    left: 43%;
    display: block;
}

.navbar ul .logo-desk a:hover:before,
.navbar ul li:nth-child(4) a:hover:before {
    display: none;
}

.navbar ul li .dropdown-menu .dropdown-item:hover {
    color: #FFD400;
    background-color: rgba(0,0,0,0.7);
}

.navbar ul li .dropdown-menu a:hover:before {
    display: none;
}

.navbar ul li a i {
    color: #000;
    font-size: 20px;
}

.navbar ul li a i:hover {
    color: #FFD400;
}

.navbar-toggler {
    font-size: 23px;
    border:0;
}

.navbar .dropdown-menu {
    border: none;
    box-shadow: rgba(112, 112, 112, 0.7) 5px 5px 10px;
    background-color: rgb(255, 255, 255);
    padding: 15px 0;
}

/*FOOTER*/
footer {
    background-color: #000;
}

footer span {
    color: #FFD400;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 40px;
    display: block;
}

footer p,
footer ul li a {
    color: #fff;
    font-size: 17px;
}

footer p {
    max-width: 355px;
}

footer a:hover {
    color: #fff;
}

footer .custom-footer span {
    font-size: 17px;
}

footer a i {
    color: #FFD400;
    font-size: 23px;
    margin-right: 20px;
}

footer ul {
    list-style-type: none;
    padding-left: 0;
}

footer ul li a:hover {
    color: #ffd400;
}

.copyright p {
    font-size: 12px;
    margin-bottom: 0;
}

footer .newsletter form input:not([type="checkbox"]) {
    border: 1px solid #C6C5C5;
    border-radius: 19px;
    color: #939393;
    font-size: 14px;
    padding-left: 15px;
    max-width: 250px;
}

footer .newsletter input[type="checkbox"] {
    margin-top: 7px;
}

footer .newsletter form label {
    font-size: 11px;
    color: #fff;
    max-width: 355px;
}

footer .newsletter form label a {
    color: #fff;
    text-decoration: underline !important;
}

footer .newsletter .button {
    max-width: 132px;
    max-height: 40px;
}

footer .newsletter .button i {
    padding-left: 15px;
    color: #000;
    margin-right: 0;
}

/******SLICK SLIDER******/
/** ULTIMI PROGETTI SLICK SLIDER + SLICK NEWS **/	
.section-progetti .slick-dots li button,
.wrap-arrows-news .slick-dots li button {
    display: block;
    width: 9px;
    height: 9px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #D6D6D6;
    text-indent: -9999px;
}

.section-progetti .slick-dots li.slick-active button,
.wrap-arrows-news .slick-dots li.slick-active button {
    background-color: #FFD400;
}

.wrap-arrows-prog .slick-prev,
.wrap-arrows-prog .slick-next,
.slick-progetto .slick-prev,
.slick-progetto .slick-next,
.wrap-arrows-news .slick-prev,
.wrap-arrows-news .slick-next {
    background: url(../images/after-menu.svg) no-repeat center;
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 999;
}

.wrap-arrows-prog .slick-prev,
.wrap-arrows-prog .slick-next,
.wrap-arrows-prog .slick-dots,
.wrap-arrows-news .slick-prev,
.wrap-arrows-news .slick-next,
.wrap-arrows-news .slick-dots{
    bottom: 0;
    top: 0;
    right: 0;
    left: auto;
    position: relative;
    transform: translateY(0);
}

.wrap-arrows-prog .slick-dots,
.wrap-arrows-news .slick-dots {
    text-align: center;
	list-style-type: none;
    width: auto;
    height: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrap-arrows-prog .slick-dots li,
.wrap-arrows-news .slick-dots li{
    height: auto;
    width: auto;
}

.wrap-arrows-prog .slick-next,
.wrap-arrows-news .slick-next {
    transform: rotate(180deg) translate(0);
}

.wrap-arrows-prog,
.wrap-arrows-news {
    height: 40px;
    width: auto;
    align-items: center;
    justify-content: space-between;
    display: inline-flex;
    margin-right: 0;
    margin-left: auto;
}

.wrap-arrows-news {margin-right: auto;}

.wrap-arrows-prog .slick-prev:before,
.wrap-arrows-prog .slick-next:before,
.slick-progetto .slick-prev:before,
.slick-progetto .slick-next:before,
.wrap-arrows-news .slick-prev:before,
.wrap-arrows-news .slick-next:before {
    content:"\f060";
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    font-size: 15px;
    color: #000;
    opacity: 1;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    line-height: 0.5;
}

/** PG PROGETTI SLICK PROGETTO **/
.slick-progetto img {
    margin-right: 0;
    margin-left: auto;
}

.slick-progetto .slick-prev {
    left: 0;
}

.slick-progetto .slick-next {
    transform: rotate(180deg);
    top: 44.1%;
    right: -49px;
}

.slick-progetto .slick-track {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

/*TESTATA*/
.testata {
    background-color: #FFD400;
    min-height: 470px;
    position:relative;
}

.testata::before {
    position: absolute;
    content:"";
    background-color: #000;
    clip-path: polygon(55% 0, 100% 0%, 100% 100%, 0% 100%);
    right: 0;
    top: 0;
    height: 100%;
    width: 330px;
    z-index: 0;
}

.testata .col-testata {
    padding-left: 60px;
}

.testata h1 {
    font-size: 25px;
    color: rgba(0,0,0,0.5);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.testata h2 {
    font-size: 30px;
    color: #000;
}

.testata .col-triangoli {
    position: relative;
}

.testata .col-triangoli img:first-child {
    width: 45px;
    height: 45px;
    margin-top: 60px;
    margin-right: 20px;
}

.testata .col-triangoli .triangolo2 {
    height: 320px;
    z-index: 1;
    margin-top: -40px;
}

.testata .col-triangoli::after {
    content: url(../images/index-triangolo-border.png);
    position: absolute;
    top: -175px;
    left: -12px;
    z-index: 0;
}

.testata .col-triangoli::before {
    content: url(../images/index-triangolo3.png);
    position: absolute;
    bottom: -80px;
    left: 120px;
}

.testata .triangolo1 {
    position: absolute;
    bottom: 0;
    left: -100px;
    width: 230px !important;
    height: 240px !important;
    z-index: 1;
}

/*ROW-CHISIAMO*/
.row-chisiamo {
    margin: 85px 0;
}

.row-chisiamo .button {
    max-width: 125px;
    margin-top: 30px;
}

.box-date {
    border-left: 1px solid #FFD400;
    position: relative;
    padding-top: 50px;
}

.box-date img {
    position: absolute;
    left: -23px;
    background-color: #fff;
    top: -15px;
    height: 50px;
}

.box-date .text-date {
    margin-left: 70px;
    position: relative;
    margin-bottom: 45px;
    padding-top: 10px;
}

.box-date .text-date:last-of-type {
    margin-bottom: 0;
}

.box-date .text-date::before {
    content: attr(data-content);
    color: #000;
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    top: 0;
    left: -110px;
    background-color: #fff;
    text-align: center;
    padding: 8px;
}

.box-date .text-date:nth-of-type(2)::before {
    /*font-size: 18px;*/
    /*left: -111px;*/
}

.box-date .text-date:last-of-type::before {
    /*font-size: 20px;*/
    /*left: -116px;*/
}

/*ROW-SERVIZI*/
.row-servizi .box-servizio {
    /*min-height: 499px;*/
}

.row-servizi .box-servizio .title-box img {
    margin-top: -20px;
}

.row-servizi .box-servizio .title-box h4 {
    font-size: 18px;
    font-weight: bold;
    margin-left: 28px;
    margin-top: -10px;
    margin-bottom: 0;
}

.row-servizi .box-servizio .title-box span {
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 28px;
    margin-top: -3px;
    display: block;
}

.row-servizi .box-servizio .cnt-p {
    padding-top: 25px;
    margin-top: 20px;
    font-size: 15px;
    width: 100%;
}

/** ULTIMI PROGETTI **/
.section-progetti {
    min-height: 450px;
    padding: 50px 0;
    background-color: #F4F4F4;
}

.progetto img,
.item-news img,
.slick-progetto img {
    border: 1px solid #C3C3C3;
}
.progetto .ratio .wrap-img img,
.item-news .ratio .wrap-img img,
.slick-progetto .ratio .wrap-img img {
    border: 0;
}

/**NEWS**/
.row-news .item-news .title-news,
.box-news-button .title-news,
.box-news .title-news {
    margin: 30px 0;
}

.row-news .item-news .title-news span:first-of-type,
.box-news-button .title-news span:first-of-type,
.box-news .title-news span:first-of-type {
    font-size: 16px;
}

.row-news .item-news .title-news span:nth-of-type(2) a,
.box-news-button .title-news span:nth-of-type(2),
.box-news .title-news span:nth-of-type(2) {
    font-size: 24px;
    color: #000;
    line-height: 25px;
}

.row-news .item-news p,
.box-news-button .title-news p,
.box-news .title-news p {
    padding-right: 30px;
}

/********PAGINA PROGETTI********/
.testata-pg {
    min-height: 224px;
    background-color: #FFD400;
    position: relative;
    margin-bottom: 50px;
}

.testata-pg::after {
    content: "";
    position: absolute;
    height: 70px;
    width: 70px;
    border-radius: 35px;
    background-color: #fff;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
}

.testata-pg h1 {
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
}

.r-progetto ul {
    margin: 50px 0;
    font-size: 14px;
    list-style: none;
    padding-left: 0;
    text-transform: uppercase;
}

.r-progetto .button {
    max-width: 235px;
    padding-right: 5px;
}

.r-progetto .button .insider {
    left:-150px;
}

.button:hover .insider {
    left:150px;
}

/************PAGINA NEWS*************/
.testata-pg .breadcrumb {
    background-color: transparent;
}

.testata-pg nav {
    display: inline-block;
}

.testata-pg .breadcrumb-item,
.testata-pg .breadcrumb-item a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.testata-pg .breadcrumb-item a:hover {
    text-decoration: underline !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

.box-news-button .bg-img {
    height:243px;
    width: 395px;
}

.data-black {
    background-color: #000;
    max-width: 166px;
    color: #ffd400;
    line-height: 22px;
}

.data-yellow {
    background-color: #FFD400;
    max-width: 166px;
    color: #000;
    line-height: 22px;
}

.data-black b,
.data-yellow b {
    font-size: 24px;
    display: block;
}

.data-black strong,
.data-yellow strong {
    font-weight: 400;
    font-size: 24px;
    display: block;
}

.data-black span,
.data-yellow span {
    font-size: 14px;
    display: block;
}

.box-news-button .title-news .button {
    max-width: 145px;
    padding-right: 5px;
    margin-top: 10px;
}

.box-news-button .title-news p,
.box-news .title-news p {
    margin-top: 20px;
    display: inline-block;
}

/***PAGINA DETTAGLIO NEWS***/
.testo-news {
    margin-bottom: 70px;
}

.testo-news h2 {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 30px;
}

.testo-news .btn-social {
    background-color: #3b5998;
    border-radius: 5px;
    padding: 3px 5px;
    float: left;
    font-size: 11px;
    margin-top: 40px;
    margin-right: 10px;
}

.testo-news .btn-social a {
    color: #fff;
}

.btn-social i {
    font-size: 14px;
    margin-right: 5px;
}

.img-news-slick .data-black,
.img-news-slick .data-yellow {
    position: absolute;
    top: 0;
    left: 15px;
    height: 115px;
    width: 98px;
    z-index: 9999;
}

/*****PAGINA CHI SIAMO*****/
.row-date-desk {
    border-top: 1px solid #FFD400;
    position: relative;
}

.row-date-desk img {
    background-color: #fff;
    position: absolute;
    width: 90px;
    height: 23px;
    top: -23px;
    left: 0;
}

.row-date-desk .testo-date {
    width: 180px;
    position: relative;
}

.row-date-desk p {
    font-size: 13px;
}

.row-date-desk .testo-date::before {
    position: absolute;
    content: attr(data-text);
    left: 50%;
    top: -61px;
    transform: translateX(-50%);
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    padding: 0 40px;
}

.row-date-desk .testo-date:nth-of-type(2)::before {
    /*font-size: 18px;*/
    /*top: -63px;*/
}

.row-date-desk .testo-date:nth-of-type(3)::before {
    /*font-size: 20px;*/
    /*top: -65px;*/
}

.row-date-desk .testo-date:nth-of-type(4)::before {
    /*font-size: 22px;*/
    /*top: -66px;*/
}

.row-date-desk .testo-date:nth-of-type(5)::before {
    /*font-size: 24px;*/
    /*top: -68px;*/
}

.row-date-desk .testo-date:last-of-type::before {
    /*font-size: 26px;*/
    /*top: -70px;*/
    padding: 0 60px 0 60px;
}

.row-date-mob .box-date .text-date:nth-of-type(2)::before {
    /*font-size: 18px;*/
}

.row-date-mob .box-date .text-date:nth-of-type(3)::before {
    /*font-size: 20px;*/
    /*left: -117px;*/
}

.row-date-mob .box-date .text-date:nth-of-type(4)::before {
    /*font-size: 22px;*/
    /*left: -120px;*/
}

.row-date-mob .box-date .text-date:nth-of-type(5)::before {
    /*font-size: 24px;*/
    /*left: -121px;*/
}

.row-date-mob .box-date .text-date:last-of-type::before {
    /*font-size: 26px;*/
    /*left: -125px;*/
}

.gallery-chisiamo .card-columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
    orphans: 1;
    widows: 1;
}

.gallery-chisiamo .card {
    border: none;
    margin-bottom: 2.5rem;
}

.descriz-coop h2 {
    font-size: 25px;
    font-weight: bold;
}

.testo-breve h2 {
    margin-bottom: 20px;
}

.testo-breve {
    position: relative;
}

.testo-breve #shadow {
    position: absolute;
    content:"";
    background-color: #fff;
    height: 20px;
    width: 100%;
    bottom: 0;
    left: 0;
    box-shadow: 0 -15px 15px rgba(255,255,255, 1);
}

#more {
    display: none;
}

.descriz-coop a {
    font-size: 13px;
    text-decoration: underline !important;
    cursor: pointer;
}

.descriz-coop img {
    margin-bottom: 10px;
    width: 53px;
    height: 30px;
}

.mission {
    margin-top: 40px;
}

.mission img {
    width: 41px;
    height: 40px;
}

.cnt-valori {
    position: relative;
}

.cnt-valori img:first-of-type {
    width: 15px;
    height: 14px;
    position: absolute;
    z-index: 1;
    top: 12px;
    left: 11.5px;
}

.cnt-valori img:last-of-type {
    width: 38px;
    height: 36px;
    z-index: -1;
}

.valori ul {
    list-style: none;
    margin-top: 30px;
}

.valori ul li {
    position: relative;
    margin-bottom: 20px;
}

.valori ul li::before {
    content:"";
    position: absolute;
    background: url(../images/after-menu.svg) no-repeat center;
    width: 28px;
    height: 29px;
    background-size: cover;
    top: 0;
    left: -40px;
    transform: rotate(10deg);
}

.fondazione h3 {
    color: #FFD400;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}

.fondazione a {
    font-size: 16px;
    color: #FFD400;
    font-weight: bold;
    background-color: #000;
    padding: 5px 10px;
}

.fondazione a i {
    color: #fff;
    font-size: 16px;
    margin-left: 15px;
}

.fondazione a:hover {
    box-shadow: 3px 3px 10px rgba(115,115,115,0.7);
}

.come-sostenere:nth-of-type(2) {
    border-top: 2px solid rgba(112,112,112,0.5);
    border-bottom: 2px solid rgba(112,112,112,0.5);
}

.come-sostenere div {
    max-width: 1000px;
}

.come-sostenere span {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.come-sostenere span img {
    width: 36px;
    height: 37px;
    margin-right: 20px;
    transform: rotate(10deg);
}

.come-sostenere ul {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

.come-sostenere ul li,
.come-sostenere ol li,
.come-sostenere p {
    font-size: 14px;
    font-weight: 500;
}

.come-sostenere ol {
    list-style-position: outside;
    padding-left: 15px;
}

.come-sostenere ol li {
    padding-left: 15px;
}

.detrazioni p {
    font-size: 13px;
}

/********PAGINA LA COOPERATIVA*******/
.presentazione {
    margin-bottom: 70px;
}

.presentazione h2 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.presentazione .box-yellow {
    border: 3px solid #FFD400;
    max-width: 677px;
}

.presentazione .box-white {
    border: 3px solid #fff;
    max-width: 500px;
    margin-top: -5px;
    margin-bottom: -5px;
    background-color: #fff;
}

.document h3,
.certif h3 {
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 90px;
}

.document .item-doc {
    background-color: #F2F2F2;
    position: relative;
    min-height: 340px;
}

.document .item-doc img {
    width: 93px;
    height: 96px;
    position: absolute;
    left: 20px;
    top: -30px;
    z-index: 0;
}

.document .item-doc .bg-grey {
    background-color: #f2f2f2;
    z-index: 999;
    margin-top: -18px;
    padding-top: 30px;
    margin-left: -10px;
    padding-left: 10px;
}

.document .item-doc span {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}

.document .item-doc .button {
    max-width:131px;
}

.document .item-doc .button i {
    margin-left: 10px;
}

.certif {
    margin-bottom: 100px;
}

.certif .item-certif .img-certif {
    position: relative;
    border: 5px solid #E5E5E5;
}

.certif .item-certif .img-certif:hover::before {
    position: absolute;
    content: "DOWNLOAD PDF";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-top: 60px;
    background-color: #FFD400;
    opacity: 0.9;
}

.certif .item-certif .img-certif:hover::after {
    position: absolute;
    content:"\f56d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 37px;
    color: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid #fff;
    width: 78%;
    height: 74%;
    padding-top: 70px;
    text-align: center;
}

.certif .item-certif {
    max-width: 280px;
}

.certif .item-certif span {
    margin-top: 30px;
    margin-bottom:20px;
    display: block;
}

/*********PAGINA CONTATTI**********/
/*.richiesta-info {
    margin-bottom: 120px;
}*/

.richiesta-info h2 {
    margin: 0 auto 40px;
    font-size: 15px;
    font-weight: bold;
}

.richiesta-info form input,
.richiesta-info form textarea {
    border: 1px solid #C6C5C5;
    border-radius: 19px;
    color: #939393;
    font-size: 14px;
}

.richiesta-info form textarea {
    height: 99px;
}

.richiesta-info form label {
    font-size: 11px;
}

.richiesta-info form label a {
    color: #000;
    text-decoration: underline !important;
}

.richiesta-info form a i {
    margin-left: 40px;
}

.richiesta-info form .button {
    max-width: 120px;
}

.contatti .triangle-contatti {
    position: relative;
    width: 400px;
}

.contatti .triangle-contatti img {
    position: absolute;
    width: 415px;
    height: 427px;
    bottom: -60px;
    left: 0;
    z-index: -1;
}

.contatti #maplegale,
.contatti #mapoperativa {
    min-height: 310px;
    max-width: 430px;
}

.contatti .triangle-contatti span strong {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
}

.contatti .triangle-contatti span {
    font-size: 15px;
    margin-bottom: 20px;
    display: block;
    font-weight: 500;
}

/*.progetto .slick-next{ right: 38px; left: auto; }
.progetto .slick-prev{ right: 138px; left: auto; }
.progetto .slick-dots{ right: 77px; left: auto; text-align: right !important; }*/


/****QUI PADOVA****/
.img-editor p &gt; img {
    /*width: auto !important;*/
    height: auto !important;
    max-width: 100% !important;
}
.wrap-img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 100%;
    /* min-height: 300px;*/
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.wrap-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.strong-uppercase strong, 
.strong-uppercase b {
    text-transform: uppercase;
    font-weight: bold;
}
.strong-block strong, 
.strong-block b {
    display: block;
}
.nav-obiet {
    padding-left: 30px;
}

.nav-obiet .item::before,
.wrap-link li::before {
    position: absolute;
    content: "\f061";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    left: -30px;
    top: 2px;
    font-size: 15px;
    color: #000;
}

.wrap-link li::before {color: #179442;top:0;}

.list-servizi {padding-left: 15px;}

.list-servizi li {margin-bottom: 15px;position: relative;font-size: 14px;}

.list-servizi &gt; li:last-of-type::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 120px;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 212, 0, 0.2);
}

.loghi-servizi .card-columns {
    column-count: 2;
    column-gap: 15px;
}

.loghi-servizi .card {
    margin-bottom: 15px;
    /*border: 3px solid #E6E6E6;*/
    border-radius: 0;
    margin-right: 0;
    display: inline-block;
    width: auto;
}

.fascia-yell p, .b-yellow p, .fascia-red .content p {margin-bottom: 0;}

.fascia-yell span {font-size: 22px;}

.b-yellow {border: 3px solid #FFD400;}

.num-big span {font-size: 50px;}

.wrap-link ul {
    list-style: none;
    column-count: 2;
    column-gap: 130px;
}

.wrap-link li {
    font-size: 16px;
    position: relative;
    margin-bottom: 20px;
}

.wrap-link li a {color: #000 !important;text-decoration: underline !important;}

img.grafico {
    max-height: 245px;
    margin-bottom: 20px;
}

.fascia-red {min-height: 235px;margin-bottom: 80px;}
.fascia-red .content {width: 60%;}

.fascia-red .content p {color: #fff;}

.fascia-red .logo-red {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    right: -85px;
}

.list-servizi a{ color:inherit; }
.list-servizi a:hover{ text-decoration:underline !important; }

.circle-text::before {
    content:"";
    position: absolute;
    top:12px;
    left: -19px;
    width: 5px;
    height:125%;
    background-color: #fff;
}
.circle-text::after {
    content:"";
    position: absolute;
    top:10px;
    left: -20px;
    width: 8px;
    height:8px;
    background-color: #fff;
    border:1px solid #707070;
    border-radius:50%;
}

.wrap-percent {
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
    width:260px;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio &gt; * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.slick-progetto .ratio {
    border: 1px solid #C3C3C3;
    background-color: #fff;
}
.slick-progetto .ratio .wrap-img img {
    object-fit: contain;
}

button.iub-accessibility-btn {
  position: fixed;
  bottom: 14px;
  left: 10px;
}</pre></body></html>