@charset "utf-8";
/* CSS Document */
.cover {
    background-image: url("../img/cover.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 90vh;
}
.cover-title {
    font-size: 3em;
    font-weight: 600;
    line-height: 1.2em;
}
.cover-subtitle {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.title-relative{
    position: relative;
}
.subtitle, .subtitle-2 {
    font-size: 14px;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #95c5c9 !important;
}
.subtitle-3 {
    font-size: 14px;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff !important;
}
.subtitle {
    padding-left: 10px;
}
.subtitle::after {
    content: '';
    position: absolute;
    top: 11px;
    left: 42.5%;
    transform: translate(-50%, -50%);
    height: 2px;
    opacity: 1;
    width: 50px;
    opacity: .5;
    background: #fbf3e7;
}
.subtitle::before {
    content: "";
    position: absolute;
    height: 6px;
    width: 6px;
    border-radius: 40%;
    background: #95c5c9;
    left: 38%;
  top: 8px;
}
.subtitle-2 {
    padding-left: 80px;
}
.subtitle-2::after {
    content: '';
    position: absolute;
    top: 12px;
    left: 45px;
    transform: translate(-50%, -50%);
    height: 2px;
    opacity: 1;
    width: 50px;
    opacity: .5;
    background: #fbf3e7;
}
.subtitle-2::before {
    content: "";
    position: absolute;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #5b3b3b;
    left: 0;
    top: 9px;
}
.subtitle-3 {
    padding-left: 80px;
}
.subtitle-3::after {
    content: '';
    position: absolute;
    top: 11px;
  left: 40px;
    transform: translate(-50%, -50%);
    height: 2px;
    opacity: 1;
    width: 50px;
    opacity: 0.5;
    background: rgba(255, 255, 255, 0.70);
}
.subtitle-3::before {
    content: "";
    position: absolute;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
    left: 0;
    top: 8px;
}
.pi-box-base {
    background-color: #5b3b3b !important;
    color: rgba(255, 255, 255, 0.80) !important;
}
.box-relative {
    position: relative;
    bottom: 150px;
}
.box-relative-padding {
    padding: 30px 50px 30px 80px;
}
.box-relative-img {
    background-image: url("../img/dr-content/genere.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.icon-absolute i {
    width: 90px !important;
    height: 90px !important;
    line-height: 90px !important;
    font-size: 43px !important;
    border: 6px solid #fff;
}
.icon-absolute {
    position: absolute;
    left: -50px;
    top: 70px;
}
.contact-box {
    position: relative;
    background-image: url("../img/contact.jpg") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.contact-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(19, 19, 19, 0.6);
    z-index: 0;
    border-radius: 8px;
}
.contact-box > * {
    position: relative;
    z-index: 1;
}
.icon-border::after {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    top: 6px;
    border-right: 2px dashed rgba(113, 174, 165, 0.5);
}
.icon-border::before {
    content: "";
    position: absolute;
    right: -4px;
    top: -10px;
    width: 10px !important;
    height: 10px;
    border-radius: 10px;
    background: #5d5b5a;
}
.icon-link-service {
    background-color: #5b3b3b;
    border-radius: 50px;
    padding: 3px 8px;
    color: #fff;
}
.quote::before {
    content: url("../img/quote.png");
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 0;
    max-width: 50px;
}
.quote p {
    position: relative;
    z-index: 1;
}
.section-relative {
    position: relative;
    margin-top: -15%;
}
.pi-icon-box:hover h4 {
    transition: 0.5s ease;
    color: #5d5b5a !important;
}
.pi-icon-box .pi-icon-box-icon-circle, .pi-icon-box-vertical .pi-icon-box-icon-circle, .pi-icon-box .pi-icon-box-icon-square, .pi-icon-box-vertical .pi-icon-box-icon-square {
    color: #5d5b5a;
}
.article {
  background-color: #fff !important;
  margin: 0 10px;
  position: relative;
  bottom: 50px;
  z-index: 3;
}
.program-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.program-list li {
    border-bottom: 1px solid #eee;
}
.program-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    text-decoration: none;
    font-weight: 500;
    color: #555;
    background: #faf9f8;
    position: relative;
    transition: all .25s ease;
}
/* barra laterale sinistra */
.program-list a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: transparent;
    transition: background .25s ease;
}
/* icona */
.program-list i {
    font-size: 14px;
    color: #999;
    transition: transform .25s ease, color .25s ease;
}
/* HOVER */
.program-list a:hover {
    background: #fff;
    color: #5b3b3b; /* colore attivo */
}
.program-list a:hover::before {
    background: #5b3b3b;
}
.program-list a:hover i {
    transform: translateX(4px);
    color: #5b3b3b;
}
/*YouTube Responsive*/
.rwd-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.rwd-video iframe, .rwd-video object, .rwd-video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
div.maps iframe {
  border-radius: 8px 0 0 0;
}
div.maps_2 iframe {
  border-radius: 0 0 0 8px;
}
/*Footer*/
.btn-whatsapp {
    z-index: 999999;
    background: #25d366;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-shadow: 0px 0px 1px 1px rgba(37, 211, 102, 0.5);
    font-size: 2.8em;
    color: #fff;
}
.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;
}
.btn-whatsapp i {
    font-size: 40px !important;
    color: #fff !important;
    left: 15px!important;
    position: relative;
    top: 14px !important;
}
@media screen and (max-width: 1024px) {
    .cover {
        background-image: url("../img/cover-s.jpg");
    }
}
@media screen and (max-width: 767px) {
    .cover {
        background-image: url(../img/cover-xs.jpg);
        background-position: center;
        color: #FFFFFF !important;
    }
    .title {
        font-size: 1.8em;
    }
    .cover-padding {
        padding-top: 70px;
    }
    .subtitle {
        padding-left: 40px;
    }
    .subtitle::after {
        content: '';
        left: 145px;
    }
    .subtitle::before {
        left: 110px;
    }
    .subtitle-2 {
        padding-left: 80px;
    }
    .subtitle-2::after {
        content: '';
        position: absolute;
        top: 10px;
        left: 55px;
        transform: translate(-50%, -50%);
        height: 2px;
        opacity: 1;
        width: 50px;
        opacity: 0.5;
        background: #71AEA5;
    }
    .subtitle-2::before {
        content: "";
        position: absolute;
        height: 6px;
        width: 6px;
        border-radius: 50%;
        background: #5b3b3b;
        left: 15px;
        top: 7px;
    }
    .icon-border::after {
        position: inherit;
    }
    .box-relative-img {
        height: 400px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        margin: 0 15px;
    }
    .icon-absolute {
        left: 40%;
        top: -60px;
    }
}
@media screen and (max-width: 420px) {
    .cover {
        background-image: url("../img/cover-xs.jpg");
    }
    .pi-icon-box-icon-big .pi-icon-box-content-2 {
        margin-left: 58px;
    }
    .section-relative {
    margin-top: -25%;
}
.pi-row-lg .pi-row-block-logo img {
  max-height: 70px;
}
}