        /*-------------------------------HEADER-------------------------------------*/
        .titulo-header {
            color: white;
            font-weight: bold;
            margin-top: 2%;
            font-size: 6rem;
        }
    
        .background-header {
            width: 100%;
            border-radius: 0 0.25rem 0.25rem 0;
            background-image: url(https://www.castroelectronica.pt/Imgs/outros/footer/img/localizador_encomendas_header.jpeg);
            background-position: center;
            height: 0;
            background-size: cover;
            padding-top: 56.25%;
        }
    
    
        @media (max-width: 1670px) {
            .titulo-header {
                font-size: 5rem;
            }
        }
    
        @media (max-width: 1500px) {
            .titulo-header {
                font-size: 4rem;
            }
        }
    
        @media (max-width: 1050px) {
            .titulo-header {
                font-size: 3.5rem;
            }
        }
    
        @media (max-width: 950px) {
            .titulo-header {
                font-size: 3rem;
            }
        }
    
        @media (max-width: 850px) {
            .titulo-header {
                font-size: 2.3rem;
            }
        }
    
        @media (max-width: 610px) {
            .titulo-header {
                font-size: 2rem;
            }
        }
    
        @media (max-width: 575px) {
            .background-header {
                border-radius: 0 0 0.25rem 0.25rem;
            }
        }
    
        @media (max-width: 500px) {
            .titulo-header {
                font-size: 1.4rem;
                margin-top: 8%;
            }
        }
    
        /*-------------------------------MAPAS-------------------------------------*/
        .logotipo {
            border: 0;
            border-radius: 50%;
            width: 224px;
            height: 224px;
        }
    
        .card-body {
            color: black;
        }
    
        .cards-localizador {
            width: 70%;
        }
    
        .cards-localizador .card-text {
            font-size: 0.9rem;
        }
    
        .cards-localizador .card {
            width: 225px;
            border-radius: 200px;
            margin: auto;
            text-align: center;
            font-weight: 400;
            border: none;
        }
    
        .cards-localizador .image-card {
            height: 224px;
            width: 224px;
            border-radius: 100%;
            margin: auto;
            box-shadow: 0 1px 1px hsl(0deg 0% 0% / 8%),
                0 2px 2px hsl(0deg 0% 0% / 8%),
                0 4px 4px hsl(0deg 0% 0% / 8%),
                0 8px 8px hsl(0deg 0% 0% / 8%),
                0 16px 16px hsl(0deg 0% 0% / 8%);
        }
    
        .cards-localizador .card-img-top {
            width: 80%;
            margin: 9% auto auto auto;
            border-radius: 100%;
            box-shadow: 0 1px 1px hsl(0deg 0% 0% / 8%),
                0 2px 2px hsl(0deg 0% 0% / 8%),
                0 4px 4px hsl(0deg 0% 0% / 8%),
                0 8px 8px hsl(0deg 0% 0% / 8%),
                0 16px 16px hsl(0deg 0% 0% / 8%);
        }
    
        .cards-localizador .card-body {
            height: 300px;
        }
    
    
        @media (max-width: 1090px) {
            .cards-localizador .card-body {
                height: 315px;
            }
    
        }
    
        @media (max-width: 767px) {
            .cards-localizador .card {
                width: 250px;
            }
    
            .cards-localizador .image-card {
                height: 249px;
                width: 249px;
    
            }
    
            .cards-localizador .card-body {
                height: 290px;
            }

            .logotipo {
                border: 0;
                border-radius: 50%;
                width: 249px;
                height: 249px;
            }
    
        }
    
        @media (max-width: 340px) {
            .cards-localizador .card {
                width: 200px;
            }
    
            .cards-localizador .image-card {
                height: 199px;
                width: 199px;
    
            }
    
            .logotipo {
                height: 199px;
                width: 199px;
            }
    
            .cards-localizador .card-body {
                height: 340px;
            }
        }
    
        @media (max-width: 300px) {
            .cards-localizador .card {
                width: 180px;
            }
    
            .cards-localizador .image-card {
                height: 179px;
                width: 179px;
    
            }
    
            .logotipo {
                height: 179px;
                width: 179px;
            }
    
            .cards-localizador .card-body {
                height: 350px;
            }
        }
    
        .link-a {
            font-size: 0.9rem;
            color: #27a2fc;
            text-decoration: none;
            font-weight: 500;
        }
    
        .link-a:hover {
            font-size: 0.9rem;
            color: #27a2fc;
            font-weight: bold;
            text-decoration: underline solid #27a2fc 2px;
        }
    
        .num_tel {
            color: black !important;
            font-size: 0.9rem;
        }
    
        .num_tel:hover {
            color: black !important;
            text-decoration-color: black !important;
            text-decoration-thickness: 2px !important;
            font-weight: bold !important;
            font-size: 0.9rem;
        }
    
        @media (max-width: 1260px) {
    
            .cards-localizador {
                width: 100%;
            }
        }
    
        #static_menu{
        position: fixed !important;
        }