@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Open+Sans:wght@300;400;600;700&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

/* HEADINGS: prefer Montserrat for stronger display */
h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', 'Open Sans', sans-serif;
}

/* Hero overlay and modern button */
.hero_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,10,10,0.45) 0%, rgba(0,0,0,0.55) 60%);
  pointer-events: none;
  z-index: 0;
}

.slider_section .detail-box {
  position: relative;
  z-index: 2;
}

.btn1 {
  background: linear-gradient(90deg,#c8a483,#7a6654);
  color: #fff !important;
  padding: 14px 28px;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(120,101,80,0.18);
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s;
  display: inline-block;
}
.btn1:hover {transform: translateY(-3px); box-shadow: 0 12px 28px rgba(120,101,80,0.22); opacity: .98}

/* Navbar scrolled state */
.header_section.nav-scrolled { background: linear-gradient(90deg,#222 0%, #2e2e2e 100%); box-shadow: 0 6px 24px rgba(0,0,0,0.18); }

/* Subtle reveal for service boxes */
.service_section .box { transition: transform .35s ease, box-shadow .35s ease; }
.service_section .box:hover { transform: translateY(-8px); box-shadow: 0 18px 40px rgba(0,0,0,0.08); }

/* Improve hero image animation */
.slider_section .img-box img { width: 100%; max-width: 520px; }


.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin-bottom: 0;
}

.heading_container h2 span {
  color: #c8a483;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

ul{
  text-align: justify;
}
/*header section*/
/* HEADER FIJO */
.header_section {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #3b3b3b; /* Cambia este color según tu diseño */
  padding: 15px 0;
}

.hero_area {
  padding-top: 80px; /* Ajuste para que el contenido no quede debajo del header */
}

.hero_area {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.hero_area .hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
  z-index: -1;
}

.hero_area .hero_bg_box .bg_img_box {
  min-width: 100%;
  min-height: 100%;
}

.hero_area .hero_bg_box img {
  min-width: 100%;
  min-height: 100%;
}

.sub_page .hero_area {
  min-height: auto;
  background: linear-gradient(130deg, #231a6f, #0f054c);
}

.sub_page .hero_area .hero_bg_box {
  display: none;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, 
.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #c8a483;
}

.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  font-weight: 600;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}

.custom_nav-container .nav_search-btn:hover {
  color: #00bbf0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
}

.custom_nav-container .navbar-toggler span::before, 
.custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, 
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  transform: rotate(90deg);
  top: 0;
}


/*end header section*/
/* slider section */
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 45px 0 145px 0;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #0d121a;
}

.slider_section .detail-box h1 {
  font-size: 3.4rem; /* Antes era 3rem */
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #ffffff;
}

.slider_section .detail-box p {
  color: #fefefe;
  font-size: 18px; /* Antes era 14px */
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  margin-top: 25px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 180px; /* Antes 165px */
}

.slider_section .detail-box .btn-box .btn1,
.slider_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 15px 20px; /* Botón más grande */
  font-size: 16px; /* Texto del botón más grande */
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn1 {
  background-color: #c8a483;
  color: #ffffff;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: #7a6654;
}

.slider_section .detail-box .btn-box .btn2 {
  background-color: #17181d;
  color: #ffffff;
}

.slider_section .detail-box .btn-box .btn2:hover {
  background-color: black;
}

.slider_section .img-box {
  margin: 45px 0;
}

.slider_section .img-box img {
  max-width: 100%;
  height: auto;
  -webkit-animation: upDown 5s infinite;
          animation: upDown 5s infinite;
  display: block;
  margin: 0 auto;
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1); /* Antes era 1.1 */
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1); /* Antes era 1.1 */
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #c8a483;
}


.service_section {
  position: relative;
}

.service_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 45px;
  background-color: #f8f8f9;
  padding: 20px;
  border-radius: 5px;
}

.service_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 125px;
  min-width: 75px;
  height: 75px;
  margin-bottom: 15px;
}

.service_section .box .img-box img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.service_section .box .detail-box a {
  color: #17181d;
  font-weight: 600;
}

.service_section .box .detail-box a:hover {
  color: #7a6654;
}

.service_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.service_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #c8a483;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.service_section .btn-box a:hover {
  background-color: #7a6654;
}

.about_section {
  background-color: #17181d;
  color: #ffffff;
}

.about_section .heading_container {
  margin-bottom: 45px;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box img {
  max-width: 100%;
}

.about_section .detail-box h3 {
  font-weight: bold;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #c8a483;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: #7a6654;
}


/* footer section*/
.footer_section {
  position: relative;
  background-color: #3b3b3b;
  text-align: center;
}

.footer_section p {
  color: #ffffff;
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */

/* Contact Section Styles */
.contact_section {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.contact_section .heading_container h2 {
  font-size: 2rem;
  color: #000000;
  margin-bottom: 15px;
}

.contact_section .heading_container p {
  font-size: 1.2rem;
  color: #555;
  max-width: 600px;
  margin: 0 auto 30px;
}

.contact_section .contact_info {
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact_section .contact_info ul {
  list-style: none;
  padding-left: 0;
}

.contact_section .contact_info li {
  font-size: 1rem;
  color: #555;
  margin-bottom: 10px;
}

.contact_section iframe {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Make all images responsive by default */
img { max-width: 100%; height: auto; }

/* Improve hero background behavior */
.hero_area .hero_bg_box .bg_img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .slider_section .detail-box h1 { font-size: 2.6rem; }
  .slider_section .detail-box p { font-size: 16px; }
  .hero_area { padding-top: 70px; min-height: 70vh; }
  .custom_nav-container .navbar-nav .nav-item .nav-link { padding: 6px 10px; font-size: 14px; }
  .slider_section .img-box img { max-width: 360px; }
  .service_section .box { flex-direction: row; text-align: left; gap: 12px; }
  .service_section .box .img-box { width: 80px; height: 80px; }
}

@media (max-width: 768px) {
  .slider_section .detail-box h1 { font-size: 2.2rem; }
  .slider_section { padding-top: 30px; padding-bottom: 90px; }
  .custom_nav-container .navbar-nav { background: rgba(0,0,0,0.9); }
  .service_section .box { flex-direction: column; align-items: flex-start; }
  .service_section .box .img-box { width: 100%; height: auto; margin-bottom: 12px; }
  .service_section .box .detail-box a,
  .service_section .btn-box a,
  .about_section .detail-box a,
  .btn1 { display: block; width: 100%; text-align: center; }
}

@media (max-width: 576px) {
  .slider_section .detail-box h1 { font-size: 1.6rem; }
  .slider_section .detail-box p { font-size: 14px; }
  .header_section { padding: 10px 0; }
  .navbar-brand span { font-size: 20px; }
  .custom_nav-container .navbar-nav .nav-item .nav-link { padding: 8px 10px; font-size: 13px; }
  .fab-contact { right: 12px; bottom: 12px; }
  .fab-btn { width: 52px; height: 52px; }
  .service_section .box { padding: 14px; }
}

@media (max-width: 992px) {
  .contact_section .heading_container h2 {
    font-size: 2rem;
  }

  .contact_section .heading_container p {
    font-size: 1rem;
  }

  .contact_section .row {
    flex-direction: column;
  }

  .contact_section .col-md-6 {
    width: 100%;
    margin-bottom: 30px;
  }

  .contact_section iframe {
    height: 300px;
  }
}

@media (max-width: 576px) {
  .contact_section .heading_container h2 {
    font-size: 1.8rem;
  }

  .contact_section .heading_container p {
    font-size: 0.9rem;
  }

  .contact_section .contact_info {
    padding: 15px;
  }

  .contact_section .contact_info li {
    font-size: 0.9rem;
  }

  .contact_section iframe {
    height: 250px;
  }
}

@media (max-width: 420px) {
  .contact_section .heading_container h2 {
    font-size: 1.6rem;
  }

  .contact_section .heading_container p {
    font-size: 0.85rem;
  }

  .contact_section .contact_info {
    padding: 10px;
  }

  .contact_section .contact_info li {
    font-size: 0.8rem;
  }
}

/* Floating action button */
.fab-contact {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1100;
}
.fab-btn {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(135deg,#25D366,#128C7E);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 30px rgba(37,211,102,0.24);
  cursor: pointer;
}
.fab-btn:active { transform: translateY(1px); }

@media (max-width: 576px) {
  .fab-btn { width:56px; height:56px; }
}