/* ↓↓↓ global ↓↓↓ */
.pb-0 {
    padding-bottom: 0;
}
/* ↑↑↑ global ↑↑↑ */

/* ↓↓↓ alerts ↓↓↓ */
.alerts {
    max-width: 100%;
    height: auto;
    transform: rotate(10deg);
    position: absolute;
    left: 0;
    top: -135px;
}
@media (max-width: 992px) {
    .alerts {
        max-width: 100%;
        height: auto;
        transform: rotate(10deg);
        position: absolute;
        left: 35px;
        top: -25px;
    }
}
@media (max-width: 767px) {
    .alerts {
        display: none;
    }
}
/* ↑↑↑ alerts ↑↑↑ */

/* ↓↓↓ top nav ↓↓↓ */
.navbar {
    background-color: #96a585 !important;
}
.navbar img {
    width: 250px;
}
@media (min-width: 992px) {
    #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
        background: #7ca36e;
    }
}
/* ↑↑↑ top nav ↑↑↑ */

/* ↓↓↓ top banner ↓↓↓ */
.masthead {
  background: url("../assets/img/banner-003.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center bottom;
  height: 450px;
  width: auto;
  position: relative;
  display: flex;
}

.masthead .md-logo {
    width: 85px;
    height: 85px;
    position: absolute;
    top: 25%;
    left: 5%;
    z-index: 9999;
}

.masthead img {
    width: 155px;
}
.masthead h5 {
    width: 80%
}
.overlayer {
	background-color: rgba(0, 0, 0, 0.0);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.overlayer h1 {
	color: #514c50;
	display: block;
	font-weight: 200;
	line-height: 2em;
	margin: 0;
	position: absolute;
	top: 35%;
    right: 5%;
	width: 100%;
    text-align: right;
    margin-right: 20px;
}
/* ↑↑↑ top banner ↑↑↑ */



/* ↓↓↓ ↓↓↓ */
.bg-gravel {
    background-color: #514c50 !important;
}
.features-icons {
    padding-top: 7rem;
    padding-bottom: 7rem;
}
.features-icons .features-icons-item .features-icons-icon {
    height: 7rem;
}
.features-icons .features-icons-item .features-icons-icon i {
    font-size: 4.5rem;
}
.features-icons .features-icons-item:hover .features-icons-icon i {
    font-size: 5rem;
}
/* ↑↑↑ ↑↑↑ */

/* ↓↓↓ Quem Somos ↓↓↓ */
@media screen and (max-width: 767px) {
    .portfolio-image__wrapper {
        text-align: center
    }
    .portfolio .img-fluid {
        width: 50%;
    }
}
/* ↑↑↑ Quem Somos ↑↑↑ */

/* ↓↓↓ ↓↓↓ */
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.showcase .showcase-img {
    min-height: 30rem;
    background-size: cover;
}
.showcase .showcase-text {
    padding: 3rem;
}
@media (min-width: 768px) {
	.showcase .showcase-text {
	    padding: 7rem;
	}
}

/* ↑↑↑ ↑↑↑ */


/* ↓↓↓ Perguntas Frequentes ↓↓↓ */
.card__question {
	border: none;
}
button:focus,
button:focus:not(:focus-visible) {
    outline: none;
}
.btn:focus, .btn.focus {
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-link {
    color: #2c3e50;
}
.btn-link:hover {
    color: #7ca36e;
}
.card__question .card-body {
	color: #333;
}

/* ↑↑↑ Perguntas Frequentes ↑↑↑ */



/* ↓↓↓ Events card ↓↓↓ */
.card__wrapper {
    display:flex;
    flex-direction:row;
    gap: 40px;
}
.card__event {
    background-color: #f8f9fa !important;
    border: none;
    border-radius: 10px;
    /* width: 50%; */
}
.card__event h2 {
    font-weight: 500;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) { 
    .card__event {
        width: 100%;
    }          
    .card__event {
        
    }
}
.card__event .event-date {
    border-right: 1px solid #ddd;
    padding: 10px 20px;
    flex: 0;
    text-align: center;
}
.event-date p:nth-child(1) {
	border-bottom: 1px solid #ddd;
	font-size: 32px;
	margin: 0;
	margin-bottom: 5px;
}
.card__event h5 {
    color: #333;
    flex: 1;
    font-weight: 500;
}
.card__event img {
    width: 25px;
    height: 25px
}
.card__event .users img {
    border-radius: 50%;
    border: none;
    margin-right: -15px;
    width: 35px;
    height: 32px
}

.card__event p {
    font-size: 14px;
    color: #333;
}

.card__event .btn {
    border-radius: 22px;
    border: none;
    height: 40px;
    width: 100%
}

.card__event .btn:focus {
    border: none;
    box-shadow: none
}

.card__event .btn span {
    font-size: 14px;
    font-weight: 500
}

.card__event .btn-dark span {
    color: #E0DFE7
}

.card__event .btn.info {
    background: #E4E4E4
}

.card__event .btn.info span {
    color: #26252B !important
}

.card__event .btn.info:hover {
    background: #CDCED0 !important
}
@media screen and (max-width: 384px) {
    .card {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center
    }

    .row {
        text-align: center;
        line-height: 3;
        display: flex;
        justify-content: center
    }

    .ml-auto {
        margin-left: 20px !important
    }
}
/* ↑↑↑ Events card ↑↑↑ */

/* ↓↓↓ backgrounds ↓↓↓ */
.bg-gravel {
    background-color: #514c50 !important;
}
.bg-honeydew {
    background-color: #7ca36e !important;
}
/* ↑↑↑ backgrounds ↑↑↑ */



/* ↓↓↓ footer ↓↓↓ */
.lead > a {
    color: #fff;
}
/* ↑↑↑ footer ↑↑↑ */

@media only screen and (max-width: 569px) {
    .masthead {
        height: 200px;
    }

    .masthead .md-logo{
        width: 45px;
        height: 45px;
        top: 35%;
    }
}



