/*
------------------------------------------------
Template Name: pp digital 2024
Template Author: @oxe.digital
Template Site: https://prospectradigital.com.br
------------------------------------------------
*/

/* xs returns only a ruleset and no media query */

/* sm applies to x-small devices (portrait phones, less than 576px) */
@media (min-width: 575.98px) {}

/* md applies to small devices (landscape phones, less than 768px) */
@media (min-width: 767.98px) {}

/* lg applies to medium devices (tablets, less than 992px) */
@media (min-width: 991.98px) {
    header .navbar-brand img { width: 260px }
    .hero { min-height: 680px }
    .hero .hero-inner { height: 680px }
    .hero { background-size: 118%; background-image: url('../images/hero/hero_large.jpg') }
    .hero:hover { background-size: 130% }
    #services .card:hover { margin-top: -7px }

}

/* xl applies to large devices (desktops, less than 1200px) */
@media (min-width: 1199.98px) {}

/* xxl applies to x-large devices (large desktops, less than 1400px) */
@media (min-width: 1399.98px) {}

/* xxxl applies to xxx-large devices (large desktops, less than 1600px) */
@media (min-width: 1599.98px) {}