/*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;
    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;
}
.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: #089cb0 !important;
    color: #cde4fc !important;
    padding: 60px;
}
.box-base-2 {
    background-color: #b0dbd4 !important;
    color: #404d4f !important;
    padding: 60px;
}
.box-base-3 {
    background-color: #089cb0 !important;
    color: #cde4fc !important;
}
.big-padding-box {
    padding: 80px 50px;
}
.box-grain {
    background-color: #7b7b7b33;
    background-image: url("../img/grain-pattern.png");
    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 */
}
.absolute-element {
    position: absolute !important;
    z-index: 3 !important;
}
.box-google {
    position: relative !important;
    left: 40%;
    bottom: 180px;
}
.section-small-title {
    font-size: 1.3em;
}
.section-big-title {
    font-size: 2.5em;
}
.img-staff {
    background: url("../img/staff.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/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;
}
.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;
}
/*Service*/
.btn-service {
    position: absolute;
    bottom: 10%;
}
/*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 !important;
    background-size: cover !important;
    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.odontoiatria-conservativa {
    background: url("../img/odontoiatria-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: 80vh;
    border-radius: 40px 40px 40px 40px;
}
.img-odontoiatria-conservativa {
    background: url("../img/odontoiatria-conservativa/1.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;
}
.img-odontoiatria-conservativa-2 {
    background: url("../img/odontoiatria-conservativa/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;
}
.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/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;
}
.open-bg.implantologia {
    background: url("../img/implantologia/cover.jpg") no-repeat top !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-implantologia {
    background: url("../img/implantologia/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-implantologia-2 {
    background: url("../img/implantologia/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.implantologia {
    background: url("../img/implantologia/5.jpg") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.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;
}
.img-igiene-2 {
    background: url("../img/igiene/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.igiene {
    background: url("../img/igiene/6.jpg") no-repeat center;
    -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;
}
.img-ortodonzia {
    background: url("../img/ortodonzia/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-ortodonzia-2 {
    background: url("../img/ortodonzia/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.ortodonzia {
    background: url("../img/ortodonzia/5.jpg") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.img-parodontologia {
    background: url("../img/parodontologia/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-parodontologia-2 {
    background: url("../img/parodontologia/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.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;
}
/*Footer*/
.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);
}
.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) {
    .section {
        margin: 0 20px;
    }
    .section-bg {
        margin: 0 20px;
        padding: 20px 30px;
    }
    .pi-box {
        margin-bottom: 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 !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
        height: 90vh;
    }
    .title {
        font-size: 2em;
    }
    .section-big-title {
        font-size: 2em;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .section {
        margin: 0 20px;
    }
    .pi-box {
        margin-bottom: 20px;
        padding: 30px;
    }
    .img-staff, .img-studio, .img-gnatologia, .img-gnatologia-2, .img-odontoiatria-conservativa, .img-odontoiatria-conservativa-2, .img-implantologia, .img-implantologia-2, .img-ozonoterapia {
        height: 30vh !important;
        margin: 20px;
    }
    .open-bg.gnatologia {
        background: url("../img/gnatologia/cover-xs.jpg") no-repeat left !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    }
    .open-bg.odontoiatria-conservativa {
        background: url("../img/odontoiatria-conservativa/cover-xs.jpg") no-repeat left !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    }
    .open-bg.implantologia {
        background: url("../img/implantologia/cover-xs.jpg") no-repeat top !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    }
    .open-bg.ozonoterapia {
        background: url("../img/ozonoterapia/cover-xs.jpg") no-repeat top !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    }
    .cover-title-relative {
        top: 60%;
        width: 95%;
    }
}
@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: 3em;
    }
    .box-bottom {
        position: absolute;
        bottom: 0;
        width: 70%;
    }
    .section-bg {
        margin: 20px 30px;
    }
    .img-staff, .img-studio, .img-gnatologia, .img-gnatologia-2, .img-odontoiatria-conservativa, .img-odontoiatria-conservativa-2, .img-implantologia, .img-implantologia-2, .img-ozonoterapia {
        height: 30vh !important;
        margin: 20px;
    }
    .open-bg.gnatologia {
        background: url("../img/gnatologia/cover-s.jpg") no-repeat right bottom !important;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
    }
    .open-bg.odontoiatria-conservativa {
        background: url("../img/odontoiatria-conservativa/cover-s.jpg") no-repeat left !important;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
    }
    .open-bg.implantologia {
        background: url("../img/implantologia/cover-s.jpg") no-repeat center !important;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
    }
    .open-bg.ozonoterapia {
        background: url("../img/ozonoterapia/cover-s.jpg") no-repeat center !important;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !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;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
    }
    .open-bg.odontoiatria-conservativa {
        background: url("../img/odontoiatria-conservativa/cover-s.jpg") no-repeat left !important;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
    }
    .open-bg.implantologia {
        background: url("../img/implantologia/cover-s.jpg") no-repeat center !important;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
    }
    .open-bg.ozonoterapia {
        background: url("../img/ozonoterapia/cover-s.jpg") no-repeat center !important;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
    }
}
@media (min-width: 1540px) {
    .cover-title-relative {
        bottom: 7%;
    }
    .cover-box-grain {
        width: 30%;
    }
}