body{
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size:18px;
    font-weight:400;
    color:#121517;
    line-height: 30px;
}

img {
    margin:0;
}
.owl-theme .owl-nav [class*="owl-"]{
    background: 0 0 !important;
    color: #dedede !important;
}
.owl-theme .owl-nav [class*="owl-"]:hover{
    background: 0 0 !important;
    color: #dedede !important;
}
.modalita button.owl-prev{
    position: absolute;
    left: 0px;
    bottom: 10px;
}
.modalita button.owl-next{
    position: absolute;
    right: 0px;
    bottom: 10px;
}

.settoriMobile button.owl-prev{
    position: absolute;
    left: 0px;
    bottom: -10px;
}
.settoriMobile button.owl-next{
    position: absolute;
    right: 0px;
    bottom: -10px;
}

.btn-primary:active, 
.btn-primary:visited
{

    background-color: #97c93d !important;
    border-color: #97c93d !important;
    outline: none;
}

h1{ 
    font-size: 55px;
    color: #121517;
    font-style: normal;
    font-weight: 100;
    font-family: 'Yantramanav', sans-serif;
}

h2{
    font-size:34px;
    color: #121517;
    font-style: normal;
    font-weight: 400;
    font-family: 'Yantramanav', sans-serif;
    margin-bottom: 13px;
}


h3{
    font-size:30px;
    color: #121517;
    font-style: normal;
    font-weight: 400;
    font-family: 'Yantramanav', sans-serif;
    margin-bottom: 13px;
}


a {
    color:#6AA342;
    border:none;
    text-decoration: underline;
}

.relative{
    position: relative;
}

a:hover,
a.active{
    color:#97C93D;
}

b,strong{
    font-weight: 700;
}


.finale{
    font-size: 14px;
    color: #686868;
}

.finale ul{
    padding-left: 0;
}

.finale li{
    list-style-type: none;
    float: left;
    margin-right: 20px;
}

.spazio_brand_footer{
    text-align: right;
}

.img_cactus{
    margin-left: 10px;
    width: 31px;
    height: 24px;
    margin-top: 3px;
}

.sfumatura{
    background: linear-gradient(45deg,#97C93D,#6AA342,#2F644F);
    color:#fff;
}

.sfumatura a{
    color: #fff;
    text-decoration: none;
}

.sfumatura a:hover,
.sfumatura a.active{
    color: #fff;
    text-decoration: underline;
}

.bg_black{
    background-color: #121517;
}

.navbar-light .navbar-nav .nav-link{
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

.navbar-light .navbar-nav{
    font-size: 14px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active{
    color: #97C93D;
white-space: nowrap;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    color: #97C93D;
}

.dropdown-toggle::after{
    display: none;
}

.separator_menu{
    color: #3C3E40;
    padding: .5rem .1rem;
    display: block;
}

.addthis_inline_follow_toolbox {
    margin-top: -15px;
    margin-bottom: 0;
    padding-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex!important;
}
.addthis_inline_follow_toolbox > div{
    margin:  0px auto;
}

.link_menu{
    text-decoration: none;
}

.link_menu:hover,
.link_menu.active{
    color: #B6ED54;
    text-decoration: none;
}

.dropdown-menu{
    background-color: #6AA342;
    border-radius: 0;
    border:none;
    padding:0;
    min-width: 12rem;
}

.dropdown-item{
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    padding: .75rem 1.5rem;
    line-height: 19px;
}

.dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active{
    background-color: #97C93D;
    color: #fff;
}

.navbar-light .navbar-toggler{
    border-color: transparent !important;
}

.navbar-light .navbar-toggler-icon{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.preventivo_mobile{
    font-size: 24px;
    display: block;
}

.bg_scuro{
    background: url("../images/bg_scuro.png")repeat center; 
    position: absolute;
    z-index: 10;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
}

.bg_scuro_cta{
    background: url("../images/bg_scuro.png")repeat center; 
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
}

.carousel-control-next, .carousel-control-prev{
    z-index: 10;
}

.carousel-caption{
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
}

.text_small{
    font-size: 16px;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 400;
    line-height: 20px;
}

.text_small_light{
    color: #fff;
}

.title_banner{
    font-size: 50px;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 100;
    line-height: 56px;
}

.btn_green{
    text-decoration: none;
    background: linear-gradient(45deg,#97C93D,#6AA342,#2F644F);
    border:0;
    border-radius: 0;
    padding: .695rem .75rem;
}

.btn.btn_green:hover,
.btn_green.active{
    border:0;
    background: linear-gradient(45deg,#97C93D,#97C93D);
    -webkit-box-shadow: 20vw 0 0 #97C93D inset;
            box-shadow: 20vw 0 0 #97C93D inset;
}

.btn_light{
    text-decoration: none;
    background: transparent;
    border:1px solid #fff;
    border-radius: 0;
    padding: .695rem .75rem;
}

.btn_light:hover,
.btn_light.active{
    border:1px solid #fff;
    background-color: #fff;
    color: #000;
}

.btn_light_green{
    text-decoration: none;
    background: transparent;
    border:1px solid #97C93D;
    border-radius: 0;
    padding: .695rem .75rem;
}

.btn_light_green:hover,
.btn_light_green.active{
    border:1px solid #97C93D;
    background-color: #97C93D;
    color: #fff;
}

.btn_light_green_text{
    text-decoration: none;
    background: transparent;
    border:1px solid #97C93D;
    border-radius: 0;
    padding: .695rem .75rem;
    color: #97C93D;
}

.btn_light_green_text:hover,
.btn_light_green_text.active{
    border:1px solid #97C93D;
    background-color: #97C93D;
    color: #fff;
}

.bg_chiaro{
    background-color: #97C93D;
    color: #fff;
}

.bg_medio{
    background-color: #6AA342;
    color: #fff;
}

.bg_bianco{
    background-color: #F6FAFB;
    color: #121517;
    width: 100%;
}
.bg_bianco.minimo{
    min-width: 338px;
}


.img_box_hp{
    width: 40%;
    float: right;
}

.number_box_hp{
    font-size: 70px;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 100;
    opacity: 0.5;
}

.bg_bianco .number_box_hp{
    color: #6AA342;
}

.title_box_hp{
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    font-family: 'Yantramanav', sans-serif;
}

.title_box_hp:hover,
.title_box_hp.active{
    color: #fff;
    text-decoration: none;
}

.bg_bianco .title_box_hp{
    color: #6AA342;
}

.bg_bianco .title_box_hp:hover,
.title_box_hp.active{
    color: #6AA342;
    text-decoration: none;
}

.text_box_hp{
    font-size: 17px;
    line-height: 25px;
    opacity: 0.8;
}

.bg_dark{
    background-color: #121517;
}

.bg_foglie_dark{
    background: url("../images/bg_dark.jpg") no-repeat left;
    -webkit-background-size: cover;
    color: #fff;
}

.bg_foglie_dark_big{
    background: url("../images/bg_dark_big.jpg") no-repeat left;
    -webkit-background-size: cover;
    color: #fff;
}

.bg_foglie_dark p{
    opacity: 0.7;
}

.separator{
    display: block;
    height: 2px;
    width: 32px;
    background-color: #97C93D;
}

.separator_azzurro{
    display: block;
    height: 2px;
    width: 32px;
    background-color: #3EB9ED;
}

.separator_categoria {
    display: block;
    height: 2px;
    width: 60px;
}

.bg_foglie_dark h1{
    color: #fff;
}

h1 b{
    color: #97C93D;
    font-weight: 100;
}

.arrow{
    font-size: 30px;
}

.title_box_servizi{
    color: #121517;
    font-size: 30px;
    font-family: 'Yantramanav', sans-serif;
    opacity: 1 !important;
}

.text_small_grey{
    opacity: 0.5;
}

.text_box_servizio{
    font-size: 15px;
    line-height: 22px;
}

.button_color{
    background-color: transparent;
    border: none;
    color: #121517;
    opacity: 1 !important;
    padding-left: 0;
    text-decoration: none;
    text-transform: uppercase;
}

.button_color:hover,
.button_color.active{
    background-color: transparent;
    color: #121517;
}

.color_arrow{
    color: #97C93D;
}

.color_arrow_green{
    color: #97C93D;
}



.img_hover{
    position: relative;
}

.overlay, .overlayMobile {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  background-color: rgb(151 201 61 / 79%);
  z-index: 200;
}

.overlay_green{
    background-color: rgb(151 201 61 / 89%);
}

.overlay_dark{
    background-color: #12151740;
}

.img_hover:hover .overlay {
  opacity: 1;
}

.img_hover:hover .overlay_dark {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.ico_servizio_hover{
    width: 30%!important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ico_team_hover{
    width: 100%;

}
.ico_team_hover img{
 -webkit-transition: .5s ease;
  transition: .5s ease;
}

.bg_cta{
    background: url("../images/bg_cta.jpg") no-repeat right;
    background-color: #d6e5e8;
    color: #fff;
}

.title{
    font-size: 55px;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 100;
    line-height: 60px;
}

.title b,
.title strong{
    font-weight: 100;
    color: #97C93D;
}

.bg_cta a{
    color: #fff;
}

.title_list_servizio{
    color: #fff;
    font-size: 30px;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 100;
    position: absolute;
    top: 67%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.title_list_team{
    color: #fff;
    font-size: 30px;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 100;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.nome_hover{
    font-weight: 400;
}

.ruolo_hover{
    font-size: 15px;
    line-height: 18px;
    font-family: 'Poppins', sans-serif;
}

.nome_team{
    font-weight: 400;
    font-family: 'Yantramanav', sans-serif;
    font-size: 30px;
}

.ruolo_team{
    font-size: 15px;
    line-height: 18px;
    opacity: 0.6;
}

.settori_margin{
    margin-top: 150px;
}

.settori_margin_articolo{
    margin-top: 80px;
}

.bg_grey{
    background-color: #EFF6F7;
}

.bg_grey_parte{
    background-color: #EFF6F7;
}

.bg_green_sfumato{
    background: -webkit-gradient(linear,left top, left bottom,from(#97C93D),to(#2F644F));
    background: linear-gradient(180deg,#97C93D,#2F644F);
    color: #fff;
}

.nome_testimonial{
    font-size: 40px;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 100;
    line-height: 43px;
}

.bg_modalita{
    background: url("../images/bg_step.jpg") no-repeat center;
  background-size: cover;
}

.bg_dark_left{
    background: rgb(0,0,0);
background: linear-gradient(128deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8365721288515406) 100%);

    z-index: 10;
    display: block;
    color: #fff;
}

.bg_chiaro_tras{
    background-color: rgb(255 255 255 / 92%);
}

.text_ico_modalita{
    color: #121517;
    font-size: 17px;
    margin-bottom: 0;
}

.title_ico_modalita{
    font-size: 30px;
    font-family: 'Yantramanav', sans-serif;
}

.spazio_bg_chiaro_tras{
    padding:70px 120px;
}

.img_footer_cta{
    min-height: 1000px;
}

.title_footer{
    color: #fff;
}

.footer{
    font-size: 17px;
}

.text_footer a{
    text-decoration: none;
    opacity: 1 !important;
}

.menu_footer{
    opacity: 0.8;
    padding-left: 0;
}

.menu_footer li{
    list-style-type: none;
    border-bottom: 1px solid #3E4142;
}

.menu_footer a{
    color: #fff;
    text-decoration: none;
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
}

.menu_footer a:hover,
.menu_footer a.active{
    color: #97C93D;
}

.link_mobile a{
    color: #fff;
    text-decoration: none;
}

.bg_sfumatura{
    position: absolute;
    display: block;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.breadcrumb{
    padding: 0.25rem 0;
    margin-bottom: 1rem;
    font-size: 15px;
    background-color: transparent;
}

.breadcrumb-item.active{
    color: #BBBBBC;
}

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

.bg_image h1, .bg_image_articolo h1{
    color: #fff;
}

.bg_image_articolo p{
    color: #fff;
}

.bg_image{
    min-height: 480px;
}

.bg_image_articolo{
    min-height: 250px;
}

.bg_image_title{
    min-height: auto;
}

.img_banner{
    margin-top: -300px;
}

.img_sezione{
    margin-top: -250px;
}

.bg_sezione{
    background: url("../images/bg_sezione_dark.jpg") no-repeat center;
    -webkit-background-size: cover;
    color: #fff;
    min-height: 400px;
}

.bg_sezione h2{
    color: #fff;
}

.title_team{
    font-size: 52px;
    line-height: 55px;
    font-family: 'Yantramanav', sans-serif;
    color: #97C93D;
    font-weight: 500;
}

.ico_team{
    width: 23px;
}

.number{
    font-family: 'Yantramanav', sans-serif;
    font-size: 40px;
    font-weight: 100;
    line-height: 45px;
}

.number b{
    font-weight: 100;
    font-size: 55px;
    color: #97C93D;
}

.media p{
    opacity: 0.8;
    font-size: 17px;
    line-height: 26px;
}

.ico_pdf{
    font-size: 40px;
}

.bg_green_sfumato p{
    margin-bottom: 0;
    text-transform: uppercase;
}

.link_pdf{
    text-decoration: none;
    color: #fff;
}

.link_pdf:hover,
.link_pdf.active{
    color: #fff;
}

.form-control{
    height: calc(1.9em + 0.75rem + 2px);
    background-color:#121517;
    border:none;
    border-radius: 0;
    border-bottom: 1px solid #858687;
}

.form-control:focus{
    background-color:#121517;
    color: #fff;
    border-color: #858687;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgb(151 201 61 / 25%);
            box-shadow: 0 0 0 0.2rem rgb(151 201 61 / 25%);
}


.form-control {
  color: #fff !important;
}


.form-control::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #fff !important;
            opacity: 1; /* Firefox */
}


.form-control::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #fff !important;
            opacity: 1; /* Firefox */
}


.form-control::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #fff !important;
            opacity: 1; /* Firefox */
}


.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #fff !important;
            opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #fff !important;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
            color: #fff !important;
 }

.ico_team:hover{
    -webkit-transform: translate(0, -2px);
        -ms-transform: translate(0, -2px);
            transform: translate(0, -2px);
}

.ico_team_hover img:hover{
    -webkit-transform: translate(0, -5px);
        -ms-transform: translate(0, -5px);
            transform: translate(0, -5px);
}

.ico_pdf:hover{
    -webkit-transform: translate(0, -2px);
        -ms-transform: translate(0, -2px);
            transform: translate(0, -2px)
}

.bg_green{
    background-color: #6AA342;
}

.ico_mobile a{
    color: #fff;
    font-size: 11px;
    text-decoration: none;
}

.ico_mobile p{
    margin-bottom: 0;
}

#condividiMobile {
    text-align: center;
    display: block;
    margin: 0 auto;
    background-color: #97C93D;
}

table {
    word-wrap: break-word;
    word-break: break-all;
}

.btn_filter, .btn_filter:hover {
    text-decoration: none;
    color: #121517;
}

/* paginazione */

.pagination{
    margin: 45px 0 0 0px;
}

.btn_paginazione, .btn_paginazione:hover {
    border: none;
    text-decoration: none;
    color: #121517;
    background-color: transparent;
}

.page-item.active .page-link {
    z-index: 3;
    color: #97C93D;
    background-color: transparent;
}

.btn_paginazione_arrow, .btn_paginazione_arrow:hover {
    color: #97C93D;
}

/*paginazione fine*/

figcaption {
   display: none;
}


figure {
    margin: 0;
}

.text-didascalia {
    text-align: left;
}






/* GRANDE SCHERMO */
@media (min-width: 1290px){
    


}


/* GRANDE SCHERMO */
@media (min-width: 1288px){
    



}

/* GRANDE SCHERMO */
@media (min-width: 1900px){
    


}


/* GRANDE SCHERMO */
@media (max-width: 1489px){
    

}

/* GRANDE SCHERMO */
@media (min-width: 1489px){
    
.title_banner{
    font-size: 70px;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 100;
    line-height: 76px;
}

}


/* GRANDE SCHERMO */
@media (max-width: 1288px){

}

/* MEDIO */
@media (max-width: 1200px){

.img_footer_cta{
    min-height: auto;
}

.bg_bianco {
        min-width: auto;
    }
    
}

/* SOLO TABLET */
@media (max-width: 1129px){

.navbar-light .navbar-nav {
    font-size: 14px;
}

.link_menu{
    font-size: 14px;
}

}


/* SOLO TABLET */
@media (max-width: 1021px){

.navbar-light .navbar-nav {
    font-size: 16px;
}

.link_menu{
    font-size: 16px;
}


}

/* SPAZIO TABLET */
@media (max-width: 992px) {
    


.navbar-light .navbar-toggler{
    border-color:#fff;
}

.navbar-brand{
    width: 73%;
}

.title_banner{
    font-size: 35px;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 100;
    line-height: 41px;
}

.settori_margin{
    margin-top: 0;
}

.logo_eco_right{
    width: 50%;
}

.bg_image{
    min-height: auto;
}

.bg_sezione{
    min-height: auto;
    padding-bottom: 25px;
}

.img_banner{
    margin-top: -20px;
}

.img_sezione{
    margin-top: 0;
}

.number{
    font-family: 'Yantramanav', sans-serif;
    font-size: 35px;
    font-weight: 100;
    line-height: 40px;
}

.number b{
    font-weight: 100;
    font-size: 45px;
    color: #97C93D;
}

.text-didascalia {
    text-align: center;
}

}  




/* SOLO MOBILE */
@media (max-width: 768px) {
.contatti-mail a{
    font-size: 15px;
}
h1{
    font-size:40px;
    font-weight:100;
}

h2{
    font-size:28px;
    font-weight:400;
    line-height: 34px;
}


h3{
    font-size:26px;
    font-weight:500;
}

.carousel-caption {
    top: 20%;
    left: 10%;
    -webkit-transform: translate(-10%, -10%);
        -ms-transform: translate(-10%, -10%);
            transform: translate(-10%, -10%);
    display: block;
}

.finale {
    margin-bottom: 80px;
}

.bg_grey_parte{
    background-color: #fff;
}

.title_team{
    font-size: 28px;
    line-height: 32px;
}

.img_foglia{
    width: 40%;
}


}

.overlayMobile {
    opacity: 1;
}

/* SOLO MOBILE */
@media (max-width: 576px) {

.navbar-brand{
    width: 63%;
}

.title{
    font-size: 40px;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 100;
    line-height: 50px;
}

.title_list_servizio{
    font-size: 20px;
    top: 70%;
}

.bg_bianco {
    width: 100%;
}



}

.vimeo-full-width {
    padding: 56.25% 0 0 0;
    position: relative;
}

.vimeo-full-width iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn-primary:not(:disabled):not(.disabled).vidited, 
.btn-primary:not(:disabled):not(.disabled):vidited,
.btn-primary:active, .btn-primary:visited,
.btn-primary.focus, .btn-primary:focus,
.btn-primary:active, .btn-primary:visited{
     color: #000;
     background-color: transparent !important;
     border-color: none !important;
}
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
     color: #000;
     background-color: transparent !important;
     border-color: none !important;
}

