/*

Bootstrap  v5.3.3 (https://getbootstrap.com/)
Copyright 2011-2024 The Bootstrap Authors
Doc Search Language PT-BR
Doc Search Version 5.3
Template Name BOLT 2024.02
Template by @oxe.digital
Site (https://oxe.digital)

*/

/* 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 (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    #hero {
        background-attachment: fixed;
    }

    #hero h6 {
        font-size: 25px;
    }

    #hero h5 {
        font-size: 24px;
    }

    .cta {
        background-attachment: fixed;
    }

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}