/*-----------------------------------------------------------------------------------
Template Name: aSaas HTML5 Template,
Template URI: http://www.themectg.com
Description: This is html5 template
Author: Themectg
Author URI: http://www.themectg.com
Version: 1.0
-----------------------------------------------------------------------------------
CSS INDEX
===================
1. Google font
2. Theme Default CSS
3. Helper-Class
4. Headser-Area
5. Sponsor-Area
-----------------------------------------------------------------------------------*/

/*-----------------
1. Google font
------------------*/

@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,600,700,900");

/*-------------------
2. Theme Default CSS
--------------------*/
button,
a {
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #333333;
}

input[type="submit"]:focus,
button:focus,
a:hover {
  text-decoration: none;
  outline: none;
  color: #0297f3;
}

img {
  max-width: 100%;
  height: auto;
}

:hover {
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  line-height: 1.3em;
  font-weight: 500;
  color: #1c223a;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2em;
  color: #686b75;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/*-- 3. Helper-Class --*/

.heading-2 {
  font-size: 48px;
}

.heading-3 {
  font-size: 38px;
}

.heading-4 {
  font-size: 28px;
}

.text-white a,
.text-white {
  color: #ffffff;
}

.text-green a,
.text-green {
  color: #1cc9bd;
}

.text-blue a,
.text-blue {
  color: #1992ec;
}

.upper {
  text-transform: uppercase;
}

.middle-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.padding-left-50 {
  padding-left: 50px;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
}

.section-padding-como-funciona {
  padding-top: 80px;
  padding-bottom: 80px;
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
}

.section-padding-top {
  padding-top: 120px;
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
}

.section-padding-bottom {
  padding-bottom: 120px;
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
}

.feature-box-10 .number {
  display: flex;
  font-size: 30px;
  height: 90px;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  width: 90px;
  position: relative;
  align-items: center;
  justify-content: center;
}
.feature-box-10:hover .number {
  background: #068bea;
  color: #fff;
}
.bg-deep-pink {
  background-color: #068bea;
}
.feature-box-10 .number-center:after {
  width: 250%;
  position: absolute;
  content: "";
  height: 1px;
  background: #068bea;
  top: 45px;
  z-index: 1;
  left: 130px;
}
.feature-box-10 .number-center:before {
  width: 250%;
  position: absolute;
  content: "";
  height: 1px;
  background: #068bea;
  top: 45px;
  z-index: 1;
  right: 130px;
}
.border-color-deep-pink {
  border-color: #068bea !important;
}
.border-width-2 {
  border-width: 2px;
}
.border-all {
  border: 1px solid #ededed;
  border-top-width: 1px;
  border-top-color: rgb(237, 237, 237);
  border-right-width: 1px;
  border-right-color: rgb(237, 237, 237);
  border-bottom-width: 1px;
  border-bottom-color: rgb(237, 237, 237);
  border-left-width: 1px;
  border-left-color: rgb(237, 237, 237);
}
.letter-spacing-minus-1 {
  letter-spacing: -1px;
}
.text-extra-dark-gray,
.btn.text-extra-dark-gray {
  color: #232323;
}
.alt-font {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.rounded-circle {
  border-radius: 50% !important;
}
.padding-five-all {
  padding: 5%;
}
.margin-10px-bottom {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .feature-box-10 .number-center::before,
  .feature-box-10 .number-center::after {
    height: 0;
  }
}
@media (max-width: 991px) {
  .feature-box-10 .number-center::before,
  .feature-box-10 .number-center::after {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .feature-box-10 .number-center::before,
  .feature-box-10 .number-center::after {
    width: 180%;
  }
}
.padding-fifteen-lr {
  padding-left: 15%;
  padding-right: 15%;
}
.padding-twenty-two-tb {
  padding-top: 22%;
  padding-bottom: 22%;
}
.feature-box-18 .feature-box-overlay {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.feature-box-18:hover .feature-box-overlay {
  opacity: 1;
  background-color: #068bea !important;
}
.feature-box-18:hover .white-on-hover {
  filter: brightness(0) invert(1);
}

/* Asegurarse de que el contenido queda por encima del overlay */
.feature-box-18 > *:not(.feature-box-overlay) {
  position: relative;
  z-index: 2;
}
.feature-box-18:hover i,
.feature-box-18:hover div,
.feature-box-18:hover p {
  color: #fff;
}
.feature-box-18:hover p {
  opacity: 0.6;
}
.border-radius-8 {
  border-radius: 8px;
}
.z-index-0 {
  z-index: 0;
}
/* Fondo gris claro */
.bg-light-gray {
  background-color: #f7f7f7;
}

/* Overlays de color */
.bg-blue-opacity {
  background-color: rgb(86, 132, 185);
}
.bg-green-opacity {
  background-color: rgb(145, 200, 81);
}

/* Feature Box 18 */
.feature-box-18 {
  position: relative;
  z-index: 1;
  background: #fff;
}
.feature-box-18 .feature-box-overlay {
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: -1;
  content: "";
  display: block;
  transition-duration: 0.3s;
}
.feature-box-18:hover .feature-box-overlay {
  top: 0;
}

/* Utilidades */
.w-25 {
  width: 25%;
}
.padding-fifteen-lr {
  padding-left: 15px;
  padding-right: 15px;
}
.padding-twenty-two-tb {
  padding-top: 22px;
  padding-bottom: 22px;
}
.sm-padding-fifteen-tb {
  padding-top: 15px;
  padding-bottom: 15px;
}
.last-paragraph-no-margin p:last-of-type {
  margin-bottom: 0;
}

/* Border radius */
.border-radius-8 {
  border-radius: 8px;
}

/* Overflow / posición */
.overflow-hidden {
  overflow: hidden !important;
}
.position-relative {
  position: relative !important;
}

/* Márgenes utilitarias usadas en tu HTML */
.margin-25px-bottom {
  margin-bottom: 25px;
}
.margin-30px-bottom {
  margin-bottom: 30px;
}
.margin-40px-top {
  margin-top: 40px;
}
.margin-10px-bottom {
  margin-bottom: 10px;
}
.margin-15px-bottom {
  margin-bottom: 15px;
}
.margin-35px-bottom {
  margin-bottom: 35px;
}
.margin-10px-top {
  margin-top: 10px;
}

/* Texto */
.text-center {
  text-align: center;
}
.text-extra-dark-gray {
  color: #232323;
}
.text-medium {
  font-size: 16px;
}
.font-weight-700 {
  font-weight: 700;
}
.font-weight-600 {
  font-weight: 600;
}
.text-uppercase {
  text-transform: uppercase;
}
.wvh-10 {
  width: 10vh;
}
.align-items-center {
  align-items: center !important;
}
.d-flex {
  display: flex;
}

.hero-agent-wrapper {
  position: relative;
  width: 100%;
  max-width: 520px;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
}

.agent-base {
  width: 100%;
  height: auto;
  display: block;
}
.agent-float {
  position: absolute;
  pointer-events: none;
}

/* Calendario (izquierda arriba) */
.calendar {
  top: 8%;
  left: 4%;
  width: 18%;
}

/* Chat 1 (arriba centro) */
.chat-1 {
  top: 10%;
  right: 12%;
  width: 16%;
}

/* Chat 2 (derecha medio) */
.chat-2 {
  top: 28%;
  right: 4%;
  width: 14%;
}

/* Símbolo llamada */
.call {
  top: 22%;
  right: 24%;
  width: 12%;
}
.float-y {
  animation: floatY 4s ease-in-out infinite;
}

@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6%);
  }
  100% {
    transform: translateY(0);
  }
}
.float-x {
  animation: floatX 4s ease-in-out infinite;
}

@keyframes floatX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(6%);
  }
  100% {
    transform: translateX(0);
  }
}
.float-pulse {
  animation: pulse 2.5s ease-in-out infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.08);
    opacity: 0.85;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .chat-2,
  .call {
    display: none;
  }
}
/* ===== FLUJO AGENTE ===== */

.flow-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.flow-step {
  width: 140px;
  text-align: center;
  opacity: 0;
  animation: flowFadeIn 0.6s forwards;
}

.flow-step img {
  width: 100%;
  max-width: 120px;
  margin-bottom: 10px;
}

.flow-step span {
  font-size: 0.9rem;
  font-weight: 600;
  display: block;
}

/* Aparición escalonada */
.flow-step:nth-of-type(1) {
  animation-delay: 0.2s;
}
.flow-step:nth-of-type(2) {
  animation-delay: 1.4s;
}
.flow-step:nth-of-type(3) {
  animation-delay: 2.6s;
}

/* Líneas */
.flow-line {
  width: 120px;
  height: 20px;
}

.flow-line path {
  fill: none;
  stroke: #068bea;
  stroke-width: 2;
  stroke-dasharray: 120;
  stroke-dashoffset: 120;
  animation: drawLine 1s ease forwards;
}

.flow-line.delay path {
  animation-delay: 1.6s;
}

/* Animaciones */
@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes flowFadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .flow-wrapper {
    flex-direction: column;
  }

  .flow-line {
    transform: rotate(90deg);
    width: 40px;
  }
}
/* ============================= */
/* BLOQUE FLUJO AGENTE           */
/* ============================= */

#flujo-agente {
  background: #f9fbfd;
}

/* ===== CONTENEDOR ===== */
.flujo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

/* ===== ITEMS (IMÁGENES) ===== */
.flujo-item {
  text-align: center;
}

.flujo-item img {
  width: 140px;
  max-width: 100%;
}

.flujo-label {
  display: block;
  margin-top: 10px;
  font-weight: 600;
  color: #333;
}

/* ===== CONEXIONES ===== */
.flujo-connection {
  position: relative;
  width: 140px;
  text-align: center;
}

.flujo-line {
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, transparent, #068bea, transparent);
  animation: linePulse 2.5s infinite;
}

/* ===== TEXTOS ===== */
.flujo-text {
  display: block;
  font-size: 13px;
  color: #555;
  margin-bottom: 8px;
  opacity: 0;
}

/* Texto cliente */
.flujo-text.cliente {
  animation: clienteStep 8s infinite;
}

/* Texto agente */
.flujo-text.agente {
  font-style: italic;
  opacity: 0;
  animation: agenteStep 8s infinite;
}

/* ===== CONFIRMACIÓN ===== */
.flujo-confirmacion {
  margin-top: 30px;
  text-align: center;
  font-weight: 600;
  color: #1fa971;
  opacity: 0;
  animation: confirmacionStep 8s infinite;
}

/* ============================= */
/* ANIMACIONES                   */
/* ============================= */

/* Cliente */
@keyframes clienteStep {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* Agente */
@keyframes agenteStep {
  0%,
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* Confirmación */
@keyframes confirmacionStep {
  0%,
  35% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* Línea animada */
@keyframes linePulse {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}

/* ============================= */
/* RESPONSIVE (MÓVIL)            */
/* ============================= */

@media (max-width: 768px) {
  .flujo-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .flujo-connection {
    width: auto;
    height: 60px;
  }

  .flujo-line {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    background: linear-gradient(to bottom, transparent, #068bea, transparent);
  }

  .flujo-text {
    white-space: normal;
    text-align: center;
  }
}
/* Separadores en features del pricing */
.price-box .price-content ul {
  padding-left: 0;
  margin: 0;
}

.price-box .price-content ul li {
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea;
  font-size: 14px;
}

/* Quitar la línea del último elemento */
.price-box .price-content ul li:last-child {
  border-bottom: none;
}
.price-box .price-content ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.gallery-slider.owl-carousel .owl-controls {
  margin-top: -40px;
}
/* === Navbar logo fix === */
.navbar-brand {
  padding: 8px 15px;
  height: auto;
}

.navbar-brand img {
  width: auto; /* anula el width:100% global */
  max-height: 50px;
  height: auto;
  display: block;
}
.navbar-brand {
  display: flex;
  align-items: center;
}
/* Imagen principal del bloque visual */
.visual-image {
  width: 100%;
  height: auto;
  max-width: 520px; /* controla tamaño en desktop */
  margin: 0 auto;
  display: block;
}
@media (min-width: 1200px) {
  .visual-image {
    max-width: 400px;
  }
}
@media (max-width: 1199px) {
  .visual-image {
    max-width: 340px;
  }
}
@media (max-width: 768px) {
  .visual-image {
    max-width: 280px;
    margin-bottom: 32px; /* separación con las cards */
  }
}
/* CONTENEDOR */
.faq-accordion {
  max-width: 720px;
  margin: 0 auto;
}

/* LISTA */
.faq-accordion__list {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

/* ITEM */
.faq-accordion__item {
  position: relative;
  padding: 24px;
  border-top: 1px solid #e6eef3;
}

.faq-accordion__item:first-child {
  border-top: none;
}

/* CHECKBOX */
.faq-accordion__item input[type="checkbox"] {
  position: absolute;
  inset: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

/* PREGUNTA */
.faq-accordion__question {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #1f2933;
  cursor: pointer;
  user-select: none;
}

/* RESPUESTA */
.faq-accordion__answer {
  margin-top: 15px;
  line-height: 1.6;
  color: #4b5563;
  transform: translateY(0);
  transition: all 0.25s ease;
}

/* FLECHA */
.faq-accordion__arrow {
  position: absolute;
  top: 26px;
  right: 24px;
  width: 12px;
  height: 12px;
}

.faq-accordion__arrow::before,
.faq-accordion__arrow::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 10px;
  background: #068bea;
  transition: transform 0.25s ease;
}

.faq-accordion__arrow::before {
  transform: rotate(45deg);
}

.faq-accordion__arrow::after {
  transform: rotate(-45deg);
  right: 4px;
}

/* ESTADO CERRADO */
.faq-accordion__item input[type="checkbox"]:checked ~ .faq-accordion__answer {
  max-height: 0;
  opacity: 0;
  margin-top: 0;
  transform: translateY(10px);
}

/* FLECHA CERRADA */
.faq-accordion__item
  input[type="checkbox"]:checked
  ~ .faq-accordion__arrow::before {
  transform: rotate(-45deg);
}

.faq-accordion__item
  input[type="checkbox"]:checked
  ~ .faq-accordion__arrow::after {
  transform: rotate(45deg);
}
