/* 
template name: bahiatecsolar sp2024
template author: @oxe.digital
Template Site: https://bahiatecsolar.com.br/edicao/saopaulo2024
*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .waves {
        height: 10vh;
        min-height: 100px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .navbar-brand img {
        width: 180px;
    }

    .hero {
        position: relative;
        background: url(../images/banners/hero-start.webp) center center;
        background-size: cover;
        transition: 0.9s
    }

    h2 {
        font-size: calc(1.225rem + 3.0vw);
        line-height: 80px;
    }

    .title {
        padding: 60px 0;
    }

    .tab-pane img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    #informacoes .card:hover {
        margin-top: -7px;
        transition: .3s;
    }

    #action {
        position: relative;
        background: url('../images/banners/bg-dark.webp') no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
        background-color: rgba(0, 0, 0, 0.20);
        background-blend-mode: multiply;
        padding: 180px 0;
    }
}

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

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

/* XX-Large devices (oxe digital) */
@media (min-width: 2200px) {
    h2 {
        font-size: calc(1.225rem + 2.5vw);
        line-height: 80px;
    }
}