@charset "UTF-8";
/* Variables */
/* Misins */
/* Base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  color: #cacfd2;
  background-color: #000;
  font-size: 18px;
  font-weight: 300;
}

b, strong {
  font-weight: 700;
}

h1, h2, h3 {
  font-family: "League Spartan", sans-serif;
}

h4, h5, h6, a.btn {
  font-family: "Roboto", sans-serif;
}

p {
  font-size: 18px;
}

a {
  text-decoration: none;
  color: inherit;
}

html::-webkit-scrollbar {
  width: 0.5rem;
}

html::-webkit-scrollbar-track {
  background: transparent;
}

html::-webkit-scrollbar-thumb {
  background: #ffc107;
  border-radius: 5rem;
}

.btn-light {
  border-radius: 50px;
  background-color: #ffc107;
  border-color: #ffc107;
  color: black;
  transition: transform 0.3s, box-shadow 0.3s;
}
.btn-light:hover, .btn-light:active, .btn-light:focus {
  background-color: white;
  transform: translateY(-3px);
}

.btn-warning {
  border-radius: 50px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.btn-warning:hover, .btn-warning:active, .btn-warning:focus {
  transform: translateY(-3px);
}

.btn-black {
  border-radius: 50px;
  background-color: black;
  border-color: black;
  color: #ffc107;
  font-weight: 300;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.35rem 2rem; /* altura correcta */
  transition: transform 0.3s, box-shadow 0.3s;
}

.btn-black i {
  color: #ffc107 !important;
  line-height: 1; /* alinea con el texto */
  vertical-align: middle; /* corrige offset de FontAwesome */
}

.btn-black:hover {
  transform: translateY(-3px);
  background-color: white;
  color: black;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .btn.btn-light {
    margin: 0 auto;
  }
}
h2 {
  font-size: 4rem;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  h2 {
    font-size: 3rem;
  }
}
.intro-subtitle {
  background: url(../imagenes/Group-445.png) no-repeat left center/contain;
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: -10px;
}
.intro-subtitle p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}

.texto-color {
  color: #ffc107;
}

/* Header debajo */
header {
  position: relative;
  z-index: 1;
  width: 100%;
}

main {
  width: 100%;
}

footer {
  width: 100%;
  text-align: center;
  padding: 2rem 0;
}

section {
  padding: 40px 0;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11000; /* mayor que el header (10000) */
}

.loader-circle {
  position: relative;
  width: 80px;
  height: 80px;
}

.loader-circle i.arrow-top-right {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  background: url(../imagenes/arrow-top-right-v2.svg) no-repeat center;
  background-size: contain;
  transform: translate(-50%, -50%);
  display: block;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.loader-circle svg.circle {
  transform: rotate(-90deg);
  position: absolute;
  top: 0;
  left: 0;
}

.loader-circle svg circle {
  fill: none;
  stroke: #ffc107;
  stroke-width: 4;
  stroke-dasharray: 226.2; /* 2πr ≈ 2*3.1416*36 */
  stroke-dashoffset: 226.2;
  animation: circle-fill 2s linear infinite;
}

@keyframes circle-fill {
  0% {
    stroke-dashoffset: 226.2;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* Back to Top estilo loader pero estático */
#back-to-top {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) scale(0);
  background-color: transparent;
  color: #111;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  z-index: 11000;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  border: 2px solid #ffc107;
}

#back-to-top.show {
  transform: translateX(-50%) scale(1);
  opacity: 1;
}

#back-to-top i.arrow-top-right {
  display: block;
  width: 16px;
  height: 16px;
  background: url("../imagenes/arrow-top-right-v2.svg") no-repeat center;
  background-size: contain;
  top: 1px;
  margin-left: 3px;
  transform: rotate(-45deg); /* Ajustá el ángulo hasta que quede como quieras */
}

.internas {
  padding-top: 100px !important;
}

.form-group input, .form-control {
  color: white !important;
}

/* Layouts */
.home-intro {
  position: relative;
  overflow: hidden;
}

/* Bouncing Ball */
.home-intro .bouncing-ball {
  position: absolute;
  width: 100px;
  height: auto;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}

/* Celulares efecto hover */
.cell-effect-wrapper {
  position: relative;
  display: inline-block;
}

.cell-base img {
  width: 200px;
}

.cell-hover {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.6s ease;
  opacity: 0;
}

.cell-effect-wrapper:hover .cell-hover-1 {
  transform: translate(-50px, -50px) scale(1.1);
  opacity: 1;
}

.cell-effect-wrapper:hover .cell-hover-2 {
  transform: translate(50px, 50px) scale(1.1);
  opacity: 1;
}

.cell-hover img {
  width: 180px;
}

/* Servicios */
.servicios {
  position: relative;
  overflow: hidden;
}
.servicios .service-item {
  display: block;
  text-decoration: none;
  color: inherit;
  background-color: #ffc107;
  border-radius: 25px;
  transition: all 0.3s ease;
  height: 100%;
}
.servicios .service-item i {
  color: #000000;
  transition: color 0.3s ease, transform 0.3s ease;
}
.servicios .service-item h5 {
  font-family: "League Spartan", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #000;
  transition: color 0.3s ease, transform 0.3s ease;
}
.servicios .service-item p {
  font-family: "Roboto", sans-serif;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #000;
}
.servicios .service-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}
.servicios .service-item:hover i,
.servicios .service-item:hover h5 {
  color: #ffffff;
  transform: scale(1.1);
}
@media (max-width: 576px) {
  .servicios .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Comienza diseño web */
.diseno-card {
  background: #1a1a1a;
  color: #fff;
  border-radius: 12px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.diseno-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.4);
}

.diseno-card i {
  color: #ffc107;
  margin: 0 auto;
}

.diseno-card p {
  font-size: 0.95rem;
  margin-top: 0.5rem;
  color: #cacfd2;
}

.diseno-card h5 {
  color: #cacfd2;
}

.diseno-card:hover p,
.diseno-card:hover h5,
.diseno-card:hover i {
  color: white;
}

/* comienza tiendas online */
.tienda-card {
  background: transparent;
  border: 2px solid #ffc107;
  border-radius: 12px;
  color: #fff;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
  min-height: 400px;
}

.tienda-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 20px rgba(241, 183, 33, 0.7), 0 10px 18px rgba(241, 183, 33, 0.5);
  border-color: #ffc107;
}

.icon-circle {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 50%;
  background: #ffc107;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  transition: box-shadow 0.3s, transform 0.3s;
}

.tienda-card:hover .icon-circle {
  background-color: white;
  transform: scale(1.1);
}

.tienda-card h5 {
  margin-top: 0.5rem;
  color: #cacfd2;
}

.tienda-card p {
  font-size: 0.95rem;
  margin-top: 0.3rem;
  color: #cacfd2;
}

.tienda-card:hover p,
.tienda-card:hover h5 {
  color: white;
}

/* Call to action */
.banner-elegir-sac {
  padding: 40px 0;
}

.banner-elegir-sac h2 {
  font-size: 3rem;
  line-height: 1.2;
}

.banner-elegir-sac p {
  font-size: 1.1rem;
}

.banner-elegir-sac .btn-warning {
  background-color: #ffc107;
  border: none;
  color: #111;
  font-weight: bold;
  transition: transform 0.3s, box-shadow 0.3s;
}

.banner-elegir-sac .btn-warning:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(241, 183, 33, 0.5);
}

/* Video a la derecha */
.banner-elegir-sac video {
  width: 100%;
  max-width: 800px;
  /* antes 400px */
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  /* efecto flotante */
  transform: translateY(-10px);
  transition: transform 0.3s ease;
}

.banner-elegir-sac video:hover {
  transform: translateY(-15px);
}

@media (max-width: 992px) {
  .banner-elegir-sac h2 {
    font-size: 2.2rem;
  }
  .banner-elegir-sac p {
    font-size: 1rem;
  }
  .banner-elegir-sac video {
    max-width: 100%;
    /* en móviles ocupa todo el ancho */
    transform: translateY(0);
    box-shadow: none;
  }
}
/* Postulate */
.work-with-us-sac {
  background-color: #f1b721;
  padding: 80px 0;
  /* altura aproximada ~300px */
}

.work-with-us-sac i {
  display: inline-block;
}

.work-with-us-sac h3 {
  font-weight: 600;
  margin-bottom: 20px;
  color: #111;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .work-with-us-sac .btn-black {
    width: 100%;
    justify-content: center;
  }
}
/* Footer */
.footer-wrapper {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

.footer {
  padding: 30px 0 0;
  color: #fff;
  overflow: hidden;
}

.footer-title {
  font-size: 3rem;
  line-height: 1.1;
}

.footer-title a span {
  position: relative;
  display: inline-block;
}

.footer-title a span:after {
  content: "";
  width: 0%;
  height: 2px;
  background: #F9F24F;
  display: block;
  transition: all 0.5s;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.footer-title a:hover span:after {
  width: 100%;
}

footer .col-inner p a,
footer .col-inner p {
  color: #fff;
  text-decoration: none;
  font-size: 0.875rem;
}

.footer-links p a:hover {
  color: #f8f14f;
}

.footer-social-icon div a img {
  width: 28px;
  margin-bottom: 15px;
  filter: invert(0.65);
  transition: filter 0.3s;
}

.footer-social-icon div a img:hover {
  filter: invert(1);
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.col {
  box-sizing: border-box;
  padding: 0 15px;
}

.col-inner {
  position: relative;
}

@media (max-width: 768px) {
  .footer-title {
    font-size: 2rem;
    text-align: center;
  }
  /* Columnas footer móviles al 100% con padding lateral y centrado */
  .footer .row.align-equal {
    flex-direction: column;
    align-items: center;
  }
  .footer .row.align-equal .col {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin-bottom: 20px;
    padding-left: 15px; /* espacio lateral igual al resto del sitio */
    padding-right: 15px; /* espacio lateral igual al resto del sitio */
    box-sizing: border-box;
    text-align: center;
  }
  .footer .row.align-equal .col .col-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-social {
    margin-top: 20px;
  }
}
i.arrow-top-right {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../imagenes/arrow-top-right-v2.svg) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  position: relative;
  top: -3px;
  margin-left: 8px;
}

.bg-footer {
  background-image: url(../imagenes/Group-440.svg);
  background-size: auto;
  background-position: right 25px; /* ahora sí funciona */
  background-repeat: no-repeat;
  background-attachment: scroll; /* default */
}

@media (max-width: 768px) {
  .bg-footer {
    background-position: right 205px;
  }
}
footer h5,
footer p {
  text-align: left;
}

@media (max-width: 768px) {
  footer h5,
  footer p {
    text-align: center;
  }
  footer img {
    margin: 0 auto;
  }
}
/* Contacto - Formulario Estilo SAC */
textarea.form-control {
  min-height: 140px;
  margin-bottom: 20px;
  color: white !important;
}

.contacto textarea.form-control::-moz-placeholder {
  color: white !important;
}

.contacto textarea.form-control::placeholder {
  color: white !important;
}

.contacto .form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.contacto .form-control::placeholder {
  color: #ccc;
  opacity: 1;
}

.no-margin {
  margin: 0px !important;
}

.help-block.with-errors {
  color: #313875;
  margin-top: 5px;
}

.alert-success {
  color: #fff;
  background-color: transparent;
  border-color: #f1f0f5;
}

.alert-dismissable .close, .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0px;
  color: white;
  font-weight: 300;
  background: black;
  border: 0;
}

.alert {
  position: relative;
  padding: 2rem;
  margin-bottom: 1rem;
  border: 0px solid transparent;
  border-radius: 0px;
}

.text-muted {
  color: white;
}

.history-text p.text-muted {
  color: white;
}

.messages {
  background: black;
  color: white;
}

.btn.disabled, .btn[disabled], .btn-send, .btn-success,
fieldset[disabled] .btn {
  background: #f1b721;
  color: white;
  text-transform: uppercase;
  width: 165px;
  border: none;
  height: 46px;
  cursor: pointer;
  font-size: calc(12px + 0.4vw);
  opacity: 1;
  line-height: 1;
  border-radius: 50px;
}

.btn.disabled:hover, .btn.disabled:active, .btn.disabled:focus, .btn-success:hover, .btn-success:active, .btn-success:focus,
.btn[disabled]:hover, .btn[disabled]:active, .btn[disabled]:focus,
fieldset[disabled] .btn:hover, fieldset[disabled] .btn:active, fieldset[disabled] .btn:focus,
.btn-send:hover, .btn-send:active, .btn-send:focus {
  background: white;
  color: black;
  opacity: 1;
  border-radius: 50px;
}

.alert-danger {
  color: black;
  background-color: #f1f0f5;
  border-color: #f1f0f5;
}

.form-group {
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-group input {
  min-height: 45px;
  border-color: #e8e8e8;
  color: white;
}

.d-none {
  display: none !important;
}

.nice-select.wide {
  width: 100%;
  border-radius: 0;
}

.input-group-addon {
  position: absolute;
  right: 10px;
  z-index: 1;
  top: 8px;
}

/* Termina Contacto */
/*----------------------------------------*/
/* Pricing Area Adaptado para Ecommerce */
/*----------------------------------------*/
.pricing.internas {
  padding-top: 0px !important;
  background: rgba(0, 0, 0, 0.02);
}

.pricing .section-headline {
  margin-bottom: 60px;
  text-align: center;
}

.pricing .section-headline h2 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.pricing .section-headline p {
  font-size: 18px;
  color: #fff;
}

.pricing .pri_table_list {
  border: 2px solid #fff;
  text-align: center;
  transition: all 0.3s ease;
  background: transparent;
  padding: 30px 20px;
  border-radius: 12px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.pricing .pri_table_list.featured {
  border: 2px solid #F2C94C;
  background: rgba(242, 201, 76, 0.1);
}

.pricing .pri_table_list .saleon {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -50px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  font-weight: 700;
  padding: 1px 0 3px 0;
  background: #F2C94C;
  color: #162866;
  text-transform: uppercase;
}

.pricing .pri_table_list h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.pricing .pri_table_list.featured h3,
.pricing .pri_table_list.featured h4 {
  color: #fff;
}

.pricing .pri_table_list h4 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.pricing .pri_table_list h4 span {
  font-size: 16px;
  display: block;
  margin-top: 5px;
  font-weight: 400;
  color: #fff;
}

.pricing .pri_table_list ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
  text-align: left;
}

.pricing .pri_table_list ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.pricing .pri_table_list ul li i.fa-check {
  position: absolute;
  left: 0;
  top: 0;
  color: #F2C94C;
  font-size: 16px;
}

.pricing .pri_table_list button,
.pricing .pri_table_list .btn-buy {
  display: inline-block;
  background: #F2C94C;
  color: #162866;
  padding: 10px 35px;
  border-radius: 30px;
  text-transform: uppercase;
  transition: all 0.3s ease, box-shadow 0.3s ease;
  border: 2px solid #F2C94C;
}

.pricing .pri_table_list button:hover,
.pricing .pri_table_list .btn-buy:hover {
  background: #fff;
  border: 2px solid #F2C94C;
  color: #162866;
  text-shadow: 0 0 8px #F2C94C;
  box-shadow: 0 0 20px rgba(242, 201, 76, 0.7), 0 10px 18px rgba(242, 201, 76, 0.5);
}

.pricing .btn-wrap {
  text-align: center;
  margin-top: 15px;
}

/* Responsive */
@media (max-width: 992px) {
  .pricing .pri_table_list {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .pricing .section-headline h2 {
    font-size: 28px;
  }
  .pricing .section-headline p {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .pricing .pri_table_list h3 {
    font-size: 20px;
  }
  .pricing .pri_table_list h4 {
    font-size: 22px;
  }
}
/*----------------------------------------*/
/* Contacto y Qué Incluye - Sector Interno */
/*----------------------------------------*/
.well-middle {
  text-align: center;
  padding: 40px 20px;
}

.single-well h4.staatliches.resaltado {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  text-shadow: 0 0 8px rgba(242, 201, 76, 0.8);
  transition: all 0.3s ease;
}

.single-well h4.staatliches.resaltado:hover {
  text-shadow: 0 0 16px rgb(242, 201, 76);
}

.single-well ul.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin-top: 20px;
}

.single-well ul.list-unstyled li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  transition: all 0.3s ease;
}

.single-well ul.list-unstyled li i.fa-check {
  position: absolute;
  left: 0;
  top: 2px;
  color: #F2C94C;
  font-size: 16px;
}

.single-well ul.list-unstyled li:hover {
  color: #fff9e6;
}

.single-well ul.list-unstyled li i.fa-check:hover {
  color: #fff;
}

/* Qué incluye - columnas */
.single-well .row > [class*=col-] {
  margin-bottom: 20px;
}

/* Efecto hover general para las columnas (opcional glow) */
.single-well .row > [class*=col-]:hover {
  transform: translateY(-3px);
  transition: all 0.3s ease;
}

/* Responsive */
@media (max-width: 768px) {
  .single-well h4.staatliches.resaltado {
    font-size: 24px;
  }
  .single-well ul.list-unstyled li {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .single-well h4.staatliches.resaltado {
    font-size: 20px;
  }
  .single-well ul.list-unstyled li {
    font-size: 14px;
  }
}
.bordeada {
  border: 1px solid white;
  border-radius: 25px;
  padding: 20px !important;
}

/* Menu hamburguesa */
/* Header */
header {
  position: fixed;
  height: 76px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background: transparent;
  transition: background 0.4s ease;
}
header.scrolled {
  background: rgba(0, 0, 0, 0.85);
}
header.menu-internas {
  background: rgba(0, 0, 0, 0.85);
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background: #111111;
  color: #ffffff;
  transform: translateX(100%);
  transition: transform 0.5s ease;
  z-index: 9999;
}
.menu.open {
  transform: translateX(0);
}
.menu .menu-content {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 35px;
}
.menu ul {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-top: 50px;
}
.menu ul li {
  margin: 1rem 0;
  font-family: "League Spartan", sans-serif;
  font-size: 2rem;
  cursor: pointer;
  position: relative;
}
.menu ul li:hover {
  color: #ffc107;
}
.menu ul li .submenu {
  display: flex;
  flex-direction: column;
  margin-top: 0.5rem;
}
.menu ul li .submenu li {
  font-size: 1.5rem;
  margin: 0.3rem 0;
}
.menu ul li .submenu li a {
  color: #ffffff;
}
.menu ul li .submenu li a:hover {
  color: #ffc107;
}
.menu .menu-footer {
  position: absolute;
  bottom: 2rem;
  left: 0;
  text-align: left;
  padding-left: 35px;
}
.menu .menu-footer a {
  display: inline-block;
  margin: 0.3rem 0;
  color: #ffffff;
  font-size: 1rem;
  padding-left: 15px;
}
.menu .menu-footer a:hover {
  color: #ffc107;
}

/* Botón hamburguesa */
.hamburger {
  position: fixed;
  top: 0.25rem;
  right: 1rem;
  width: 4rem;
  height: 4rem;
  z-index: 10000;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hamburger .line {
  position: relative;
  display: block;
  width: 30px;
  height: 2px;
  background: #ffffff;
  transition: all 0.3s ease;
  pointer-events: none;
}
.hamburger .line::before, .hamburger .line::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #ffffff;
  left: 0;
  transition: all 0.3s ease;
}
.hamburger .line::before {
  top: -10px;
}
.hamburger .line::after {
  top: 10px;
}
.hamburger:hover .line::before {
  transform: translateX(5px);
}
.hamburger:hover .line::after {
  transform: translateX(-5px);
}
.hamburger.active .line {
  background: transparent;
}
.hamburger.active .line::before {
  top: 0;
  transform: rotate(45deg) translate(-5px, -5px);
}
.hamburger.active .line::after {
  top: 0;
  transform: rotate(-45deg) translate(5px, -5px);
}

/* Logo */
.logo {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 10001;
}
.logo img {
  height: 3rem;
  width: auto;
}

.menu.open > ul {
  padding-left: 35px;
  padding-top: 35px;
}

.menu.open > ul > li > ul {
  padding-left: 20px;
  padding-bottom: 20px;
}

.menu.open > ul > li > ul > li {
  margin: 0rem;
}
.menu.open > ul > li > ul > li:hover, .menu.open > ul > li > ul > li:active, .menu.open > ul > li > ul > li:focus {
  color: white;
}

/* Ajustes para celulares */
@media screen and (max-width: 768px) {
  .menu {
    width: 100%;
    left: 0;
    right: auto;
    transform: translateX(-100%);
  }
  .menu.open {
    transform: translateX(0);
  }
  .menu-content {
    padding-left: 20px;
  }
  ul {
    margin-top: 60px;
  }
  ul li {
    font-size: 1.8rem;
  }
  ul li .submenu li {
    font-size: 1.4rem;
  }
  .menu-footer {
    padding-left: 20px;
  }
  .hamburger {
    right: 1rem;
  }
}
.main-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  /* Overlay semitransparente */
}
.main-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
.main-banner #bg-video {
  min-width: 100%;
  min-height: 100vh;
  max-width: 100%;
  max-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.main-banner #bg-video::-webkit-media-controls {
  display: none !important;
}
.main-banner .video-overlay.header-text {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-20%, -40%);
  text-align: center;
  color: #ffffff;
  padding: 0 2rem;
  z-index: 1;
}
.main-banner .video-overlay.header-text h1 {
  font-size: 4rem;
  margin-bottom: 1rem;
}
.main-banner .video-overlay.header-text p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.main-banner .video-overlay.header-text a.btn {
  font-size: 1.1rem;
  padding: 0.75rem 2rem;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .main-banner .video-overlay.header-text {
    padding: 0 1rem;
    left: 0%;
    transform: translate(0%, -40%);
  }
  .main-banner .video-overlay.header-text h1 {
    font-size: 2rem;
  }
  .main-banner .video-overlay.header-text p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  .main-banner .video-overlay.header-text a.btn {
    font-size: 1rem;
    padding: 0.6rem 1.5rem;
  }
}
/* Ws botón redondo con tooltip ws-tooltip */
#chat-ws-redondo.ws.tooltip {
  position: fixed;
  bottom: 13px;
  right: 40px;
  width: 60px;
  height: 60px;
  border-radius: 50% !important;
  cursor: pointer;
  display: block;
  box-shadow: 0px 0px 20px 0px rgba(91, 91, 91, 0.5);
  z-index: 999;
  background: #1ca550;
  padding: 8px 4px;
  opacity: 1;
}

#chat-ws-redondo.ws.tooltip img {
  padding-left: 0px;
  padding-top: 0px;
  width: 100%;
}

#chat-ws-redondo.ws.tooltip i {
  font-size: 44px;
  color: white;
}

.ws.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #1ca550;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.ws.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #1ca550 transparent transparent transparent;
}

.ws.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #chat-ws-redondo.ws.tooltip {
    right: 20px;
  }
}
/* Comienza redes */
/* Circular Menu Izquierdo */
.circular-menu-left {
  position: fixed;
  bottom: 1em;
  left: 1em;
  z-index: 1000;
}

.circular-menu-left .floating-btn-left {
  display: block;
  width: 3.5em;
  height: 3.5em;
  border-radius: 50%;
  background-color: #ffc107;
  color: black;
  text-align: center;
  line-height: 3.9;
  cursor: pointer;
  outline: 0;
}
.circular-menu-left .floating-btn-left:hover, .circular-menu-left .floating-btn-left:active, .circular-menu-left .floating-btn-left:focus {
  background-color: black;
  color: white;
}

.circular-menu-left .floating-btn-left i {
  font-size: 1.3em;
  transition: transform 0.2s;
}

.circular-menu-left.active .floating-btn-left i {
  transform: rotate(-45deg);
}

.circular-menu-left .items-wrapper-left {
  padding: 0;
  margin: 0;
}

.circular-menu-left .menu-item-left {
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  z-index: -1;
  display: block;
  text-decoration: none;
  color: black;
  font-size: 1em;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  text-align: center;
  line-height: 3;
  background-color: #ffc107;
  transition: transform 0.3s;
  cursor: pointer;
}
.circular-menu-left .menu-item-left:hover, .circular-menu-left .menu-item-left:active, .circular-menu-left .menu-item-left:focus {
  background-color: black;
  color: white;
}

/* Posicionamiento de los items al abrir */
.circular-menu-left.active .menu-item-left:nth-child(1) {
  transform: translate3d(7.5em, 0em, 0);
}

.circular-menu-left.active .menu-item-left:nth-child(2) {
  transform: translate3d(6.5em, -3.2em, 0);
}

.circular-menu-left.active .menu-item-left:nth-child(3) {
  transform: translate3d(4.4em, -6em, 0);
}

.circular-menu-left.active .menu-item-left:nth-child(4) {
  transform: translate3d(1em, -7em, 0);
}

/* Efecto celulares */
.cell-effect-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 2rem;
}
.cell-effect-wrapper .cell-base {
  position: relative;
  z-index: 1;
}
.cell-effect-wrapper .cell-base img.mobile-base {
  width: 100%;
  max-width: 250px;
  display: block;
  margin: 0 auto;
}
.cell-effect-wrapper .cell-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.75);
  opacity: 0;
  z-index: 0;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.cell-effect-wrapper .cell-hover img {
  width: 100%;
  max-width: 250px;
  display: block;
}
.cell-effect-wrapper .cell-hover-1 {
  transform: translate(-50%, -50%) translate(-40px, -40px) scale(0.75);
}
.cell-effect-wrapper .cell-hover-2 {
  transform: translate(-50%, -50%) translate(40px, 40px) scale(0.75);
}
.cell-effect-wrapper:hover .cell-hover-1 {
  transform: translate(-50%, -50%) translate(-100px, -100px) scale(0.7);
  opacity: 1;
}
.cell-effect-wrapper:hover .cell-hover-2 {
  transform: translate(-50%, -50%) translate(100px, 100px) scale(0.7);
  opacity: 1;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .cell-effect-wrapper {
    /* Siempre visibles en mobile */
    /* Hover no aplica en mobile */
  }
  .cell-effect-wrapper .cell-base img.mobile-base {
    max-width: 200px;
  }
  .cell-effect-wrapper .cell-hover img {
    max-width: 190px;
  }
  .cell-effect-wrapper .cell-hover-1 {
    transform: translate(-50%, -50%) translate(-90px, -90px) scale(0.8);
  }
  .cell-effect-wrapper .cell-hover-2 {
    transform: translate(-50%, -50%) translate(90px, 90px) scale(0.8);
  }
  .cell-effect-wrapper .cell-hover {
    opacity: 1 !important;
  }
  .cell-effect-wrapper:hover .cell-hover-1 {
    transform: translate(-50%, -50%) translate(-90px, -90px) scale(0.8);
  }
  .cell-effect-wrapper:hover .cell-hover-2 {
    transform: translate(-50%, -50%) translate(90px, 90px) scale(0.8);
  }
}
/* Typing effect */
.typing-wrapper h3 {
  font-size: 1.8rem;
  line-height: 1.6;
  width: 50%;
  text-align: center;
  margin: 0 auto;
  min-height: 150px;
}

@media screen and (max-width: 768px) {
  .typing-wrapper h3 {
    width: 100%;
  }
}
.typing {
  border-right: 2px solid #fff;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}
/* Comienza portfolio */
#portfolio-section {
  padding: 60px 20px;
}

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

.portfolio-intro h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.portfolio-intro p {
  font-size: 16px;
  color: #555;
  max-width: 800px;
  margin: 0 auto;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.portfolio-item {
  position: relative;
  overflow: hidden;
}

.portfolio-item img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}

.portfolio-item:hover img {
  transform: scale(1.1);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.portfolio-item:hover .overlay {
  opacity: 1;
}

.overlay h4 {
  margin-bottom: 10px;
  font-size: 24px;
  text-transform: uppercase;
}

.overlay span {
  font-size: 14px;
  line-height: 1.4;
}

@media (max-width: 992px) {
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .portfolio-grid {
    grid-template-columns: 1fr;
  }
}
/* Comienza agenda */
.agenda-right {
  background: #000;
  color: #fff;
  border-radius: 10px;
}

.agenda-right h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}

/* Ajuste del iframe para evitar scroll interno */
.calendly-inline-widget {
  width: 100%;
  height: 900px; /* aumentar si es necesario */
  min-width: 320px;
  border: none;
}

/* Animaciones de video overlay */
@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.video-overlay h1,
.video-overlay p,
.video-overlay .btn-light {
  opacity: 0;
}

.start-anim {
  animation: fadeSlideUp 1s forwards;
}

.video-overlay h1.start-anim {
  animation-delay: 0.3s;
}

.video-overlay p.start-anim {
  animation-delay: 0.6s;
}

.video-overlay .btn-light.start-anim {
  animation-delay: 0.9s;
}

/* Animación fade-in-left para home-intro u otros elementos laterales */
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-in-left-on-scroll.active {
  animation: fadeInLeft 1s ease forwards;
}

/* Animación fade-up para seccion servicios, diseño, tiendas y otros elementos centrales */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-fade-up {
  animation: fadeUp 0.8s ease forwards;
}

/* Portfolio: animación de textos y items */
.portfolio .intro-subtitle,
.portfolio h2,
.portfolio .parrafo,
.portfolio .portfolio-item {
  opacity: 0;
}

.portfolio .intro-subtitle.animate-fade-up,
.portfolio h2.animate-fade-up,
.portfolio .parrafo.animate-fade-up,
.portfolio .portfolio-item.active {
  animation: fadeUp 0.8s ease forwards;
}

/* Servicios: animación de textos y boxes */
.servicios .intro-subtitle,
.servicios h2,
.servicios > .container > .row > .col-lg-12 > p,
.servicios .col-lg-4 .service-item {
  opacity: 0;
}

/* Diseño Web: animación de textos y cards */
.diseno .intro-subtitle,
.diseno h2,
.diseno > .container > .row > .col-lg-12 > p,
.diseno .diseno-card {
  opacity: 0;
}

/* Tiendas: animación de textos y cards */
.tiendas .intro-subtitle,
.tiendas h2,
.tiendas > .container > .row > .col-lg-12 > p,
.tiendas .tienda-card {
  opacity: 0;
}

/* Banner Elegir SAC: animación de textos */
.banner-elegir-sac .intro-subtitle,
.banner-elegir-sac h2,
.banner-elegir-sac p {
  opacity: 0;
}

/* Work With Us SAC: animación secuencial ícono, h3 y btn */
.work-with-us-sac .icono i,
.work-with-us-sac h3,
.work-with-us-sac .btn-black {
  opacity: 0;
}

/* Footer: animación fade-up para columnas */
.footer .animate-fade-up-footer {
  opacity: 0;
}

.footer .animate-fade-up-footer.active {
  animation: fadeUp 0.8s ease forwards;
}

/* Responsive */
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .button {
    width: 100%;
  }
}
@media (max-width: 768px) {
  /* Circular Menu Izquierdo */
  .circular-menu-left {
    bottom: 15px; /* alineado con referencia al tamaño del botón */
    left: 15px; /* margen desde el borde */
  }
  .tienda-card {
    min-height: auto;
  }
  .circular-menu-left .floating-btn-left,
  .circular-menu-left .menu-item-left {
    width: 50px;
    height: 50px;
    font-size: 1.2em;
    line-height: 3.5;
  }
  .circular-menu-left .menu-item-left {
    top: 0em;
    left: 0em;
  }
  /* Back to Top */
  #back-to-top {
    bottom: 15px; /* mismo bottom que botones laterales */
    width: 50px;
    height: 50px;
    border-width: 2px;
  }
  #back-to-top i.arrow-top-right {
    width: 14px;
    height: 14px;
    margin-left: 0;
    top: 0;
  }
  /* WhatsApp botón redondo */
  #chat-ws-redondo.ws.tooltip {
    bottom: 15px; /* mismo bottom que los otros */
    width: 50px;
    height: 50px;
    padding: 15px;
  }
  #chat-ws-redondo.ws.tooltip i {
    font-size: 24px; /* escala proporcional al tamaño del botón */
  }
}/*# sourceMappingURL=styles.css.map */