/* NEW DATA */

.show {
  opacity: 1 !important;
  transition: opacity 1s;
}

.show-fast {
  opacity: 1 !important;
  transition: opacity 1s;
}

.remove {
  opacity: 0 !important;
  transition: opacity 1s;
}

html,
body {
  font-family: "Core Sans";
  overflow: hidden;
  height: 100%;
  /* overflow-x: hidden */
}

/* body {
    padding-top: 60px;
}

.wrap {
    height: 100%;
    overflow: auto;
} */

.wrap {
  opacity: 0;
  top: 60px;
  position: fixed;
  overflow: auto;
  height: 100%;
}

#loading {
  height: 100vh;
  opacity: 0;
}

.icon {
  height: 30px;
}

/* .navbar-light .navbar-toggler-icon {
    background-image: url('public/assets/img/svg/menu.png');
} */

#inicio {
  position: fixed;
  background-color: white;
  width: 100%;
  z-index: 99;
  opacity: 0;
  /* margin-top: -60px; */
}

.custom-toggler.navbar-toggler {
  /* border-color: rgb(108,71,156); */
  border-color: rgba(0, 0, 0, 0);
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(108,71,156, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler:focus {
  /* outline: 2px auto rgb(108, 71, 156); */
  outline: none;
}

.custom-toggler .navbar-toggler-icon:focus {
  outline: none;
}

.navbar-toggler-icon {
  width: 2em;
  height: 2em;
}

.navbar {
  /* border-bottom: 4px solid #46464621; */
  box-shadow: 0 6px 2px -2px rgba(0, 0, 0, 0.2);
}

.nav-link {
  font-family: "Core Sans" !important;
}

.navbar-nav {
  padding-left: 17px;
}

.bg-1 {
  background-image: url("/assets/img/backgrounds/b1-mobile.svg");
  background-size: cover;
  background-position-y: bottom;
  background-position-x: left;
  width: 100vw;
  height: 80vh;
}

.logo {
  width: 70vw;
  max-width: 250px;
}

.title-svg {
  width: 70vw;
  max-width: 300px;
  z-index: 2;
}

.bg-2 {
  background-image: url("/assets/img/backgrounds/bg-nosotros.jpg");
  background-size: cover;
  background-position: left;
  width: 100vw;
}

.bg-2 .p-container {
  width: 100vw;
  max-width: 500px;
  z-index: 2;
  background-color: rgba(106, 69, 151, 0.7098039215686275);
  height: 100%;
  padding: 0px 1rem;
}

.bg-2 .p-container p {
  font-size: 1.1rem;
  color: white;
}

.icon-lg {
  height: 70px;
  width: 70px;
}

.py-6 {
  padding-bottom: 5rem !important;
  padding-top: 5rem !important;
}

#nosotros {
  opacity: 0;
}

#servicios {
  box-shadow: 0 6px 2px -2px rgba(0, 0, 0, 0.2);
  background-image: url("/assets/img/backgrounds/b3.svg");
  background-size: cover;
  background-position: right;
  width: 100vw;
  opacity: 0;
}

#servicios_body {
  opacity: 0;
}

.card {
  border: 0rem;
  border-radius: 0%;
}

.card-img-top {
  border-radius: 0rem !important;
}

.card-text {
  font-family: "PT Sans Regular" !important;
  color: #6c479c;
  font-size: 1.1rem;
}

.card-image-body {
  position: relative;
}

.animated {
  opacity: 1 !important;
}

.card-image-body img {
  height: 100%;
}

.card-title {
  position: absolute;
  bottom: 0;
}

.subtitle {
  font-family: "PT Sans Regular" !important;
  color: white;
}

.subtitle-secondary {
  color: #eed892 !important;
}

#propiedades {
  opacity: 0;
  margin-bottom: 10rem;
  margin-top: 7rem;
}

#propiedades .btn-more {
  background-color: #64418e;
  border-radius: 10px;
  border: 0px;
  box-shadow: 0px 0px 5px #9e9999;
  color: white;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 5px 20px;
  width: 200px;
  transition: all 600ms;
  outline: none;
  text-align: center;
  text-decoration: none;
}

#propiedades .btn-more:hover {
  outline: none;
  background-color: #734f9f;
  box-shadow: 0px 0px 2px #9e9999;
}

#propiedades .btn-more:active {
  outline: none;
  background-color: #432766;
  box-shadow: 0px 0px 0px #9e9999;
}

#propiedades .btn-more:focus {
  outline: none;
}

#galeria {
  /* height: 100%; */
  opacity: 0;
  background: rgba(255, 255, 255, 1);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(106, 69, 151, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 1)),
    color-stop(100%, rgba(106, 69, 151, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(106, 69, 151, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(106, 69, 151, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(106, 69, 151, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(106, 69, 151, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6a4597', GradientType=0);
}

.subtitle-contacto {
  font-family: "PT Sans Bold" !important;
  color: #6c479c;
}

#galeria .container .row {
  box-shadow: 0 6px 2px -2px rgba(0, 0, 0, 0.2);
}

.i-img {
  background-position: bottom;
  background-size: cover;
  height: 200px;
  cursor: pointer;
}

.i-img:hover {
  opacity: 0.7;
  cursor: pointer;
}

.i-1 {
  background-image: url("/assets/img/images/2.jpg");
}

.i-2 {
  background-image: url("/assets/img/images/4.jpg");
  background-position: left;
}

.i-3 {
  background-image: url("/assets/img/images/1.jpg");
}

.i-4 {
  background-image: url("/assets/img/images/3.jpg");
}

.i-5 {
  background-image: url("/assets/img/images/5.jpg");
  background-position: left;
}

.i-6 {
  background-image: url("/assets/img/images/6.jpg");
}

.subtitle-title-container {
  width: 100vw;
  box-shadow: 0 6px 2px -2px rgba(0, 0, 0, 0.2);
}

#contacto {
  opacity: 0;
  background-image: url(/assets/img/backgrounds/b2.svg);
  background-size: cover;
  background-position-y: center;
  background-position-x: left;
}

.contacto-text > * {
  font-family: "PT Sans Regular" !important;
  color: #e8ba23;
  font-size: 1.2rem;
}

.contacto-text a:hover > * {
  text-decoration: none;
  color: #b7931e;
}

.contacto-text a:hover {
  text-decoration: none;
  color: #b7931e;
}

@media screen and (orientation: landscape) and (max-width: 576px) {
  .bg-1 {
    height: 90vh;
  }
}

@media (min-width: 576px) {
  .title-svg {
    width: 60vw;
  }
  .card-text {
    font-size: 1.2rem;
  }
}

/* // Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
  .logo {
    max-width: 400px;
  }
  .title-svg {
    width: 50vw;
    max-width: 350px;
  }
  .bg-2 {
    width: 100vw;
  }
  .bg-2 .p-container {
    width: 80vw;
    padding: 0px 1.5rem;
  }
  .bg-2 .p-container p {
    font-size: 1.3rem;
  }
  .subtitle-contacto {
    font-size: 3rem;
  }
}

/* // Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
  .nav-link {
    color: #6c479c !important;
  }
  .logo {
    max-width: 600px;
  }
  .bg-1 {
    background-image: url("/assets/img/backgrounds/b1.svg");
    background-position-y: center;
    background-position-x: left;
  }
  .bg-2 .p-container {
    padding: 0px 2rem;
  }
  .title-svg {
    max-width: 400px;
  }
  .subtitle-contacto {
    font-size: 3.2rem;
  }
  .i-img {
    height: 250px;
  }
}

/* // Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  .i-img {
    height: 300px;
  }
}
