body{
    margin: 0;
    font-family: "DM Sans", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color:#03040B;
    background-color: #03040B;
    line-height: 30px;
}

img {
    margin:0;
}


h1{ 
    font-size: 47px;
    font-style: normal;
    font-weight: 500;
}

h2{
    font-size:40px;
    font-style: normal;
    font-weight: 500;
}


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

h4{
    font-size:20px;
    font-style: normal;
    font-weight: 400;
}


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

.relative{
    position: relative;
}

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

b,strong{
    font-weight:700;
}

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

.finale ul{
    padding-left: 0;
}

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

.finale a{
    color: #fff;
}

.spazio_brand_footer{
    text-align: right;
}

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

.bg_dark_blue{
    background-color: #03040B !important;
}

.bg_dark_blue_blur{
    background-color: rgb(3 4 11 / 59%);
    backdrop-filter: blur(30px);
}

.btn{
    font-weight: 600;
    font-size: 16px;
}

.btn_purple{
    background-image: linear-gradient(to top right, #33346F 0%, #6668DE 100%);
    border: none;
}

.btn_purple:hover,
.btn_purple.active{
    background-image: linear-gradient(to top right, #6668DE 0%, #6668DE 100%);
    background-color: #6668DE;
    border: none;
}

.text_hover{
    margin-left: -15%;
}

.box_bg{
    background-color: #12151D;
    border: 1px solid #303645;
}

.card-body{
    flex: 1 1 auto;
}

#ws_list.bg_list{
    background: url(/images/bg_sfumato1.jpg) center bottom no-repeat;
    background-size: cover;
}

#ws_footer .col-lg-5 a{
    color: #fff;
}

#ws_footer.bg_footer{
    background: url(/images/bg_sfumato2_scuro.jpg) center bottom no-repeat;
    background-size: cover;
}

#ws_list_slider h1{
    font-size: 37px;
}

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

.bg_box{
    background-color: rgb(254 200 43 / 91%);
}

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





}

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



}


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




}

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

h1{
    font-size:33px;
    letter-spacing: 0;
}  

h2{
    font-size:26px;
    letter-spacing: 0;
}


h3{
    font-size:22px;
}

#ws_list_slider h1{
    font-size: 33px;
}

.text_hover{
    margin-left: 0;
}



}  




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

h1{
    font-size:30px;
}






}

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




}


.owl-stage-outer{
    border-radius: 1rem !important;
}
.owl-prev{
    position: absolute !important;
    left: 0px !important;
    bottom: 50% !important;
    width: 35px !important;
    height: 35px !important;
    background-color: lightgray !important;
    border-radius: 1rem !important;
    font-size: 35px !important;

}
.owl-next{
    position: absolute !important;
    right: 0px !important;
    bottom: 50% !important;
    width: 35px !important;
    height: 35px !important;
    background-color: lightgray !important;
    border-radius: 1rem !important;
    font-size: 35px !important;
}
.owl-dots{
    text-align: center;
}
.owl-dot{
    margin: 2px !important;
    height: 7px !important;
    width: 7px !important;
    background-color: black !important;
    border-radius: 1rem !important;
    opacity: .5 !important;
}

.owl-dot.active{
    opacity: 1 !important;
}