@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;400&display=swap');

body {
    font-family: "Raleway", sans-serif;
}
p {
    font-size: 1.4rem;
}
.nav a {
    color: #000;
    font-weight: bold;
    transition: 0.3s ease-in-out;
    font-size: 1.1rem;
}
.col {
    justify-content: center;
}
.nav a:hover {
    opacity: 0.7;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.logo {
    width: 100%;
    max-width: 180px;
    padding: 7px 0;
}
.secao p {
    color: #58595b;
}
.secao h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    font-size: 1.6em;
    padding: 22px 0px;
    font-weight: bold;
    height: 74px;
}
.secao .img-bg {
    min-height: 399px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.secao .botao {
    text-decoration: none;
    text-transform: uppercase;
    color: #58595B;
    background-color: #CDCDCD;
    padding: 12px 15px 12px 30px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 50px;
}
.icone-soc {
    width: 40px;
    margin-left: 15px;
}

.header .img-bg {
    background-image: url('../../assets/img/bg-1.jpg');
    min-height: 390px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.header .img-bg h2 {
    font-weight: 100;
    color: #fff;
    font-size: 5rem;
    margin-bottom: 0;
    line-height: 4.5rem;
}
.header .img-bg h2:nth-child(1) {
    padding-right: 30px;
}
.header .img-bg h2:nth-child(2) {
    padding-right: 70px;
}
.header .img-bg h2:nth-child(3) {
    padding-right: 10px;
}
.header .img-bg h2:nth-child(4) {
    padding-right: 100px;
}

.header .bg-blue {
    background-color: #006893;
    color: #fff;
}
.header .bg-blue p:last-child {
    margin: 0;
}

.header h3 {
    font-size: 1.6rem;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.header .logo-grupo {
    max-width: 140px;
}

.brascare h2 {
    background-color: #000;
}
.brascare .img-bg {
    background-image: url('../../assets/img/bg-2.jpg');
}

.petsociety h2 {
    background-color: #00aaab;
}
.petsociety .img-bg {
    background-image: url('../../assets/img/bg-3.jpg');
}

.grooming h2 {
    background-color: #15733e;
}
.grooming .img-bg {
    background-image: url('../../assets/img/bg-4.jpg');
}

.ceq h2 {
    background-color: #2a748b;
}
.ceq .img-bg {
    background-image: url('../../assets/img/bg-5.jpg');
}

footer {
    background-color: #ebebeb;
}
footer p {
    margin-bottom: 0;
}
footer .copyright {
    font-size: 0.7rem;
}



@media (min-width: 1200px) {
    .container {
        max-width: 800px;
    }
}
@media (min-width: 1500px) {
    .container {
        max-width: 1200px;
    }
}
@media (max-width: 768px) {
    .header .img-bg h2 {
        font-size: 2.3rem;
    }
    .secao .botao {
        font-size: 0.8rem; 
    }
    .col {
        margin-bottom: 30px;
    }
    .nav-link {
        padding: 1rem 1rem;
    }
}