@import url("https://fonts.googleapis.com/css2?family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500;1,600&display=swap");

h1,
h2,
h3,
h4,
h5,
h6,
.post-text a {
  font-family: "Playfair Display SC", serif;
}

a,
li,
p,
span,
blockquote {
  font-family: "Open Sans", sans-serif;
}

#subheader.cus-bg1 {
  padding: 0.6rem !important;
  background: url(z-images/Imagen4.jpg) center;
}

/* VARIABLES*************************************************************** */
.cus-hover1:hover {
  background-color: #1973b6;
  transform: all 200ms ease;
}
.cus-btn1 {
  color: #fff !important;
  border-width: 0px;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 600;
  background-color: #1f3d59;
  padding-block: 9px;
  padding-inline: 15px;
}

.custom-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.secondary {
  color: #1f3d59 !important;
}

.open-font {
  font-family: "Open Sans", sans-serif !important;
}

.shadow-sm {
  padding: 0.6rem;
  box-shadow: 0px 12px 32px -6px rgba(0, 0, 0, 0.2);
}

.rounded-sm {
  border-radius: 5px;
}

.rounded-md {
  border-radius: 10px;
}

.weight-400 {
  font-weight: 400;
}

.weight-500 {
  font-weight: 500;
}

.font-14 {
  font-size: 20px !important;
}

.ml20 {
  margin-left: 20px;
}

/* VARIABLES*************************************************************** */

/* HEADER ************************************************ */
.de_phone-simple {
  margin-left: 1rem;
  padding-left: 0;
}

#mainmenu a {
  text-transform: uppercase !important;
}

.smaller .logo {
  width: 170px;
}

.carousel-item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  /* z-index: 0; */
}

.section1 .owl-theme .owl-dots .owl-dot span {
  background: #696969;
}
.section1 .owl-theme .owl-dots .owl-dot.active span {
  background: #344bce;
}
/* HEADER ************************************************ */

/* SHORT SERVICES**************************************** */
#section-services h3 {
  letter-spacing: 3px;
  font-weight: 400;
}

.de-images {
  padding: 0.6rem;
  box-shadow: 0px 12px 32px -6px rgba(0, 0, 0, 0.2);
}
/* SHORT SERVICES**************************************** */

/* SERVICES********************************************* */

.service-text-container {
  text-align: center;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.service-text-container > div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem;
  border: 1px solid rgb(255, 255, 255);
  /* height: 100%; */
  height: calc(100% - 2rem);
}
/* SERVICES********************************************* */

/* TESTIMONIALS********************************************* */
.testimonials-picture {
  width: 300px !important;
  margin-bottom: 2rem;
}

blockquote.testimonial-big {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.bloq-text {
  font-size: 21px;
  font-style: italic;
  line-height: 1.5em;
  font-weight: 300;
  margin-left: 1rem;
  margin-bottom: 1.5rem;
}

.testimonials-bg {
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: url(./z-images/Group-50.png);
  opacity: 0.15;
  padding: 2rem;
}
/* TESTIMONIALS********************************************* */

/* OUR TEAM PAGE ******************************************* */
.member-info-container {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: auto;
  z-index: 10;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 1rem;
}

.de-team-list .modal-body img {
  width: 60% !important;
  display: block;
  margin-inline: auto;
}

@media (max-width: 700px) {
  .de-team-list .modal-body img {
    width: 100% !important;
  }
}
/* OUR TEAM PAGE ******************************************* */
