.backGround-orange {
  background-color: #3A6D8C   !important;
  transition: background-color 0.3s ease;
}

.backGround-lightBlue {
  background-color: #88A7BA   !important;
  transition: background-color 0.3s ease;
}

.backGround-pink-light {
  background-color: #d8a07b5c !important;
}

.backGround-white {
  background-color: #fff !important;
}

.bootstrap-select {
  height: 100% !important;
  padding: 0px !important;
}

.orange {
  color: #dcab7c !important;
}

.white {
  color: #fff !important;
}

.color-white {
  color: #fff !important;
}

.black {
  color: black !important;
}

.w-20 {
  width: 40%;
}

.w-30 {
  width: 40%;
}

.w-40 {
  width: 40%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.h-20 {
  height: 20%;
}

.h-30 {
  height: 30%;
}

.h-40 {
  height: 40%;
}

.h-60 {
  height: 60%;
}

.h-70 {
  height: 70%;
}

.h-80 {
  height: 80%;
}

.vh-70 {
  height: 70vh !important;
}

body {
  font-family: "Poppins", sans-serif;
}

.pointer {
  cursor: pointer;
}

.text-underline {
  text-decoration: underline;
}

.fotos {
  background-size: cover !important;
  background-position: center !important;
}

.none {
  display: none !important;
}

.grid {
  display: grid !important;
}

.shadow-x {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.075) !important;
}

.hover-expand {
  transition: transform 0.4s;
}

/* .hover-expand:hover{
    transform: scale(1.03);
}

.slide:hover,
.slide:focus {
  box-shadow: inset 6.5em 0 0 0 rgba(0, 0, 0, .05);
} */

.backGround-orange button :hover {
  background-color: #d8a07b;
}

.wrapper {
  margin-top: 60px;
}

/* @media only screen and (max-width: 990px) {
  .wrapper {
    margin-top: 60px;
  }
} */
