.bannerAbsoluteImg {
    position: absolute;
    width: 100%;
    right: 0;
    padding: 0;
}
.bannerAbsoluteImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 600px;
}
.row.sectionHeight {
    margin-right: 0px;
    margin-left: 0px;
}
.sectionHeight {
    height: 600px;
}
.greyBarNoPadd {
    background-color: #e4e4e4;
    color: #FFF;
}
.text_vertical_center_left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    width: 84%;
    margin-left: 8%;
    margin-right: 8%;
}
.buttonPagStat, .buttonPagStat:hover, .buttonPagStatDispBlock, .buttonPagStatDispBlock:hover {
    border-radius: 11px;
    padding: 7px 31px 7px 31px;
    font-weight: 500;
    font-size: 1rem;
    background-color: #007574;
    border: 1px solid #007574;
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
}
.buttonMoreText {
    display: inline !important;
    margin-bottom: 15px;
}
.buttonGreenBgWhite:hover {
    color: #007574 !important;
    background-color: #e4e4e4 !important;
    border: 1px solid #e4e4e4 !important;
}
.paddPagStatTextDx {
    padding: 0px 10px 0px 30px;
}
.text_vertical_center_right {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    width: 78%;
}
.greenBarPagStat {
    background-color: #6b9199;
    text-align: center;
    padding: 28px 0px 28px 0px;
    color: #FFF;
}
.margBottomPagStat {
    margin-bottom: 25px;
}
.custom_p {
    font-size: 16px;
}
.greenBarPagStat p {
    text-align: center;
    font-size: 1.4rem;
    margin: 0;
    display: block;
    margin-block-start: 21px;
    margin-block-end: 21px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    width: 100%;
}
.greenBarPagStat h3 {
    color: #FFF;
    display: block;
    font-size: 25px;
    margin-block-start: 25px;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
    line-height: 1.2;
    margin-bottom: 8px;
    width: 100%;
}
.greenBarPagStat P {
    color: #FFF;
    display: block;
    text-align: center;
    font-size: 21px;
    margin: 0;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 25px;
}
.greenBarPagStat a {
    background-color: #FFF;
    border-color: #FFF;
    color: #007574;
}
.greenBarPagStat a, .greenBarPagStat span {
    border-radius: 11px;
    padding: 6px 31px 6px 31px;
    font-weight: 700;
    font-size: 1rem;
    background-color: #FFF;
    border: 1px solid #FFF;
    color: #007574;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 10px;
    /* width: 14%; */
    width: 23%;
    cursor: pointer;
}
.buttonGreenBgLightgrey:hover {
    color: #007574 !important;
    background-color: #e4e4e4 !important;
    border: 1px solid #007574 !important;
}
/*FORM CONTATTI*/
.formContent h3 {
    color: #007574;
    font-weight: 700;
    font-size: 1.6rem;
}
.form-label {
    margin-bottom: .5rem;
    display: inline-block;
    width: 100%;
}
.formStyle input, .formStyle textarea {
    padding: 8px 10px 8px 10px;
    font-size: 0.9rem;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color 0.15s 
ease-in-out, box-shadow 0.15s 
ease-in-out;
}
.formStyle select {
    border: 1px solid #007574;
    background-color: #007574;
    color: #FFF;
    font-size: 0.9rem;
}
.form-select {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    background-size: 21px 21px;
    /* width: 300px; */
    padding: 6px 9px 6px 9px;
    font-size: 0.9rem;
}
.margin0 {
    margin: 0;
}
.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}
.form-check {
    display: block;
    min-height: 21px;
    padding-left: 21px;
    margin-bottom: 1.8px;
}
.formStyle .form-select-white {
    margin-top: 1px;
    height: 35px;
}
.greyContainer {
    background-color: #e4e4e4;
    padding: 10px 10px 10px 10px;
}
.formContent {
    margin-top: 40px;
    margin-bottom: 40px;
}
.form-select-white, .formStyle .form-select-white {
    color: #FFF;
    font-size: 0.9rem;
    display: block;
    width: 100%;
    padding: 6px 10px 6px 10px;
    -moz-padding-start: calc(0.75rem - 3px);
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23007574' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    background-size: 21px 21px;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color 0.15s 
ease-in-out, box-shadow 0.15s 
ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.formStyle .form-select-white {
    margin-top: 1px;
    height: 35px;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1em;
}
.checkStyle[type=checkbox] {
    border-radius: 0.25em !important;
    width: 23px !important;
    height: 23px !important;
    cursor: pointer !important;
    opacity: 1;
    border: 1px solid rgba(0, 0, 0, 0.25);
}
#tipo_richiesta_cerca_in_acquisto {
    width: 100%;
}
.form-check {
    display: block;
    min-height: 21px;
    padding-left: 21px;
    margin-top: 16px;
    margin-bottom: 21px;
}
.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgb(0 0 0 / .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}
.formStyle button:not(.iti__selected-country) {
    border-radius: 11px;
    padding: 7px 31px 7px 31px;
    font-weight: 600;
    font-size: 1rem;
    background-color: #007574;
    border: 1px solid #007574;
    color: #FFF;
    text-transform: uppercase;
}
/*VANTAGGI*/
.cardPercheNoi {
    height: 320px !important;
}
.cardwhatdo {
    height: 381px !important;
    margin-bottom: 30px !important;
}
.cardBox {
    height: 360px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFF;
    color: #38353d;
    margin: 10px 3px 10px 3px;
    border: 0;
    border-radius: 0;
    box-shadow: 0px 0px 17px -5px rgba(56, 53, 61, 0.34);
    -webkit-box-shadow: 0px 0px 17px -5px rgb(56 53 61 / 34%);
    -moz-box-shadow: 0px 0px 17px -5px rgba(56,53,61,0.34);
    transition: 0.3s;
    padding: 20px 20px 20px 20px;
}
.cardPercheNoi h3 {
    /* height: 20px !important; */
}
.cardBox h3 {
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 700;
    height: 60px;
    text-transform: uppercase;
}
.cardPercheNoi p {
    color: #38353d !important;
}
.cardBox p {
    width: 100%;
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 10px;
    padding: 20px 20px 12px 20px;
    height: 90px;
}
#carouselCallToAction {
    padding-top: 100px;
    padding-bottom: 100px;
}
.icon_vantages i {
    font-size: 52px;
    margin-bottom: 18px;
}
.icon_why i {
    font-size: 52px;
    margin-bottom: 18px;
}




