
        
        @media(max-width: 771px) {
           
           h1{
            font-size: medium;
           }
           #quiSom{
                text-align: center;
                font-size: 30px;
                 
            }


        }
        @media(max-width: 991px) {
           
           #card4{
            margin-left: -1px;
           }
            

        }
        @media(min-width: 992px) {
            .navbar-nav {

                margin-left: 10%;
            }
            #Logo{
                margin-left:40% ;
            }
            .buttonNav{
                margin-right:10px;
            }
            #QuiSom{
                margin-bottom: 100px;
            }
         }
        @media(min-width: 1440px) {
            
            .navbar-nav {

                margin-left: 40%;
            }
            #Logo{
                margin-left:50%;
            }
            
        }

        @media (max-width: 560px) {
            #QuiSom {
            margin-bottom: 400px !important;
        }
        
         }

         @media (min-width:768px) and (max-width: 992px) {
            #QuiSom {
            margin-bottom: 400px !important;
            }
        }


    
        .nav-item .nav-link:hover {
        color: #2B6692; 
        text-decoration: underline;
        
        }

        

       
        #Especialitats:hover{
            color: white;
        }
        .dropdown-item:hover{
            color: white;
            background-color: #2B6692;
        }

        .buttonNav:hover{
        background-color: #83b8e1 !important; 
        
        }
        .buttonNavW:hover{
        background-color: #13bd81 !important; 
        
        }
            /* modal */
            #modalList{
                list-style: none;
                
            }

                    
                /* cover*/
        #main-carousel .carousel-inner img{
        max-height: 70vh; 
        object-fit: cover;
        filter: grayscale(70%);
        }

        #carousel {
            position: relative;
        } 

        #carousel .overlay{
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: rgba(0,0,0,0.2);
            color: white;
        }
        #carousel .container ,
        #carousel .overlay .row {
            height: 100%;
        }


        .buttonCov:hover{
                font-weight: 1.2;        
                }
        #masInfo{
            text-decoration: none;
        }
        #masInfo:hover{
            font-weight: bold;

        }        

        #sifFront .overlay{
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: rgba(0, 0, 0, 0.425);
            color: white;
        }
        /* Contacta */
        #Ubicacion li{
            list-style: none;
            color: #2B6692;
        }
        #Ubicacion li h3{
           
            color: #657079;
        }

        /* footer */
        footer{
            padding-top: 20px;
        }
        footer ul{
            list-style: none;
        }
        
        footer a{
            text-decoration: none;
        }
        footer h2{
            font-size: 30px;
            color:#83b8e1;
            
        }
        footer h3{
            font-size: 20px;
            color: white;
           
        }
        footer h3:hover{
            
            color:#83b8e1;
        }
       