body {
  font-family: 'Lexend', sans-serif;
  font-size: 18px;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;

}

nav {
  font-family: 'Lexend', sans-serif;
}

h1,
h2 {

  font-family: 'Lexend', sans-serif;
  color: rgb(103, 114, 148)
}

p {
  font-family: 'Lexend', sans-serif;
  color: rgb(103, 114, 148);
  font-size: 20px;

}

.icon {
  font-size: 1.2em;
  margin-right: 2px;
  color: rgb(103, 114, 148)
}

nav.item {

  font-size: 17px;
}

.btn {
  text-decoration: none;
}

.logo {
  width: 230px;
}

.action-buttons {
  margin-top: 9px;
  margin-right: 5px;
  align-items: end;
}

.button {
  background-color: transparent;
  font-weight: semibold;
  color: #444;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  margin-right: 0.5rem;
  border: 1px solid rgba(20, 157, 204, 0.7);;
  cursor: pointer;
  border-radius: 50px;

}

.button .button-link {
  text-decoration: none;
  color: inherit;

}

.buttonnosotros {
  background-color: #00A9DE; /* color celeste */
  font-weight: 600;
  color: white;
  font-size: 0.9rem;
  padding: 0.5rem 1.5rem;
  margin-right: 0.5rem;
  border: none;
  cursor: pointer;
  border-radius: 50px;
  transition: background-color 0.3s ease;
}


.button .button-link {
  text-decoration: none;
  color: inherit;
}

.bg-solucion {
  background-image: url('img/necesitasSolucion.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
}

#soluciones-submenu li a {
  color: rgba(0, 0, 0, 0.55);
}

#soluciones-submenu li a:hover {
  background-color: rgba(20, 157, 204, 0.7);
  color: white;
}


.head {
  position: relative;
  background-image: url('img/Portada_1.jpg');
  background-size: cover;
  height: 580px;
  background-position: center none;
  background-repeat: no-repeat;
}

.head3 {
  position: relative;
  background-image: url('img/slide_mesa.jpg');
  background-size: cover;
  height: 580px;
  background-position: center top;
  background-repeat: no-repeat;
}


.head2 {
  position: relative;
  background-image: url('img/slide-directos.jpg');
  background-size: cover;
  height: 580px;
  background-position: center center;
  background-repeat: no-repeat;
}
 

 
.head2 h2 {
  text-align: center;
  font-size: 60px;
  color: white;
  margin-top:240px;
} 

.head2 h2 {
  text-align: center;
  font-size: 60px;
  color: white;
  margin-top:240px;
} 

.btnHead2 {
  display: flex;
    justify-content: space-around;
  margin-top:10px;
} 

.head2 p {
  text-align: center;
  font-size: 20px;
  color: white;
  margin-top:10px;
} 



.head4 {
  position: relative;
  background-image: url('img/tangosoftware_d5.jpg');
  background-size: cover;
  height: 580px;
  background-position: center center;
  background-repeat: no-repeat;
}

  
.head4 h2 {
  text-align: center;
  font-size: 40px;
  color: white;
  margin-top:460px;
  
} 

.contentTango {
  margin-top: 10px;
  text-align: center;
  font-family: 'Lexend', sans-serif;
  color: rgb(103, 114, 148);

}

.contentTango h3 {
  font-size: 17px;

}

.carousel-indicators li {
  border-radius: 50%;
  background-color: #0d0d0d;

}

/* ------------------------------- Card -----------------------------------------*/



.compromiso {
  color: #095169;
  background-color: #f0f0f0;
  padding: 60px;
  font-family: 'Lexend', sans-serif;


}
.tarjetas-container {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.tarjeta {
  border: 1px solid #ccc;
  padding: 20px;
  margin: 5px;
  width: 230px;
  text-align: center;
  display: flex; 
  flex-direction: column; 
  
  border-radius: 50px;
}

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

.tarjeta p {
  font-size: 1rem;
  color: white;
}

.tarjeta button {
  font-family: 'Lexend', sans-serif;
  background-color: white;
  color: black;
  border: none;
  padding: 5px 15px;
  width: 100px; 
  margin: 0 auto; 
  margin-top: auto; 
  cursor: pointer;
  border-radius: 50px;
  font-size: 17px;
  font-weight: 500;
}

/* ----------------------------------------- CONTACT SECTION --------------------------------------*/
.neumorphic-box {
  display: flex;
  background-image: url('img/necesitasSolucion.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 450px;
  margin: 0 auto;
  padding-left: 40px;
  text-align: center;
}

.neumorphic-box .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 50%;
}

.neumorphic-box p {
  font-size: 20px;
  margin: 0;
  font-family: 'Lexend', sans-serif;
  color: white;
  line-height: 1.6;
}

.neumorphic-box p:first-child {
  font-size: 30px;
  font-weight: bold;
}

.neumorphic-box button {
  margin-top: 20px;
  background-color: #149dcc;
  border-radius: 50px;
  padding: 10px 20px;
  border: none;
  font-size: 17px;
  cursor: pointer;
   text-align: center;
   margin-left: 270px;
}

.neumorphic-box button a {
  text-decoration: none;
  color: white;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

/*---------------------------------------------footer------------------------------------------------*/
footer {
  background-color: #333;
  color: white;
  padding: 20px 0;
  text-align: center;
  width: 100%;
}

.footer-bottom {
  padding: 10px 0;
  font-size: 14px;
}

/* Íconos */
footer i {
  font-size: 20px;
  color: #149dcc;
}

/* Enlaces */
footer a {
  color: white;
  text-decoration: none;
}

footer a:hover {
  color: #149dcc;
}

/* Redes sociales */
.social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
}

/* Detalles desplegables */
footer details {
  width: 100%;
  margin-top: 10px;
}

footer summary {
  cursor: pointer;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

footer summary::-webkit-details-marker {
  display: none;
}

footer details ul {
  padding-left: 0;
}

footer details ul li {
  list-style: none;
}

/* Ajustes responsivos para columnas */
@media (max-width: 767px) {
  footer .row {
    flex-direction: column;
    align-items: center;
  }

  footer .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  footer .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/*---------------------------------------------ANIMACIONES------------------------------------------------*/
.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

.hvr-back-pulse:hover,
.hvr-back-pulse:focus,
.hvr-back-pulse:active {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #2098D1;
  background-color: #2098d1;
  color: white;
}

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #2098D1;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}




.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* Border Fade */
.hvr-border-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}

.hvr-border-fade:hover,
.hvr-border-fade:focus,
.hvr-border-fade:active {
  box-shadow: inset 0 0 0 1px #2098D1, 0 0 1px #2098D1;
  border-radius: 40px;

}

/*----------------------------NOSOTROS-----------------------------*/
/*----------------------------NOSOTROS-----------------------------*/
.headnosotros {
  position: relative;
  background-image: url('img/logo-PhotoRoom.jpg');
  background-size: cover;
  height: 600px;
}

 

.sectionnosotros {
  display: flex;
  flex-wrap: wrap;
}


.column {
  flex: 1;
  padding: 20px;
  text-align: center;
}


.rounded-image {
  border-radius: 50%;
  max-width: 100%;
}

.feature {
  text-align: center;
  padding: 30px;

  border-radius: 10px;
}

.icon {
  max-width: 50px;
}

.feature p {
  font-size: 16px;
}

.custom-div {
  background-color: rgba(20, 157, 204, 0.7);
  padding: 20px;
  text-align: center;

}


.download-button {
  background-color: white;
  color: black;
  padding: 5px 20px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  border-radius: 50px;
}

.download-button:hover {
  color: black;
}

/*----------------------------Contacto-----------------------------*/
/*----------------------------Contacto-----------------------------*/

.headcontacto {
  position: relative;
  background-image: url('img/portada_contacto.jpg');
  background-size: cover;
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
}

.headnosotros {
  position: relative;
  background-image: url('img/slide_nosotros.png');
  background-size: cover;
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
}





.contact-section {
 
  height: 500px;
 
  background-size: cover; 
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.info-column {
  padding-top: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.second-column {
  display: flex;
  align-items: center;
}

.contact-form {
  font-family: 'Lexend', sans-serif;
  width: auto;
  text-align: center;
}

::placeholder {
  color: white; 
}

select option { 
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
#myBtn-whatsapp {
  display: none;       
  bottom: 40px;         
  right: 30px;           
  width: 50px;
  height: 50px;
  z-index: 999;
  font-size: 24px;     
   background-color: #09CC61;
   color: white;
}


.contact-form input,
.contact-form select,
.contact-form textarea {
  font-family: 'Lexend', sans-serif;
  width: 100%;
  padding: 8px;
  margin-bottom: 15px;
  border: none;
  background-color: transparent;
  font-size: 16px;
  outline: none;
  border-bottom: 1px solid #ccc;

  color: rgba(255, 255, 255, 1) !important;
}

.contact-form button {
  background-color:#2098D1;
  color: #fff;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  border-radius: 10px;
  margin-top: 20px;
}
.contact-form input:hover,
.contact-form textarea:hover {
  border-bottom: 1px solid #2098D1; 
}
/*------------------------------------TAAAAAANGOOOOOOOOOOOOOOOOOOOOO--------------------------------------------*/
/*------------------------------------TAAAAAANGOOOOOOOOOOOOOOOOOOOOO--------------------------------------------*/
/*------------------------------------TAAAAAANGOOOOOOOOOOOOOOOOOOOOO--------------------------------------------*/
/*------------------------------------TAAAAAANGOOOOOOOOOOOOOOOOOOOOO--------------------------------------------*/
.headtango{
  position: relative;
  background-image: url('img/Tango-resto.jpg');
  background-size: cover;
  height: 600px;
}

.headtango::before {
  content: 'Tango Restô ';
  white-space: pre;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 530px;
  height: 100%;
  background: rgba(184, 21, 44, 0.7);
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 2% 48%);
  color: white;
  font-size: 37px;
  font-weight: bold;
  font-family: 'Lexend', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tango-resto {
  
  padding: 50px; 
  text-align: center; 
}

.tango-resto-content {
  display: flex; 
  justify-content: center; 
  align-items: center;
  
  margin: 0 auto; 
}

.tango-resto-image {
  flex: 1; 
  padding: 20px; 
  text-align: center; 
}

.tango-resto-image img {
  max-width: 100%; 
  height: auto; 
}

.tango-resto-info {
  flex: 1; 
  padding: 20px; 
  
}

.tango-resto-info h2 {
  text-align: center;
  font-size: 30px; 
  color: #B8152C; 
}

.tango-resto-info p {
  font-size: 20px; 
 
  font-family: 'Lexend', sans-serif;
  color: rgb(103, 114, 148)
}

.apps-section {
  background: #FFEBEE; 
  padding: 50px;
  text-align: center;
}

.title-row {
  display: flex;
  justify-content: center;
}

.title-row h2 {
  color: #B8152C; 
  font-size: 30px;
  
}

.image-row {
  display: flex;
  justify-content: center;
}

.app-image {
  padding: 20px;
}

.app-image img {
  max-width: 75%;
  height: auto;
}


.funcionalidades-section {
 
  text-align: center;
}

.image-title {
  background: #B8152C; 
  text-align: center;
  height: 150px;
  
}

.image-title-content {
  display: flex;
  
  justify-content: center;
}

.image-title-content img {
  max-width: 45%;
  height: auto;
}

.image-title-content h2 {
  color: #FFF;
  margin-left: 10px; 
}
.feature-list {
  padding: 20px;
}

.accordion-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}

.accordion-row {
  display: flex;
  flex-direction: column;
  
}

.accordion-item {
  border: none;
  margin: 10px 0;
  cursor: pointer;
  padding: 20px;
}

.accordion-header {
  display: flex; 
  align-items: center; 
  justify-content: center;
  padding: 10px;
  text-align: center;
  border: transparent;
}
.accordion-header h3{
  font-family: 'Lexend', sans-serif;
  
  color: rgb(103, 114, 148);
  font-size: 19px;
}
.accordion-header i {
  margin-right: 7px;
  font-size: 20px; 
  color: #B8152C; 
}

.accordion-header .click-icon {
  margin-left: auto; 
  font-size: 20px; 
  color: #ccc; 
}

.accordion-content {
  padding: 10px;
  display: none;
  text-align:center;
}
.accordion-content p{
  font-size: 16px;
  text-align:center;
}
/* Aplica un borde rojo cuando el contenido está visible */
.accordion-item:not(:empty) .accordion-content {
  border: 2px solid #B8152C; 
  border-radius: 25px;
}
.three-column-section {
  background: #FFEBEE; 
  display: flex;
  justify-content: space-around;
  padding: 45px;
}
.column {
  text-align: center;
  color: #fff; 
  width: 30%; 
}

.column i {
  font-size: 45px; 
  margin-bottom: 20px;
  color: #E31937;
}
.column p{
  color: #E31937;
  font-size: 16px;
  padding: 20px;
}
/*-------------------------Media query-------------------------------------*/
/* Media query para pantallas con un ancho máximo de 375px */
@media (max-width: 375px) {
 
  .logo {
    width: 285px;
  }
}
/* Media Query para pantallas hasta 425px */
@media (max-width: 424px) {
  /* Eliminar márgenes y límites del .container */
  

  /* Tarjetas en 2 columnas */
  .tarjetas-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    justify-items: center;
  }

  .tarjeta {
    width: 100%;
    max-width: 160px;
    padding: 15px 10px;
    font-size: 14px;
  }

  /* Iconos de servicios en 2 columnas */
  .row-cols-1.row {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    justify-items: center;
  }

  .row-cols-1.row .col {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .icon-box {
    margin: 0 auto 0.5rem;
  }

  .service-logo {
    max-width: 90px;
    margin: 0.5rem auto;
  }

  .d-flex.justify-content-center.flex-wrap.gap-4 {
    flex-wrap: wrap;
    justify-content: center;
  }
}



/*TANGOOOOO CAPITAL HUMANO */


.headcapitalhumano {
  position: relative;
  background-image: url('img/slide_CapitalHumano.jpg');
  background-size: cover;
  height: 580px;
  background-position: center none;
  background-repeat: no-repeat;
}

.head1capitalhumano {
  position: relative;
  background-image: url('img/tangosoftware_d4.jpg');
  background-size: cover;
  height: 580px;
  background-position: center top;
  background-repeat: no-repeat;
}
/*TANGOOOOO punto de venta */


.headpuntodeventa {
  position: relative;
  background-image: url('img/slide1puntodeventa.jpg');
  background-size: cover;
  height: 580px;
  background-position: center none;
  background-repeat: no-repeat;
}

.headpuntodeventa1 {
  position: relative;
  background-image: url('img/tangosoftware_d4.jpg');
  background-size: cover;
  height: 580px;
  background-position: center top;
  background-repeat: no-repeat;
}
.headpuntodeventa2 {
  position: relative;
  background-image: url('img/gestion2.webp');
  background-size: cover;
  height: 580px;
  background-position: center top;
  background-repeat: no-repeat;
}
.headpuntodeventa3 {
  position: relative;
  background-image: url('img/ggestion3.webp');
  background-size: cover;
  height: 580px;
  background-position: center top;
  background-repeat: no-repeat;
}
.headpuntodeventa4 {
  position: relative;
  background-image: url('img/facturador_bg.webp');
  background-size: cover;
  height: 580px;
  background-position: center top;
  background-repeat: no-repeat;
}
.headpuntodeventa5 {
  position: relative;
  background-image: url('img/resto6.webp');
  background-size: cover;
  height: 580px;
  background-position: center top;
  background-repeat: no-repeat;
}
/*ESTUDIO CONTABLE */

.headEC {
  position: relative;
  background-image: url('img/estudiocontable1.jpg');
  background-size: cover;
  height: 580px;
  background-position: center top;
  background-repeat: no-repeat;
}
.headEC3
{
  position: relative;
  background-image: url('img/estudioscontables2.webp');
  background-size: cover;
  height: 580px;
  background-position: center top;
  background-repeat: no-repeat;
}
.headEC4
{
  position: relative;
  background-image: url('img/estudiocontables3.webp');
  background-size: cover;
  height: 580px;
  background-position: center top;
  background-repeat: no-repeat;
}
.headEC5
{
  position: relative;
  background-image: url('img/estudioscontables5.webp');
  background-size: cover;
  height: 580px;
  background-position: center top;
  background-repeat: no-repeat;
}
.headEC6
{
  position: relative;
  background-image: url('img/estudioscontables6.webp');
  background-size: cover;
  height: 580px;
  background-position: center top;
  background-repeat: no-repeat;
}


.headtfactura {
  position: relative;
  background-image: url('img/tfacturaslide.png');
  background-size: contain; 
  background-position: right top; 
  background-repeat: no-repeat;
  height: 400px; 
}

/*T FACTURAAAA*/
.pl-11rem {
  padding-left: 11rem !important;
}
.nav-pills .nav-link {
  color: #000 !important; 
  background-color: #f0f0f0; 
  transition: background-color 0.3s ease;
}

.nav-pills .nav-link.active {
  background-color: #FFD600 !important; 
  color: #000 !important; 
}

.tab-pane h3 {
    margin-bottom: 1.5rem; 
        color: rgb(103, 114, 148);
}

.tab-pane ul li::before {
    content: '•';
       color: #2FA7DF !important;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-weight: bold;
}



  .custom-slider-container {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
  }

  .custom-slider {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 40px;
    gap: 40px;
  }

  .custom-slide {
    flex: 0 0 220px;
    text-align: center;
  }

  .custom-slide img {
    height: 100px;
    margin-bottom: 10px;
  }

  .custom-slide h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .custom-slide p{
    font-size: 17px;
  }

 .custom-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgb(204, 204, 204);
  border: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 28px;
  height: 28px;
  padding: 0;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-icon {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 2px;
  color: #333;
}


  .custom-slider-btn.left {
    left: 10px;
  }

  .custom-slider-btn.right {
    right: 10px;
  }

  .custom-slider::-webkit-scrollbar {
    display: none;
  }
.icon-box {
  border: 2px solid #ccc;
  border-radius: 50%; /* Hace que sea redondo */
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  margin: 0 auto;
}

.service-logo {
  width: 180px !important;
  height: auto !important;
  object-fit: contain !important;
  padding: 5px !important;
  margin: 30px !important;
  border-radius: 0.5rem !important;
  background-color: #fff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05) !important;
}


.service-logo:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

/* Media query para pantallas con un ancho máximo de 425px */
@media (max-width: 425px) {


  .logo {
    width: 196px;
  }

  .icon-none {
    display: none;
  }

}

@media (max-width: 769px) {
  .neumorphic-box {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  .neumorphic-box .content {
    margin-left: 0;
    align-items: center;
    text-align: center;
  }

  .bannerwelcome {
    flex-direction: column;
  }

  .welcome {
    margin-top: 20px;
  }

  .logo2 {
    width: 80%;
  }

  .welcome img {
    width: 100%;
  }

  .welcome h1 {
    font-size: calc(1rem + 1.5vw);
  }

  .nav.flex-row {
    margin-left: 15px;
  }

  .col-sm-5,
  .col-sm-3 {
    width: 100%;
    margin: 10px 0;
  }

  .footer-top {
    display: flex;
    flex-direction: column;
  }

  .footer-column {
    margin-bottom: 20px;
  }

  .footer-column:last-child {
    margin-bottom: 0;
  }

  .social-icons {
    text-align: center;
  }

  iframe {
    width: 100%;
    height: auto;
  }

  .footer-top a {
    padding: 5px;
  }

  .footer-top ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-top ul li {
    text-align: center;
    margin: 10px 0;
  }

  .footer-top ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-top ul li i {
    margin-bottom: 5px;
  }

  .tarjeta {
    display: block;
    height: auto;
    background-color: #2FA7DF;
    margin-bottom: 20px;
    text-align: center;
    
  }

  .tarjeta p {
    display: none;
  }

  .button {
    width: 130px;
    margin-top: 10px;
  }

  .head::before {
    content: '¡Innova con nosotros!\a     #SomosSeincomp ';
    white-space: pre;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 157, 204, 0.7);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    color: white;
    font-size: 33px;
    font-weight: bold;
    font-family: 'Lexend', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .headnosotros::before {
    content: 'La empresa';
    white-space: pre;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 157, 204, 0.7);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    color: white;
    font-size: 33px;
    font-weight: bold;
    font-family: 'Lexend', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
  }
@media (max-width: 769px) {
  .head::before,
  .headnosotros::before {
    content: none !important;
    background: none !important;
  }
}
  .sectionnosotros {
    flex-direction: column;
    margin-top:80px
    
  }

  .column {
    text-align: center;
    margin: 10px;
  } 
  .contact-section {
    flex-direction: column; 
}

.info-column {
    display: none; 
}

.second-column {
    text-align: center; 
}

.contact-form {
  width: auto;
  text-align: center; 
}

.headcontacto::before {
 
  white-space: pre;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  
  font-size: 33px;
  font-weight: bold;
  font-family: 'Lexend', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}

.headtango::before {
  content: 'Tango Restô ';
  white-space: pre;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  background:  rgba(184, 21, 44, 0.7);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  color: white;
  font-size: 33px;
  font-weight: bold;
  font-family: 'Lexend', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tango-resto-content {
  flex-direction: column; 
}
.tango-resto-info h2 {
  font-size: 24px;
}
.tango-resto-info p {
  font-size: 16px;
}


.image-title-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.image-title-content img {
  max-width: 45%;
  height: auto;
}

.image-title-content h2 {
  margin-left: 0;
  margin-top: 10px; 
  font-size: 24px; 
}
.accordion-grid {
  grid-template-columns: repeat(2, 1fr); 
}

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

.accordion-item {
  margin: 10px 0;
  padding: 15px;
}

.accordion-header i {
  font-size: 18px;
}

.accordion-header .click-icon {
  font-size: 18px; 
}

.accordion-header h3 {
  font-size: 18px; 
}

.accordion-content {
  padding: 10px;
}

.accordion-content p {
  font-size: 14px; 
}
.three-column-section {
  flex-direction: column; 
  align-items: center;
  padding: 20px; 
}

.column {
  width: 100%; 
  text-align: center;
  margin-bottom: 20px; 
}

.column i {
  font-size: 45px;
  margin-bottom: 10px; 
}
}




@media screen and (max-width: 1024px) {
  .action-buttons {
    display: flex;
    margin-left: 5px;
    margin-bottom: 12px;
  }

  .action-buttons button {
    font-size: 0;
    padding: 10px 20px;

  }

  .action-buttons button i {
    font-size: 24px;
  }
}




.slider {
  transition: transform 0.2s ease-out;
}
.slider.active {
  transition: none;
}
.slider.active, .slider.active a {
  cursor: grab;
}
.slider.active + .slider-indicator-bar .slider-indicator {
  transition: none;
}


.slider img {
  width: 85%;
}


.slider-indicator-bar {
  position: relative;
  height: 5px;
  width: 100px;
  margin: 30px auto 0;
  background: #313131;
  border-radius: 2px;
}
.slider-indicator-bar .slider-indicator {
  position: absolute;
  left: 0;
  content: "";
  height: 6px;
  background-color: #cdcdcd;
  border-radius: 2px;
  transition: left 0.2s ease-in-out;
}




.slider ol {
  list-style: none;
  padding: 0;
}
.cards {
  font-size: 10;
  white-space: nowrap;
  text-align: center; 
}

.slider .card-outter {
  display: inline-block;
  padding-left: 20px;
  vertical-align: top; 
}
.slider .card {
  width: 75%;
  height: 300px;
  background: transparent;
  width: 280px;
  padding: 20px;
  text-align: center;
  display: inline-block;
  margin: 0 auto; 
  border: white;
   
}

.slider .card .title {
  font-size: 23px;
  margin: 21px 0 0px;  
}

.slider .card .content {
  white-space: pre-line;
  display: flex;
  flex-direction: column;
  height: 100%; 
  font-size: 17px;
  color:#222
}



.slider-container {
  position: relative;
  align-items: center;
  overflow: hidden;
  margin: 50px 0px;  
  background-size: cover;  
  background-position: center; 
  background-repeat: no-repeat; 
}
.slider-container:before, .slider-container:after {
  position: absolute;
  top: 0;
  z-index: 1;
  content: "";
  display: block;
  width: 20px;
  height: 100%;
}


.slider-arrow {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 30px;
  height: 30px;
  background: #ccc;
  border: 1px solid #888;
  border-radius: 50%;
  cursor: pointer;
  transform: translateY(-100%);
  transition: opacity 0.2s ease-in-out;
  box-shadow: 0 0 7px 0 rgba(34, 34, 34, 0.4);
}
.slider-arrow:hover {
  box-shadow: 0 0 7px 0 rgba(34, 34, 34, 0.8);
}
.slider-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  padding-bottom: 2px;
  transform: translate(-50%, -50%);
  font-family: verdana;
  font-size: 18px;
  color: #888;
}
.slider-arrow.disabled {
  opacity: 0;
}
.slider-arrow.left {
  left: 15px;
}
.slider-arrow.left:before {
  margin-left: -1px;
  content: "<";
}
.slider-arrow.right {
  right: 15px;
}
.slider-arrow.right:before {
  margin-left: 1px;
  content: ">";
}

/* delivery*/
.delivery-section {
  background-color: #eeeeee !important;
  text-align: center;
  padding: 20px;
}

.delivery-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px; /* separación entre columnas */
  margin-bottom: 20px;
  flex-direction: row;
}

.delivery-column {
  flex: 0 0 48%;
  display: flex;
  flex-direction: column;
  background-color: transparent;
}

.delivery-column i {
  color: #B8152C;
}

.delivery-title {
  margin: 0;
  text-align: center;
  font-size: 19px;
  color: rgb(103, 114, 148);
}

.delivery-text {
  font-size: 18px;
  margin: 10px 0;
}

/* ✅ Responsive para pantallas pequeñas */
@media (max-width: 767px) {
  .delivery-row {
    flex-direction: column;
    align-items: center;
  }

  .delivery-column {
    flex: 0 0 100%;
    width: 100%;
  }
}
.section-divider-animated {
    border: none;
    height: 2px;
    width: 0;
    max-width: 200px;
    background-color: grey;
    margin: 60px auto;
    opacity: 0;
    transition: all 1s ease-out;
}

.section-divider-animated.visible {
    width: 200px;
    opacity: 0.9;
}




.headresto {
  position: relative;
  background-image: url('img/tangosoftware_d5.jpg');
  background-position: center;   
  background-repeat: no-repeat; 
  background-size: cover;        

  min-height: 320px;
  height: 500px;          
  max-height: 1000px;     

  display: flex;
  align-items: center;
  justify-content: center;
}
.head1resto {
  position: relative;
  background-image: url('img/imgsegundatangoresto.webp');
  background-size: cover;
  height: 500px;  
  background-position: center center;
  background-repeat: no-repeat;
}


.head2resto {
  position: relative;
  background-image: url('img/img3tangoresto.webp');
  background-size: cover;
  height: 500px;  
  background-position: center center;
  background-repeat: no-repeat;
}
.head3resto {
  position: relative;
  background-image: url('img/img4tangoresto.webp');
  background-size: cover;
  height: 500px;  
  background-position: center top;
  background-repeat: no-repeat;
}

.head4resto {
  position: relative;
  background-image: url('img/resto-mobile_bg.webp');
  background-size: cover;
  height: 500px;  
  background-position: center center;
  background-repeat: no-repeat;
}
.head5resto {
  position: relative;
  background-image: url('img/resto6.webp');
  background-size: cover;
   height: 500px;  
  background-position: center center;
  background-repeat: no-repeat;
}


/*TAAAANGOOOO GESTIOOOON */
.headtangoGestion{
  position: relative;
  background-image: url('img/tangogestion.png');
  background-size: cover;
  height: 600px;
}
.tangogestion{
  color: #2FA7DF !important;
}



.tango-gestion-title {
  font-size: 44px;
  font-weight: 200 !important;
  margin-bottom: 10px;
  color: #2FA7DF !important;
  text-align: left;
}

.tango-gestion-text {
  margin: 0;
  text-align: center;
}



.tango-gestion-list {
  text-align: center;
  list-style-type: none;
  padding: 0;
  font-family: 'Lexend', sans-serif;
  color: rgb(103, 114, 148);
}

.tango-gestion-list span{
  color: #2FA7DF !important;
}



.centered-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #2fa7df;
}



.title {
  color: white; 
  font-size: 2rem;
  margin-top: 10px;
}


.centered-container-text {
 
  text-align: center;
  padding: 20px;
  background-color: #fff; 
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.centered-text {
  margin: 0;
}


.contenedor {
  display: flex;
  justify-content: space-around;
  align-items: stretch; 
  background-color: #f2f2f2;
  height: 100%; 
}

.caja {
  flex: 1; 
  text-align: center;
  padding: 20px;
 
}

.gestion1 {
  background: url('img/tangoupdatefondo.jpg') center/cover no-repeat ;
  
}

.gestion2 {
  background: url('img/tangoconnectfondo.jpg') center/cover no-repeat ;
  
}

.gestion3 {
  background: url('img/tangonetfondo.jpg') center/cover no-repeat ;
}


.imgtango{
  width: 150px;
  height: 150px;
  border-radius: 50%;
}



.headgestion {
  position: relative;
  background: url('img/tangosoftware_d5.jpg') center center / cover no-repeat;
  min-height: 320px;
  height: 500px;          
  max-height: 1000px;     

  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-item {
  min-height: inherit;
}




.head1gestion {
  position: relative;
  background-image: url('img/gestion2.webp');
  background-size: cover;
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
}
.head2gestion {
  position: relative;
  background-image: url('img/ggestion3.webp');
  background-size: cover;
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
}
.head3gestion {
  position: relative;
  background-image: url('img/resto6.webp');
  background-size: cover;
  height: 500px;
  background-position: center top;
  background-repeat: no-repeat;
}

.head4gestion {
  position: relative;
  background-image: url('img/gestionfinal.webp');
  background-size: cover;
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .contenedor {
      flex-direction: column; 
      align-items: center; 
  }

  .caja {
      width: 100%;
       
  }
 
}

@media (max-width: 375px) {
  .row-cols-1 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .row-cols-1 .col {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
    margin-bottom: 1rem;
  }

  .service-logo {
    width: 100px;
    height: auto;
    margin: 0 auto 1rem;
  }

  .icon-box {
    margin: 0 auto 0.5rem;
  }
}



  section.fullscreen-video {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }

  section.fullscreen-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
  }

  section.fullscreen-video .overlay-content {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
  }

  .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
 
  z-index: 1;
}

.tarjetas-container .tarjeta p{
  text-align: justify !important;
  text-align-last: left;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}
.compromiso > p{
  display: inline-block;        
  text-align: justify !important;
  text-align-last: left;
  max-width: 900px;            
  margin: 0 auto 1rem;         
  hyphens: auto;
}
/* Contenedor circular del icono */
.icon-box{
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #0a65a3;              
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
  border: 1px solid rgba(0,0,0,.06);
  transition: transform .2s ease, background-color .2s ease;
}
.icon-box i{ color:#fff; }            
.icon-box:hover{
  transform: translateY(-2px);
  background:#0e78c4;                 
}



/* === CTA del carrusel (head4 / headgestion / headresto / headpuntodeventa1) === */
:root{
  --cta-cyan:#00D6E6;
  --cta-cyan-hover:#72F0FF;
}
.head4, .headgestion, .headresto, .headpuntodeventa1{ position:relative; }

.head4 .cta-wrap,
.headgestion .cta-wrap,
.headresto .cta-wrap,
.headpuntodeventa1 .cta-wrap{
  position:absolute; left:0; right:0; bottom:80px;
  text-align:center; z-index:25;
}

.head4 .cta-wrap .btn-cta,
.headgestion .cta-wrap .btn-cta,
.headresto .cta-wrap .btn-cta,
.headpuntodeventa1 .cta-wrap .btn-cta{
  display:inline-block; padding:12px 28px;
  background:rgba(0,0,0,.88);
  color:var(--cta-cyan) !important;
  border-radius:6px; font-weight:500; letter-spacing:.08em;
  text-transform:uppercase; font-family:inherit;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 8px 24px rgba(0,0,0,.35);
  text-decoration:none !important; transition:all .2s ease;
}
.head4 .cta-wrap .btn-cta:hover,
.headgestion .cta-wrap .btn-cta:hover,
.headresto .cta-wrap .btn-cta:hover,
.headpuntodeventa1 .cta-wrap .btn-cta:hover{
  background:#000; color:var(--cta-cyan-hover) !important;
  transform:translateY(-1px);
  text-decoration:none !important;
}

@media (max-width:576px){
  .head4 .cta-wrap, .headgestion .cta-wrap,
  .headresto .cta-wrap, .headpuntodeventa1 .cta-wrap{ bottom:56px; }
}

@media (max-width:576px){
  .head4 .cta-wrap, .headgestion .cta-wrap, .headresto .cta-wrap{ bottom:56px; }
}


@media  (max-width: 1440px){
  .tarjetas-container{
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 340px)); 
    justify-content: center;       
    gap: 24px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
  }

  .tarjetas-container .tarjeta{
    max-width: 360px;             
    min-height: 230px;            
    padding: 18px 20px;
    border-radius: 24px;
  }

  .tarjetas-container .tarjeta p{
    font-size: 15px;
    line-height: 1.5;
  }

  .tarjetas-container .tarjeta .hvr-grow{
    padding: 8px 16px;
  }
}
@media (max-width: 575px) {
  .tarjetas-container {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px;
    padding: 0 8px;
  }

  .tarjetas-container .tarjeta {
    max-width: 100%;
    min-height: 115px;
    padding: 12px 10px;
    border-radius: 16px;
  }

  .tarjetas-container .tarjeta img {
    max-width: 80px;
  }

  .tarjetas-container .tarjeta p {
    font-size: 13px;
  }

  .tarjetas-container .tarjeta .hvr-grow {
    padding: 6px 12px;
    font-size: 13px;
  }
}

.compromiso-titulo {
    font-size: 32px;
    color: #149dcc;
}

.icon-text img {
    width: 80px;
    height: 80px;
}

.icon-text h3 {
    color: #149dcc;
    font-size: 28px;
}

@media (min-width: 768px) {
    .compromiso-titulo {
        font-size: 40px;
    }
    .icon-text img {
        width: 100px;
        height: 100px;
    }
    .icon-text h3 {
        font-size: 32px;
    }
}

@media (min-width: 1200px) {
    .compromiso-titulo {
        font-size: 48px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px){
 
 .carousel-item .head3gestion .content,
.carousel-item .head4gestion .content {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

  .carousel-item .head3gestion .content,
  .carousel-item .head4gestion .content{
    margin-left: auto !important;     
    margin-right: 5% !important;
    padding-right: 125px !important;  
    padding-left: 0 !important;
    text-align: right !important;
    max-width: 42% !important;       
  }
}

.fullscreen-video .container,
.fullscreen-video .row {
  height: 100vh; /* ocupa toda la altura de la pantalla */
}

.fullscreen-video .row {
  align-items: center; /* centra verticalmente */
}

.hero-title {
  font-size: clamp(32px, 5vw, 70px); 
  color: white;
}

.hero-subtitle {
  font-size: clamp(18px, 2vw, 26px);
    color: white;
}

 
.hero-logo {
  max-height: clamp(380px, 90vh, 800px);
  width: auto;
  margin-right: -35%; /* empuja hacia el borde derecho */
}

#funcionalidades .f-item{
  width:100%;
  text-align:center;
  border:0;
  background:transparent;
  padding:.45rem 0;
  color:#2c78b8;                 /* azul */
  border-bottom:1px solid #b7d4ee;/* línea celeste */
  font-weight:500;
}
#funcionalidades .f-item:hover{ color:#135d9a; }
#funcionalidades .f-li.active .f-item{
  color:#0b2239;
  border-bottom:2px solid #2c78b8;
}

#funcionalidades .f-content{
  display:none;
  padding:.6rem 0 1rem 0;
  color:#5f6b7a;                 
  font-size:.95rem;
}
#funcionalidades .f-li.active .f-content{ display:block; }

.f-li {
  margin-bottom: 20px; 
}


.f-content {
  margin-top: 10px;
}
#carouselResto .carousel-indicators [data-bs-target]{
  width:20px;
  height:20px;
  border-radius:50%;
  background-color:#fff;
  opacity:.6;
}
#carouselResto .carousel-indicators .active{
  opacity:1;
}

/* ---- Funcionalidades Restô ---- */
.funcionalidades-section h2 {
  text-align: center;
  font-weight: bold;
  color: #B8152C;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.funcionalidades-section .accordion-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.funcionalidades-section .accordion-item {
  background: #fff;
  border: 1px solid #f0b7bf;
  border-radius: 8px;
  padding: 1rem;
  transition: transform .2s ease, box-shadow .2s ease;
  cursor: pointer;
}

.funcionalidades-section .accordion-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.08);
}

.funcionalidades-section .accordion-header {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #B8152C;
}

.funcionalidades-section .accordion-header i {
  font-size: 1.5rem;
  color: #B8152C;
  flex-shrink: 0;
}

.funcionalidades-section .accordion-header h3 {
  font-size: 1.1rem;
  margin: 0;
  font-weight: 600;
}

.funcionalidades-section .accordion-content {
  display: none;
  margin-top: .75rem;
  color: #444;
  font-size: .95rem;
  line-height: 1.5;
}

/* Cuando el item está activo, muestra el texto */
.funcionalidades-section .accordion-item.active .accordion-content {
  display: block;
}
.ai-section {
  background: #000 !important; /* Fondo negro */
  background-size: cover !important;
  background-position: center !important;
  position: relative !important;
}

.ai-section::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.6) !important; /* Capa oscura encima */
}

.ai-section .container {
  position: relative !important;
  z-index: 2 !important;
}

.ai-title {
  font-size: 2rem !important;
  color: #2cc6ff !important; /* Azul brillante */
  letter-spacing: 1px !important;
}

.ai-subtitle {
  color: #ffffff !important;
  text-shadow: 0px 0px 8px #2cc6ff !important;
}

.neon-title {
  font-size: 2.5rem !important;
  color: #ccff33 !important; /* verde neón */
text-shadow: 0 0 5px #ccff33, 0 0 10px #ccff33, 0 0 20px #99ff00, 0 0 40px #66ff00 !important;
}


@media (max-width: 990px) {
  
  section.fullscreen-video img.hero-logo {
    display: none !important;
  }

 
  section.fullscreen-video .row {
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
    min-height: 80vh; 
    text-align: center;
  }


  section.fullscreen-video .hero-title {
    font-size: 3.2rem !important;
    line-height: 1.3;
  }

  section.fullscreen-video .hero-subtitle {
    font-size: 1rem !important;
  }
}
.banner-hero {
  background: url("img/capataz.jpg") no-repeat center center;
  background-size: cover; 
}


#funcionalidades .f-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

#funcionalidades .f-li.active .f-content {
  max-height: 1000px; /* Suficiente para cubrir todo el contenido */
}
