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

body {
    background: #fff;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    overflow-x: hidden;
    color: #3B3838;
    position: relative;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
/*@media (min-width: 1300px) {
    .container, .container-flex, .container-flex-sm, .container-flex-md, .container-flex-lg, .container-flex-xl, .container-flex-fluid{
        max-width: 1280px !important;
    }
}
*/

h1, h2, h3, h4, p {margin: 0; padding: 0;}
a, a:hover {text-decoration: none;color: inherit;}
p, ul, li, h3.p {font-size: 17px;}

strong, b {font-weight: 900;}

h1, .h1 {font-size: 40px;}
h2, .h2 {font-size: 32px;}
/*h2 {font-size: 42px; line-height: 48px; color: #3b3838; font-weight: 400;}*/
h4, .h4 {font-size: 22px; line-height: 26px; color: #3b3838; font-weight: 300; margin-top: 5px;}
p.p-small, .p-small p {font-size: 15px;}
p.p-big, .p-big p {font-size: 20px;}
p.p-bigger, .p-bigger p {font-size: 22px;}

.p-mb p:not(:last-child) {
    margin-bottom: 1rem;
}

.fw-500, .fw-500 p {font-weight: 500}

:hover{
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

/* Header */
header ul {
    color: #42ae6e;
    font-size: 15px;
    line-height: 22px;
}
header ul li span {
    display: block;
    color: #000;
}
header ul li a {
    color: #000;
}
header ul li a:hover {
    color: #42ae6e;
}
header ul li {
    min-width: 30%;
    /*min-width: 30%;
    min-width: 34%;*/
    border-right: 1px solid #42ae6e;
    padding-right: 10px;
}
header ul li:last-child {
    border: none;
    padding-right: 0;
    padding-left: 10px;
}
header ul li i {
    border: 1px solid #42ae6e;
    color: #000;
    border-radius: 50%;
    padding: 10px;
    font-size: 12px;
    margin-top: 6px;
}
.contatti-small a {font-size: 14px;}
.contatti-small a i {font-size: 13px;}
header .contatti p, header .contatti a:hover {
    color: #42ae6e;
}
header .contatti a {
    color: #000;
}
header .contatti div:not(:last-child){
    border-right: 1px solid #42ae6e;
}
header .contatti div {
    position: relative;
    padding-left: 59px;
}
header .contatti div::before {
    content: '';
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   position: absolute;
   top: 5px;
   left: 15px;
   width: 34px;
   height: 34px;
   border: 1px solid #42ae6e;
   color: #000;
   border-radius: 50%;
   text-align: center;
   display: flex;
   -ms-flex-align: center !important;
   align-items: center !important;
   -ms-flex-pack: center !important;
   justify-content: center !important;
   font-size: 16px;
}
.toggle-search {
   width: 34px;
   height: 34px;
   border: 1px solid #42ae6e;
   color: #000;
   border-radius: 20px;
   font-size: 16px;
   text-align: center;
   display: flex;
   -ms-flex-align: center !important;
   align-items: center !important;
   -ms-flex-pack: center !important;
   justify-content: center !important;
   padding: 0;
   cursor: pointer;
   padding-left: 0 !important;
   margin-top: 5px;
}

header .contatti div.col-search::before, header .contatti div.col-search div::before {content: '';display: none;}
header .contatti div:nth-child(1)::before {
    content: '\f879';
}
header .contatti div:nth-child(2)::before {
    content: '\f0e0';
}
@media (max-width: 767.98px) {
    header .contatti div:not(:last-child){
        border-right: 0;
    }
    header .contatti div {
        border-left: 1px solid #42ae6e;
    }
}

/*toggle ricerca*/
#overlay-search {
    width: 100vw;
    height: 100vh;
    top:0;
    left: 0;
    position: absolute;
    z-index: -3;
    background-color: transparent;
    visibility: hidden;
    opacity: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

#overlay-search.open {
    background-color: rgba(66, 174, 110, 0.95);
    visibility: visible;
    opacity: 1;
    z-index: 999;
    transition: all .3s linear;
}

#overlay-search .toggle-search {
    z-index: 99;
    border: 2px solid #fff;
    position: absolute;
    top: 30px;
    margin-top: 0;
    right: 30px;
    font-size: 25px;
    color: #fff;
}

#overlay-search input.form-control {
    border: 0;
    border-bottom: 3px solid #fff;
    background-color: transparent;
    color: #fff;
    font-size: 25px;
}
#overlay-search input.form-control:focus,
#overlay-search .input-group button:focus {
    outline: none !important;
    box-shadow: 0 0 0 .2rem transparent;
}
#overlay-search input.form-control::-webkit-input-placeholder {
    color: #fff;
}

#overlay-search input.form-control::-moz-placeholder {
    color: #fff;
}

#overlay-search input.form-control:-ms-input-placeholder {
    color: #fff;
}

#overlay-search input.form-control::-ms-input-placeholder {
    color: #fff;
}

#overlay-search input.form-control::placeholder {
    color: #fff;
}

#overlay-search .input-group button {
    background-color: #fff;
    border: 0;
    color: #42ae6e;
    font-size: 30px;
    padding: 5px 15px;
}





header .social p {
    /*font-size: 17px;*/
    font-weight: 600;
    color: #42ae6e;
}
header .social p a {
    font-size: 22px;
    color: #42ae6e;
    display: inline-block;
    margin-left: 10px;
}
header .social p a:hover {
    color: #000;
}
/* Navbar */
@media(min-width: 992px) {
    .fixed-top-nav {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
    nav.navbar.fixed-top-nav {
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        -ms-transition: all 0.25s linear;
        transition: all 0.25s linear;
        margin: 0 !important;
        padding: 0 !important;
        z-index: 99999;
        z-index: 1000;
        background: rgba(66,174,110,0.9);
    }
}
nav.navbar {
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    transition: all 0.25s linear;
    background: #42ae6e;
    padding: 0;
}
nav .navbar-nav a.nav-link{
    font-size: 15px;
    font-weight: 600;
    height: 100%;
    text-transform: uppercase;
}
nav.navbar.fixed-top-nav .navbar-nav a.nav-link {font-size: 15px;}
nav .navbar-nav .nav-item a {
    padding: 30px 10px;
    display: block;
    color: #fff;
    border-bottom: 5px solid transparent;
}
nav .navbar-nav {position: relative;}
nav .navbar-nav .nav-item.drop-servizi {position: static !important;}
nav .navbar-nav .nav-item.dropdown .nav-link {display: flex;align-items: center;justify-content: center;}
nav .navbar-nav .nav-item.dropdown i {font-size: 10px;margin-left: 4px}
nav .navbar-nav .nav-item .dropdown-menu {
    padding: 0;
    top: 98%;
    /*left: 10px;*/
    left: 0;
    min-width: 280px;
    border-radius: 0;
}
nav .navbar-nav .nav-item.drop-servizi .dropdown-menu {
    width: 100%;
    left:0;
    padding: 20px 15px;
}
/*nav .navbar-nav .nav-item.drop-servizi .dropdown-item.first {text-transform: uppercase;font-weight: 700;color: #42ae6e;}*/
/*nav .navbar-nav .nav-item.drop-servizi .dropdown-item.first:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    left: 0;
    width: 0;
    background-color: #42ae6e;
    transition: all .15s linear;
}
nav .navbar-nav .nav-item.drop-servizi .dropdown-item.first:hover:before {
    width: 100%;
}*/
nav .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    padding-top: 7px;
    padding-bottom: 7px;
    border: 0;
    text-transform: none;
    white-space: normal;
}
nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:active,
nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
    border: 0;
}

@media (max-width:  991.98px) {
    nav .navbar-nav .nav-item .dropdown-menu {
        background: transparent;
        border: 0;
        text-align: center;
        padding-bottom: 1.5rem;
        padding: 15px;
    }
    nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
    nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:active,
    nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
        background: rgba(255,255,255,.25) !important;
        color: #fff;
    }
}
nav .navbar-nav .nav-item a:hover, nav .navbar-nav .nav-item.active a {
    display: block;
    color: #fff;
    border-bottom: 5px solid #fff;
}

@media(min-width: 992px) {
    nav.navbar {
        background: #fff;
    }
    nav:not(.fixed-top-nav) .navbar-nav .nav-item a, nav .navbar-nav .nav-item .dropdown-menu .dropdown-item {
        color: #000000;
    }
    nav:not(.fixed-top-nav) .navbar-nav .nav-item a:hover,
    nav:not(.fixed-top-nav) .navbar-nav .nav-item.active a,
    nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
    nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:active,
    nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus,
    nav:not(.fixed-top-nav) .navbar-nav .nav-item.dropdown.show .nav-link{
        color: #42ae6e !important;
        background: transparent;
    }
    nav:not(.fixed-top-nav) .navbar-nav .nav-item a:hover,
    nav:not(.fixed-top-nav) .navbar-nav .nav-item.active a,
    nav:not(.fixed-top-nav) .navbar-nav .nav-item.dropdown.show a.nav-link{
        border-bottom: 5px solid #42ae6e;
    }
    /*nav .navbar-nav .nav-item.dropdown a:hover {border-bottom: 0;}*/
    nav .navbar-nav .nav-item .dropdown-item.first {font-weight: 700;color: #42ae6e;}
    nav .navbar-nav .nav-item .dropdown-item.first.small {padding-top: 15px}
}

nav .navbar-nav .nav-item .dropdown-item.first {text-transform: uppercase;}
nav .navbar-nav .nav-item .dropdown-item.first.small {font-size: 15px;}

nav p {
    /*font-size: 17px;*/
    /*line-height: 24px;*/
    font-weight: 600;
    color: #fff;
    margin-top: 30px;
}
nav p a {
    font-size: 22px;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
}
nav p a:hover {
    color: #000;
}
@media(min-width: 992px) {
    nav.fixed-top-nav .navbar-nav .nav-item a.nav-link {
        padding: 20px 10px;
        color: #fff !important;
    }
    nav.fixed-top-nav .navbar-nav .nav-item.a-green a {color: #42ae6e !important}
    nav.fixed-top-nav p {
        margin-top: 20px;
    }
}

/* Carousel */
/*@media(min-width: 992px) {
    .swiper-home.mt-carousel {
        margin-top: 120px;
    }
}*/
.swiper-home .swiper-slide, .swiper-home .swiper-slide .w-100 {
    min-height: 600px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.swiper-home .swiper-pagination {bottom: 60px;}
.swiper-home .swiper-button-next:after, .swiper-home .swiper-button-prev:after {font-size: 20px;}

/*.carousel-caption {
    left: 20%;
    right: 20%;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
    background: rgba(255,255,255,0.8);
    border-radius: 10px;
    margin-top: 150px;
    margin-bottom: 150px;
    top: 40%;
    margin-top: -90px;
    max-height: 210px;
}
.carousel-caption h2 {
    font-size: 42px;
    color: #3b3838;
    font-weight: 600;
}
.carousel-caption h3 {
    font-size: 30px;
    color: #3b3838;
    font-weight: 300;
}
.carousel-caption h2 a,
.carousel-caption h3 a {
    color: #3b3838;
    text-decoration: none;
}
.carousel-caption h2 a:hover,
.carousel-caption h3 a:hover {
    color: #333;
    text-decoration: none;
}
.carousel-caption a.btn.btn-default {
    margin-top: 15px;
    background: rgba(66,174,110,1);
    display: inline-block;
    font-size: 16px;
    border: none;
    color: #fff;
}
.carousel-caption a.btn.btn-default:hover {
    background: rgba(66,174,110,0.8);
}*/
/* Box under Carousel */
.box-carousel {
    position: relative;
    bottom: 180px;
    z-index: 3;
}
.box-carousel .box-convenzioni {
    background: #3cbebb;
    border: 15px solid #fff;
}
.box-carousel .box-prenotare {
    background: #3fc79e;
    border: 15px solid #fff;
}
.box-carousel .box-professionisti {
    background: #3fb06e;
    border: 15px solid #fff;
}
.box-carousel h3 {
    color: #fff;
    font-size: 24px;
    line-height: 50px;
    font-weight: 500;
}
.box-carousel .clearfix {
    border-top: 2px solid #fff;
}
.box-carousel p {
    color: #fff;
    /*font-size: 16px;*/
    /*line-height: 22px;*/
    font-weight: 300;
    margin: 0 20px 15px;
}
/* Box Al tuo fianco */
section.box-fianco p {
    /*font-size: 16px;*/
    /*line-height: 22px;*/
    color: #3b3838;
    font-weight: 400;
}
/* Servizi Home */
section.list-servizi img,
section.list-medici img {
    position: relative;
}
section.list-servizi i {
    position: absolute;
    z-index: 999;
    right: 5%;
    top: 80%;
}
section.list-medici i {
    position: absolute;
    z-index: 9999;
    z-index: 999;
    right: 5%;
    top: 94%;
}
section.list-servizi a,
section.list-medici a {
    position: relative;
    display: block;
}
section.list-servizi a i,
section.list-medici a i {
    background: rgba(66,174,110,1);
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    display: block;
}
section.list-servizi a:hover i,
section.list-medici a:hover i {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background: rgba(66,174,110,0.8);
}
section.list-servizi h5 {
    font-size: 22px;
    color: #42ae6e;
    font-weight: 400;
}
section.list-medici h5 {
    font-size: 24px;
    color: #42ae6e;
    font-weight: 500;
}
section.list-servizi h5 a,
section.list-medici h5 a {
    color: #42ae6e;
}
section.list-servizi p {
    /*font-size: 16px;*/
    /*line-height: 21px;*/
    color: #3b3838;
}
section.list-servizi ul {
    display: block;
    content: ">";
    margin-top: 15px;
    list-style: none;
    /*font-size: 16px;*/
    line-height: 21px;
    color: #3b3838;
}
section.list-medici p {
    /*font-size: 17px;*/
    line-height: 22px;
    color: #3b3838;
}
#modal-link .btn.btn-success {font-size: 14px;}
section.list-servizi a.btn.btn-success,
section.list-medici a.btn.btn-success {
    background: rgba(66,174,110,1);
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    border: none;
}
section.list-servizi a.btn.btn-success:hover,
section.list-medici a.btn.btn-success:hover {
    background: rgba(66,174,110,0.8);
}
/* Home Blog */
section.box-blog .box-data {
    background: rgba(66,174,110,1);
    border-radius: 5px;
}
section.box-blog .box-data h5 {
    font-size: 24px;
    color: #fff;
}
section.box-blog .box-data h5 span {
    font-size: 20px;
    display: block;
}
section.box-blog h3 {
    font-size: 24px;
    color: #3b3838;
}
section.box-blog p {
    margin-top: 15px;
    /*font-size: 16px;*/
    line-height: 23px;
    color: #3b3838;
}
section.box-blog p a {
    color: #38b16b;
}
/* Box Esperienza */
section.box-esperienza {
    background: rgba(66,174,110,1);
    margin-top: 200px;
}
/*section.box-esperienza img {
    position: absolute;
    bottom: -58%;
    max-width: 600px;
}*/
/*section.box-esperienza .position-relative {
    overflow-x: hidden;
    margin-bottom: -6px;
}*/
section.box-esperienza h3 {
    font-size: 42px;
    line-height: 46px;
    color: #fff;
    font-weight: 400;
}
section.box-esperienza p, .pillolone p {
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    font-weight: 300;
}
section.box-esperienza .btn.btn-success,
.pillolone .btn.btn-success {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-weight: 300;
    border: 1px solid #fff;
    background: rgba(66,174,110,1);
}
section.box-esperienza .btn.btn-success:hover,
.pillolone .btn.btn-success:hover {
    color: #38b16b;
    border: 1px solid #38b16b;
    background: rgba(255,255,255,1);
}
/* Box Partner */
section.box-partner {

}
section.box-partner .slick-slide {
    margin: 0 10px;
}
section.box-partner .multiple-items img {
    padding: 20px 15px;
    background: #f9f9f9;
    border: 2px solid #eee;
}
section.box-partner .slick-prev,
section.box-partner .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 22px;
    height: 34px;
    margin-top: -17px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
section.box-partner .slick-prev:hover:before,
section.box-partner .slick-prev:focus:before,
section.box-partner .slick-next:hover:before,
section.box-partner .slick-next:focus:before {
    background-position: 0 -34px;
}
section.box-partner .slick-prev {
    left: -25px;
}
section.box-partner [dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}
section.box-partner .slick-prev:before,
section.box-partner .slick-next:before {
    display: block;
    content: "";
    width: 22px;
    height: 34px;
    background-image: url(../img/left.png);
}
section.box-partner .slick-prev:before {
    background-image: url(../img/left.png);
}
section.box-partner .slick-next:before {
    background-image: url(../img/right.png);
}
section.box-partner [dir='rtl'] .slick-prev:before {
    display: block;
    content: "";
    width: 22px;
    height: 34px;
    background-image: url(../img/next.png);
}
section.box-partner .slick-next {
    right: -25px;
}
section.box-partner [dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}
/* Box Contatti */
section.box-contatti .col-md-8 {
    display: table;
    height: 250px;
}
section.box-contatti .box {
    background: #f4f4f4;
    border: 1px solid #42ae6e;
    display: table-cell;
    vertical-align: middle;
}
section.box-contatti .box p {
    font-size: 18px;
    line-height: 35px;
    color: #2f2f2f;
}
section.box-contatti .box p a {
    color: #2f2f2f;
}
section.box-contatti .box p a:hover {
    color: #42ae6e;
}
section.box-contatti .box span {
    color: #42ae6e;
}
/* Footer */
footer {
    background: rgba(47,47,47,1);
}
/*footer ul {
    list-style: none;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
}
footer ul li span {
    display: block;
    color: #fff;
}
footer ul li a {
    color: #fff;
}
footer ul li a:hover {
    color: #fff;
}
footer ul li {
    min-width: 30%;
    border-left: 1px solid #fff;
    padding-left: 10px;
}
footer ul li:last-child {
    border: none;
    padding-left: 0;
}
footer ul li i {
    border: 1px solid #42ae6e;
    color: #fff;
    border-radius: 50%;
    padding: 10px;
    font-size: 12px;
    margin-top: 6px;
}*/
footer p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
}
footer p i {
    font-size: 30px;
    /*color: #fff;*/
    margin-top: 5px;
}
footer p a:not(:last-child) i {
    margin-right: 15px;
}
/* Copyright */
section.copy p {
    font-size: 14px;
    line-height: 16px;
    color: #2f2f2f;
}
section.copy p a {
    color: #2f2f2f;
}
section.copy p a:hover {
    color: #000;
}
/* Button To Top */
button#backTop {
    overflow: hidden;
    cursor: pointer;
    position: fixed;
    text-align: center;
    bottom: 20px;
    right: 3%;
    bottom: 3%;
    background: rgba(47,47,47,0.8);
    border: 1px solid #42ae6e;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 100;
}
button#backTop i {
    color: #fff;
    font-size: 32px;
    position: relative;
    margin: 0;
    left: 0;
    top: 2px;
    cursor: pointer;
}
/* Header internal */
div.hd-int {
    background: #f2f2f4;
}
div.hd-int h1 {
    font-size: 42px;
    line-height: 46px;
    color: #3b3838;
    font-weight: 700;
}
div.hd-int h2 {
    font-size: 30px;
    line-height: 35px;
    color: #3b3838;
    font-weight: 400;
}
/* Breadcrumb */
.mybcrumb {position: relative;}
.mybcrumb .breadcrumb {
    background: none;
    padding: 0;
    color: #3b3838;
    font-size: 14px;
    margin-bottom: 10px;
    flex-wrap: nowrap;
}
.mybcrumb .breadcrumb .breadcrumb-item a,
.mybcrumb .breadcrumb .breadcrumb-item.active {
    color: #3b3838;
}
.mybcrumb nav.nav-breadcrumb {
    border-bottom: 1px solid #42ae6e;
}


/* Pagina CHI SIAMO */
section.cnt-chisiamo .box-orari h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #42ae6e;
    margin-bottom: 20px;
}
section.cnt-chisiamo .box-orari p {
    padding: 15px 0;
    /*font-size: 16px;
    line-height: 22px;*/
    font-weight: 300;
    color: #3b3838;
}
section.cnt-chisiamo .box-orari .row {
    border-bottom: 1px solid #bfbfbf;
}
section.cnt-chisiamo h2 {
    margin-top: 25px;
}
section.cnt-chisiamo p {
    /*font-size: 16px;
    line-height: 24px;*/
    font-weight: 300;
    color: #3b3838;
    margin-top: 20px;
}
section.cnt-chisiamo .box-obiettivo {
    background: #f2f2f4;
    border: 2px solid #38b16b;
    /*border-radius: 13px;*/
}
section.cnt-chisiamo .box-obiettivo h2 {
   /* color: #38b16b;*/
   font-weight: bold;
}
section.cnt-chisiamo .box-obiettivo p {
    /*margin: 30px 40px;*/
}
section.cnt-chisiamo .box-servizi {
    background: url('../img/bkg-nostri-servizi.jpg') no-repeat center right #38b16b;
    background-size: auto;
}
section.cnt-chisiamo .box-servizi h2 {
    margin-top: 0;
    color: #fff;
}
section.cnt-chisiamo .box-servizi p {
    color: #fff;
    margin-top: 10px;
}

/* Pagina MEDICO */
/*section.page-medico img {
    width: 95%;
}*/
section.page-medico h3 {
    font-size: 24px;
    color: #3b3838;
    font-weight: 600;
}
section.page-medico p {
    margin-top: 15px;
    /*font-size: 16px;
    line-height: 26px;
    color: #3b3838;
    font-weight: 300;*/
}
section.page-medico:not(.list-default) ul {
    display: block;
    content: ">";
    /*padding-left: 15px;*/
    margin-top: 15px;
    list-style: url(../img/list.png);
    /*font-size: 16px;*/
    line-height: 25px;
    color: #3b3838;
    font-weight: 300;
}
.list-default ul, .list-default ol {
    padding-left: 40px;
    /*font-size: 16px;*/
    line-height: 25px;
    font-weight: 300;
    margin-top: 15px;
}
section.page-medico .box-specializzazione {
    background: #2ea861;
    padding: 20px;
    /*width: 95%;*/
}
section.page-medico .box-specializzazione p {
    margin: 0;

    /*font-size: 24px;
    font-weight: 500;
    line-height: 30px;*/
}
section.page-medico .box-link {
    background: #f2f2f4;
}
section.page-medico .box-link a.btn.btn-default {
    background: rgba(66,174,110,1);
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    border-radius: 0;
    padding: 15px;
    display: block;
    margin: 0 auto;
    max-width: 80%;
}
section.page-medico .box-link a.btn.btn-default:hover {
    background: rgba(66,174,110,0.8);
}

/* Pagina SERVIZIO */
/*section.page-servizio img {
    width: 95%;
}*/
/*section.page-servizio h3 {
    font-size: 24px;
    color: #3b3838;
    font-weight: 600;
}*/
section.page-servizio p {
    margin-top: 15px;
    /*font-size: 16px;
    line-height: 26px;
    color: #3b3838;*/
    font-weight: 300;
}
section.page-servizio ul {
    display: block;
    content: ">";
    /*padding-left: 15px;*/
    /*margin-top: 50px;*/
    list-style: url(../img/list.png);
    /*font-size: 16px;*/
    line-height: 25px;
    /*color: #3b3838;*/
    /*font-weight: 500;*/
}
section.page-servizio .list-simple ul {
    content: "";
    list-style: none;
}
section.page-servizio ul li {
    /*float: left;
    width: 33%;*/
    margin-bottom: 5px;
}
section.page-servizio .medici-correlati {
    margin-bottom: 80px;
}
.medici-correlati .wrap-box {
    padding-top: 185px;
}
section.page-servizio .medici-correlati h3 {
    font-weight: 300;
}
section.page-servizio .medici-correlati .box-medico {
    background: #42ae6e;
    position: relative;
   /* margin-top: 130px;*/
}
section.page-servizio .medici-correlati .box-medico img {
    width: 160px;
    max-width: 100%;
    margin-top: -90px;
    margin-left: 25px;
   /* position: absolute;
    left: 30px;
    top: -40%;*/
}
section.page-servizio .medici-correlati .box-medico h4 {
    margin: 25px;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
}
section.page-servizio .medici-correlati .box-medico p {
    border-top: 2px solid #fff;
    padding: 25px;
    /*font-size: 17px;*/
    color: #fff;
    font-weight: 300;
    margin-top: 0;
    min-height: 104px;
}
section.page-servizio .medici-correlati .box-medico img {
    border-radius: 50%;
}
section.page-servizio p strong {
    font-weight: 600;
}
section.page-servizio .box-pacchetti.base {background: url(../img/ico-uomo-donna.png) no-repeat center right #ced220;}
section.page-servizio .box-pacchetti.avadonna {background: url(../img/ico-donna.png) no-repeat center right #8aa632;}
section.page-servizio .box-pacchetti.avauomo {background: url(../img/ico-uomo.png) no-repeat center right #5b7900;}
section.page-servizio .box-pacchetti.estesodonna {background: url(../img/ico-donna.png) no-repeat center right #038b71;}
section.page-servizio .box-pacchetti.estesouomo {background: url(../img/ico-uomo.png) no-repeat center right #7ac8c6;}
section.page-servizio .box-pacchetti h3 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}
section.page-servizio .box-pacchetti p {
    /*font-size: 16px;*/
    /*line-height: 24px;*/
    color: #fff;
    padding-right: 25%;
}
section.page-servizio form {
    margin-top: 20px;
}
section.page-servizio form input[type=text],
section.page-servizio form input[type=email],
section.page-servizio form select {
    /*margin-top: 15px;*/
    border: 1px solid #dadada;
    border-radius: 0;
}
section.page-servizio form a {color: rgba(66,174,110,1);}
section.page-servizio form textarea {
    /*margin-top: 15px;*/
    border: 1px solid #dadada;
    border-radius: 0;
    min-height: 120px;
}
/*section.page-servizio .checkbox {
    margin: 20px 0 10px 20px;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
    color: #000;
}*/
section.page-servizio .btn.btn-success,
section.page-contatti .btn.btn-success {
    margin-top: 15px;
    text-transform: uppercase;
    background: rgba(66,174,110,1);
    color: #fff;
    border: none;
    border-radius: 0;
    cursor: pointer;
}
section.page-servizio a.btn.btn-success:hover,
section.page-contatti button.btn.btn-success:hover {
    background: rgba(66,174,110,0.8);
}
section.page-servizio form .form-group .item:last-of-type {text-align: right;}

.icon-servizio {
    height: 80px;
    width: 80px;
    background-color: #2CA13D;
    padding: 18px;
    border-radius: 50%;
}

/* Pagina BLOG */
section.list-blog h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #2f2f2f;
    border-top: 2px solid #42ae6e;
}
section.list-blog h3 a,
section.list-blog h3 a:hover {
    color: #2f2f2f;
}
section.list-blog p {
    /*font-size: 16px;*/
    /*line-height: 25px;*/
    font-weight: 300;
    color: #2f2f2f;
}
section.list-blog .btn.btn-default {
    color: rgba(66,174,110,1);
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    border-radius: 0;
    padding: 0;
}
section.list-blog .btn.btn-default:hover {
    color: rgba(66,174,110,1);
}

/* Pagina CONTATI */
section.page-contatti h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    color: #2f2f2f;
}
section.page-contatti h3 i {
    font-size: 20px;
    color: #42ae6e;
}
section.page-contatti p {
    /*font-size: 16px;*/
    line-height: 25px;
    font-weight: 300;
    color: #2f2f2f;
    border-bottom: 2px solid #42ae6e;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
.page-contatti form {
    margin-top: 20px;
}
.page-contatti form input[type=text],
.page-contatti form input[type=email],
.page-contatti form select {
    /*margin-top: 15px;*/
    border: 1px solid #dadada;
    border-radius: 0;
}
.page-contatti form textarea {
    /*margin-top: 15px;*/
    border: 1px solid #dadada;
    border-radius: 0;
    min-height: 120px;
}
.page-contatti .checkbox {
    margin: 20px 0 10px 20px;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
    color: #000;
}
.page-contatti button.btn.btn-success {
    margin-top: 15px;
    text-transform: uppercase;
    background: rgba(66,174,110,1);
    color: #fff;
    border: none;
    border-radius: 0;
    cursor: pointer;
}
.page-contatti button.btn.btn-success:hover {
    background: rgba(66,174,110,0.8);
}

.beige {background: #f2f2f4;}
.beige-2 {background: #F1F9F4;}


/* MODIFICHE 05/2021 */
.logo {
    /*height: 150px;*/
    /*width: 220px;*/
    /*width: 350px;*/
    width:311px
}


footer .contatti {}
footer .contatti p, footer .contatti a:hover {
    color: #fff;
}
footer .contatti a {
    color: #fff;
}
footer .contatti div:not(:last-child){
    border-right: 1px solid #fff;
}
footer .contatti div {
    position: relative;
    padding-left: 59px;
}
footer .contatti div::before {
    content: '';
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   position: absolute;
   top: 5px;
   left: 15px;
   width: 34px;
   height: 34px;
   border: 1px solid #42ae6e;
   color: #fff;
   border-radius: 50%;
   text-align: center;
   display: flex;
   -ms-flex-align: center !important;
   align-items: center !important;
   -ms-flex-pack: center !important;
   justify-content: center !important;
}
footer .contatti div:nth-child(1)::before {
    content: '\f879';
}
footer .contatti div:nth-child(2)::before {
    content: '\f0e0';
}

@media (max-width: 575.98px) {
    footer .contatti div:not(:last-child) {
        border-right: 0;
    }
}
@media (max-width: 349.98px) {
    footer .contatti div {
        padding-left: 15px;
    }
    footer .contatti div::before {
        display: none;
    }
}
/*footer h3{
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}*/
footer p {
    font-weight: lighter;
}
footer p strong {
    font-weight: bold;
}
footer .riferimenti {}
footer .riferimenti p {
    color: #fff;
}
footer a,
footer .riferimenti a {
    color: #fff;
}
/*footer .riferimenti a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}*/
footer a:hover,
footer a:active,
footer a:focus,
footer .riferimenti a:hover,
footer .riferimenti a:active,
footer .riferimenti a:focus {
    color: #42ae6e;
}
footer .riferimenti p {
    position: relative;
    padding-left: 53px;
}
footer .riferimenti p::before {
    content: '';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 5px;
    left: 0;
    width: 38px;
    height: 38px;
    border: 1px solid #42ae6e;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
footer .riferimenti p:nth-child(1)::before, footer .riferimenti p:nth-child(2)::before {
    content: '\f879';
}
footer .riferimenti p:nth-child(3)::before {
    content: '\f232';
    font-weight: 400;
    font-family:"Font Awesome 5 Brands";
    font-size: 22px;
}
footer .riferimenti p:nth-child(4)::before {
    content: '\f0e0';
}
footer .riferimenti p:nth-child(5)::before {
    content: '\f3c5';
}
footer .riferimenti p:last-child::before {
    display: none;
}
footer .riferimenti a .fab {
    color: #42ae6e;
}
footer .riferimenti a:hover .fab,
footer .riferimenti a:active .fab,
footer .riferimenti a:focus .fab {
    color: #fff;
}

@media (max-width: 374.98px) {
    footer .riferimenti p {
        padding-left: 0;
    }
    footer .riferimenti p::before {
        display: none;
    }
}


.privacy-box .btn-secondary {
    cursor: pointer;
    background-color: rgba(66,174,110,.75);
    border-color: rgba(66,174,110,1);
}
.privacy-box .btn-secondary:not(:disabled):not(.disabled).active,
.privacy-box .btn-secondary:not(:disabled):not(.disabled):active,
.privacy-box .show > .btn-secondary.dropdown-toggle {
    border-color: rgba(66,174,110,1);
    background: rgba(66,174,110,1);
}
.privacy-box .btn-secondary.focus, .privacy-box .btn-secondary:focus,
.privacy-box .btn-secondary:not(:disabled):not(.disabled).active:focus,
.privacy-box .btn-secondary:not(:disabled):not(.disabled):active:focus,
.privacy-box .show > .btn-secondary.dropdown-toggle:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
}
/*.carousel-inner {
    margin: auto;
    max-width: 1920px;
}*/
.swiper-home {
    margin: auto;
    max-width: 1920px;
}

.text-slide {
    margin-top: 0;
    padding: 0 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 90vw;
    max-width: 100%;
    /*height: 100%;*/
    background: url(../img/square.svg) no-repeat right center;
    background-size: auto;
    background-size: cover;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.box-text-slide {
    width: 600px;
    max-width: 100%;
    color: #fff;
}
.box-carousel {
    bottom: auto;
}
.box-text-slide h3 {
    font-size: 30px;
    font-weight: 400;
}
.box-text-slide h2 {
    color: #fff;
    font-weight: 600;
}
.btn-slide {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #FFFFFF;
    padding: 20px 15px;
    min-width: 184px;
    margin-top: 2rem;
    display: inline-block;
}
.btn-slide:hover,.btn-slide:focus,.btn-slide:active {
    background: #fff;
    color: #42ae6e
}
@media(min-width: 992px) {
    .box-text-slide {
        margin-left: -14%;
        margin-top: -6.5rem;
    }
}
@media(min-width: 1500px) {
    .text-slide {
        width: 70vw;
        max-width: 1246px;
    }
}
@media (min-width: 1800px) {
    .box-text-slide {
        margin-left: -32%;
        margin-left: -15px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .box-text-slide {
        margin-left: -35%;
    }
}
@media (max-width: 991.98px) {
    .swiper-slide {
        min-height: auto !important;
    }
    .swiper-slide .w-100 {
        /*padding-top:42.857143% !important;*/
        min-height: auto !important;
    }
    .text-slide {
        position: relative;
        /*margin-top: 42.857143%;*/
        background: #42ae6e;
        background: -moz-linear-gradient(45deg,  #42ae6e 0%, #225b3a 100%);
        background: -webkit-linear-gradient(45deg,  #42ae6e 0%,#225b3a 100%);
        background: linear-gradient(45deg,  #42ae6e 0%,#225b3a 100%);
        width: 100%;
        padding: 1.5rem 15px;
    }
    .box-text-slide {
        width: 100%;
    }
    .box-text-slide h3 {
        font-size: 21px;
    }
    .box-text-slide h2 {
        font-size: 30px;
    }
    .btn-slide {
        font-size: 16px;
        padding: 15px 5px;
        margin-top: 1rem;
    }
}
.cnt-wrap {
    position: relative;
    margin: auto;
    max-width: 1920px;
}
.cnt {
       padding: 0;
       text-align: center;
    }
.cnt-image {
    width: 100%;
    padding-top:42.857143%
}
@media(min-width: 992px) {
    .cnt-image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding-top: 0;
    }
    .cnt {
        min-height: 480px;
        padding: 0 15px;
        text-align: left;
    }
}
.cnt .text-slide {
    width: 55vw;
    max-width: 100%;
    background: url(../img/square-info.svg) no-repeat right center;
    background-size: cover;
    background-size: auto 105%;
}
@media (min-width: 1920px) {
    .cnt .text-slide {
        max-width: 1000px;
    }
}
.cnt .box-text-slide {
    width: 467px;
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
}
@media (max-width: 991.98px) {
    .cnt .text-slide {
        position: relative;
        /*margin-top: 42.857143%;*/
        background: #42ae6e;
        background: -moz-linear-gradient(45deg,  #42ae6e 0%, #225b3a 100%);
        background: -webkit-linear-gradient(45deg,  #42ae6e 0%,#225b3a 100%);
        background: linear-gradient(45deg,  #42ae6e 0%,#225b3a 100%);
        width: 100%;
        padding: 1.5rem 15px;
    }
    .cnt .box-text-slide {
        width: 100%;
    }
}
.cnt .btn-slide {
    text-align: left;
    text-transform: none;
    min-width: 243px;
    padding: 15px;
}
.cnt .btn-slide span {
    position: relative;
    padding-left: 53px;
    display: inline-block;
    font-weight: lighter;
}
.cnt .btn-slide span strong {
    font-weight: bold;
}
.cnt .btn-slide span::before {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    content: '';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 38px;
    height: 38px;
    color: #fff;
    text-align: center;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.cnt .btn-slide span::before,.cnt .btn-slide:nth-child(2) span::before {
     content: '\f232';
    font-weight: 900;
    font-family:"Font Awesome 5 Free";
    font-size: 26px;
}
.cnt .btn-slide.wapp span::before{
    content: '\f232';
    font-family:"Font Awesome 5 Brands";
    font-weight: 400;
}
.cnt .btn-slide.tel span::before {
    content: '\f879';
    font-size: 18px;
}
.cnt .btn-slide.pren span::before {
    content: '\f271';
    font-weight: 400;
}
/*.cnt .btn-slide:last-child span::before {
    content: '\f879';
}*/
.cnt .btn-slide:hover span::before,
.cnt .btn-slide:active span::before,
.cnt .btn-slide:focus span::before {
    color: #42ae6e;
}

/* MODIFICHE 05/2021 */

/*popup orari*/
#autoFancybox.fancybox-content {
    padding: 0;
}
#autoFancybox .fancybox-button svg, #autoFancybox .fancybox-button, #noShow{
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, .9);
}
#autoFancybox .fancybox-button {
    width: 75px;
    height: 75px;
    opacity: 1;
}
.container-fancy {
    padding: 0 !important;
    overflow: hidden;
}

#noShow {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    outline: none;
    padding: 5px 10px;
    font-weight: 600;
}
#noShow:hover {
    text-shadow: 0px 1px 3px rgba(66,174,110, .8);
}
@media(max-width: 575.98px) {
    #autoFancybox .fancybox-button {
        width: 50px;
        height: 50px;
    }
    #noShow {
        font-size: 12px;
        top: 0;
        padding-right: 40px;
    }
}

.wrap-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.wrap-img picture {width: 100%;height: 100%;}
.wrap-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrap-slide-text {
    background: #42ae6e;
    background: -moz-linear-gradient(45deg, #42ae6e 0%, #225b3a 100%);
    background: -webkit-linear-gradient(45deg, #42ae6e 0%,#225b3a 100%);
    background: linear-gradient(45deg, #42ae6e 0%,#225b3a 100%);
}
/*.slide-text {
    width: 100%;
    max-width: 100%;
}*/
.slide-text h3 {
    font-size: 30px;
    font-weight: 400;
}
.slide-text h2 {
    color: #fff;
    font-weight: 600;
}
@media (min-width: 992px) {
/*    .swiper-slide.active {
        display: -ms-flexbox;
        display: flex;
    }*/
    .swiper-slide .wrap-img {
        position: absolute;
    }
    .slide-text {
        width: 535px;
    }
    .wrap-slide-text {
        background: transparent !important;
    }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
    .slide-text {
        width: 600px;
        padding-left: 25%;
    }
}
@media (max-width: 767.98px) {
    .box-text-slide h2 {
        font-size: 25px;
    }
    .slide-text h3 {
        font-size: 20px;
    }
}
.link-reset a {
    color: inherit !important;
}
.link-highlight a {color: #42ae6e;text-decoration: underline;}

.link-green a {
    color: #42ae6e;
}
.link-green a:hover, .link-green a:focus, .link-green a:active {
    color: #fff;
}
.riferimenti-list .col-flex {
    position: relative;
    padding-left: 68px;
}
.riferimenti-list .col-flex::before {
    content: '';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 5px;
    left: 15px;
    width: 38px;
    height: 38px;
    border: 1px solid #42ae6e;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.riferimenti-list .col-flex:nth-child(1)::before {
    content: '\f879';
}
.riferimenti-list .col-flex:nth-child(2)::before {
    content: '\f232';
    font-weight: 400;
    font-family:"Font Awesome 5 Brands";
    font-size: 22px;
}
.riferimenti-list .col-flex:nth-child(3)::before {
    content: '\f0e0';
}
.riferimenti-list .col-flex:nth-child(4)::before {
    content: '\f3c5';
}
.riferimenti-list > .col-flex {

}

/* CHECK-UP */

.checkup-list {}
.copertina-checkup {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.copertina-checkup .wrap-img {border-radius: 5px;}
.prenota {
    position: absolute;
    bottom: 10px;
    right: 0;
    background: #42ae6e;
    color: #fff;
    padding: 5px 10px;
    max-width: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 15px;
     -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.prenota:hover {
    background: #606060;
}
#modalCheckup .prenota {
    bottom: 25px;
}
.grey {
    background: #F2F2F4;
}
.checkup-list .font-weight-bold, .text-green span.font-weight-bold{
    font-weight: 600 !important;
}
.btn-plus {
    width: 28px;
    height: 28px;
    background: #42ae6e;
    color: #fff;
    border-radius: 50%;
    position: relative;
    display: inline-block;
     -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn-plus::before, .btn-plus::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.btn-plus::before {
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.btn-plus::after {
    content: '+';
    color: #fff;
}
.a-green:hover, .a-green:focus, .a-green:active {
    color: #42ae6e !important;
}
.a-green:hover .btn-plus, .a-green:focus .btn-plus, .a-green:active .btn-plus {
    background: #606060;
}
#modalCheckup .modal-content {
    background: transparent;
    border-radius: 0;
    border: 0;
    position: relative;
    padding-top: 50px;
}
#modalCheckup .modal-body {
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border: 1px solid #42AE6E;
    border-radius: 5px;
}
#modalCheckup .modal-body img {
    border-radius: 0!important;
}
#modalCheckup button.close {
    position: absolute;
    right: 0;
    top: 0;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    border: 1px solid #000;
    text-shadow: none;
    opacity: 1;
}
#modal-body {
    font-size: 16px;
}
@media (min-width:  480px) {
    #modal-body ul, #modal-body ol {
        column-count: 2;
         column-gap: 30px;
    }
}
#modal-body li {
    list-style: none;
    padding-left: 20px;
    position: relative;
    margin-bottom: .75rem;
}
#modal-body li::before {
    content: '\f0da';
    font-family: "Font Awesome 5 Free";
   font-weight: 900;
    position: absolute;
    left: 0;
    top: -3px;
    color: #42AE6E;
    font-size: 20px;
}
#modal-foot {
    border-top: 1px solid #707070;
    font-size: 16px;
}
#modal-foot strong {
    font-size: 30px;
}
.round-arrow {
    position: absolute;
    right: 15px;
    bottom: calc(-3rem - -25px);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #42AE6E;
    color: #fff;
}
/* CHECK-UP */


a.btn.btn-white {
    border: 1px solid #fff;
    display: inline-block;
    font-size: 16px;
    color: #fff;
}
a.btn.btn-white:hover, a.btn.btn-white:focus, a.btn.btn-white:active {
    background: #fff;
    color: #000;
}
nav:not(.fixed-top-nav) .navbar-nav .nav-item.a-green a{
    background: #42ae6e;
    color: #fff;
}
nav:not(.fixed-top-nav) .navbar-nav .nav-item.a-green a:hover, nav:not(.fixed-top-nav) .navbar-nav .nav-item.a-green.active a {
    border-color: #fff;
    color: #fff !important;
}
nav.fixed-top-nav .navbar-nav .nav-item.a-green a {
    background: rgba(255,255,255,0.9);
    color: #42ae6e;
}
nav.fixed-top-nav .navbar-nav .nav-item.a-green a:hover {
    border-color: #42ae6e;
    color: #42ae6e;
    background: rgba(255,255,255,1);
}
nav .navbar-nav .a-green a {
    position: relative;
}
nav .navbar-nav .a-green:not(:last-child) a::after {
    content: '';
    position: absolute;
    right: -2.5px;
    top: 0;
    bottom: -5px;
    width: 5px;
    z-index: 1;
    background: #42ae6e;
}
nav:not(.fixed-top-nav) .navbar-nav .a-green:not(:last-child) a::after {
    background: #fff;
}
@media(max-width: 991.98px) {
    nav .navbar-nav .a-green {margin: 0 auto;}
    nav .navbar-nav .a-green:not(:last-child) a::after {display: none;}
    nav .navbar-nav .a-green:not(:last-child) a {
        margin-bottom: 5px;
    }
}
.text-green {
    color: #42ae6e;
}
.link-modulo {
    /*border-radius: 10px;*/
    overflow: hidden;
    position: relative;
    min-height: 85px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.link-modulo .icon {
    padding: 1.5rem 15px;
    text-align: center;
    width: 25%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: rgb(34,91,58);
    background: -moz-linear-gradient(top,  rgba(34,91,58,1) 0%, rgba(66,174,110,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(34,91,58,1) 0%,rgba(66,174,110,1) 100%);
    background: linear-gradient(to bottom,  rgba(34,91,58,1) 0%,rgba(66,174,110,1) 100%);
    color: #fff;
    font-size: 40px;
}
.link-modulo i {
    line-height: 0.5;
}
.link-modulo a {
    width: 100%;
    padding: 15px;
    color: #3B3838;
    text-transform: uppercase;
    border: 3px solid #E3E3E3;
    border-left: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-weight: bold;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.link-modulo a span {
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.link-modulo a span::before {
    content: attr(data-content);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    background: #FFF;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.link-modulo:hover a span::before {
    opacity: 1;
}
.element-item a {
    position: relative;
    display: block;
    cursor: zoom-in;
}
.element-item a img {
    transition: transform 2s;
}
.oggetti-gallery a:hover img, .element-item a:hover img {
    transform: scale(1.1);
}
.item-video {
    cursor: pointer !important;
}
.item-video::after {
    content: '\f144';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, .8);
    font-size: 300%;
    opacity: .85;
    transition: opacity .3s;
}
.item-video:hover::after {
    opacity: 1;
}
.grid .element-item {
    transition: opacity .35s;
}
.grid:hover .element-item {
    opacity: .7;
}
.grid:hover .element-item:hover {
    opacity: 1;
    cursor: zoom-in;
}
.element-item .h-titolo a:not(.item-video) {
    position: relative;
    transition: opacity .35s;
    cursor: zoom-in;
}
.element-item .h-titolo a:not(.item-video):after {
    content: attr(data-caption);
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 10px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 1rem;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, .8);
    opacity: 0;
    transition: opacity .35s;
    cursor: zoom-in;
}
@media (min-width: 992px) {
    .element-item .h-titolo a:not(.item-video):after {
        font-size: 1.25rem;
    }
}
.element-item .h-titolo a:not(.item-video):hover:after {
    opacity: 1;
    cursor: zoom-in;
}

#testimonials .popover {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    text-align: center;
    font-size: 14px;
    border-radius: 0;
    border: 0;
}
#testimonials .popover .arrow {
    display: none;
}
#testimonials .popover-header {
    font-weight: bold;
    background: #fff;
    border-radius: 0;
    border: 0;
    padding-bottom: 0;
}
.green {
    background: #3FA467;
}
.bertani-img {
    border: 1px solid #fff;
    display: inline-block;
    max-width: 100%;
}
.bertani-img img {
    margin: 0 !important;
}
.border-green {
    border: 5px solid #3FA467;
}
.square-decor {
    position: relative;
}
.square-decor::before,
.square-decor::after {
    content: '';
    position: absolute;
    width: 303px;
    height: 303px;
    background: #fff;
    opacity: 0.24;
    -webkit-transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
    transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
}
.square-decor::before {
    right: 0;
    bottom: -215px;
}
.square-decor::after {
    right: -215px;
    top: -105px;
}
.light-grey {
    background: #F2F2F2;
}
.box-info h3 {
    font-size: 20px;
    font-weight: bold;
}
.box-info p:not(:last-child) {
    margin-bottom: 1rem;
}
.cont-arrow {
    position: relative;
}
.cont-arrow::after {
    content: '';
    position: absolute;
    left: 65px;
    right: 65px;
    bottom: 0;
    height: 5px;
    background: #3FA467;
    z-index: 0;
}
.cont-arrow .slick-arrow {
    z-index: 15;
    background: rgba(66,174,110,1);
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0;
    top: auto;
    bottom: -27px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.cont-arrow .slick-prev {
    left: 0;
}
.cont-arrow .slick-next {
    right: 0;
}
.cont-arrow .slick-arrow::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
    opacity: 1;
}
.cont-arrow .slick-prev::before {
    content: '\f30a';
}
.cont-arrow .slick-next::before {
    content: '\f30b';
}

.text-light-blue { color: #1897D7!important }

.slider-nav { position:relative; }
.slider-nav::before {
    position:absolute;
    content: '';
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background: #fff;
}
.slider-nav .slick-slide .box-titolo {
    border-radius: 3rem;
    background: #fff;
    transition: all 0.15s ease-in-out;
    min-width: 250px;
    padding: .25rem 1rem;
    cursor: pointer;
}
.slider-nav .slick-slide .box-titolo h2 {
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
}
.slider-nav .slick-slide.slick-current .box-titolo,
.slider-nav .slick-slide .box-titolo:hover {
    background: #1897D7;
    color: #fff;
}
.btn-azzurro {border-color: #1897D7 !important;}
.btn-azzurro:hover {background-color: #1897D7 !important;}

.list-custom ul,
.list-custom ol {
    padding-left: 20px;
}
.list-custom li:not(:last-child) {
    margin-bottom: 1rem;
}
.btn-link {
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #00B242;
    background: transparent;
    color: #000;
    border-radius: 0;
    text-decoration: none !important;
    transition: all 0.15s ease-in-out;
}
.btn-link.full,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    background: #00B242;
    color: #fff;
}
.btn-link-azzurro {
    border-color: #1897D7;
}
.btn-link-azzurro.full {
    color: #fff;
    background-color: #1897D7;
}
.btn-link-azzurro:hover,
.btn-link-azzurro:focus,
.btn-link-azzurro:active {
    background: #1897D7;
}
.btn-min-w {
    min-width: 200px;
}
.round-img-scale {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    transform: scale(2);
}

.box-link-servizio {
    padding: 40px 30px;
    background-color: #fff;
    box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.15);
    font-weight: 400;
}
.box-link-servizio:hover {box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.25);}

.box-link-servizio i {font-size: 30px;color: #00B242;}
.box-link-servizio a {color: #3b3838 !important;}

.img-small-dott {
    height: 130px;
    width: 130px;
    border: 1px solid #00AF50;
    overflow: hidden;
}

.servizi-correl .slick-track {margin-left: 0;}
.servizi-correl figure figcaption {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    text-transform: uppercase;
    /*font-size: 24px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top:0;
    left: 0;
    text-align: center;
}
.servizi-correl .slick-prev:before,
.servizi-correl .slick-next:before {
    color:#E4E4E4;
    font-size: 25px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    opacity: 1;
}

.servizi-correl .slick-next:before {content: '\f0a9';}
.servizi-correl .slick-prev:before {content: '\f0a8';}
.servizi-correl .slick-next,.servizi-correl .slick-prev {height: 25px;width:25px;}

#hidden-desc {display: none;opacity: 0}
#hidden-desc.show {display: block;opacity: 1;transition: opacity .3s linear .3s;}
#btn-view-more i {font-size: 18px;/*transition: all .3s linear;*/}
/*#btn-view-more.open i {transform: rotate(-180deg);}*/

#btn-view-more {font-weight: bold;text-transform: uppercase;}
.text-white {color: #fff !important;}

/*PAGE 404*/
.error{
  font-size: 150px;
  color: #00AF50;
  text-shadow:
    1px 1px 1px #19732e,
    2px 2px 1px #19732e,
    3px 3px 1px #19732e,
    4px 4px 1px #19732e,
    5px 5px 1px #19732e,
    6px 6px 1px #19732e,
    7px 7px 1px #19732e,
    8px 8px 1px #19732e,
    25px 25px 8px rgba(0,0,0, 0.2);
}

.wrap-search-result {
    border-bottom: 1px solid #00AF50;
    padding-left: 20px;
    position: relative;
}

.wrap-search-result a:hover {color: #00AF50;}

.wrap-search-result::before {
    content: url(../img/list.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
}

/*POPUP FIX*/
#popupModal .close {border: 0;top: 0;right: 0;left: auto;z-index: 9999999;padding: 10px;font-size: 17px;}
#popupModal .close:focus {border-color: #fff;outline: none !important;}

#popupModal .text-cookie {top: 100%;right:0;left: auto;}
#popupModal .text-cookie .form-check-input {margin-top: 3px;}

.tag {
    background: rgba(66, 174, 110, 0.3);
    color: #00AF50;
    font-weight: 600;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.descrizione-collassata {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease;
}

.descrizione-espansa {
    display: block;
}

.btn-view-more,
.btn-view-more:focus,
.btn-view-more:hover{
    text-transform: uppercase;
    background: transparent;
    font-weight: 700;
    border: 0;
    color: #00AF50;
    box-shadow: none !important;
}
.left-auto {
    left: auto !important;
}

.button-white-header .button-text-green {
    color: #00AF50;
}

/*20/10/25*/
nav .navbar-nav .nav-item a {
    padding: 14px 10px 9px;
}

/* Desktop only */
@media (min-width: 992px){
  #headerStick{
    position: sticky;
    top: 0;
    z-index: 1050;    
    background: #fff; 
  }

  #headerStick.is-stuck{
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
  }

  #headerStick #navFix{ margin-top: 0 !important; }

  #headerStick .dropdown-menu{ position: absolute; }
}

#overlay-search.open{ z-index: 2000; }


