/**
 * INTESTAZIONE
 */
.navbar.bg-dark {
    background-color:white !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.nav-link {
    color: #004d80 !important;
}
.nav-link:hover {
    color: #fe9b00;
}
.titoletto {
    font-size: 50px;
}
#logo {
    width: 3rem;
}
.bandierina {
    position: absolute;
    top: .8rem;
    width: 2rem;
}
html[lang="it"] .bandierina{
    right: 1rem;
}
html[lang="fa"] .bandierina{
    left: 1rem;
}

/**
 * CAROSELLO
 */
.carousel-caption {
    background-color: rgba(255, 255, 255, .15);  
    backdrop-filter: blur(5px);
    padding: 1rem;
    text-shadow: .1em .1em 0 #004d80;
}
.carousel-caption.trasparente {
    background-color: transparent;  
    backdrop-filter: blur(0);
    top: 3rem;
}
.testo-scuro {
    color: #004d80;
    text-shadow: .1em .1em 0 rgb(194, 194, 194);
}
.carousel-caption .btn {
    text-shadow: none;
    background: #004d80;
    border: #004d80;
}
.carousel-item {
    background-repeat: no-repeat;
    background-size: cover;
}
#carosello .logo {
    width: 10rem;
}

/**
 * LO STUDIO
 */
#lo_studio {
    scroll-margin-top: 70px;
}
#legali img {
    padding: 1rem;
}
.testo-giustificato {
    text-align: justify;
}

/**
 * AREE DI ATTIVITA
 */
#aree_attivita {
    scroll-margin-top: 20px;
}
#aree_attivita img {
    width: 100%;
}

/**
 * INVESTIRE IN IRAN
 */
#investire_in_iran {
    scroll-margin-top: 20px;
}
#investire_in_iran img {
    width: 100%;
    padding: 1rem;
}
#investire_in_iran img.visibile-mobile {
    display: none;
}
#investire_in_iran {
    display: grid;
}

/**
 * CONTATTI
 */
#contatti {
    scroll-margin-top: 20px;
}
#contatti img {
    width: 100%;
}
#mappa {
    width: 100%;
    height: 20rem;
}