
@import url('https://fonts.googleapis.com/css?family=Manjari:400,700&display=swap');


/*GENERALI*/
button:focus,a:focus {outline: 0;}
h1, h2, h3, h4, h5, h6{font-family: 'Manjari', serif;}
p,input,ul,li{font-family: 'Manjari', serif;font-weight: 400;color:#5e5e5e;font-size: 15px;}

a{transition: all 0.3s ease;color:#3985bf;}
a:hover{color:#3985bf;}
dl, ol, ul {margin-top: 0;margin-bottom: 0;}
footer .studio09{max-width: 100px;width: 200px;}
.wow{visibility: hidden;}
ul{padding-inline-start: 0px;}


/*MARGIN-TOP*/
.mt-10{margin-top: 10px;}.mt-20{margin-top: 20px;}.mt-30{margin-top: 30px;}.mt-40{margin-top: 40px;}.mt-50{margin-top: 50px;}.mt-60{margin-top: 60px;}.mt-70{margin-top: 70px;}.mt-80{margin-top: 80px;}.mt-90{margin-top: 90px;}
/*MARGIN-BOTTOM*/
.mb-10{margin-bottom: 10px;}.mb-20{margin-bottom: 20px;}.mb-30{margin-bottom: 30px;}.mb-40{margin-bottom: 40px;}.mb-50{margin-bottom: 50px;}.mb-60{margin-bottom: 60px;}.mb-70{margin-bottom: 70px;}.mb-80{margin-bottom: 80px;}.mb-90{margin-bottom: 90px;}

.due-colonne{column-count: 2;column-gap: 50px;}

.privacy {display: none;}
.logo{max-width: 250px!important;}


/* RESPONSIVE */

@media (max-width: 1199px) {

}



@media (max-width: 991px) {

}



@media (max-width: 767px) {
    .due-colonne{column-count: 1;column-gap: 0px;}

}



@media (max-width: 575px) {

}