body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
    letter-spacing: -0.01em;
    color: #333;
}

a {
    text-decoration: none;
}

.bold {
    font-weight: 700;
}

.regular {
    font-weight: 400;
}

.light {
    font-weight: 300;
}

.bg-white {
    background-color: #FFFFFF;
}

.fg-white {
    color: #FFFFFF;
}

.fg-theme {
    color: #265aa6;
}

.bg-theme {
    background-color: #265aa6;
}

.lightblue {
    color: #3fa3d5;
}

.border-color {
    border-color: #3fa3d5 !important;
}

.logo {
    max-height: 65px;
}

.medico {
    width: 35%;
}

.sub-header {
    background-image: url('./header.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}

main {
    margin-top: -65px;
    z-index: 500;
}

.m0 {
    margin: 0;
}

.p0 {
    padding: 0;
}

.upper {
    text-transform: uppercase;
}

.goccia {
    border-radius: 50% 0 50% 50%;
    width: 280px;
    height: 280px;
}

.goccia span {
    line-height: 1.3;
}

.shadow {
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.3);
}

.central-box {
    position: relative;
    opacity: 0.8;
    margin: 0 35px;
}

@media (max-width:992px) {
    header {
        text-align: center;
    }

    .sub-header {
        min-height: 300px;
    }
}

@media (max-width:600px) {
    .sub-header {
        min-height: 200px;
    }
}