/*

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 POD FALAR DE CÂNCER, SIM! 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) {
    .hero-bg-inner {
        background-image: url('../images/hero/new-hero.webp');
        background-size: 100%;
        transition: var(--transition7);
    }
    .hero-bg-inner:hover {
        background-size: 110%;
        transition: var(--transition7);
    }
    .numeros span {
        font-size: 38px;
    }
    .numeros p {
        font-size: 13px;
        width: 180px;

    }
    .proposito-bg {
        background-image: url('../images/hero/proposito-bg.webp');
        background-attachment: fixed;
    }
    .proposito-bg .overlay {
        background-color: rgba(0, 0, 0, 0.70);
    }

    .team-item img {
    top: 0;
    width: 100%;
    transition: .5s;
}
}

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

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