/* your styles go here */
/* Example site test */

.box-image-text .image {
    min-height: 190px;
    max-height: 190px;
}

.box-image-text .image img {
    max-height: 190px;
    margin: auto;
}

.box-simple {
    min-height: 230px;
}

.home-carousel{
    position: relative;
    background: url('/img/fiasid/2019/11/AnnualInscriptionSfocatoScuro2000.jpg') center center repeat;
    background-size: cover;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.home-carousel .dark-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-accent);
    opacity: 0.3;
    filter: alpha(opacity=90);
}

row section-dense {
	margin: 0;
}

section, div.section {
    margin: 0;
}

.insurance-icon {
    width: 75px;
    height: 75px;
    padding-top: 17px;
    text-align: center;
    margin: 0px auto 27px;
    background: rgb(66, 165, 228);
    border-width: 6px;
    border-style: solid;
    border-color: rgb(206, 231, 247);
    border-image: initial;
    border-radius: 500px;
}

.services {
  margin-bottom: 40px;
}


.services .color1 {
    background: rgb(66, 165, 228);
    color: #ffffff; 
}

.services .color2 {
    background: rgb(40, 143, 197);
    color: #ffffff;
}

.services a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    opacity: 0.8;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    letter-spacing: 1px;
    font-family: "source sans pro";
}

h3 {
  position: relative;
  text-align: center; /* Centra il testo */
  padding-bottom: 5px;
}

h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%; /* Sposta il bordo sinistro al centro */
  transform: translateX(-50%); /* Muovi indietro del 50% della sua larghezza */
  width: 50px;
  height: 3px;
  background-color: #42a5e4;
}

body {
    font-family: 'Droid Sans', sans-serif;
    color: #333333;
}

.navbar ul.dropdown-menu li a {

    font-size: 10px;

}

