﻿:root{--bs-primary: #0000fe;--bs-primary-rgb: 0,0,254;}
.navbar{--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,254,1.0%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");}

/*lorenzo*/
.whatsapp-rega {position: fixed;z-index: 999;bottom: 30px;right: 30px;color: #ffffff;font-size: 35px;height: 70px;width: 70px;border-radius: 50%;display: block;background-color: #25d366;text-align: center;transition:0.3s;box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .06), 0 2px 32px 0 rgba(0, 0, 0, .16);}
.whatsapp-rega i{display:inline-block;margin-top:17px;}
.whatsapp-rega:hover{color:#ffffff;text-decoration:none;background-color:#21b358;}
.whatsapp-rega:focus {color: #ffffff;text-decoration: none;background-color:#21b358;}

.section-contatti .dati-contatto .s-dati-contatto {display: block;}
.section-contatti .dati-contatto .dato-testo i{color: var(--bs-primary);border:1px solid var(--bs-primary);padding: 0.5rem;font-size:1rem;border-radius:50%;margin-right:1rem;}
.section-contatti .dati-contatto .dato-testo .titolo {font-size: 1.2rem;font-weight:bold;display:block!important;}
.section-contatti .dati-contatto .s-dati-contatto .dato{border-bottom: 1px solid #d0d0d0;padding-bottom: 1rem;margin-bottom: 1rem;display: flex;flex-direction: row;align-items: center;}
.section-contatti .dati-contatto .s-dati-contatto .dato:last-child{border-bottom: none;padding-bottom: 0;margin-bottom: 0;}
.section-contatti .dati-contatto .s-dati-contatto .dato span{color: var(--bs-primary);}

.section-chi-siamo .section-image {height: auto;}
.section-servizi .section-image {height: auto;}

.section-image{padding:0;}
.section-image .specifica {position: relative;background-color: #00000069;color: #ffffff;padding: 1rem;text-align: center;}

@media (min-width: 992px) {
    .section-contatti .dati-contatto.agenzia{margin-bottom: 1.5rem;}
}
@media (max-width: 991px) {
    .navbar-brand img {max-height: 50px;}
    .language-selector {top: 28px;}
    .section-chi-siamo .section-image {height: 350px;}
    .section-servizi .section-image {height: 350px;}
}