body {
    font-family: 'Montserrat', sans-serif;

}

/* .container {
  max-width: 960px;
} */

@media (max-width: 870px) {
    .tps {
        display: none;
    }

    .tpa {
        display: flex;
    }
}
@media (min-width: 870px) {
    .tps {
        display: flex;
    }

    .tpa {
        display: none;
    }
}

header.large {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: transparent;
}

header {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #514d46;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    /* color: #635e53; */
    color: #d9d1c6;
}
a.nav-link {
    color: #d9d1c6;
    text-decoration: none;
}

a.nav-link:hover {
    /* color: #635e53; */
    color: #d9d1c6;
}

.offcanvas-start {
    width: 256px;
}

.offcanvas {
    background-color: black;
}


.home-bg {
    /* background: linear-gradient(to bottom, rgba(92, 77, 66, 0.8) 0%, rgba(92, 77, 66, 0.8) 50%), url("../assets/img/bg.png"); */
    background: url("../assets/img/bg.png");
}

.equipe-bg {
    background: url("../assets/img/equipe_bg.png");
}

.shape4-bg {
    background: url("../assets/img/Shape 4.png");
    background-repeat: no-repeat;
    background-position: -280px 140px;
}

.canal-aj-bg {
    background: url("../assets/img/canal_bg.png");
    background-repeat: no-repeat;
    /* background-size: 90%; */

}


/*
 * Extra utilities
 */

.flex-equal > * {
    flex: 1;
}
@media (min-width: 768px) {
    .flex-md-equal > * {
        flex: 1;
    }
}
