﻿@charset "UTF-8";

/* RESET CSS -- RESET CSS -- RESET CSS */
/* RESET CSS -- RESET CSS -- RESET CSS */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

html,body {
    font-size: 16px;
}

@media(max-width: 991px){
    html,body {
        font-size: 14px;
    }
}


/* Remove focus / outline-shadow */
a, a:focus, a:active, a:visited, a:hover,
button, button:focus, button:active, button:visited,
input, input:focus, input:active, input:visited,
textarea, textarea:focus, textarea:active, textarea:visited {
    box-shadow: none !important;
    outline: none !important;
    text-decoration: none;
}


/* Background Colors Reset */
.bg-blue {
    background-color: #113173 !important;
}

.bg-yellow {
    background-color: #f2b11c !important;
}

.bg-grey {
    background-color: #f0f0f0 !important;
}

.bg-darkgrey {
    background-color: #818181 !important;
}




/* Text Colors Reset */
.text-blue {
    color: #113173 !important;
}

.text-yellow {
    color: #f2b11c !important;
}

.text-grey {
    color: #f0f0f0 !important;
}

.text-darkgrey {
    color: #818181 !important;
}



/* Fonts */
@font-face {
    font-family: "Montserrat";
    src: url("Fonts/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat SemiBold";
    src: url("Fonts/Montserrat-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat Bold";
    src: url("Fonts/Montserrat-Bold.ttf") format("truetype");
}

/* Font size for Text */
A, ABBR, ACRONYM, ADDRESS, BDO, BLOCKQUOTE, BODY, BUTTON, CITE, 
DD, DEL, DFN, DIV, DL, DT, EM, FIELDSET, FORM, H1, H2, H3, H4, H5, H6,
IMG, INS, KBD, LABEL, LI, OBJECT, OL, P, SAMP, SMALL, SPAN, SUB,
SUP, UL, VAR, APPLET, BASEFONT, BIG, CENTER, DIR, FONT, HR, MENU, PRE, S, STRIKE, TT, U, * {
    font-size: 1rem;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

strong, b, .text-bold {
    font-family: "Montserrat SemiBold", Helvetica, Arial, sans-serif !important;
}

.text-bolder {
    font-family: "Montserrat Bold", Helvetica, Arial, sans-serif !important;
}

/* 48px */
h1, .h1 {
    font-size: 3rem;
}

/* 36px */
h2, .h2 {
    font-size: 2.25rem;
}

/* 32px */
h3, .h3 {
    font-size: 2rem;
}

/* 20px */
h4, .h4 {
    font-size: 1.25rem;
}

/* 18px */
.text-big {
    font-size: 1.125rem;
}

/* 14px */
.text-small {
    font-size: .875rem;
}


/* Buttons */
.btn-default {
    text-transform: uppercase;
    border-radius: 0;
    font-size: .9rem;
    font-family: "Montserrat SemiBold", Helvetica, Arial, sans-serif !important;
    transition: .3s;
}
.btn-default.bg-yellow:hover,
.btn-default.bg-yellow:focus,
.btn-default.bg-yellow:active {
    background-color: #ca9311 !important;
}


/* Misc */
.cursor-pointer {
    cursor: pointer;
}
.fit-image {
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
    height: 100%;
    width: 100%;
}

/* Onda sfondo 1 */
.bg-wave-image {
    /* position: absolute; */
    position: fixed;
    width: 100%;
    max-width: 100%;
    left: 0;
    top: 50px;
    right: 0;
    margin: auto;
    z-index: -5;
}

.cta-scopri-home{
    display: flex;
    justify-content: space-between;
}

.cta-scopri-home a{
    font-size: 20px;
}

@media screen and (max-width: 992px) {
    .cta-scopri-home,
    .cta-prenotaonline{
        display: block;
    }

    .cta-scopri-home a{
        margin-bottom: 1rem;
        font-size: 20px;
        width: 100%;
    }

    .cta-prenotaonline a{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

.cta-prenotaonline{
    display: flex;
    justify-content: center;
}

.cta-prenotaonline a{
    margin-left: 3rem;
    margin-right: 3rem;
}

@media(max-width:1199px){
    .bg-wave-image {
        height: 900px;
    }
}
@media(max-width:767px){
    .bg-wave-image {
        height: auto;
        width: 200%;
        left: -60%;
        max-width: unset;
    }

    .primopiano_news{
        margin-left: 2rem !important;
        width: 83%;
    }

    .primopiano_news h1{
        font-size: 25px;
    }

    .cta-scopri-home,
    .cta-prenotaonline{
        display: block;
    }

    .cta-scopri-home a{
        margin-bottom: 1rem;
        font-size: 15px;
        width: 100%;
    }

    .cta-prenotaonline a{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 1rem;
    }
}
@media(max-width:575px){
    .bg-wave-image {
        width: 300%;
        left: -90%;
    }
}

/* Onda sfondo 2 Home */
.bg-wave-image.bg-wave-news {
    top: -100px !important;
}

/* Text underline */
.yellow-underline {
    position: relative;
    display: inline-block;
}
.yellow-underline::before {
    position: absolute;
    content:"";
    bottom: -4px;
    left: 0;
    right: 0;
    height: 3px;
    width: 100%;
    background-color: #f2b11c;
}





/* HEADER -- HEADER -- HEADER */
/* HEADER -- HEADER -- HEADER */
/* HEADER -- HEADER -- HEADER */
/* Wrapper */
#mainHeader-inner {
    border-bottom: solid 1px #e5e5e5;
}

/* Logo */
#mainNavbar > a > img {
    height: 90px;
}

/* Voce selezionata */
#mainNavbar .activeTab .active {
    position: relative;
}
#mainNavbar .activeTab .active::before {
    position: absolute;
    content:"";
    bottom: -4px;
    left: 0;
    right: 0;
    height: 3px;
    width: 100%;
    background-color: #f2b11c;
}

.nav-item:hover .dropdown-menu{display: block;}  

/* Dropdown */
#mainNavbar .dropdown-menu {
    padding: 0;
    border-radius: 0;
}
#mainNavbar .dropdown-menu > a {
    padding: .25rem .75rem;
}
#mainNavbar .dropdown-menu > a:focus,
#mainNavbar .dropdown-menu > a:active{
    background: none !important;
}
#mainNavbar .dropdown-menu > a.active,
#mainNavbar .dropdown-menu > a:hover {
    background-color: #ffeec7 !important;
}
#mainNavbar .dropdown-menu .active::before {
    content:unset;
}


@media(max-width: 1199px){
    #mainHeader-inner {
        max-width: 100%;
    }
}
@media(max-width: 1079px) and (min-width: 992px){
    #mainNavbar > a > img {
        height: 75px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .2rem;
        padding-left: .2rem;
    }
}
@media(max-width: 991px){
    #mainNavbar .wrapper-btn-cta,
    #mainNavbar .wrapper-btn-cta .btn-cta {
        width: 100%;
    }
    #mainNavbar > a > img {
        height: 75px;
    }
}

.dropdown-menu {top: 90%;}





/* FOOTER */
/* FOOTER */
/* FOOTER */
.logo-footer {
    height: 80px;
    max-width: 100%;
}






/* HOME HOME HOME */
/* HOME HOME HOME */
/* HOME HOME HOME */

/* Carousel Home */
#homeCarousel .carousel-item {
    height: 50vh;
}
#homeCarousel .carousel-item image.fit-image {
    z-index: 1;
}
#homeCarousel .carousel-item .gradient-banner {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, .75), rgba(255, 255, 255, 0));
    z-index: 2;
}
#homeCarousel .carousel-item .carousel-caption {
    z-index: 3;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 50px;
    right: 50px;
}

#homeCarousel .carousel-control-next, 
#homeCarousel .carousel-control-prev {
    width: 25px;
    background: #f2b11c;
    transition: .3s;
}

#homeCarousel .carousel-indicators {
    justify-content: flex-start;
    margin-right: auto;
    margin-left: 50px;
}
#homeCarousel .carousel-indicators > li {
    width: 7px;
    height: 7px;
    background-color: #113173;
    opacity: .5;
    border-radius: 50%;
    margin-right: 10px;
    transition: .3s;
}
#homeCarousel .carousel-indicators > li:last-child {
    margin-right: 0;
}
#homeCarousel .carousel-indicators > li.active {
    opacity: 1;
}

/* Mappa Intorno a me */
.edMaps_moduleWrapper {
    margin-top: 15px !important;
}

/* Stilizzazione Ricerca */
.edMaps_theme__default-Default .edMaps_contentBellow {
    box-shadow: none !important;
}
.edMaps_theme__default-Default .edMaps_contentBellow .edMaps_locationSearchWrapper {
    width: 350px !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    display: block !important;
}
.edMaps_theme__default-Default .edMaps_contentBellow .edMaps_locationSearchWrapper > label {
    /* color: transparent !important;
    position: relative !important; */
    display: none;
}
.edMaps_theme__default-Default .edMaps_contentBellow .edMaps_locationSearchWrapper::before {
    color: #403e3e;
    font-size: 1rem;
    right: 0;
    /* top: 60px; */
    bottom: 0;
    margin: auto;
    width: 20px;
    line-height: 40px;
    padding-right: 10px;
    height: 40px;
    z-index: 9999999;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f002";
}

.edMaps_moduleWrapper > .edMaps_mapWrapper .edMaps_labeled {
    margin: 0;
    padding: 20px 0 0!important;
    border: 0;
    position: relative;
    display: inline-block;
}

.edMaps_theme__default-Default .edMaps_contentBellow .edMaps_locationSearchWrapper > input {
    border: solid 1px #403e3e !important;
    padding: 10px 30px !important;
    text-align: center;
    color: #113173 !important;
    font-family: 'Montserrat' !important;
    position: relative !important;
    font-size: 1rem !important;
    height: 40px;
}
.edMaps_theme__default-Default .edMaps_contentBellow .edMaps_locationSearchWrapper > input::placeholder {
    color: #113173;
}

/* Marker */
.edMaps_infoWindow {
    height: auto !important;
    min-height: 170px !important;
    width: 350px !important;
    max-width: 100% !important;
}
.edMaps_infoWindow .edMaps_contentOverflow{
    height: 100% !important;
    position: static !important;
    width: auto !important;
    max-width: 100% !important;
}
.edMaps_infoWindow .edMaps_contentOverflow .edMaps_newsContent {
    width: 100% !important;
}
.edMaps_infoWindow .edMaps_contentOverflow .edMaps_newsContent > img {
    max-width: 100% !important;
    min-height: 80px !important;
    max-height: 100px !important;
}
.edMaps_infoWindow .edMaps_contentOverflow .edMaps_newsContent > p {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}
.edMaps_infoWindow .edMaps_contentOverflow .edMaps_newsContent > p > i + span {
    margin-left: .25rem;
}

/* Comportamento Legenda Markers */
.edMaps_mapWrapper.showFarmacie img[src*="Marker_Strutture"],
.edMaps_mapWrapper.showStrutture img[src*="Marker_Farmacie"] {
    display: none;
}
.edMaps_mapWrapper div[style*="googleMapsMarkerClusterer/images"]{
    color: transparent !important;
}
.wrapperFarmacie, 
.wrapperStrutture {
    transition: .3s;
}
.wrapperFarmacie.selected, 
.wrapperStrutture.selected {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 10px -3px #113173;
}


/* Modello CAP */
.wrapper-modellocap .image-modellocap {
    border-left: solid 5px #f2b11c;
}

/* Rete CAP */
.wrapper-retecap .box-retecap {
    border: solid 3px #113173;
    min-height: 250px;
    position: relative;
}
.wrapper-retecap .box-retecap .image-retecap {
    max-height: 80px;
    margin-bottom: 20px;
}
.wrapper-retecap .box-retecap .partner-retecap {
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
}



/* CONTATTI -- CONTATTI -- CONTATTI */
/* CONTATTI -- CONTATTI -- CONTATTI */
/* CONTATTI -- CONTATTI -- CONTATTI */
@media(max-width: 767px){
    .contatti-mappa-dx .logo-contatti {
        width: 200px;
        margin: auto;
    }
    .contatti-mappa-dx .logo-contatti ~ p,
    .contatti-mappa-dx .logo-contatti ~ a {
        text-align: center;
        font-size: 1.2rem;
        display: block;
    }
}



/* CONTAINERS -- CONTAINERS -- CONTAINERS  */
/* CONTAINERS -- CONTAINERS -- CONTAINERS  */
/* CONTAINERS -- CONTAINERS -- CONTAINERS  */

/* Title_h1_LeftLine.ascx + Title_h1_Banner.ascx */
.leftline-title {
    position: relative;
    padding-left: 12px;
}
.leftline-title::before {
    position: absolute;
    content:"";
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 5px;
    background-color: #f2b11c;
}

/* Title_h1_Banner.ascx */
.heading-banner {
    position: relative;
    height: 55vh;
    margin-right: -15px;
    margin-left: -15px;
}
.heading-banner .title-banner {
    position: absolute;
    top: 80px;
    left: 40px;
    width: calc(100% - 40px);
    z-index: 2;
}
.heading-banner .gradient-banner {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, .75), rgba(255, 255, 255, 0));
    z-index: 1;
}
.heading-banner .image-banner img {
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}
.heading-banner .image-banner,
.heading-banner .image-banner > div,
.heading-banner .image-banner > div > div,
.heading-banner .image-banner > div > div > p,
.heading-banner .image-banner img {
    height: 100%;
    width: 100%;
}
@media(max-width: 767px){
    .heading-banner {
        height: 25vh;
    }
}



/* EASY DNN NEWS */
/* EASY DNN NEWS */
/* EASY DNN NEWS */

/* List_Article_NewsHome */
.wrapper-novita-home .header-novita {
    height: 270px;
}
.wrapper-novita-home .cat-novita {
    border: solid 1px #f2b11c;
    position: absolute;
    top: -5px;
    left: -5px;
    box-shadow: 0 0 10px -3px rgb(0 0 0 / 50%);
}


/* List_Article_FAQ + List_Article_FAQ_Innre */
.wrapper-faq-home,
.wrapper-faq-home .single-article,
.wrapper-faq-inner,
.wrapper-faq-inner .single-article {
    border: solid 3px #113173;
}
.wrapper-faq-home .single-article .content-article *,
.wrapper-faq-inner .single-article .content-article * {
    font-size: .875rem !important;
    color: #113173 !important;
}
.wrapper-faq-home .wrapper-button-accordion,
.wrapper-faq-inner .wrapper-button-accordion {
    white-space: break-spaces;
}
.wrapper-faq-home .wrapper-button-accordion > i,
.wrapper-faq-inner .wrapper-button-accordion > i{
    transition: .3s;
}
.wrapper-faq-home .wrapper-button-accordion[aria-expanded="true"] > i,
.wrapper-faq-inner .wrapper-button-accordion[aria-expanded="true"] > i{
    transform: rotate(-180deg);
}


/* List_Article_News */
.wrapper-novita-news .header-novita {
    height: 270px;
}
.wrapper-novita-news .cat-novita {
    border: solid 1px #f2b11c;
    position: absolute;
    top: -5px;
    right: -5px;
    box-shadow: 0 0 10px -3px rgb(0 0 0 / 50%);
}
@media(min-width: 992px){
    .wrapper-novita-news .single-article:nth-child(even) > .edn_article {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important;
    }
    .wrapper-novita-news .single-article:nth-child(even) .cat-novita {
        right: auto;
        left: -5px;
    }
}


/* Details_Article_News */
.wrapper-inner-news .heading-banner .title-banner span {
    font-size: 3rem;
    font-family: "Montserrat Bold", Helvetica, Arial, sans-serif !important;
}
.wrapper-inner-news .content-article * {
    color: #113173;
}


/* List_Article_Farmacie + List_Article_Strutture */
.wrapper-listing-boxes .single-boxes {
    border: solid 2px #113173;
    min-height: 200px;
}
.wrapper-listing-boxes .single-boxes .image-boxes{
    width: auto;
}


/* List_Article_Farmacie */
.wrapper-listing-boxes.farmacie .header-novita {
    width: 200px;
}


/* List_Article_Strutture */
.wrapper-listing-boxes.strutture .single-boxes {
    min-height: 200px;
}
.wrapper-listing-boxes.strutture .single-boxes .image-boxes { 
    height: 80px;
}


/* Paginazione Listing generica */
.article_pager {
    text-align: center;
    margin-bottom: 3rem;
}
.article_pager .page {
    border: solid 2px #f2b11c;
    color: #f2b11c;
    font-weight: 600;
    width: 30px;
    height: 30px;
    line-height: 26px;
    display: inline-block;
    margin: 0 5px;
    transition: .3s;
}
.article_pager .page.active,
.article_pager .page:hover {
    background-color: #f2b11c;
    color: #fff;
}

.header-novita .image-boxes{
    max-height: 100px;
}


/* LIVEFORM CONTATTI -- LIVEFORM CONTATTI -- LIVEFORM CONTATTI */
/* LIVEFORM CONTATTI -- LIVEFORM CONTATTI -- LIVEFORM CONTATTI */
/* LIVEFORM CONTATTI -- LIVEFORM CONTATTI -- LIVEFORM CONTATTI */
.LiveForm.Default ul.page-break-section{
    box-shadow: none !important;
    border: solid 2px #113173;
    padding: 1.5rem !important;
    border-radius: 0 !important;
}
.LiveForm.Default ul.page-break-section ::placeholder {
    color: #113173;
    font-family: "Montserrat SemiBold";
}
.LiveForm.Default ul.page-break-section li.Field input[type="text"],
.LiveForm.Default ul.page-break-section li.Field textarea {
    border-radius: 0;
    border: solid 1px #113173;
    color: #113173;
    font-family: "Montserrat SemiBold";
}
.LiveForm.Default ul.page-break-section li.Field .Field-Container-Wide,
.LiveForm.Default ul.page-break-section li.Field .Field-Container-Wide textarea {
    width: 100% !important;
}

.LiveForm.Default .Field-Container-Wide td input{
    max-width: 100%;
}

.LiveForm.Default ul.page-break-section li.Field .Field-Container-Wide textarea {
    min-height: 250px;
}
.LiveForm.Default .Field.Required.Checkbox table {
    border-left: none !important;
    padding-left: 0 !important;
}
.LiveForm.Default .Field.Checkbox table tbody tr td {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.LiveForm.Default .Field.Submitbutton .bSubmit {
    font-family: "Montserrat SemiBold", Helvetica, Arial, sans-serif !important;
    background-color: #f2b11c;
    font-size: .9rem;
    margin-top: 2rem;
    transition: .3s;
}
.LiveForm.Default .Field.Submitbutton .bSubmit:hover {
    background-color: #ca9311;
}


/* BANNER COOKIES */
/* BANNER COOKIES */
/* BANNER COOKIES */
.acceptCookieBar {
    color: #262626;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-top: -1px;
    min-height: 20px;
    padding: 20px 10%;
    position: fixed;
    text-transform: unset;
    top: 0;
    width: 100%;
    z-index: 999999;
    margin: 0 auto;
    text-align: center;
    background: #fff url("/Portals/_default/Skins/CAP/Images/logo.png") no-repeat center 20px /150px;
    padding-top: 7em;
    box-shadow: 0 0 5px #555;
}

.acceptCookieBar a {
    color: #00559F !important;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    border: 1px solid #00559f;
    border-radius: 0;
    padding: 0 5px;
    font-size: 14px;
    cursor: pointer;
}

/* .CCInewsCarousel .carousel-item{height: 530px;} */

.carousel-item .img-articolo{
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center; 
    height: 530px; 
    display: flex; 
    align-items: end;
}

.carousel-control-prev,
.carousel-control-next{
    width: 5%;
}

.primopiano_news{
    margin-left: 5rem; 
    margin-bottom: 2rem; 
    width: 85%;
}

.primopiano_news h1{
    margin-top: 2rem;
    text-shadow: 0px 0px 15px white;
}

.carousel-article-label{
    border: solid 1px #f2b11c; 
    box-shadow: 0 0 10px -3px rgb(0 0 0 / 50%); 
    font-size: .875rem; 
    font-weight: bold; 
    text-transform: uppercase!important; 
    padding-left: 1.5rem!important; 
    padding-right: 1.5rem!important; 
    padding-bottom: 0.25rem!important; 
    padding-top: 0.25rem!important; 
    background-color: #fff!important;
}

.carousel-article-label a{
    color: #f2b11c !important;
}

.LiveForm.Default input{
    width: 100% !important; 
}

.LiveForm.Default select{
    border-radius: 0 !important; 
    border: solid 1px #113173 !important; 
    color: #113173 !important; 
    font-family: "Montserrat SemiBold" !important;
}

.LiveForm.Default input::placeholder,
.LiveForm.Default textarea::placeholder{
    color: transparent !important;
}

.DnnModule-LiveForms h1{
    margin-top: 3rem;
}

#ChameleonGallery{
    display: none;
}


/*
 * Placeholder per contenuti bloccati causa cookies
 */
.DnnModule .edMaps_container,
.DnnModule .google-map-iframe,
.DnnModule .edn_article_map,
#map-canvas,
iframe[data-suppressedsrc] {
  background-color: #EFEFEF;
  background-image: url("/Portals/_default/Skins/CAP/Images/cookie_info_blocked_content.svg");
  background-size: 260px 130px;
  background-repeat: no-repeat;
  background-position: center;
}