body{
    margin: 0;
    font-family: 'Figtree', sans-serif;
    font-size:18px;
    font-weight:300;
    color:#504E4B;
    line-height: 30px;
}

img {
    margin:0;
}


h1{ 
    font-size: 40px;
    font-family: "pf-marlet-display", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #353941;

}

h2{
    font-size:35px;
    font-family: "pf-marlet-display", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #353941;

}


h3{
    font-size:30px;
    font-family: "pf-marlet-display", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #353941;

}


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

.relative{
    position: relative;
}

a:hover,
a.active{
    color:#C9997B;
}

b,strong{
    font-weight:700;
}



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

.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;
}

.bg_grey_dark{
    background-color: #353941;
    
}

.bg_grey_dark a{
    color: #F4F4F4;
}

.bg_grey_dark a:hover{
    color: #fff;
}

.bg-body-tertiary{
    background-color: #fff !important;
}


.navbar-toggler {
    padding: 6px;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    background-color: transparent;
    border: none;
    border-radius: 100%;
    transition: var(--bs-navbar-toggler-transition);
    background-color: #696763;
}

.text_toggle{
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 16px;
}

.link_menu{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.link_menu a{
    color: #353941;
    text-decoration: none;
}

.link_menu a:hover, a.active{
    color:#C9997B;
}

.link_menu_open a{
    color: #fff !important;
    text-decoration: none;
}

.link_menu_open a:hover, a.active{
    color:#C9997B !important;
}

.offcanvas{
    background-color: #353941;
    
    background-size: cover;
}

.offcanvas.visible{
    background: url(../images/bg_menu.webp) center center;
}

.offcanvas a{
    color: #fff;
}

.accordion_menu .accordion-button:not(.collapsed),
.accordion-button:focus,
.accordion_menu {
    --bs-accordion-bg: transparent;
    --bs-accordion-border-color: transparent;
    color: #fff;
    background-color: transparent;
    box-shadow:none;
}

.accordion_menu .accordion-button{
    font-size: 25px;
    color: #fff;
    font-weight: 300;
}
.no_arrow{
    text-decoration: none;
}
.no_arrow:after{
    display: none;
}


.accordion_menu .accordion-button::after{
    margin-left: 15px;
    --bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba%28255, 255, 255, 1%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba%28255, 255, 255, 1%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion_menu .accordion-collapse ul{
    padding-inline-start: 15px;
    list-style-type: none;
}

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

.menu_down a:hover,
.menu_down a.active{
    color: #C9997B;
}


.webcam{
    width: 46px;
    height: 46px;
    position: absolute;
    top: 50%;
    left: 43%;
    transform: translate(-50%, -50%);

}

.webcam i{
    font-size: 25px;
    color: #353941;
}

.custom-tooltip{
    font-size: 10px;
}

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


.carousel-caption{
    position: absolute;
    left: 90px;
    top: 30%;
    text-align: left;
    right: 0;
    bottom:0;
    width: 50%;
}

.text_banner{
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 3pt;
    font-size: 18px;
    color: #353941;
}

.title_banner_small{
    font-size: 40px;
    font-weight: 400;
    color: #353941;
    letter-spacing: 1pt;
    line-height: normal;
}

.title_banner_big{
    font-size: 55px;
    font-weight: 400;
    color: #353941;
    letter-spacing: 1pt;
}

.carousel-control-next, .carousel-control-prev{
    width:6%;
}

.btn_standard{
    background-color: transparent;
    border: 1px solid #353941;
    text-transform: uppercase;
    color: #353941;
    font-weight: 700;
    border-radius: 3px;
}

.btn_standard:hover, .btn_standard:active{
    background-color: #353941;
    border: 1px solid #353941;
}

.arrow_link{
    font-size: 25px;
    font-family: "pf-marlet-display", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #353941;
    text-decoration: none;
}

.bg_grey{
    background-color: #F4F4F4;
}

.title_big{
    font-size: 35px;
    color: #353941;
    font-weight: 300;
    letter-spacing: 7px;
    font-family: 'Figtree', sans-serif;
    text-transform: uppercase;
}

.text_occhiello{
    font-size: 30px;
    color: #353941;
}

.info_slider{
    color: #353941;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.title_corsivo{
    font-size: 40px;
    font-family: "pf-marlet-display", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #353941;
}

.title_section{
    color: #353941;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 16px;
}

.colonna_down{
    margin-top: 300px !important;
}

.bg_acqua{
    background: url(../images_temp/img_acqua.png) center center;
    background-size: cover;

}

.img_hover{
    position: relative;
}

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

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  z-index: 200;
}

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

.arrow{
    color: #353941;
    font-size: 30px;
}

.arrow:hover{
    color: #C9997B;
}

.text_box_servizio{
    font-size: 17px;
    line-height: 24px;
}

.text_small{
    font-size: 14px;
    line-height: 19px;
}
.link_social{
    text-decoration: none;
}

.link_social img{
    margin-top: 10px; 
    transition: margin 1s ease;
}

.link_social img:hover{
    opacity:0.9;
    margin-top: -5px;
}

.link_social:hover{
    text-decoration: none;
    color: #353941;
}

.img_grey{
    filter: grayscale(100%);
}

.btn_form:hover{
    background-color: #353941;
}

.bg_footer{
    
    background-size: cover;
}

.bg_footer.visible{
    background: url(../images/bg_footer.webp) center top;
}

.bg_color_footer{
    background-color: #F4F4F4;
}

.bg_color_footer a{
    text-decoration: none;
}

.bg_color_footer ul{
    padding-inline-start: 0px;
    list-style-type:none;
    font-size: 16px;
}

.bg_color_footer li{
    line-height: 20px;
}

.offcanvas .title_section{
    color: #fff !important;
    font-weight: 400;
}

.form-control{
    border: var(--bs-border-width) solid #707070;
}

.box_informativa{
    border: 1px solid #dddddd;
    border-radius: 5px;
    max-height: 100px;
}


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


}


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



}

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


}


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

.title_banner_small{
    font-size: 30px;
    font-weight: 400;
    color: #353941;
    letter-spacing: 0pt;
    line-height: 36px;
}

.title_banner_big{
    font-size: 40px;
    font-weight: 400;
    color: #353941;
    letter-spacing: 0pt;
    line-height: 36px;
}  

.text_occhiello{
    font-size: 25px;
}


}

/* GRANDE SCHERMO */
@media (max-width: 1400px){
   .webcam{
    width: 46px;
    height: 46px;
    position: absolute;
    top: 50%;
    left: 33%;
    transform: translate(-50%, -50%);

}
 

}


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

}

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


.accordion_menu .accordion-button{
    font-size: 30px;
    color: #fff;
}
    
}

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

.title_banner_small{
    font-size: 25px;
    font-weight: 400;
    color: #353941;
    letter-spacing: 0pt;
    line-height: 30px;
}

.title_banner_big{
    font-size: 30px;
    font-weight: 400;
    color: #353941;
    letter-spacing: 0pt;
    line-height: 46px;
} 

.title_big{
    font-size: 30px;
}

}


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

.title_banner_big{
    line-height: 1.2em;
}


}

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


.navbar-brand{
    width: 73%;
}

.carousel-control-next, .carousel-control-prev{
    width:15%;
}

.title_big{
    font-size: 20px;
}

.text_occhiello{
    font-size: 18px;
    margin-bottom: 3px;
}

.info_slider{
    font-size: 12px;
    line-height: 15px;
}

.colonna_down{
    margin-top: 100px !important;
}

.text_video{
    margin-top: 400px !important;
}

.accordion_menu .accordion-button{
    font-size: 20px;
}

}  




/* SOLO MOBILE */
@media (max-width: 768px) {
.mb-video-bg, .mh-video {
    max-height: 400px;
    min-height: none !important;
}
    .owl-nav{
        display: none;
    }

    .owl-box .owl-stage { padding-left: 0px !important;  } 

h1{
    font-size:30px;
}

h2{
    font-size:25px;
}


h3{
    font-size:25px;
}

.title_corsivo{
    font-size: 30px;
}

.colonna_down{
    margin-top: 20px !important;
}

.text_video{
    margin-top: 200px !important;
}

.offcanvas .container{
    display: contents;
}



}

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

.navbar-brand{
    width: 63%;
}





}



path { transition: fill .4s ease; }
#Logo:hover{
    #Raggruppa_5 path {
      fill: #007FBE;
    }
}

.mb-video-bg,
.mh-video {
    min-height: 770px;
}

.vimeo-wrapper-body {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 650px;
   pointer-events: none;
   overflow: hidden;
}
.vimeo-wrapper-body iframe {
   width: 100vw;
    height: 56.25vw;
    min-height: 150vh;
    min-width: 125.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.arrow-dx-promos{
    position: absolute;
    right: -40px;
    top: 50%;
    margin-top: -10px;

}
.arrow-sx-promos{
    position: absolute;
    left: -40px;
    top: 50%;
    margin-top: -10px;

}

input.error{
    border:1px solid red;
}

.radio-error label{ color:red; }


.btn_standard {
    border: 1px solid #353941;
    text-transform: uppercase;
    color: #353941;
    
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #31302B;
    transition: all ease 0.8s;
}
.btn_standard:hover {
    box-shadow: inset 0 -100px 0 0 #353941;
    color: #FFF;
}
.ratio{
    background-color: #e2e3e5;
}

.funzioni-bottom {
    color: #FFFFFF;
    background-color: #2B2D42;
    z-index: 1000;
}


