.btgrid .col {
	margin-bottom:4em;
}
hr {
  margin-bottom: 4em;
}
.form-control::placeholder {
  color: #fff !important;
}
@media (max-width: 768px) {
  	.btgrid .col {
		flex:none;
		margin-bottom:1em;
	}
	.btgrid .col-md-3,.btgrid .col-md-4 {
		float:left;
		width: 100%;
	}
  .btgrid .row {
    margin-bottom: 4em;
  }
  .btgrid .row-3 {
    margin-bottom: 0em;
  }
  hr {
  margin-bottom: 2em;
  }
}
ul li {
  list-style: disc; 
}
.gallery-item img {
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.4s ease;
}

.gallery-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
}
.gallery-item {
    transition: transform 0.3s ease;
}

.gallery-item:hover {
    transform: scale(1.05);
}
.accordion-body {
    background-color: #ededed !important;
    padding: 15px 20px !important;
    border-top: 1px solid #d4d4d4 !important;
}

.accordion-header {
    border-bottom: 0 !important;
}

.accordion-item *,
.accordion-item *::before,
.accordion-item *::after {
    box-sizing: border-box;
}
.mt-negativo {
    margin-top: -75px !important; 
}
.btn-naranja-personalizado {
    background-color: #f0ad4e !important; 
    color: #333 !important; 
    border-color: #f0ad4e !important; 
}

.btn-naranja-personalizado:hover {
    background-color: #ec971f !important; 
    border-color: #ec971f !important;
}
@media (max-width: 575px) {
  .xs-pt-8 {
    padding-top: 3% !important;
  }
}

@media (max-width: 767px) {
  section {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

p {
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  section {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.bg-spring-wood .form-control {
    color: #222;
    background-color: rgba(255,255,255,0.9); 
    border: 1px solid #aaa;
}

.bg-spring-wood .form-control::placeholder {
    color: #555; 
}

.white,
.white * {
    color: #fff !important;
}