        .list {
            margin: auto;
            width: 80%;
            padding: 45px 30px;
            height: 41rem;
            background: #fff;
            margin-top: 30px;
            border-radius: 15px;
            box-shadow: 0 0 37px rgb(8 21 66 / 5%);
            margin-bottom: 30px;
        }
        
        nav{
            flex-direction: row;
            padding: 10px;
            position: sticky;
            top: 0;
            background: white;
            width: 100%;
            margin: 0 !important;
            z-index: 99;
            /*box-shadow: 0px 5px 10px 6px #d8d8d86e;*/
        }
        
        nav.mobile{
            display:none;
        }
        
        .menu{
           
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: flex-start; 
           
        }
        
        .cl-menu{
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        
        .cl-menu-btn{
            display: flex;
            flex-direction: row;
            justify-content: flex-end;
        }
        
        .btn-menu{
            border: 1px solid #15c0be;
            padding: 12px 15px;
            color: #15c0be;
            text-transform: uppercase;
            margin: 10px;
            transition:0.5s all;
        }
        
        .btn-menu:hover{
            background: #15c0be;
            color: #fff;
        }
        
        .menu>li{
            padding: 0px 10px;
        }
        
        .background-home{
            background-color: #f8f9fe;
            overflow-y: scroll;
            
        }
        
        .parallax {
          
            width:100%;
            min-height: 45rem; 
        
        }
        
        .filter-doc {
            display: flex;
            justify-content: center;
        }
    
        #doctors{
            height: 25rem;
            padding: 20px 20px;
            margin-top:25px;
            overflow-y: scroll;
            
        }

        #doctors::-webkit-scrollbar-track {
            background: #f2f2f2;
        }
        
        
        #doctors::-webkit-scrollbar-thumb {
            background: #70c5c7;
        }
        
        #doctors::-webkit-scrollbar {
            -webkit-appearance: none;
                width: 2px;
        }
        
        .item-doc{
            margin: 10px;
            border: 1px solid #15c0be;
            padding: 12px 15px;
            cursor: pointer;
            text-transform: uppercase;
            border-radius: 10px;
            font-family: 'Roboto';
            transition: 0.2s ease-in;
            color: #15c0be;
        }
        
        .item-doc:hover{
            background: #15c0be;
            color: #fff;
        }
        
        .item-doc i{
            float: right;
            font-size: 20px;
        }
        
        html, body{
            height:100%;
        }
        
        .mappa{
            height:100%;
            width:100%;
        }
        
        .full{
            height:100%;
        }
        
        .form-select {
            padding: 0.375rem 1.75rem 0.375rem 0.75rem;
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5;
            width: 100%;
            color: #212529;
            vertical-align: middle;
            background-color: #fff;
            background-repeat: no-repeat;
            background-position: right 0.75rem center;
            border: 0;
            background-size: 16px 12px;
            border-bottom: 1px solid #ced4da;
            border-radius: 0;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            text-transform:uppercase;
            cursor:pointer;
        }
        .form-select option{
            text-transform:uppercase;
        }
        
        
        .form-select-arrow {
            -webkit-appearance: auto;
            -moz-appearance: auto;
            appearance: auto;
            text-transform:uppercase;
            padding: 20px 1.75rem 20px 0.75rem;
        }
        
        #loader{
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            z-index: 99999;
            display:none;
            background: #ffffff42;
        }
        
        #loader .loader-box{
                height: 100%;
        }
        
        #loader .loader-box .loader-37 {
            border-right: 0.1em solid #15c0be;
        }
        
        
        #loader .loader-box .loader-37:before{

            border-left: 0.08em solid #15c0be;
        
        }
        
        #loader .loader-box .loader-37:after {

            border-right: 0.05em solid #15c0be;
        
        }
        
        .hide{
            display:none;
        }
        
        .border-button{
            border-radius: 0px 0.25rem 0.25rem 0px;
        }
        
        .search-button{
            color: #212121;
            background-color: #15c0be00 !important;
            width: 4rem;
            padding: 10px 0px;
            border: 0px;
            border-bottom: 1px solid #ced4da !important;
        }
        
        .search-button:hover, .search-button:focus, .search-button:active{
            background-color: #21212100 !important;
            color: #15c0be;
            border-color: #ced4da !important;
        }
        
        .filter-blur{
            filter: blur(3px);
        }
        
        :focus {
            outline-color: transparent;
        }
        
        
        #no-result{
            font-size: 15px;
            font-weight: bold;
            padding: 12px 15px;
        }
        

        
        .mega-inline {
            margin-bottom: -30px;
            display: -ms-flexbox;
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
        }
        
        
        .mega-inline .card {
            border: 0px solid #f3f3f3;
            transition:0.5s;
        }
        
        .mega-inline .card:hover{
            -webkit-box-shadow: 0 0 10px 0 rgb(199 199 199 / 25%) !important;
            box-shadow: 0 0 10px 0 rgb(199 199 199 / 25%) !important;
        }
                
        .button-modal{
            color: #212121;
            border: 1px solid #212121;
        }
        
        .button-modal:hover {
            color: #ffffff;
            border: 1px solid #212121;
            background: #212121;
        }
        
        .select-fascia {
            border: 1px solid #2755a1fa;
            width: 80%;
            margin: auto;
            margin-bottom: 0.5rem;
            cursor: pointer;
            font-size: 13px;
            color: #2755a1fa;
            background: #fff;
            padding: 5px 12px;
            transition: 0.5s all;
        }
        
        .agenda {
            padding: 20px;
            background: white;
            border-radius: 15px;
            -webkit-box-shadow: 0 0 20px rgb(8 21 66 / 5%);
            box-shadow: 0 0 20px rgb(8 21 66 / 5%);
            overflow: hidden;
            border-radius: 15px;
        }
        
        .filtro {
            font-size: 15px;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            font-weight: bold;
            -webkit-box-shadow: 0 0 20px rgb(8 21 66 / 5%);
            box-shadow: 0 0 20px 2px rgb(8 21 66 / 5%);
            letter-spacing: 1.5px;
            text-align: center;
            padding-right: 25px;
            padding-bottom: 12px;
            padding-top: 12px;
            padding-left: 25px;
            transition: 0.5s;
        }
        
        
        .plus_hour {
            background: white;
            text-align: center;
            padding: 20px;
            display: flex;
            width: 100%;
            position: relative;
            z-index: 99;
            flex-direction: column;
            margin-top: -1rem;
            border-bottom-left-radius: 15px;
            border-bottom-right-radius: 15px;
            box-shadow:none;
        }
        

        .owl-carousel .owl-stage-outer {
            position: relative;
            overflow: hidden;
            -webkit-transform: translate3d(0px, 0px, 0px);
            top: 0rem;
            min-height: 500px;
            transition: 0.5s;
        }
        
        
        
        .sidebar-menu {
            position: fixed;
            height: 100%;
            width: 80%;
            left: -100%;
            transition: 0.5s all;
            top: 0;
            background: #222222;
            color: #fff;
            z-index: 999999;
            box-shadow: 3px 0px 20px 20px #21212147;
        }

        
        
        .open-menu{
            
            left:0;
        }
        
        .p-cont {
            padding: 50px 50px;
        }
        
    @media screen and (max-width: 1024px){
    
   
    
    nav.row{
        display:none;
    }
    
    .mappa{
        height:300px;
        width: 93%;
        margin-left: 1rem;
    }
    
    #doctors {
        height: 20rem;
        padding: 20px 0px;
        margin-top: 25px;
        overflow-y: scroll;
    }
    
    nav.mobile{
            display:block;
            box-shadow: 0px 5px 10px 6px #22222236;
        }
        
    .mobile{
    
        padding:20px;    
        
    }
    
    .burger{

    width: 20px;
    float: right;
    padding: 5px 0px;
    height: 31px;
    }
    
    .bar-1{
    height: 2px;
    background: #222222;
    width: 100%;
    margin: 4px 0;
    transition: 0.5s;
    /* border-radius: 50%; */
    }
    
    
    .bar-2{
        height: 2px;
        background: #222222;
        margin: 4px 0;
        transition: 0.5s;
        /* border-radius: 50%; */
    }
    
    
    .bar-3{
        height: 2px;
        background: #222222;
        width: 100%;
        float: right;
        transition: 0.5s;
        /* margin: 6px 0; */
        /* border-radius: 50%; */
    }
    
    
    
    .change .bar-1 {
      -webkit-transform: rotate(-45deg) translate(-9px, 6px);
      transform: rotate(45deg) translate(3px, 3px);
      width: 100%;
      transition: 0.5s;
    }
    
    .change .bar-2 {
        
        opacity: 0;
        transition: 0.5s;
        
        
    }
    
    .change .bar-3 {
      -webkit-transform: rotate(45deg) translate(-8px, -8px);
      transform: rotate(-45deg) translate(6px, -6px);
      width: 100%;
      transition: 0.5s;
    }
    
    .close{
        display: none;
        flex-direction: row;
        justify-content: flex-end;
    }
    
    .menu {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        align-content: space-between;
        flex-direction: column;
        margin-top:5rem;
        margin-bottom:5rem;
    }
    
    
    .menu>li{
        padding: 10px 30px;
        font-family: 'Roboto';
        font-size: 20px;
    }
    
    .btn-menu{
        border: 1px solid #15c0be;
        padding: 12px 15px;
        color: #15c0be;
        text-transform: uppercase;
        margin: 0px;
        transition:0.5s all;
    }
        
        
    .p-cont {
        padding: 20px 15px;
    }
    
    .order-mobile{
        order:-1;
        margin-bottom:0.5rem;
    }
    }