body{
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    color:#1C1C1C;
    line-height: 30px;
    letter-spacing: 0.5px;
}

img {
    margin:0;
}


h1{ 
    font-size: 55px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;

}

h2{
    font-size:35px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
}


h3{
    font-size:24px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
}


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

.relative{
    position: relative;
}

a:hover,
a.active{
    color:#2569D6;
    
}

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



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

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

.menu_top{
    border-bottom: 1px solid #EAEAEA;
}

.navbar-brand img{
    width: 140px;
}

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

.btn_blu{
    background-color: #2569D6;
    border-radius: 0;
    border:0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn_dark{
    background-color: #1C1C1C;
    border-radius: 0;
    border:0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn_dark:hover,
.btn_dark.active{
    background-color: #2569D6;
}

.navbar-nav .nav-item{
    font-size: 16px;
    font-weight: 600; 
}

.nav-link{
    color: #1C1C1C;
}

.nav-item .nav-link:hover,
.nav-item .nav-link.active{
    color: #2569D6;
}

.offcanvas-body{
    font-size: 18px;
}

.blu{
    color: #2569D6;
}

.title_big{
    font-size: 48px;
    line-height: 52px;
    font-weight: 700;
    text-transform: uppercase;
}

.no_underline{
    text-decoration: none;
}

.intro_top{
    font-size: 16px;
}

.bg_righe{
    background: url(../images/righe_bg.png) repeat-y;
    background-size: cover;
}

.bg_banner{
    background: url(../images/banner_hp.jpg) center center;
    background-size: cover;
    min-height: 560px;
}

.text_up{
    text-transform: uppercase;
    font-size: 20px;
}

.bg_grey{
    background-color: #F2F2F2;
}

.bnt_onimage{
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 30px;
}

.margintop{
    margin-top: 100px;
}

.bg_dark{
    background-color: #1C1C1C;
    color: #fff;
}

.bg_dark a{
    color: #fff;
}

.bg_dark a:hover{
    color: #2569D6;
}

.border_box{
    border: 1px solid #333333;
}

.btn_footer{
    text-decoration: none;
    border-bottom: 3px solid #2569D6;
}

.bg_blu{
    background-color: #2569D6;
    color: #fff;
}

.img_top{
    margin-top: -80px;
}

.form-control{
    border-radius: 0;
}

.vimeo-wrapper-body iframe {
    width: 200vw;
    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;
}

/* 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){
    

}


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

}

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

.img_top{
    margin-top: 0;
}

}

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



}


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




}

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


.navbar-brand{
    width: 73%;
}

.margintop{
    margin-top: 0;
}

.border_box{
    border: none;
}



}  




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

h1{
    font-size:30px;
}

h2{
    font-size:24px;
}


h3{
    font-size:22px;
}

.title_big{
    font-size: 28px;
}

.vimeo-wrapper-body iframe {
    width: 500vw;
}



}

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

.navbar-brand{
    width: 63%;
}





}

.nav-link{
    text-transform: uppercase;
}
.zindextop{
z-index: 10;
}
.vimeo-wrapper-body {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 650px;
   pointer-events: none;
   overflow: hidden;
   z-index: 1;
}

.case_image,
.bg_banner{
    animation-duration: 4s;
    animation-range: cover 100% cover 110%;
    animation: the-animation linear;
    animation-timeline: view();
    overflow: hidden;
}

@keyframes the-animation {
  from {
    background-size: auto 130%;
  }
  to {
    background-size: auto 150%;
  }
}

.case-study{
    margin-top: 25px;
}
