 @font-face {
            font-family: "Montserrat";
            src: url("../fonts/MontserratAlternates-Regular.ttf");
        }
        @font-face {
            font-family: "Montserrat Light";
            src: url("../fonts/MontserratAlternates-Light.ttf");
        }
        @font-face {
            font-family: "Montserrat Black";
            src: url("../fonts/MontserratAlternates-Black.ttf");
        }
        @font-face {
            font-family: "Montserrat Bold";
            src: url("../fonts/MontserratAlternates-Bold.ttf");
        }
        body {
            font-family: Montserrat, sans-serif;
            background: white;
            padding: 0;
            margin: 0;
            font-size: 2rem;
        }
        .back-img{
            background-color: #000;
 
        }
        strong{
            font-family: "Montserrat Black";;
        }
        b{
            font-family: "Montserrat Bold";
        }
        a{
            color: gray;
            text-decoration: none;
            line-height: 2;
        }
        a:hover{
            color: black;
        }

        /*navbar*/
        .bg-dark{
            background-color: #000 !important;
            border-bottom: 1px solid #333;
        }
        .navbar-toggler{
            border-color: white;
            background-color: gray;
        }
        .nav-link{
            font-size: 14px !important;
        }
        .nav-item{
            border-bottom: 1px solid #444;
        }
        /*fim navbar*/
        .btn{
            border: 2px solid gray;
            border-radius: 10px;
            background-color: white;
            color: black;
            padding: 10px 30px;
        }
        .btn:hover{
            border: 2px solid gray;
            background-color: black;
            color: white;
            padding: 10px 30px;
        }
        .banner {
            display: flex;
            flex-direction: column;
            margin-top: -100px;
            padding-bottom: 40px;
        }

        .banner__title {
            text-align: center;
            font-size: 3.6rem;
            display: flex;
            flex-direction: column;
            margin-top: -80px;
        }

        .banner__subtitle {
            text-align: center;
            font-size: 1.3rem;
        }

        .link {
            width: 100%;
            height: 100%;
            aspect-ratio: 4 / 3;
        }

        .card-item{
            position: relative;
            
        }

        .card-item > h3{
            position: absolute;
            right: 40px;
            bottom: 50%;
            transform: translateY(50%);
            font-family: "Montserrat Bold", sans-serif !important;
            color: white;
            font-size: 1.3rem;
            line-height: 1.95rem;
        }

        .card-item .delivery-title{
            bottom: 45%;
            transform: translateY(45%);
            right: 15%;
        }

        .card-item--specific{
            border-radius: 30px;
            overflow: hidden;
        }

        .card-item--specific .card-title{
            position: absolute;
            bottom: 0;
            right: 50%;
            transform: translateX(50%);
            width: max-content;
            text-align: center;
            width: 100%;
            background-color: rgba(0, 0, 0, 0.341);
            margin-bottom: 0;
        }


        .link__image {
            object-fit: contain;
            width: 100%;
            height: 100%;
            border-radius: 30px;
        }

        .link__image-big{
            border-radius: 30px;
            object-fit: contain;
            width: 80%;
            height: auto;
        }

        .footer {
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: center;
            background: #000000;
            position: relative;
            color: #ffffff;
            padding: 48px 24px;
            font-size: 0.8rem;
        }

        .ADS_link {
            color: #ffffff;
            position: absolute;
            font-size: 8pt;
            right: 24px;
        }
        .icon-hover{
            height: 60px;
            width: 60px;
        }
        .icon-hover:hover{
            height: 70px;
            width: 70px;
        }

        @media only screen and (max-width: 768px) {
            body {
                font-size: 1.2rem;
            }

            .banner {
                margin-top: 0;
            }

            .banner__title {
                margin-top: 0;
            }
            .banner__subtitle {
                font-size: .9rem;
            }

            .card-item .delivery-title{
            right: 40px;
            }

            .card-item--specific .card-title{
                font-size: 0.9rem;
            }

            .menu-img{
                width: 100%;
                height: auto;
            }

            .footer {
                font-size: .6rem;
            }
            
            .ADS_link {
                position: initial;
                font-size: .5rem;
            }
            .h5{
                font-size: .8rem;
            }
            .h4{
                font-size: .9rem;
            }
        .banner__subtitle {
            font-size: .7rem;
            }
        .link__image-big{
            width: 100%;
            height: auto;
        }
        .pad-top-res{
            padding-top: 0px !important;
        }
        }

        @media  screen and (max-width: 420px) {
            .card-item--specific{
                border-radius: 15px;
            }
            .card-item--specific .card-title{
                font-size: 0.6rem;
            }

            .link__image--specific{
                border-radius: 15px;
            }
        }