@import url("font-awesome.min.css");
/* Colores base */
body {
  font-family: "Lato", sans-serif;
  color: #333333; /* Texto principal */
  background-color: #ffffff; /* Fondo */
}

/* Encabezados */
h1, h2, h3 {
  color: #1a1a1a; /* Azul profundo */
}

/* Botones */
.btn {
  background-color: #1a1a1a;; /* Azul profundo */
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
.btn2 {
  background-color: #e7e7e7;; /* Azul profundo */
  color: #1a1a1a;
  border: none;
  padding: 10px 20px;
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
.btn:hover {
  background-color: #e4e4e4; /* Azul más oscuro */
}

/* Acentos */
a {
  color: #f9a825; /* Amarillo dorado */
}

a:hover {
  color: #c68419; /* Amarillo más oscuro */
}

/* Fondos secundarios */
.section {
  background-color: #f4f4f4; /* Gris claro */
}

.error {
  color: #1a1a1a; /* Rojo intenso */
}


.logo {
  position: relative;
  max-width: 140px;
  margin: 2px;
  padding: 2px;
  margin-left: 10px;
}

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

.layout_padding2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

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

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

.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;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.heading_container h2::before {
  content: "";
  width: 40px;
  height: 7px;
  background-color: #ffffff;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}

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

.heading_container.heading_center h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* Header Section */
.hero_bg_box {
  position: relative;
  background-color: #1a1a1a; /* Rojo intenso */
}

.img-box img {
  width: 100%;
  height: auto;
}

.header_section {
  background-color: #1a1a1a; /* Fondo rojo intenso para todo el header */
  padding-top: 10px;
  padding-bottom: 10px;
}

.header_top {
  background-color: #1a1a1a; /* Rojo intenso para la parte superior */
  padding: 10px 0;
}

.contact_link-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff; /* Texto blanco para los enlaces de contacto */
}

.contact_link-container a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.contact_link-container a:hover {
  text-decoration: underline;
}

.contact_link-container i {
  margin-right: 8px;
}

.header_bottom {
  background-color: #1a1a1a; /* Rojo intenso para la parte inferior del header */
}

.navbar-nav .nav-item .nav-link {
  color: #1a1a1a; /* Texto blanco para los enlaces */
  font-weight: bold;
  padding: 10px 15px;
  font-size: 16px;
}

.navbar-nav .nav-item .nav-link:hover {
  color: #1a1a1a!important; /* Rojo en hover */
  background-color: #fff !important; /* Fondo blanco en hover */
}

.navbar-brand .logo {
  width: 180px; /* Ajusta el tamaño del logo */
  height: auto;
}

/* Para que el logo sea visible en pantallas pequeñas */
@media (max-width: 768px) {
  .navbar-nav {
    text-align: center;
    margin-top: 10px;
  }

  .navbar-toggler {
    border-color: #fff; /* Borde blanco para el botón de hamburguesa */
  }

  .navbar-toggler-icon {
    background-color: #fff; /* Icono de hamburguesa blanco */
  }

  .contact_link-container {
    flex-direction: column;
    align-items: flex-start;
    background-color: #1a1a1a; /* Asegurar fondo rojo en móviles */
    padding: 10px 0; /* Espaciado para que los enlaces no se vean apretados */
  }
}

#navbarSupportedContent {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.custom_nav-container {
  z-index: 99999;
  padding: 0;
}

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

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 0;
  padding: 35px 15px 10px 15px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .2s;
  transition: all .2s;
}

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;
}

.navbar-brand {
  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;
}

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

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

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

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

.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;
  border-radius: 15px;
  top: -10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

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

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

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

/*end header section*/
/* Estilos para la sección del slider */
.slider_section {
  position: relative;
  background-color: #ffffff; /* O cualquier color de fondo que prefieras */
}

.slider-container {
  position: relative;
}

.slider-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 400px; /* Ajusta la altura según tu preferencia */
  background-color: #fff; /* Puedes cambiar este color */
}

.detail-box h1 {
  font-size: 36px;
  font-weight: bold;
  color: #1a1a1a; /* Rojo intenso */
}

.detail-box p {
  font-size: 18px;
  color: #333; /* Gris oscuro */
}

.detail-box {
  text-align: left; /* Asegura que el texto esté alineado a la izquierda */
}

.btn-box {
  margin-top: 20px;
  text-align: left; /* Alinea los botones a la izquierda */
}

.btn-box .btn {
  display: inline-block; /* Asegura que los botones no se comporten como bloques completos */
  padding: 10px 20px;
  font-size: 16px;
  margin-right: 10px;
  text-decoration: none;
}

.btn-box .btn-1 {
  background-color: #C89F6A; /* Dorado */
  color: white;
}

.btn-box .btn-2 {
  background-color: #1a1a1a; /* Rojo intenso */
  color: white;
}


.text-center img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Asegurando que todo se vea bien en pantallas más pequeñas */
@media (max-width: 768px) {
  .slider-item {
    flex-direction: column;
    text-align: center;
  }

  .detail-box h1 {
    font-size: 28px;
  }

  .detail-box p {
    font-size: 16px;
  }

  .btn-box .btn {
    width: 100%;
    margin-bottom: 10px;
  }
}


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

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

.about_section .detail-box {
  background-color: #ffffff;
  padding: 45px 25px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  margin-left: -45px;
}

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

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #000000;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  text-transform: uppercase;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}

.service_section {
  background-color: #1a1a1a;
}

.service_section .heading_container {
  color: #ffffff;
}

.service_section .box {
  background-color: #ffffff;
  padding: 25px 15px;
  text-align: center;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  margin-top: 45px;
}

.service_section .box .img-box svg {
  width: 75px;
  height: auto;
  fill: #1c1c1c;
}

.service_section .box .detail-box {
  margin-top: 25px;
}

.service_section .box .detail-box h6 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.service_section .box .detail-box a {
  display: inline-block;
  padding: 8px 35px;
  background-color: #000000;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  margin-top: 10px;
}

.service_section .box .detail-box a:hover {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}

.client_section {
  text-align: center;
}

.client_section #carouselExampleControls {
  padding: 0 10%;
}

.client_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;
  margin-top: 45px;
}

.client_section .box .img-box {
  width: 145px;
}

.client_section .box .img-box img {
  width: 100%;
}

.client_section .box .detail-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;
  margin-top: 20px;
}

.client_section .box .detail-box h4 {
  font-weight: bold;
  font-size: 18px;
  padding: 0 10px;
  border-bottom: 1px solid #ffffff;
}

.client_section .box .detail-box p {
  margin-top: 10px;
}

.client_section .carousel_btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  border: none;
  opacity: 1;
  background-color: #1c1c1c;
  color: #ffffff;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #000000;
}

.client_section .carousel-control-prev {
  left: 0;
}

.client_section .carousel-control-next {
  left: initial;
  right: 0;
}

/* contact section */
.contact_section {
  position: relative;
  color: #ffffff;
}

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

.contact_section .contact_form-container {
  margin-top: 35px;
}

.contact_section .contact_form-container input {
  border: none;
  outline: none;
  color: #000000;
  height: 45px;
  width: 100%;
  margin: 15px 0;
  padding-left: 15px;
  background-color: #ffffff;
}

.contact_section .contact_form-container input::-webkit-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}

.contact_section .contact_form-container input:-ms-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}

.contact_section .contact_form-container input::-ms-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}

.contact_section .contact_form-container input::placeholder {
  color: #000000;
  text-transform: uppercase;
}

.contact_section .contact_form-container input.message_input {
  height: 120px;
}

.contact_section .contact_form-container .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}

.contact_section .contact_form-container button {
  display: inline-block;
  padding: 10px 60px;
  background-color: #000000;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-weight: bold;
}

.contact_section .contact_form-container button:hover {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}

.contact_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_bg_box .img-box {
  width: 100%;
}

.contact_bg_box .img-box img {
  min-width: 100%;
  min-height: 100%;
}

.contact_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.35)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.35));
}

/* end contact section */
/* Estilos generales */
.team_section {
  padding: 60px 0;
}

.heading_container {
  text-align: center;
  margin-bottom: 40px;
}

.heading_container h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.heading_container p {
  font-size: 18px;
  color: #666;
}

.product-category {
  margin-bottom: 60px;
}

.product-category h3 {
  font-size: 28px;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}

/* Caja de productos */
.box {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
}

.img-box img {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #ddd;
}

.detail-box {
  padding: 15px;
}

.detail-box h5 {
  font-size: 20px;
  margin-bottom: 15px;
}

.buy-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #1a1a1a; /* Color rojo */
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  margin-top: 10px; /* Añadido margen superior para separación */
}

.buy-btn:hover {
  background-color: #1a1a1a; /* Rojo más oscuro */
}

.btn-box {
  text-align: center;
  margin-top: 40px;
}

.btn-box a {
  padding: 10px 20px;
  background-color: #1a1a1a; /* Color rojo */
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
}

.btn-box a:hover {
  background-color: #1a1a1a; /* Rojo más oscuro */
}

/* Ajustes de diseño para dispositivos pequeños */
@media (max-width: 768px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }

  .box {
    margin-bottom: 20px;
  }

  .buy-btn {
    font-size: 14px;
  }

  .btn-box {
    margin-top: 30px;
  }
}




/* Estilos para la sección de información */
.info_section {
  background-color: #ffffff;
  padding: 40px 0;
  border-top: 1px solid #e0e0e0;
}

.info_section .container {
  max-width: 1200px;
}

.info_logo {
  text-align: left;
}

.info_logo span {
  font-size: 28px;
  font-weight: bold;
  color: #1a1a1a; /* Rojo */
}

.info_logo p {
  color: #6c757d;
  font-size: 14px;
  margin-top: 5px;
}

.info_contact {
  text-align: left; /* Alineación de texto para dispositivos grandes */
}

.contact_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact_list li {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}

.contact_list li i {
  color: #1a1a1a;
  margin-right: 8px;
}

/* Estilos para el footer */
.footer_section {
  background-color: #1a1a1a; /* Rojo */
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

.footer_section p {
  margin: 0;
  font-size: 14px;
}

.footer_section a {
  color: #ffffff;
  text-decoration: none;
}

.footer_section a:hover {
  text-decoration: underline;
}

/* Estilo para el año dinámico */
#currentYear {
  font-weight: bold;
}

/* Responsividad para pantallas pequeñas */
@media (max-width: 768px) {
  .info_section .row {
    text-align: center;
  }

  .info_logo {
    margin-bottom: 20px;
    text-align: center;
  }

  .info_contact {
    text-align: center; /* Cambio a centro en pantallas pequeñas */
  }

  .contact_list li {
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
  }
}




/* footer section*/
.footer_section {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  background-color: #1a1a1a;
}

.footer_section p {
  color: rgba(254, 254, 255, 0.7);
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: rgba(254, 254, 255, 0.7);
}

.product_list_section {
  padding: 60px 15px;
  background-color: #f8f9fa;
}

.heading_container h2 {
  font-size: 36px;
  color: #1a1a1a;
}

.heading_container p {
  color: #666;
  margin-bottom: 20px;
}

.accordion-button {
  background-color: #fff;
  color: #1a1a1a;
  font-weight: bold;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #1a1a1a;
}

.accordion-body {
  background-color: #fff;
  color: #333;
  padding: 20px;
  border-top: 1px solid #ddd;
}

.accordion ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.accordion ul li {
  margin-bottom: 10px;
  font-size: 16px;
}

.accordion ul li strong {
  color: #1a1a1a;
}


/* end footer section*/
/*# sourceMappingURL=style.css.map */