@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Montserrat", sans-serif !important;
  margin: 0;
  background-color: #010101;
  color: #323232 !important;
  line-height: 200%;
  /*color: #eee;*/
}
html,
body {
  overflow-x: hidden !important;
}
section,
.container {
  position: relative !important;
  /* overflow: hidden; */
}

h1,
h2,
h3,
h4,
h5,
h6,
.card-title {
  font-family: Poppins !important;
  font-weight: 600;
  line-height: 120%;
}
.small-text {
  font-size: 12px;
  line-height: 140%;
}

.navbar-nav {
  font-family: "Poppins" !important;
  font-weight: 400;
}
footer,
footer a {
  color: #eee;
}
footer a:hover {
  color: #ec1313;
}
strong {
  color: #ec1313;
  font-weight: 600;
}
h3.title-thin {
  color: #ec1313;
  font-weight: 300;
  font-size: 40px;
}
h3 span {
  font-size: 72px;
  line-height: 100%;
}
svg {
  width: 25px;
}
.bg-img-1 {
  background-color: #f2f2f2;
  background-image: url(../image/bgs/img-01.png);
  background-size: cover;
}
.bg-img-2 {
  background-color: #f2f2f2;
  background-image: url(../image/bgs/img-02.png);

  background-repeat: no-repeat;
}
.bg-img-3 {
  background-color: #fff;
  background-image: url(../image/bgs/img-03.png);

  background-repeat: no-repeat;
  background-position: bottom;
}
.bg-img-4 {
  background-color: #fff;
  background-image: url(../image/bgs/concrete_seamless.png);
  background-repeat: repeat;
}
.bg-gray {
  background-color: #f2f2f2;
}
.bg-gray-dark {
  background: rgb(55, 55, 55);

  background-image: url(../image/bgs/dark_geometric.png);
  background-repeat: repeat;
  color: white;
}
.bg-gray-2 {
  background: rgb(104, 104, 106);
  background: -moz-radial-gradient(
    circle,
    rgba(104, 104, 106, 1) 29%,
    rgba(66, 66, 68, 1) 83%
  );
  background: -webkit-radial-gradient(
    circle,
    rgba(104, 104, 106, 1) 29%,
    rgba(66, 66, 68, 1) 83%
  );
  background: radial-gradient(
    circle,
    rgba(104, 104, 106, 1) 29%,
    rgba(66, 66, 68, 1) 83%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#68686a", endColorstr="#424244", GradientType=1);
  color: white;
}
.bg-white {
  background-color: #fff;
}
.bg-green {
  background: hsla(165, 89%, 31%, 1);

  background: linear-gradient(
    90deg,
    hsla(165, 89%, 31%, 1) 0%,
    hsla(161, 46%, 49%, 1) 100%
  );

  background: -moz-linear-gradient(
    90deg,
    hsla(165, 89%, 31%, 1) 0%,
    hsla(161, 46%, 49%, 1) 100%
  );

  background: -webkit-linear-gradient(
    90deg,
    hsla(165, 89%, 31%, 1) 0%,
    hsla(161, 46%, 49%, 1) 100%
  );

  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#099773", endColorstr="#43b692", GradientType=1);
  color: white;
}
.bg-blue {
  background: hsla(199, 100%, 65%, 1);

  background: radial-gradient(circle, #4dc6ff 0%, hsla(215, 100%, 53%, 1) 100%);

  background: -moz-radial-gradient(
    circle,
    hsla(199, 100%, 65%, 1) 0%,
    rgb(15, 115, 255) 100%
  );

  background: -webkit-radial-gradient(
    circle,
    hsla(199, 100%, 65%, 1) 0%,
    hsla(215, 100%, 53%, 1) 100%
  );

  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#4AC6FF", endColorstr="#0F73FF", GradientType=1);
  color: white;
}
.bg-sky-blue {
  background: rgb(22, 170, 215);
  background: -moz-radial-gradient(
    circle,
    rgba(22, 170, 215, 1) 29%,
    rgba(23, 131, 189, 1) 83%
  );
  background: -webkit-radial-gradient(
    circle,
    rgba(22, 170, 215, 1) 29%,
    rgba(23, 131, 189, 1) 83%
  );
  background: radial-gradient(
    circle,
    rgba(22, 170, 215, 1) 29%,
    rgba(23, 131, 189, 1) 83%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#16aad7", endColorstr="#1783bd", GradientType=1);
  color: white;
}
.bg-orange {
  background: rgb(252, 176, 69);
  background: -moz-radial-gradient(
    circle,
    rgba(252, 176, 69, 1) 1%,
    rgba(253, 29, 29, 1) 100%
  );
  background: -webkit-radial-gradient(
    circle,
    rgba(252, 176, 69, 1) 1%,
    rgba(253, 29, 29, 1) 100%
  );
  background: radial-gradient(
    circle,
    rgba(252, 176, 69, 1) 1%,
    rgba(253, 29, 29, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcb045", endColorstr="#fd1d1d", GradientType=1);
  color: white;
}
/*NAVBAR HOME*/
.bg-brand {
  background: rgb(236, 19, 19);
  background: -moz-radial-gradient(
    circle,
    rgba(236, 19, 19, 1) 12%,
    rgba(189, 15, 15, 1) 65%
  );
  background: -webkit-radial-gradient(
    circle,
    rgba(236, 19, 19, 1) 12%,
    rgba(189, 15, 15, 1) 65%
  );
  background: radial-gradient(
    circle,
    rgba(236, 19, 19, 1) 12%,
    rgba(189, 15, 15, 1) 65%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ec1313", endColorstr="#bd0f0f", GradientType=1);
  color: white;
}
.bg-brand .nav-link,
.bg-brand .nav-link:hover,
.bg-brand .nav-link:focus,
.bg-brand .navbar-nav .nav-link.active,
.bg-brand .navbar-nav .nav-link.show {
  color: white;
}
.bg-brand ul .dropdown-menu {
  --bs-dropdown-bg: #ec1313;
  --bs-dropdown-border-color: #ec1313;
  --bs-dropdown-link-color: white;
  --bs-dropdown-link-hover-bg: #bd0f0f;
  --bs-dropdown-link-active-color: #bd0f0f;
}
.bg-brand li.nav-item.dropdown ul.dropdown-menu li a.dropdown-item:hover,
.bg-brand li.nav-item.dropdown ul.dropdown-menu li a.dropdown-item:focus {
  color: white;
}
.bg-brand li.nav-item.dropdown ul.dropdown-menu li a.dropdown-item:focus,
.dropdown-item:focus {
  background-color: #ec1313;
}

/* edit stule boostrap */
.navbar-toggler:focus {
  box-shadow: none;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #ec1313 !important;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #ec1313;
}
/* css slider */
.slider {
  height: 100vh;
  margin-top: -50px;
  position: relative;
  color: #eee;
}
.slider .list .item {
  position: absolute;
  inset: 0 0 0 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s;
}
.slider .list .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider .list .item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to top, #000 20%, transparent);
}
.slider .list .item .content {
  position: absolute;
  left: 15%;
  top: 20%;
  width: 500px;
  max-width: 80%;
  z-index: 1;
  line-height: 140%;
}
.slider .list .item .content p:nth-child(1) {
  text-transform: uppercase;
  letter-spacing: 10px;
}
.slider .list .item .content h2 {
  font-size: 80px;
  margin-bottom: 15px;
}
.slider .list .item.active {
  opacity: 1;
  z-index: 10;
}
@keyframes showContent {
  to {
    transform: translateY(0);
    filter: blur(0);
    opacity: 1;
  }
}
.slider .list .item.active p:nth-child(1),
.slider .list .item.active h2,
.slider .list .item.active a,
.slider .list .item.active p:nth-child(3) {
  transform: translateY(30px);
  filter: blur(20px);
  opacity: 0;
  animation: showContent 0.5s 0.7s ease-in-out 1 forwards;
}
.slider .list .item.active h2 {
  animation-delay: 1s;
}
.slider .list .item.active p:nth-child(3) {
  animation-duration: 1.3s;
}
.slider .list .item.active a {
  animation-delay: 1.5s;
}
.arrows {
  position: absolute;
  width: 100%;
  bottom: 35%;
  z-index: 100;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.arrows button {
  background-color: #eee5;
  border: none;
  font-family: monospace;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  font-size: x-large;
  color: #fff;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.arrows button:hover {
  background-color: #eee;
  color: #ec1313;
}
.thumbnail {
  position: absolute;
  bottom: 50px;
  z-index: 11;
  display: flex;
  gap: 10px;
  width: 100%;
  height: 250px;
  padding: 0 50px;
  box-sizing: border-box;
  overflow: auto;
  justify-content: center;
}
.thumbnail::-webkit-scrollbar {
  width: 0;
}
.thumbnail .item {
  width: 150px;
  height: 220px;
  filter: brightness(0.5);
  transition: 0.5s;
  flex-shrink: 0;
}
.thumbnail .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.thumbnail .item.active {
  filter: brightness(1.5);
}
.thumbnail .item .content {
  position: absolute;
  inset: auto 10px 10px 10px;
  text-shadow: 1px 1px 2px black;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(2px);
  border-radius: 6px;
  line-height: 120%;
  padding: 4px;
  text-align: center;
}
@media screen and (max-width: 678px) {
  .thumbnail {
    justify-content: start;
    height: 150px;
    bottom: 15px;
    padding: 0 25px;
  }
  .thumbnail .item {
    height: 150px;
  }

  .slider .list .item .content h2 {
    font-size: 40px;
  }
  .slider .list .item .content {
    left: 10%;
    top: 20%;
  }
  .slider .list .item .content p:nth-child(1) {
    font-size: 12px;
    letter-spacing: 5px;
  }
  .arrows {
    bottom: 27%;
    justify-content: start;
    padding-left: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .slider .list .item .content {
    left: 5%;
  }
}

/*TESTIMONIAL*/
.card-testimonial {
  position: relative;
}
.card-testimonial .card-avatar {
  position: absolute;
  left: 24px;
  top: -40px;
  z-index: 1;
  border-radius: 100px;
  contain: paint;
}
.card-testimonial .card-quote {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 1;
}

/*CARD*/
.card-body h3 {
  font-size: 18px !important;
}

.card-body p,
.card-body small {
  font-size: 14px !important;
  line-height: 140%;
}

.card-body form div > .text-tiny {
  font-size: 14px !important;
  line-height: 140% !important;
}

.card-body form label {
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  color: #454f54;
}
.card-body form button {
  display: block;
  width: 100%;
}
.card-text > ul.text-list {
  font-size: 16px;
  line-height: 160%;
  list-style: none;
  padding: 0;
  margin: 0;
}

/*GOOGLE MAP*/
.responsive-map {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.responsive-map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/*WHATSAPP*/
.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 65px;
  right: 24px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}

.whatsapp-icon {
  margin-top: 13px;
}

/*SHAPE BLUR*/
:root {
  --blur-size: 100px;
  --shape-1-size: 482px;
  --shape-2-size: 309px;
  --shapes-opacity: 50%;
}
.shape-1 {
  width: var(--shape-1-size);
  height: var(--shape-1-size);
  background-color: #fde7e7;
  border-radius: 50%;
  position: absolute;
  left: -10%;
  top: 30%;
  z-index: 0;
  mix-blend-mode: multiply;
  filter: blur(var(--blur-size));
  opacity: var(--shapes-opacity);
  animation: blob ease-in 7s infinite;
}
.shape-2 {
  width: var(--shape-2-size);
  height: var(--shape-2-size);
  background-color: #fde7e7;
  border-radius: 50%;
  position: absolute;
  right: -10%;
  top: 0;
  z-index: 0;
  mix-blend-mode: multiply;
  filter: blur(var(--blur-size));
  opacity: var(--shapes-opacity);
  animation: blob ease-in 7s infinite;
}
@keyframes blob {
  0% {
    transform: translate(0px, 0px) scale(1);
  }

  33% {
    transform: translate(30px, -50px) scale(1.1);
  }

  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }

  100% {
    transform: translate(0px, 0px) scale(1);
  }
}
/* IMAGE PAGE */
.image-page {
  position: relative;
  display: block;
}
.image-border-down-left {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.image-position-1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.img-shape-top-right {
  position: absolute;
  top: 10px;
  right: 15%;
  animation: img-shape-animate linear 6s infinite;
  animation-delay: 2s;
}
.img-shape-bottom-left {
  position: absolute;
  bottom: 5%;
  left: 25%;
  animation: img-shape-animate linear 5s infinite;
}
@keyframes img-shape-animate {
  0% {
    transform: translate(0px, 0px);
  }

  50% {
    transform: translate(10px, 0px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}
.shape-arrow-left {
  position: absolute;
  top: -28px;
  z-index: 10;
  left: 15px;
  animation: img-shape-animate linear 6s infinite;
  animation-delay: 2s;
}
.shape-arrow-right {
  position: absolute;
  top: -28px;
  z-index: 10;
  right: 15px;
  animation: img-shape-animate linear 6s infinite;
  animation-delay: 2s;
}
/* Shine */

img.img-fluid {
  transition: all 0.3s ease;
  filter: brightness(100%);
}
img.img-fluid:hover {
  filter: brightness(120%);
}

/* SLIDER DOTS */
.slick-list {
  padding: 40px 50px !important;
}

/* SLIDER DOTS */

.slick-dots li {
  width: 40px;
  height: 6px;
  background: #ccc;
  border-radius: 3px;
  padding: 0;
}

.slick-dots li button {
  width: 40px;
  height: 6px;
}

.slick-dots li.slick-active,
.slick-dots li:hover {
  background: #ec1313;
}

.slick-dots li button,
.slick-dots li button:before {
  color: transparent;
  opacity: 0;
}

/* UL STYLE */
ul.list-style {
  list-style: none;
}

ul.list-style li::before {
  content: "";
  background-image: url(https://cdn-icons-png.freepik.com/256/5610/5610944.png?semt=ais_hybrid);
  background-size: contain;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  top: 0.1rem;
  margin-right: 0.2rem;
}

/* MODAL */
.modal-content {
  position: relative;
}

.modal-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ec1313;
  border: none;
  color: white;
  padding: 10px;
  cursor: pointer;
}

.modal-arrow-left {
  left: 10px;
}

.modal-arrow-right {
  right: 10px;
}

img.img-cover {
  width: 100%;
  height: 160px !important;
  object-fit: cover;
  /* Ajusta la imagen para que ocupe todo el contenedor manteniendo su proporción */
}
.card {
  width: 100%;
}
/* @media (min-width: 1024px) {
  .card {
    width: 100%;
  }
} */

img.img-hero {
  content: "";
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  animation: imgHero 40s infinite linear;
  animation-delay: 2s;
  filter: grayscale(50%);
}

@keyframes imgHero {
  0% {
    scale: 1;
  }
  50% {
    scale: 2;
  }
  100% {
    scale: 1;
  }
}

.py-160 {
  padding: 160px 0;
}

.bg-text {
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(30px) !important;
  border-radius: 6px;
  color: white;
}
