/*------------ RESPONSIVE MEDIA ------------*/


/* X-Small devices (portrait phones, less than 576px) */


/* No media query for `xs` since this is the default in Bootstrap */


/* Small devices (landscape phones, 576px and up) */

@media (max-width: 576px) {

    .header {
        height: 450px;
    }

    .text-line {
        font-size: 22px;
        line-height: 28px;
    }

    .text-warning {
        font-family: 'Barlow M', sans-serif;
        font-size: 18px;
        line-height: 22px;
        text-transform: uppercase;
        color: #000 !important;
        padding: 10px 25px 10px 25px;
        border: 1px solid rgba(229, 36, 41, 0.2) !important;
        background: rgba(229, 36, 41, 0.1) !important;
        border-radius: 35px;
        text-align: center;
        display: inline-block;

    }

    .title-big {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 0;
    }

    .title-med {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 0;
    }

    .title-std {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 0;
    }

    .text-med {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0;
    }

    p {
        font-family: 'Barlow R', sans-serif;
        font-size: 18px;
        line-height: 24px;
    }

    .text-warning {
        font-size: 14px;
        line-height: 18px;
        padding: 10px 15px 10px 15px;
    }

    .ico-small {
        height: 20px;
    }

    .maps {
        width: 100%;
        height: 400px;
    }




    @media (min-width: 576px) {}



    /* Medium devices (tablets, 768px and up) */

    @media (min-width: 768px) {}

    @media (min-width: 1024px) {}


    /* Large devices (desktops, 992px and up) */

    @media (min-width: 992px) and (max-width: 1199px) {}


    /* X-Large devices (large desktops, 1200px and up) */

    @media (min-width: 1200px) {}


    /* XX-Large devices (larger desktops, 1400px and up) */

    @media (min-width: 1400px) {}

    @media (min-width: 1600px) {}

    @media (max-width: 575px) {}

    @media (max-width: 767px) {}

    @media (max-width: 991px) {

        .mt-header {
            margin-top: 72px;
        }

        .pt-90 {
            padding-top: 45px;
        }

        .py-90 {
            padding-top: 45px;
            padding-bottom: 45px;
        }

        a.footer {
            font-family: 'Barlow S', sans-serif !important;
            font-size: 18px;
            line-height: 22px;
        }

    }

    @media (max-width: 1024px) {}



    @media (max-width: 1280px) {}



    @media screen and (min-width: 0px) {}
}