/*Bg open site*/
.open-bg {
    background: url("../img/cover.jpg") no-repeat center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    height: 80vh !important;
    border-radius: 40px 40px 40px 40px;
}
.title {
    font-size: 3em;
    line-height: 1em;
    margin-bottom: 15px;
    letter-spacing: -1px;
}
.subtitle {
    letter-spacing: 3px;
    font-size: 1em;
    font-weight: 300;
    text-transform: uppercase;
    color: rgb(165, 174, 168);
}
.section-bg {
    margin: 20px 60px;
    padding: 20px 60px;
}
.section-bg-w {
    padding: 20px 60px;
}
.section-bg-w a.pi-link-white {
    color: #fff !important;
}
.link-arrow {
    font-weight: 600;
}
.link-arrow i {
    font-weight: 800;
    font-size: 1.8em;
    position: relative;
    top: 8px;
}
.cover-title-relative {
    position: absolute;
    z-index: 3;
    bottom: 0;
}
.cover-box-grain {
    background-color: #FFFFFF33 !important;
    background-image: url("../img/grain-pattern.png") !important;
    background-position: center center;
    background-repeat: repeat;
    background-size: auto;
    border: 1px solid #fff;
    color: #fff !important;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 30px;
    z-index: 3;
    width: 40%;
}
/*Section*/
.section {
    margin: 20px 60px;
}
.box-white {
    background-color: #fff;
    padding: 60px;
}
.box-base {
    background-color: #004591 !important;
    color: #cde4fc !important;
    padding: 60px;
}
.box-base-2 {
    background-color: #53B6E1 !important;
    color: #404d4f !important;
    padding: 60px;
}
.box-base-3 {
    background-color: #004591 !important;
    color: #cde4fc !important;
}
.big-padding-box {
    padding: 80px 50px;
}
.box-grain {
    background-color: #7b7b7b33 !important;
    background-image: url("../img/grain-pattern.png") !important;
    background-position: center center;
    background-repeat: repeat;
    background-size: auto;
    border: 1px solid #fff;
    color: #fff !important;
    padding: 60px;
    backdrop-filter: blur(10px); /* Puoi cambiare il valore per intensificare o ridurre l'effetto */
    -webkit-backdrop-filter: blur(10px); /* Per il supporto su browser WebKit */
}
    .box-premium-bottom {
        position: absolute ;
        bottom: 5%;
        right: 5%;
    }

.section-small-title {
    font-size: 1.3em;
}
.section-big-title {
    font-size: 2.5em;
}
.section-bg-w.cta {
    background: url("../img/2.jpg") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.img-full-1 {
    background: url("../img/bambini.jpg") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 40px 40px 40px 40px;
}
.img-studio {
    background: url("../img/studio.jpg") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 40px 40px 40px 40px;
}
.svg-icon img {
    width: 70px;
}
.pi-icon-box-icon-semicircle {
    background: #fff !important;
    color: #333 !important;
    border: 1px solid #dfe4e1 !important;
    border-radius: 30px !important;
}
.cta-bg {
    background: url("../img/cta.jpg") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 40px 40px 40px 40px;
}
.border-map iframe {
    border-radius: 40px 40px 40px 40px;
}
.col-video {
    overflow: hidden;
}
.border-video {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}
.border-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
@media (max-width: 767px) {
    .col-video {
        min-width: 100%;
    }
}
.title-inside-relative {
    position: absolute;
    z-index: 3;
    bottom: 7%;
    padding: 40px;
}
.highlight {
    display: inline;
    width: max-content;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #fff 50%, #FFB600 50%);
    background-position: 0% 0;
    animation-duration: 2s;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.highlight.active {
    animation-name: highlight;
}
@keyframes highlight {
    from {
        background-position: 0% 0;
    }
    to {
        background-position: -100% 0;
    }
}
.open-bg.contatti {
    background: url("../img/contatti.jpg") no-repeat center !important;
    background-size: cover !important;
        -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
}
/*Service*/
.btn-service {
    position: absolute;
    bottom: 10%;
}
/*Blog*/
.section-bg {
    min-height: 400px;
    height: 100%;
}
.bg-blog {
    background-size: cover;
    height: 80vh;
    background-position: center !important;
    border-radius: 40px 0 0 40px;
}
.border-blog {
    border-radius: 40px 40px 40px 40px;
}
.custom-content-row {
    display: flex;
    align-items: center;
    height: 100%;
}
.custom-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
    text-align: left;
}
.title-blog {
    font-size: 3em;
    font-weight: 500;
    margin-bottom: 30px;
}
.subtitle-blog {
    font-size: 2em;
    font-weight: 500;
}
/*Staff*/
.bg-staff {
    background-size: cover;
    height: 80vh;
    background-position: center !important;
    border-radius: 40px 0 0 40px;
}
.border-blog {
    border-radius: 40px 40px 40px 40px;
}
/*Landing*/
.open-bg.gnatologia {
    background: url("../img/gnatologia/cover.jpg") no-repeat center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover;
    background-size: cover;
    height: 80vh;
    border-radius: 40px 40px 40px 40px;
}
.img-gnatologia {
    background: url("../img/gnatologia/1.jpg") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 40px 40px 40px 40px;
}
.img-gnatologia-2 {
    background: url("../img/gnatologia/4.jpg") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 40px 40px 40px 40px;
}
.section-bg-w.gnatologia {
    background: url("../img/gnatologia/7.jpg") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.open-bg.conservativa {
    background: url("../img/conservativa/cover.jpg") no-repeat center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    height: 80v !importanth;
    border-radius: 40px 40px 40px 40px;
}
.img-conservativa {
    background: url("../img/conservativa/2.jpg") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 40px 40px 40px 40px;
}
.section-bg-w.conservativa {
    background: url("../img/conservativa/4.jpg") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.open-bg.implantologia {
    background: url("../img/implantologia/cover.jpg") no-repeat center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    height: 80vh !important;
    border-radius: 40px 40px 40px 40px;
}
.img-implantologia {
    background: url("../img/implantologia/2.jpg") no-repeat center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    border-radius: 40px 40px 40px 40px;
}
.section-bg-w.implantologia {
    background: url("../img/implantologia/6.jpg") no-repeat center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.open-bg.pedodonzia {
    background: url("../img/pedodonzia/cover.jpg") no-repeat center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    height: 80vh !important;
    border-radius: 40px 40px 40px 40px;
}
.img-pedodonzia {
    background: url("../img/pedodonzia/2.jpg") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 40px 40px 40px 40px;
}
.section-bg-w.pedodonzia {
    background: url("../img/pedodonzia/6.jpg") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.open-bg.laser {
    background: url("../img/laser/cover.jpg") no-repeat center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    height: 80vh;
    border-radius: 40px 40px 40px 40px;
}
.img-laser {
    background: url("../img/laser/2.jpg") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 40px 40px 40px 40px;
}
.section-bg-w.laser {
    background: url("../img/laser/5.jpg") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.open-bg.igiene {
    background: url("../img/igiene/cover.jpg") no-repeat center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    height: 80vh;
    border-radius: 40px 40px 40px 40px;
}
.img-igiene {
    background: url("../img/igiene/1.jpg") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 40px 40px 40px 40px;
}
.section-bg-w.igiene {
    background: url("../img/igiene/4.jpg") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.open-bg.ozonoterapia {
    background: url("../img/ozonoterapia/cover.jpg") no-repeat center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    height: 80vh;
    border-radius: 40px 40px 40px 40px;
}
.img-ozonoterapia {
    background: url("../img/ozonoterapia/2.jpg") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 40px 40px 40px 40px;
}
.section-bg-w.ozonoterapia {
    background: url("../img/ozonoterapia/6.jpg") no-repeat top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.open-bg.ortodonzia {
    background: url("../img/ortodonzia/cover.jpg") no-repeat center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    height: 80vh;
    border-radius: 40px 40px 40px 40px;
}
.img-ortodonzia {
    background: url("../img/ortodonzia/2.jpg") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 40px 40px 40px 40px;
}
.section-bg-w.ortodonzia {
    background: url("../img/ortodonzia/6.jpg") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.open-bg.estetica {
    background: url("../img/estetica/cover.jpg") no-repeat center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    height: 80vh;
    border-radius: 40px 40px 40px 40px;
}
.img-estetica {
    background: url("../img/estetica/2.jpg") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 40px 40px 40px 40px;
}
.section-bg-w.estetica {
    background: url("../img/estetica/4.jpg") no-repeat top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.img-sbiancamento {
    background: url("../img/sbiancamento/1.jpg") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 40px 40px 40px 40px;
}
.img-sbiancamento-2 {
    background: url("../img/sbiancamento/3.jpg") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 40px 40px 40px 40px;
}
.section-bg-w.sbiancamento {
    background: url("../img/sbiancamento/5.jpg") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.open-bg.parodontologia {
    background: url("../img/parodontologia/cover.jpg") no-repeat center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    height: 80vh;
    border-radius: 40px 40px 40px 40px;
}
.img-parodontologia {
    background: url("../img/parodontologia/2.jpg") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 40px 40px 40px 40px;
}
.section-bg-w.parodontologia {
    background: url("../img/parodontologia/6.jpg") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.open-bg.chirurgia {
    background: url("../img/chirurgia-odontostomatologica/cover.jpg") no-repeat center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    height: 80vh;
    border-radius: 40px 40px 40px 40px;
}
.img-chirurgia {
    background: url("../img/chirurgia-odontostomatologica/2.jpg") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 40px 40px 40px 40px;
}
.section-bg-w.chirurgia {
    background: url("../img/chirurgia-odontostomatologica/6.jpg") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.open-bg.endodonzia {
    background: url("../img/endodonzia/cover.jpg") no-repeat center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    height: 80vh;
    border-radius: 40px 40px 40px 40px;
}
.img-endodonzia {
    background: url("../img/endodonzia/2.jpg") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 40px 40px 40px 40px;
}
.section-bg-w.endodonzia {
    background: url("../img/endodonzia/5.jpg") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/*Footer*/
.footer-menu a {
    font-weight: 500;
}
.btn-whatsapp {
    z-index: 999999;
    background: #3BBF5A;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-shadow: 0px 0px 1px 1px rgba(59, 191, 90, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-whatsapp i {
    color: #fff;
    font-size: 40px;
}
.pulse {
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(37, 211, 102, 0.5);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
    }
}
.wa-center {
    display: block;
    margin: 10px auto;
}
.footer-fixed {
    position: fixed;
    z-index: 1002;
    bottom: 0;
    width: 100%;
}
@media (min-width: 320px) and (max-width: 479px) {
    .pi-row-lg .pi-row-block-logo img {
        max-height: 90px;
    }
    .section {
        margin: 0 20px;
    }
    .section-bg {
        margin: 0 20px;
        padding: 20px 30px;
    }
    .pi-box {
        margin-bottom: 20px;
        padding: 20px;
    }
    .box-bottom {
        position: absolute;
        bottom: 0;
        left: 10%;
        width: 80%;
    }
    .open-bg {
        background: url("../img/cover-xs.jpg") no-repeat center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 90vh;
    }
    .title {
        font-size: 1.6em;
    }
    .section-big-title {
        font-size: 1.8em;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .section {
        margin: 0 20px;
    }
    .pi-box {
        margin-bottom: 20px;
        padding: 30px;
    }
    .img-full-1, .img-studio, .img-gnatologia, .img-odontoiatria-conservativa, .img-implantologia, .img-chirurgia, .img-pedodonzia, .img-laser, .img-igiene, .img-ozonoterapia, .img-estetica, .img-ortodonzia, .img-conservativa, .img-endodonzia, .img-parodontologia {
        height: 30vh !important;
        margin: 20px;
    }
    .open-bg.chirurgia {
        background: url("../img/chirurgia-odontostomatologica/cover-xs.jpg") no-repeat left !important;
        background-size: cover !important;
    }
    .open-bg.implantologia {
        background: url("../img/implantologia/cover-xs.jpg") no-repeat left !important;
        background-size: cover !important;
    }
    .open-bg.pedodonzia {
        background: url("../img/pedodonzia/cover-xs.jpg") no-repeat left !important;
        background-size: cover !important;
    }
    .open-bg.chirurgia {
        background: url("../img/chirurgia-odontostomatologica/cover-xs.jpg") no-repeat center !important;
        background-size: cover !important;
    }
    .open-bg.laser {
        background: url("../img/laser/cover-xs.jpg") no-repeat center !important;
        background-size: cover !important;
    }
    .open-bg.igiene {
        background: url("../img/igiene/cover-xs.jpg") no-repeat center !important;
        background-size: cover !important;
    }
    .open-bg.ozonoterapia {
        background: url("../img/ozonoterapia/cover-xs.jpg") no-repeat top center !important;
        background-size: cover !important;
    }
    .open-bg.estetica {
        background: url("../img/estetica/cover-xs.jpg") no-repeat top center !important;
        background-size: cover !important;
    }
    .open-bg.ortodonzia {
        background: url("../img/ortodonzia/cover-xs.jpg") no-repeat top center !important;
        background-size: cover !important;
    }
    .open-bg.conservativa {
        background: url("../img/conservativa/cover-xs.jpg") no-repeat top center !important;
        background-size: cover !important;
    }
    .open-bg.endodonzia {
        background: url("../img/endodonzia/cover-xs.jpg") no-repeat top center !important;
        background-size: cover !important;
    }
    .open-bg.parodontologia {
        background: url("../img/parodontologia/cover-xs.jpg") no-repeat top center !important;
        background-size: cover !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .open-bg {
        background: url("../img/cover-s.jpg") no-repeat center;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
    }
    .cover-title-relative {
        bottom: 0;
    }
    .section {
        margin: 0 20px;
    }
    .pi-box {
        margin-bottom: 20px;
    }
    .title {
        font-size: 2.4em;
    }
    .box-bottom {
        position: absolute;
        bottom: 0;
        width: 70%;
    }
    .section-bg {
        margin: 20px 30px;
    }
    .img-full-1, .img-studio, .img-gnatologia, .img-odontoiatria-conservativa, .img-chirurgia, .img-implantologia, .img-pedodonzia, .img-laser, .img-igiene, .img-ozonoterapia, .img-estetica, .img-ortodonzia, .img-conservativa, .img-endodonzia, .img-parodontologia {
        height: 30vh !important;
        margin: 20px;
    }
    .open-bg.gnatologia {
        background: url("../img/gnatologia/cover-s.jpg") no-repeat right bottom !important;
        background-size: cover !important;
    }
    .open-bg.chirurgia {
        background: url("../img/chirurgia-odontostomatologica/cover-s.jpg") no-repeat center !important;
        background-size: cover !important;
    }
    .open-bg.implantologia {
        background: url("../img/implantologia/cover-s.jpg") no-repeat center !important;
        background-size: cover !important;
    }
    .open-bg.pedodonzia {
        background: url("../img/pedodonzia/cover-s.jpg") no-repeat center !important;
        background-size: cover !important;
    }
    .open-bg.laser {
        background: url("../img/laser/cover-s.jpg") no-repeat center !important;
        background-size: cover !important;
    }
    .open-bg.igiene {
        background: url("../img/igiene/cover-s.jpg") no-repeat center !important;
        background-size: cover !important;
    }
    .open-bg.ozonoterapia {
        background: url("../img/ozonoterapia/cover-s.jpg") no-repeat center !important;
        background-size: cover !important;
    }
    .open-bg.estetica {
        background: url("../img/estetica/cover-s.jpg") no-repeat center !important;
        background-size: cover !important;
    }
    .open-bg.ortodonzia {
        background: url("../img/ortodonzia/cover-s.jpg") no-repeat center !important;
        background-size: cover !important;
    }
    .open-bg.conservativa {
        background: url("../img/conservativa/cover-s.jpg") no-repeat top !important;
        background-size: cover !important;
    }
    .open-bg.endodonzia {
        background: url("../img/endodonzia/cover-s.jpg") no-repeat top !important;
        background-size: cover !important;
    }
    .open-bg.parodontologia {
        background: url("../img/parodontologia/cover-s.jpg") no-repeat top !important;
        background-size: cover !important;
    }
}
@media (min-width: 992px) and (max-width: 1279px) {
    .section {
        margin: 0 20px;
    }
    .open-bg.gnatologia {
        background: url("../img/gnatologia/cover-s.jpg") no-repeat left !important;
        background-size: cover !important;
    }
    .open-bg.conservativa {
        background: url("../img/conservativa/cover-s.jpg") no-repeat top !important;
        background-size: cover !important;
    }
    .open-bg.chirurgia {
        background: url("../img/chirurgia-odontostomatologica/cover-s.jpg") no-repeat center !important;
        background-size: cover !important;
    }
    .open-bg.implantologia {
        background: url("../img/implantologia/cover-s.jpg") no-repeat center !important;
        background-size: cover !important;
    }
    .open-bg.pedodonzia {
        background: url("../img/pedodonzia/cover-s.jpg") no-repeat center !important;
        background-size: cover !important;
    }
    .open-bg.laser {
        background: url("../img/laser/cover-s.jpg") no-repeat center !important;
        background-size: cover !important;
    }
    .open-bg.igiene {
        background: url("../img/igiene/cover-s.jpg") no-repeat center !important;
        background-size: cover !important;
    }
    .open-bg.ozonoterapia {
        background: url("../img/ozonoterapia/cover-s.jpg") no-repeat center !important;
        background-size: cover !important;
    }
    .open-bg.estetica {
        background: url("../img/estetica/cover-s.jpg") no-repeat center !important;
        background-size: cover !important;
    }
    .open-bg.ortodonzia {
        background: url("../img/ortodonzia/cover-s.jpg") no-repeat center !important;
        background-size: cover !important;
    }
    .open-bg.endodonzia {
        background: url("../img/endodonzia/cover-s.jpg") no-repeat center !important;
        background-size: cover !important;
    }
    .open-bg.parodontologia {
        background: url("../img/parodontologia/cover-s.jpg") no-repeat center !important;
        background-size: cover !important;
    }
}
@media (min-width: 1540px) {
    .cover-title-relative {
        bottom: 7%;
    }
    .cover-box-grain {
        width: 30%;
    }
}