

body{
    margin: 0;
    font-family: "Manrope", serif;
    font-optical-sizing: auto;
    font-size: 19px;
    font-weight: 400;
    font-style: normal;
    color:#1C1C1C;
    line-height: 30px;
}

img {
    margin:0;
}


h1{ 
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
}

h2{
    font-size:30px;
    font-style: normal;
    font-weight: 600;
}


h3{
    font-size:24px;
    font-style: normal;
    font-weight: 600;
}

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

.relative{
    position: relative;
}

a:hover,
a.active{
    color:#2677ED;
    
}

b,strong{
    font-weight:700;
}


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

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

.menu_top{
    border-top: 3px solid #0D5CCE;
}

.shadow{
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 7%) !important;
}

.bg_banner{
    background: url(/images/bg_chiaro3.jpg) top left;
    background-size: cover;
}

.title_banner{
    font-size: 45px;
    line-height: 60px;
    font-weight: 600;
}

.title_banner b{
    color:#0D5CCE;
}

.sfondo_light{
    background: url(/images/bg_sfumato.jpg) center center;
    background-size: cover;
}

.title_box{
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}

.text_box{
    font-size: 16px;
    line-height: 23px;
}

.bg_blu{
    background-color: #322a58;
}




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


.navbar-brand{
    width: 73%;
}



}  




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

h1{
    font-size:30px;
}

h2{
    font-size:24px;
}


h3{
    font-size:22px;
}

.title_banner{
    font-size: 35px;
    line-height: 50px;
    font-weight: 600;
}


}

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

.navbar-brand{
    width: 63%;
}





}







/*calendar*/

.dataapp{
  border-radius: 15px;
  background: radial-gradient( circle farthest-corner at 10% 20%, #0D5CCE 0%, #0D5CCE 90% );
  padding: 25px;
  color: white;
}
.dataapp .day{
  font-size: 80px;
  margin-top: -20px;
}
.dataapp .hour{
  font-size: 30px;
}
.dataapp .month{
  text-transform: uppercase;
    font-size: 25px;
}

.dataapp .weekday{
  margin-top: -20px;
}

.form-switch .form-check-input {
    width: 2.8125em;
    height: 1.8125em;
    margin-top: -0.25rem;
    margin-right: 0.75rem;
}


form-check-input:checked {
    background-color: #0d6efd;
    border-color: grey;
}
.form-check-input:checked{
  background-color: #0d6efd;
}
.form-switch .form-check-input:checked{
  background-color: #0d6efd;
}
.form-switch .form-check-input {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='lightgray'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='lightgray'/%3e%3c/svg%3e");
}
