@font-face {
  font-family: "AmsiPro-UltraItalic";
  src: url("../fonts/AmsiPro-UltraItalic.ttf") format("woff2"), url("../fonts/AmsiPro-UltraItalic.ttf") format("woff"); /* Older Browsers */
  /* Add additional font formats as needed */
}
@font-face {
  font-family: "AmsiPro-Regular";
  src: url("../fonts/AmsiPro-Regular.ttf") format("woff2"), url("../fonts/AmsiPro-Regular.ttf") format("woff"); /* Older Browsers */
  /* Add additional font formats as needed */
}
body {
  font-family: "AmsiPro-Regular";
  background-color: black;
}

@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.btn {
  transition: transform 0.5s;
}
.btn:hover {
  animation: pulsate 1s infinite;
}

.navbar {
  background-color: rgba(188, 188, 189, 0.8);
  transition: top 0.5s; /* Add smooth transition */
  padding: 10px;
  display: flex;
  align-items: center;
}
.navbar .navbar-brand {
  max-width: 30%;
  margin-right: 0px;
}
.navbar .navbar-brand img {
  width: 100%;
}
.navbar .nav-item {
  text-align: center;
}
.navbar li {
  margin: 0 15px;
}
.navbar li a {
  text-transform: uppercase;
  font-weight: 900;
  color: rgb(51, 82, 150);
  transition: transform 0.3s ease;
}
.navbar li a:hover {
  transform: scale(1.1);
  color: rgb(239, 62, 66);
}
.navbar .collapse.navbar-collapse {
  justify-content: center;
}
.navbar .call__button {
  margin-left: auto;
}

.navbar.hidden {
  top: -100px; /* Move navbar off-screen */
}

.call__button {
  background-color: rgb(51, 82, 150);
  border-radius: 15px;
  color: white;
  font-weight: bold;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.9);
}
.call__button i {
  margin-right: 10px;
}
.call__button:hover {
  background-color: rgb(239, 62, 66);
}

@media (min-width: 992px) {
  .navbar .collapse.navbar-collapse {
    flex-grow: 1;
    order: 2; /* Move the menu below */
  }
  .navbar .call__button__container {
    order: 3; /* Move the call button to the right */
  }
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Adjust the opacity as needed */
  z-index: 1;
}

.banner {
  height: 100vh;
  min-height: 500px;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.banner .parallax__container {
  height: 150%; /* Adjusted height */
  position: absolute;
  z-index: 0;
  right: 0;
  left: 0;
  top: 0;
  background-image: url("../assets/evacuation.jpeg");
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.banner .ripple-background {
  position: absolute;
  z-index: 2;
}
.banner .circle {
  position: absolute;
  border-radius: 50%;
  background: rgb(51, 82, 150);
  box-shadow: 0px 0px 10px 0px #000000;
}
.banner .small {
  width: 400px;
  height: 400px;
  left: -150px;
  bottom: -950px;
}
.banner .medium {
  width: 600px;
  height: 600px;
  left: -250px;
  bottom: -1050px;
}
.banner .large {
  width: 800px;
  height: 800px;
  left: -350px;
  bottom: -1150px;
}
.banner .xlarge {
  width: 1000px;
  height: 1000px;
  left: -450px;
  bottom: -1250px;
}
.banner .xxlarge {
  width: 1200px;
  height: 1200px;
  left: -550px;
  bottom: -1350px;
}
.banner .shade1 {
  opacity: 0.1;
}
.banner .shade2 {
  opacity: 0.2;
}
.banner .shade3 {
  opacity: 0.3;
}
.banner .shade4 {
  opacity: 0.4;
}
.banner .shade5 {
  opacity: 0.5;
}
.banner .texto__banner {
  color: rgb(51, 82, 150);
  position: relative;
  z-index: 2;
  max-width: 37%;
}
.banner .texto__banner .animate__fadeInLeft {
  animation-delay: 0.1s;
}
.banner .texto__banner .animate__fadeInRight {
  animation-delay: 0.4s;
}
.banner .texto__banner .animate__fadeInUp {
  animation-delay: 0.7s;
}
.banner .texto__banner h1 {
  font-family: "AmsiPro-UltraItalic";
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.banner .texto__banner .parrafo__banner {
  font-size: 1.6rem;
  max-width: 80%;
  font-weight: bold;
  color: white;
}
.banner .texto__banner .contactus__button {
  background-color: rgb(51, 82, 150);
  border-radius: 20px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2rem;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.9);
}
.banner .texto__banner .contactus__button i {
  margin-right: 10px;
}
.banner .texto__banner .contactus__button:hover {
  background-color: rgb(239, 62, 66);
}

@media (max-width: 992px) {
  .banner .texto__banner {
    max-width: 95%;
  }
  .banner .texto__banner h1 {
    font-size: 2rem;
  }
  .banner .texto__banner .parrafo__banner {
    font-size: 1.5rem;
    margin-bottom: 50px;
    max-width: 100%;
  }
  .banner .right__circle {
    display: none;
  }
  .banner .small {
    width: 400px;
    height: 400px;
    left: -300px;
    bottom: -1000px;
  }
  .banner .medium {
    width: 600px;
    height: 600px;
    left: -400px;
    bottom: -1100px;
  }
  .banner .large {
    width: 800px;
    height: 800px;
    left: -500px;
    bottom: -1200px;
  }
  .banner .xlarge {
    width: 1000px;
    height: 1000px;
    left: -600px;
    bottom: -1300px;
  }
  .banner .xxlarge {
    width: 1200px;
    height: 1200px;
    left: -700px;
    bottom: -1400px;
  }
}
.location__container {
  display: flex;
  flex-direction: row;
}

.location__info {
  width: 30%;
  background-color: rgb(51, 82, 150);
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.location__info .background__design {
  height: 70px;
  background-image: url(../assets/diseno.svg);
}
.location__info .location__content {
  padding: 30px 50px;
}
.location__info .location__content h2 {
  font-size: 1.5em;
  font-family: "AmsiPro-UltraItalic";
  margin-bottom: 30px;
}
.location__info .location__content p {
  margin-bottom: 25px;
  font-size: 1.1rem;
}
.location__info .location__content p a {
  color: white;
  font-weight: 600;
}

.whatsapp__button {
  background-color: rgb(188, 188, 189);
  border-radius: 30px;
  color: white;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.9);
  font-family: "AmsiPro-UltraItalic";
  font-size: 1.2rem;
}
.whatsapp__button:hover {
  background-color: #1C75BC;
}
.whatsapp__button .whatsapp__logo {
  margin-right: 8px;
  width: 30px;
}

.location__map {
  width: 70%;
}

@media (max-width: 992px) {
  .location__container {
    flex-direction: column;
  }
  .location__container .location__map {
    width: 100%;
    height: 400px;
    order: 1;
  }
  .location__container .location__info {
    width: 100%;
    text-align: center;
    order: 2;
  }
}
.services__container {
  background-color: #fff; /* Change to desired background color */
  background: linear-gradient(to bottom, white 0%, white 80%, #D9D9D9);
  padding: 50px 0;
  text-align: center;
}

.services__title {
  font-size: 2.3rem;
  font-family: "AmsiPro-UltraItalic";
  color: rgb(51, 82, 150);
  text-transform: uppercase;
  margin-bottom: 30px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.card__container {
  max-width: 620px; /* Adjust as needed */
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Two columns */
  gap: 10px; /* Gap between cards */
  justify-items: center; /* Center items horizontally */
}

.card {
  width: 100%; /* Occupy full width of the column */
  padding: 28px;
  border: 0;
  background-color: rgba(188, 188, 189, 0.2);
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Adding box-shadow to the transition */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Shadow effect */
}
.card:hover {
  transform: scale(0.95);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Increase shadow on hover */
}

.card__image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover; /* Maintain aspect ratio and cover container */
  object-position: center; /* Center the image within its container */
  margin-bottom: 20px; /* Add margin to separate image from text */
}

.card__title {
  font-size: 1.2rem;
  margin-bottom: 30px;
  font-weight: bold;
}

.card__text {
  font-size: 1rem;
}

@media (max-width: 992px) {
  .services__container .services__title {
    font-size: 1.7rem;
  }
  .services__container .card__container {
    grid-template-columns: repeat(1, 1fr);
  }
  .services__container .card__container .card {
    width: 80%;
  }
}
.contact__container {
  background-color: #D9D9D9; /* Light gray background color */
  background: linear-gradient(to bottom, #D9D9D9 0%, #D9D9D9 80%, #4e87b7);
  padding: 50px 0;
  text-align: center;
  border: none;
}

.contact__tittle__container {
  color: rgb(51, 82, 150);
  font-family: "AmsiPro-UltraItalic";
  font-size: 2.3rem;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.contact__divider {
  width: 30%;
  height: 4px;
  background-color: rgb(51, 82, 150); /* Black color for the divider */
  display: inline-block;
}

.contact__title {
  display: inline-block;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  margin: 0 20px; /* Adjust margin to match the divider width */
}

.contact__content {
  margin-top: 20px;
}
.contact__content h3 {
  font-size: 1.6rem;
}
.contact__content p {
  font-size: 1.2rem;
}

.whatsapp__round {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 999;
  transition: transform 0.3s ease-in-out;
}
.whatsapp__round:hover {
  transform: scale(1.1);
}
.whatsapp__round img {
  width: 80px; /* Adjust size as needed */
  height: auto;
  border-radius: 30%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.footer__container {
  background-color: #4e87b7; /* Blue background color */
  background: linear-gradient(to bottom, #4e87b7 0%, rgb(51, 82, 150));
  color: white;
  text-align: center;
  padding: 20px 0;
}

.footer__logo {
  width: 250px; /* Adjust width as needed */
  height: auto; /* Maintain aspect ratio */
}

.footer__disclaimer {
  font-size: 1.1rem;
}

@media (max-width: 992px) {
  .contact__container {
    padding: 30px;
  }
  .contact__container .contact__divider {
    display: none;
  }
  .contact__container .contact__title {
    font-size: 1.8rem;
  }
  .contact__container h3 {
    font-size: 1.2rem;
  }
  .contact__container p {
    font-size: 1rem;
  }
  .whatsapp__round {
    bottom: 20px;
    right: 40px;
  }
  .whatsapp__round img {
    width: 70px; /* Adjust size as needed */
  }
  .footer__container {
    padding: 15px;
  }
  .footer__container .footer__logo {
    width: 150px;
  }
  .footer__container p {
    font-size: 0.8rem;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  }
}

/*# sourceMappingURL=main.css.map */
