@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400&family=Raleway:ital,wght@0,300;0,500;0,700;1,300;1,500;1,700&display=swap");

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.font-raleway-light {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}

.font-raleway-light-italic {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.font-raleway-medium {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}

.font-raleway-medium-italic {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.font-raleway-bold {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

.font-raleway-bold-italic {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.banner-title {
  font-size: 2.6rem;
  font-weight: 300;
}

.custom-main-banner {
  position: relative;
  height: 80vh;
  overflow: hidden;
}

.custom-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  background: black;
}

.custom-background-overlay video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.custom-background-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.custom-main-banner-text {
  padding-top: 10vh; 
}

@media (min-width: 992px) {
  .custom-main-banner-text {
    padding-top: 30vh;
  }
}

.custom-main-banner-form {
  padding-top: 1vh; 
  padding-bottom: 1vh; 
}

@media (min-width: 992px) {
  .custom-main-banner-form {
    padding-top: 10vh;
  }
}

.btn-custom-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #000;
  font-weight: bold;
}

.btn-custom-primary:hover {
  background-color: var(--primary-color-transparent);
  border-color: var(--primary-color);
  color: #fff;
}

.btn-custom-primary:focus,
.btn-custom-primary:active,
.btn-custom-primary:not(:disabled):not(.disabled).active,
.btn-custom-primary:not(:disabled):not(.disabled):active,
.show > .btn-custom-primary.dropdown-toggle {
  background-color: var(--primary-color-transparent);
  border-color: var(--primary-color-transparent);
  color: #fff;
}

.custom-bg-header {
  background-color: var(--primary-color) !important;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 1);
}

.custom-bg-dark {
  background-color: var(--secondary-color) !important;
}

.custom-bg-primary {
  background-color: var(--primary-color) !important;
}

.custom-list {
  list-style-position: inside;
  padding: 0 10% 0 50%;
}

.custom-list li {
  color: white;
  padding-bottom: 8px;
  font-size: 16px;
  list-style-type: disc;
}

.custom-list li::marker {
  color: var(--primary-color);
}

.custom-card-footer {
  background-color: var(--primary-color);
  color: #ffffff;
  padding: 4px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 0px 0px 10px 10px !important;
  cursor: pointer;
}

.custom-card {
  border-radius: 15px;
}

.custom-background-overlay video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.buscadorInput {
  border-radius: 34px;
  margin-top: -75px;
}

.img-espacio-comun {
  height: 500px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 28px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 40px;
  color: #fff;
}

.custom-filters-main {
  background-color: var(--secondary-color);
}

.banner-content {
  font-size: 3rem !important;
  position: absolute;
  bottom: 15%;
  left: 15%;
  z-index: 10;
  color: white;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
}

.swiper-slide {
  position: relative;
}

.img-banner {
  width: 100%;
  height: 80vh;
  object-fit: cover;
  object-position: center;
  display: block;
}

.img-360 {
  width: 100%;
  height: 55vh;
  object-fit: cover;
  object-position: center;
  display: block;
}

.custom-modal-bg {
  background-color: var(--secondary-color);
}

.bannet-title-2 {
  font-size: 2.5rem;
  font-weight: 300;
}

.custom-bg-form-banner {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 30px;
  border-radius: 25px;
}

.custom-bg-efefef {
  background-color: #efefef !important;
}

.custom-bg-fachada {
  background-image: url("/clients/situtomasmoro/render-fachada.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.custom-bg-banner {
  background-image: url("/clients/situtomasmoro/banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.metro-logo {
  width: 56px;
  height: auto;
  display: block;
  margin: 0 auto 8px;
}

.social-circle {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  color: var(--secondary-color);
  border-radius: 50%;
  font-size: 24px;
  line-height: 1;
  text-decoration: none;
}

.social-circle:hover,
.social-circle:focus {
  color: var(--secondary-color);
  text-decoration: none;
}

@media (max-width: 991px) {
  .banner-title {
    font-size: 1.5rem;
    font-weight: 300;
    padding: 80 50;
  }

  .custom-list {
    list-style-position: inside;
    padding: 0 5% 0 5%;
  }

  .pt-100 {
    padding-top: 25px;
  }

  .bannet-title-2 {
    font-size: 1.5rem;
    font-weight: 300;
  }
}

@media only screen and (max-width: 768px) and (orientation: portrait) {
  .img-360 {
    width: 100%;
    height: 40vh;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .img-banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .custom-list {
    list-style-position: inside;
    padding: 0 5% 0 5%;
  }

  .banner-content {
    font-size: 1.5rem !important;
    position: absolute;
    bottom: 5%;
    left: 5%;
    z-index: 10;
    color: white;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
  }

  .custom-main-banner {
    position: relative;
    height: 100%;
    overflow: hidden;
  }

  .custom-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    background: black;
  }

  .custom-background-overlay video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
  }

  .custom-background-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }

  .custom-main-banner-text {
    padding-top: 10vh;
  }
}
