/* php -S localhost:8000 */

@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-Medium.otf");
  font-display: swap;
}

.Metropolis {
  font-family: "Metropolis", sans-serif;
}

.texto-gris-10pm {
  --tw-text-opacity: 1;
  color: rgb(72 87 118 / var(--tw-text-opacity));
  font-family: "Metropolis", sans-serif;
}

.texto-negro-10pm {
  --tw-text-opacity: 1;
  color: black;
  font-family: "Metropolis", sans-serif;
}

.texto-gris-8pm {
  --tw-text-opacity: 1;
  color: rgba(132, 147, 173, var(--tw-text-opacity));
  font-family: "Metropolis", sans-serif;
}

.texto-gris-6pm {
  --tw-text-opacity: 1;
  color: rgba(195, 208, 228, var(--tw-text-opacity));
  font-family: "Metropolis", sans-serif;
}

.contenedor2 {
  max-width: calc(
    var(--grid-width-columns) * var(--grid-number-columns) +
      (var(--grid-number-columns) - 10) * var(--grid-width-column-spacer) + 2rem
  );
}

.contenedor2 {
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

img.filtro {
  width: 100vw;
  height: 50vh;
  z-index: -10;
  --tw-saturate: saturate(1.5);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
  --tw-brightness: brightness(0.5);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.circulo-azul {
  --tw-bg-opacity: 1;
  background-color: rgba(114, 237, 255, var(--tw-bg-opacity));
  border-radius: 9999px;
  opacity: 0.25;
  top: 35%;
  left: 35%;
}

.circulo-azul.talla-xl {
  height: 152px;
  width: 152px;
}

.divider {
  position: absolute;
  top: 50%;
  z-index: 50;
  width: 100%;
  height: auto;
}

.line {
  width: 100%;
  display: flex;
  align-items: center;
}

.titulo {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  font-size: 3rem; /* 128px */
  line-height: 1;
}

.barra-azul.talla-bar {
  width: 100px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.barra-azul {
  --tw-bg-opacity: 1;
  background-color: rgba(114, 237, 255, var(--tw-bg-opacity));
  height: 6px;
  width: 16px;
  position: absolute;
  top: 50%;
  left: 40%;
  z-index: 0;
}

@media only screen and (min-width: 360px) and (max-width: 992px) {
  .circulo-azul {
    visibility: hidden;
  }

  .line {
    visibility: hidden;
  }

  .titulo {
    top: 40%;
    left: 85%;
  }
}

.grow {
  transition: all 0.2s ease-in-out;
}
.grow:hover {
  transform: scaleX(1.1);
}

.grisOscuro {
  color: #485776;
}

.grisOscuro:hover {
  background: #485776;
}

.btnGrisOscuro {
  background-color: #485776;
}

.bordeGrisOscuro {
  border: 2px solid #485776;
}

.subrayado {
  color: #011438;
  font-weight: 900;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weigh: bold;
}

.subrayado2 {
  color: #ffffff;
  font-weight: 900;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.separacion {
  margin-left: 2rem;
}

.separacion2 {
  gap: 5rem;
}

.ancho {
  width: 33%;
}

.imgContenedor {
  position: relative;
  display: inline-block;
  text-align: center;
}

.centrado {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-60%, -40%);
  z-index: 5;
}

.centrado2 {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-135%, -40%);
  z-index: 5;
}

.enlaceCeleste {
  border-bottom: 5px solid #72edff;
  padding: 2px 1px 0;
}

.attCliente {
  position: absolute;
  top: 40%;
  left: 30%;
  font-size: 3rem; /* 128px */
  line-height: 1;
}

.contenedorFlex {
  width: 50%;
  height: 50%;
}

.contenedorFlex2 {
  width: 40%;
  height: 50%;
}

.contenedorFlex3 {
  width: 60%;
  height: 50%;
}

@media (max-width: 768px){
  .attCliente {
    left: 0%;
  }

  .contenedorFlex {
    width: 100%;
    height: auto;
  }
  
  .contenedorFlex2 {
    width: 100%;
    height: auto;
  }
  
  .contenedorFlex3 {
    width: 100%;
    height: auto;
  }
}

.attClienteTitle {
  font-weight: Bold;
  font-size: 2.5rem;
  padding-top: 3rem;
}

.alineacion {
  text-align: justify;
}

.negrita {
  font-weight: bold;
}

.liAttCliente {
  --tw-text-opacity: 1;
  color: black;
  font-family: "Metropolis", sans-serif;
  padding-right: 20px;
  list-style-type: square;
}

.ulAttCliente {
  margin-left: 20px;
}

.subrayadoCeleste {
  border-bottom: 5px solid #72edff;
  padding-bottom: 10px;
  width: 100%;
}

.subrayadoCeleste2 {
  border-bottom: 5px solid #72edff;
  padding-bottom: 10px;
  
}

.subrayadoCelesteMini {
  border-bottom: 5px solid #72edff;
  padding-bottom: 5px;
  width: 100%;
}

.tituloEspecial {
  font-weight: Bold;
  font-size: 1.5rem;
  padding-top: 3rem;
  color: #131f37;
}

.tituloEspecial2 {
  font-weight: Bold;
  font-size: 2.2rem;
  padding-top: 3rem;
  color: #131f37;
  text-align: center;
}

.imgComunicate {
  /* width: 60%;
  height: 60%; */
  margin: auto;
  border-radius: 5%;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.35);
}

.imgComunicate2 {
  margin: auto;
  border-radius: 10%;
  box-shadow: 3px 3px 0 0 rgba(255, 255, 255, 0.35);
  margin: 5px;
}
// Tabla comunicación

.tablaComunicacion {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 3px solid #011438;
}

.tablaComunicacion th:nth-child(1) {
  width: 50%;
}

.tablaComunicacion th:nth-child(2) {
  width: 50%;
}

.tablaComunicacion th,
.tablaComunicacion td {
  padding: 20px;
  border: 1px inset #011438;
}

.tablaComunicacion thead,
.tablaComunicacion tfoot {
  color: white;
  text-shadow: 5px 5px 5px white;
}

.tablaComunicacion thead th,
.tablaComunicacion tfoot th,
.tablaComunicacion tfoot td {
  background: linear-gradient(
    to bottom,
    rgba(1, 20, 56, 0.1),
    rgba(1, 20, 56, 0.5)
  );
  border: 3px solid #011438;
}

.tituloLicitacion {
  font-weight: Bold;
  font-size: 2.5rem;
  padding-top: 3rem;
}

@media only screen and (max-width : 480px) {
  .tituloLicitacion {
    font-weight: Bold;
    font-size: 1.5rem;
    padding-top: 2rem;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .tablaComunicacion {
    display: block;
    width: 100%;
  }

  .tablaComunicacion thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .tablaComunicacion tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }

  .tablaComunicacion td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: justify;
  }

  .tablaComunicacion td:not(:last-child) {
    margin-bottom: 10px; 
  }

  .subrayadoCeleste {
    padding-bottom: 3px;
  }
}

.reverse-mobile {
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
  .reverse-mobile {
    flex-direction: row;
  }
}

.moverPagos{
  margin-left: 5rem;
}
// Fin tabla comunicacion


.cardAsinco1 span,
.cardAsinco2 span,
.cardAsinco3 span,
.cardAsinco4 span,
.cardAsinco5 span,
.cardAsinco6 span {
  display: none;
  text-decoration: none;
}

.cardAsinco1:hover span,
.cardAsinco2:hover span,
.cardAsinco3:hover span,
.cardAsinco4:hover span,
.cardAsinco5:hover span,
.cardAsinco6:hover span {
  color: white;
  display: block;
  text-decoration: none;
  background-color: transparent;
  display: inline;
}

.cardAsinco1:hover p,
.cardAsinco2:hover p,
.cardAsinco3:hover p,
.cardAsinco4:hover p,
.cardAsinco5:hover p,
.cardAsinco6:hover p {
  display: none;
  text-decoration: none;
}

.cardAsinco1 {
  background-image: url(../img/servicios/fiscal.webp);
  background-color: #6a7c9e; /* Color */
  background-blend-mode: multiply;
  background-size: cover;
}

.cardAsinco1:hover {
  background-image: url(../img/servicios/fiscal.webp);
  background-color: grey;
}
.cardAsinco2 {
  background-image: url(../img/servicios/laboral.webp);
  background-color: #6a7c9e; /* Color */
  background-blend-mode: multiply;
  background-size: cover;
}

.cardAsinco2:hover {
  background-image: url(../img/servicios/laboral.webp);
  background-color: grey;
}

.cardAsinco3 {
  background-image: url(../img/servicios/juridico.webp);
  background-color: #6a7c9e; /* Color */
  background-blend-mode: multiply;
  background-size: cover;
}
.cardAsinco3:hover {
  background-image: url(../img/servicios/juridico.webp);
  background-color: grey;
}
.cardAsinco4 {
  background-image: url(../img/servicios/criptoactivos.webp);
  background-color: #6a7c9e; /* Color */
  background-blend-mode: multiply;
  background-size: cover;
}
.cardAsinco4:hover {
  background-image: url(../img/servicios/criptoactivos.webp);
  background-color: grey;
}
.cardAsinco5 {
  background-image: url(../img/servicios/informatica.webp);
  background-color: #6a7c9e; /* Color */
  background-blend-mode: multiply;
  background-size: cover;
}
.cardAsinco5:hover {
  background-image: url(../img/servicios/informatica.webp);
  background-color: grey;
}
.cardAsinco6 {
  background-image: url(../img/servicios/comunicacion.webp);
  background-color: #6a7c9e; /* Color */
  background-blend-mode: multiply;
  background-size: cover;
}
.cardAsinco6:hover {
  background-image: url(../img/servicios/comunicacion.webp);
  background-color: grey;
}
.cardAsinco7 span,
.cardAsinco8 span,
.cardAsinco9 span,
.cardAsinco10 span {
  display: none;
  text-decoration: none;
}

.cardAsinco7:hover span,
.cardAsinco8:hover span,
.cardAsinco9:hover span,
.cardAsinco10:hover span {
  color: white;
  display: block;
  text-decoration: none;
  background-color: transparent;
  display: inline;
}

.cardAsinco7:hover p,
.cardAsinco8:hover p,
.cardAsinco9:hover p,
.cardAsinco10:hover p {
  display: none;
  text-decoration: none;
}

.cardAsinco7 {
  background-image: url(../img/servicios/Especialidades.webp);
  background-color: #6a7c9e; /* Color */
  background-blend-mode: multiply;
  background-size: cover;
}
.cardAsinco7:hover {
  background-image: url(../img/servicios/Especialidades.webp);
  background-color: grey;
}

.cardAsinco8 {
  background-image: url(../img/servicios/despachos.webp);
  background-color: #6a7c9e; /* Color */
  background-blend-mode: multiply;
  background-size: cover;
}
.cardAsinco8:hover {
  background-image: url(../img/servicios/despachos.webp);
  background-color: grey;
}

.cardAsinco9 {
  background-image: url(../img/servicios/pintelectual.webp);
  background-color: #6a7c9e; /* Color */
  background-blend-mode: multiply;
  background-size: cover;
}

.cardAsinco9:hover {
  background-image: url(../img/servicios/pintelectual.webp);
  background-color: grey;
}

.cardAsinco10 {
  background-image: url(../img/servicios/licitaciones2.webp);
  background-color: #6a7c9e; /* Color */
  background-blend-mode: multiply;
  background-size: cover;
}

.cardAsinco10:hover {
  background-image: url(../img/servicios/licitaciones2.webp);
  background-color: grey;
}

.miBtn {
  background-color: #011438;
  color: white;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

.btnContenedor {
  width: 100%;
  text-align: center;
}

.paddinSub {
  padding-top: 1rem;
}

/* Tabla eres... */

.eresTabla {
  table-layout: fixed;
  width: 100%;
  border: none;
  border-collapse: separate;
  border-spacing: 10px;
}

.eresTabla td {
  background: linear-gradient(
    to bottom,
    rgba(1, 20, 56, 0.1),
    rgba(1, 20, 56, 0.3)
  );
  border-radius: 30px;
  border: none;
}

.eresTabla h1 {
  font-size: 1.6rem;
  font-weight: bold;
}

.eresTabla p {
  color: black;
  text-indent: 15px;
}

.eresTabla td:nth-child(1) {
  width: 30%;
}

.eresTabla td:nth-child(2) {
  width: 75%;
}

.eresTabla th,
.eresTabla td {
  padding: 20px;
}

@media screen and (max-width: 600px) {
  .eresTabla {
    display: block;
    width: 100%;
  }

  .eresTabla thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .eresTabla tr {
    display: block;
    margin-bottom: 0.625em;
  }

  .eresTabla td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: justify;
  }

  .eresTabla td:nth-child(1) {
    // En moviles quiero la tabla completa
    display: flex;
    width: 100%;
  }

  .eresTabla td:nth-child(2) {
    // En moviles quiero la tabla completa
    display: flex;
    width: 100%;
    
  }

  .eresTabla td:not(:last-child) {
    margin-bottom: 10px; 
  }
}

// Fin tabla eres

// Tabla criptos

.criptoTabla {
  table-layout: fixed;
  width: 100%;
  border: none;
  border-collapse: separate;
  border-spacing: 10px;
}

.criptoTabla td {
  background: linear-gradient(
    to bottom,
    rgba(1, 20, 56, 0.1),
    rgba(1, 20, 56, 0.3)
  );
  border-radius: 30px;
  border: none;
}

.criptoTabla h1 {
  font-size: 1.6rem;
  font-weight: bold;
}

.criptoTabla p {
  color: black;
  text-indent: 15px;
}

.criptoTabla th,
.criptoTabla td {
  padding: 20px;
}

@media screen and (max-width: 600px) {
  .criptoTabla {
    display: block;
    width: 100%;
  }

  .criptoTabla thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .criptoTabla tr {
    border-bottom: 3px solid #ddd;
    display: block;
    //margin-bottom: 0.625em;
  }

  .criptoTabla td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: justify;
  }

  .criptoTabla td:not(:last-child) {
    margin-bottom: 10px; 
  }
}
// Fin tabla criptos

.indentacion {
  padding-top: 10px;
}
.indentacion p {
  font-size: 0.9rem;
}

.centroCelda {
  margin: 0 auto;
}

.miH1 {
  font-size: 1rem;
}

.flexCenter {
  align-items: center !important;
  justify-content: center !important;
}

.enlaceAnimado {
  position: relative;
  color: #011438;
  text-decoration: underline;
}

.enlaceAnimado:hover {
  color: #011438;
  text-decoration: none;
}

.enlaceAnimado::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 5px;
  bottom: -5px;
  left: 0;
  background-color: #72edff;
  transform: scaleX(0);
  transition: transform 0.5s ease;
}

.enlaceAnimado:hover::before {
  transform: scaleX(1);
}

.separacion {
  margin: 20px;
}

.alturaProfesionales {
  height: 100vh;
}
.circuloImagen:hover,
.circuloImagenA:hover,
.circuloImagenF:hover,
.circuloImagenM:hover {
  border: 10px solid #011438;
}

.circuloImagen:hover img {
  transform: scale(1.2);
  transition: transform 0.5s ease;
}

.circuloImagenF:hover img {
  transform: scale(1.1);
  transition: transform 0.5s ease;
}

.circuloImagenA:hover img {
  transform: scale(1.3);
  transition: transform 0.5s ease;
}

.circuloImagenM:hover img {
  transform: scale(1.05);
  transition: transform 0.5s ease;
}

.scrollspy-example {
  position: relative;
  height: 400px;
  width: 100%;
  overflow: auto;
  scrollbar-height: none;
}

.nombres {
  color: #011438;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

.cargo {
  color: DarkGray;
  font-size: 1.1rem;
  text-align: center;
}

.barraOff {
  overflow: hidden;
}

.circular--portrait {
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
}

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

.liConPadding {
  padding-bottom: 0.25rem;
  color: #011438;
}

.miniparticulas2 {
  background-image: url(../img/miniparticulas.webp);
  width: 25%;

  background-size: contain;
}

.gridServicios {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: white;
  gap: 30px;
  padding-left: 100px;
  padding-right: 100px;
}

.itemServicios {
  display: flex;
  height: 40vh;
}

.itemServicios span {
  display: none;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  .gridServicios {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (min-width: 640px) and (max-width: 1280px) {
  .gridServicios {
    grid-template-columns: repeat(2, 1fr);
  }
}

.altura {
  height: 50%;
  width: 50%;
  margin: auto;
}

.fondoError {
  background-color: lightgrey;
  color: #011438;
  padding: 10px;
  border-radius: 10px;
}
.contenedorFormulario {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  column-gap: 50px;
}

.subcolumnas {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  column-gap: 50px;
}

.itemFormulario {
  width: 50%;
}


.columnaIzq {
  width: 40%;
}

.columnaDer {
  width: 60%;
}

.subitem {
  width: 110%;
  font-weight: lighter !important;
}

@media only screen and (max-width: 640px) {
  .contenedorFormulario {
    flex-direction: column;
    row-gap: 50px;
  }

  .itemFormulario {
    width: 100%;
  }
}

.miLabel {
  display: block;
  padding-left: 15px;
  text-indent: -15px;
}

.miLabel input {
  width: 50px;
  height: 13px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top: -6px;
  *overflow: hidden;
}

.oculto {
  display: none;
}

.bordeFieldset {
  border: 1px solid #011438;
  border-radius: 10px;
  padding: 10px;
}

.btnSeguir {
  color: white;
  background-color: #011438;
  padding: 15px;
  border-radius: 15px;
  width: auto;
}

.btnSeguir:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.titulosEnFormulario {
  color: white;
  background-color: #011438;
  padding: 10px;
  border-radius: 15px;
}

.otroTitulo {
  position: absolute;
  top: 40%;
  left: 50%;
  font-size: 3rem; /* 128px */
  line-height: 1;
  transform: translate(-60%, -20%);
}

.otroSubtitulo {
  position: absolute;
  top: 52%;
  left: 30%;
  font-size: 1rem; /* 128px */
  line-height: 1;
  color: white !important;
}

.copyright {
  background-image: url(../img/copyright.webp);
  width: 25%;
  background-blend-mode: multiply;
  background-size: cover; 
  border-radius: 20px;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.35);
}

.ideas {
  background-image: url(../img/youtuber.webp);
  background-blend-mode: multiply;
  background-size: 600px 560px;
  background-repeat: no-repeat;
  border-radius: 20px;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.35);
}

.bloque {
  display: flex;
  flex-direction: row;
}

@media only screen and (max-width: 798px) {
  .bloque {
    flex-direction: column;
  }

  .copyright {
    width: 100%;
    margin: auto 0;
  }
}

.form-field.error input,
.form-field.error select,
.form-field.error textarea {
  border-color: #dc3545;
}

.form-field.success input,
.form-field.success select,
.form-field.success textarea {
  border-color: #28a745;
}

.form-field small {
  color: #dc3545;
}

.extraStyle {
  display: grid;
}

.serviciosCont {
  margin: auto;
}

.extras.oculto {
  display: none;
}

.extras.visible {
  display: block;
}

.oculto {
  display: none;
}

.bannerComunicacion {
  margin: auto;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.35);
}

.bannerCriptos {
  margin: auto;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.35);
}

.borde {
  background-color: #011438;
  padding: 10px;
  border-radius: 10px;
  color:white;
}

.ventajas {
  width: 75%;
  margin: auto;
}

.telefono:hover {
  color:white;
}

.stroke:hover {
-webkit-text-stroke: 2px #011438;
}

.alerta-exito {
  color: white;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #198754;
  margin-top: 5px;
}

.alerta-fallo {
  color: white;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #dc3545;
  margin-top: 5px;
}

.btn-presupuesto {
  display: flex;
  justify-content: center;
}

.btn-presupuesto a {
  color: white;
  background-color: #011438;
  padding: 15px;
  border-radius: 15px;
  width: auto;
  text-decoration: none;
}

.btn-presupuesto a:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.imgFooter {
  width: 100%;

}

.imgFooter img {
  margin: -7% 46%;
}

@media (max-width: 998px) {
  .orden {
    order: 1;
  }
}

.visibilidad {
  visibility: visible
}

.bloqueVisible {
  display: block;
}

@media (max-width: 998px){
  .visibilidad {
    visibility: hidden
  }
}

@media (min-width: 998px){
  .bloqueVisible {
    display: none;
  }
}

/* CSS para los profesionales en pagina de "Quienes somos" */

.gridProfesionales {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: white;
  gap: 30px;
  padding-left: 100px;
  padding-right: 100px;
  margin-top: 4rem;
}

.itemProfesional {
  display: flex; 
  height: 42vh;
}

@media only screen and (max-width: 640px) {
  .gridProfesionales {
    grid-template-columns: repeat(1, 1fr);
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1280px) {
  .gridProfesionales {
    grid-template-columns: repeat(2, 1fr);
  }
}

.no-webp .cardAdrian {
  background-image: url(../img/profesionales/Adrian.jpg);
  background-blend-mode: multiply;
  background-size: cover;
  border-radius: 5%;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.35);
}

.webp .cardAdrian {
  background-image: url(../img/profesionales/Adrian.webp);
  background-blend-mode: multiply;
  background-size: cover;
  border-radius: 5%;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.35);
}

.no-webp .cardFrancisco {
  background-image: url(../img/profesionales/Francisco.jpg);
  background-blend-mode: multiply;
  background-size: cover;
  border-radius: 5%;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.35);
}

.webp .cardFrancisco {
  background-image: url(../img/profesionales/Francisco.webp);
  background-blend-mode: multiply;
  background-size: cover;
  border-radius: 5%;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.35);
}

.no-webp .cardSole {
  background-image: url(../img/profesionales/Sole.jpg);
  background-blend-mode: multiply;
  background-size: cover;
  border-radius: 5%;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.35);
}

.webp .cardSole {
  background-image: url(../img/profesionales/Sole.webp);
  background-blend-mode: multiply;
  background-size: cover;
  border-radius: 5%;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.35);
}

.no-webp .cardManuel {
  background-image: url(../img/profesionales/Manuel.png);
  background-blend-mode: multiply;
  background-size: cover;
  border-radius: 5%;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.35);
}

.webp .cardManuel {
  background-image: url(../img/profesionales/Manuel.webp);
  background-blend-mode: multiply;
  background-size: cover;
  border-radius: 5%;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.35);
}

.no-webp .cardFran {
  background-image: url(../img/profesionales/Fran.jpg);
  background-blend-mode: multiply;
  background-size: cover;
  border-radius: 5%;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.35);
}

.webp .cardFran {
  background-image: url(../img/profesionales/Fran.webp);
  background-blend-mode: multiply;
  background-size: cover;
  border-radius: 5%;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.35);
}

.webp .cardAmparo {
  background-image: url(../img/profesionales/Amparo.webp);
  background-blend-mode: multiply;
  background-size: cover;
  border-radius: 5%;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.35);
}

.no-webp .cardAmparo {
  background-image: url(../img/profesionales/Amparo.jpg);
  background-blend-mode: multiply;
  background-size: cover;
  border-radius: 5%;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.35);
}

.cardAdrian span,
.cardFrancisco span,
.cardSole span,
.cardManuel span,
.cardFran span,
.cardAmparo span {
  display: none;
  text-decoration: none;
}

.cardAdrian:hover,
.cardFrancisco:hover,
.cardSole:hover,
.cardManuel:hover,
.cardFran:hover,
.cardAmparo:hover {
  background-color: #01143887;
  background-blend-mode: multiply;
  background-size: cover;
  border-radius: 5%;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.35);
}

.cardAdrian:hover p,
.cardAdrian:hover h5,
.cardFrancisco:hover p,
.cardFrancisco:hover h5,
.cardSole:hover p,
.cardSole:hover h5,
.cardManuel:hover p,
.cardManuel:hover h5,
.cardFran:hover p,
.cardFran:hover h5,
.cardAmparo:hover p,
.cardAmparo:hover h5 {
  color: white;
  display: block;
  text-decoration: none;
  opacity: 0;
  animation: TextFadeIn 1;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.cardAdrian p,
.cardAdrian h5,
.cardFrancisco p,
.cardFrancisco h5,
.cardSole p,
.cardSole h5,
.cardManuel p,
.cardManuel h5,
.cardFran p,
.cardFran h5,
.cardAmparo p,
.cardAmparo h5 {
  display: none;
  text-decoration: none;
}

.cardAdrian h5,
.cardFrancisco h5,
.cardSole h5,
.cardManuel h5,
.cardFran h5,
.cardAmparo h5 {
  font-size: 1.5rem;

}

@media (max-width: 1280px) {
  .cardAdrian p,
  .cardAdrian h5,
  .cardFrancisco p,
  .cardFrancisco h5,
  .cardSole p,
  .cardSole h5,
  .cardManuel p,
  .cardManuel h5,
  .cardFran p,
  .cardFran h5,
  .cardAmparo p,
  .cardAmparo h5 {
    color: white;
    display: block;
    opacity: 1; /* Se asegura que los textos sean visibles */
    animation: none; /* Elimina la animación */
  }

  .cardAdrian,
  .cardFrancisco,
  .cardSole,
  .cardManuel,
  .cardFran,
  .cardAmparo{
    background-color: #01143887;
    background-blend-mode: multiply;
    background-size: cover;
    border-radius: 5%;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.35);
  }
}

@keyframes TextFadeIn {
  from {
    transform: translateY(100%);
  }

  to {
    opacity: 1;
  }
}

.logo{
  height: 70px;
  width: 280px;
  margin: auto;
}

.logo2 {
  height: 60px;
  width: 168px;
  
}

.logo3 {
  height: 60px;
  width: 187px;
}

.cabecera {
  z-index: -10;
}

@media only screen and (max-width: 1023px) {
  

  .contenedor {
    position: relative;
  }

  .footer: {
    position: relative;
  }
}

.separacionPagos{
  margin-left: 15px;
}

.miAncho{
  max-width: 1200px;
}

.miMargenR{
  margin-right: 25px;
}

.miMargenL{
  margin-left: 25px;
}

.miCrecimiento{
  flex-grow: 2;
}

@media (min-width: 720px){
  .asinconava2 {
    background-color: rgba(1,20,56,0.50);
  }
}


.bloqueImagen{
  display: flex;
    flex-direction: column;
}

/* Bloques de texto e imagen ocupan 100% del ancho en móviles */
.text-block, .image-block {
    width: 100%;
}

/* Imagen se muestra primero en móviles */
.image-block {
    order: 1;

}

.text-block {
    order: 2;
}

/* Media query para pantallas medianas y grandes */
@media (min-width: 768px) {
    .bloqueImagen {
        flex-direction: row;
    }
    /* Bloques de texto e imagen ocupan 50% del ancho en pantallas medianas y grandes */
    .text-block, .image-block {
        width: 50%;

    }
    /* Texto se muestra primero en pantallas medianas y grandes */
    .text-block {
        order: 1;
    }
    .image-block {
        order: 2;
    }
}

.headerServicios {
  height: 32rem; /* h-64 equivale a 16rem o 256px */
}

.headerServicios2 {
  //background-color: #EDF0F5;
  padding-top: 12rem; 
  max-width: 100%;
  height: auto;
}


@media (min-width: 768px) {
  .headerServicios {
      height: auto; 
  }

  .headerServicios2 {
    height: auto;
    padding-top:0rem; 
}
}

.header-content {
  padding-top: 4rem; /* pt-16 equivale a 4rem o 64px */
}

.tituloJ {
  position: absolute;
  top: 40%;
  left: 50%;
  font-size: 3rem;
  /* 128px */
  line-height: 1;
  transform: translate(-70%, -20%);
}

.tituloJN {
  position: absolute;
  top: 40%;
  left: 50%;
  font-size: 3rem;
  /* 128px */
  line-height: 1;
  transform: translate(-70%, -20%);
}

.subtituloJ {
  position: absolute;
  top: 52%;
  left: 25%;
  font-size: 1rem;
  line-height: 1;
  color: white !important;
}

.subtituloJN {
  position: absolute;
  top: 52%;
  left: 25%;
  font-size: 1rem;
  line-height: 1;
  color: black !important;
}

.tituloJPI {
  position: absolute;
  top: 40%;
  left: 50%;
  font-size: 3rem;
  /* 128px */
  line-height: 1;
  transform: translate(-70%, -20%);
}

.pagos {
  position: absolute;
  top: 30%;
  left: 37.5%;
  font-size: 3rem;
  /* 128px */
  line-height: 1;
}

@media (max-width: 768px) {
  .header-content {
      padding-top: 0; /* md:pt-0 */
  }
  .tituloJ {
    position: absolute;
    text-align: center;
    font-size: 2rem;
    transform: translate(-50%, -20%);
  }

  .tituloJN {
    position: absolute;
    text-align: center;
    top: 60%;
    font-size: 2rem;
    transform: translate(-50%, -20%);
  }

  .tituloJPI {
    position: absolute;
    text-align: center;
    font-size: 1.2rem;
    transform: translate(-50%, -20%);
  }

  .subtituloJ {
    position: absolute;
    text-align: center;
    line-height: 1;
    color: white !important;
    top: 70%;
    left: 0%!important;
  }

  .subtituloJ2 {
    position: absolute;                
    top: 70%;                          
    //left: 10%;                        /* Comienza en el centro horizontal */
    transform: translate(-5%, 0);    /* Centra el elemento */
    text-align: center;                
    color: white !important;           
    width: 90%;                       
    padding: 0;                        
    box-sizing: border-box; 
  }

  .subtituloJN {
    position: absolute;
    text-align: center;
    line-height: 1;
    color: black !important;
    top: 90%;
    left: 0%!important;
  }

  .pagos {
    left: 15%;
  }

  .imageComo{
    width: 50%;
    margin: auto;
  }
}

blockquote {
  font-size: 1rem;
  font-style: italic;
  text-align: center;
  font-weight: 500;
  padding: 0 5rem; 
  margin: 0 auto; 
}

@media (max-width: 768px) {
  blockquote {
      //padding: 1rem; 
      word-wrap: break-word; /* Asegura que las palabras largas se ajusten al ancho del contenedor */
  }

  .title2{
    font-size: 1.5rem;
    text-align: center;  
  }
}

p.whitespace-pre {
  white-space: pre-wrap; /* Permite el ajuste de línea en espacios y saltos de línea */
}

.accordion {
  margin-top: 10px;
}

.accordion-item {
  margin-bottom: 5px;  
  border-radius: 5px;
  overflow: visible;
  margin: 5px;
}

.accordion-header {
  background-color: #fff;
  padding: 5px;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
  border: none;
  outline: none;
  width: 100%;
  transition: background-color 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion-header::after {
  content: ">";
  font-size: 20px;
  position: absolute;
  color: #72EDFF;
  right: 20px;
  transition: transform 0.3s ease;
}

.accordion-headerd {
  background-color: #fff;
  padding: 5px;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
  border: none;
  outline: none;
  width: 100%;
  transition: background-color 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion-header.active{
  background-color: #01143887;
  color: white;

}

.accordion-header.active::after {
  transform: rotate(90deg);
}

.accordion-header2 {
  background-color: #011438;
  color:white;
  padding: 5px;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
  border: none;
  outline: none;
  width: 100%;
  transition: background-color 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion-header3 {
  background-color: #fff;
  padding: 5px;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
  border: none;
  outline: none;
  width: 100%;
  transition: background-color 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion-header2::after {
  content: ">";
  font-size: 20px;
  position: absolute;
  color: #72EDFF;
  right: 20px;
  transition: transform 0.3s ease;
}

.accordion-header2.active{
  background-color: #01143887;
  color: white;

}


.accordion-header2.active::after {
  transform: rotate(90deg);
}

.accordion-header:hover::after,
.accordion-header2:hover::after,
.accordion-video-header:hover::after {
  animation: arrowMove 0.5s 1;
}


.accordion-video-header {
  background-color: #fff;
  padding: 5px;
  text-align: left;
  cursor: pointer;
  border: 1px solid #011438;
  border-radius: 5px;;
  width: 100%;
  transition: background-color 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion-video-header::after {
  content: ">";
  font-size: 20px;
  position: absolute;
  color: #72EDFF;
  right: -20px;
  transition: transform 0.3s ease;
}

.accordion-video-header.active{
  background-color: #01143887;
  color: white;

}

.accordion-video-header.active::after {
  transform: rotate(90deg);
}


.accordion-content {
  display: none;
  padding: 5px;
  margin-right: 5px;
  background-color: white;
  border-top: 1px solid #ddd;
}

.ptop {
  padding-top: 20px;
}

.tecnolo{
  font-size: 2rem!important;
}

.subtituloJ2 {
  position: absolute;
  top: 52%;
  left: 10%;
  font-size: 1rem;
  line-height: 1;
  color: white !important;
}

@media (max-width: 768px) {

  .lifactura{
    left: 20px;
  }

  .separacion2 {
    gap: 2rem;
  }

}

.separadorN {
  margin-left: 24px;
  padding: 25px 25px 25px 25px;
}

@media (max-width: 768px){
  .separadorN {
    margin-left: 0px;
    padding: 0px;
  }
}

.interl{
  margin-top: 64px;
}


.col8 {
  flex-basis: 66.666667%;
}

.col4 {
  flex-basis: 33.33333%;
}

.svgIcon {
  width: 35px;
  height: 35px;
  fill: white; 
}

.svgIcon:hover {
  fill: #72EDFF
}

.svgIcon2 {
  width: 50px;
  height: 50px;
  fill: white; 
}

.svgIcon2:hover {
  fill: #72EDFF
}

.transparente {
  background-color: rgba(255,255,255,0.20);
}

.boton {
  border: 2px solid white;
  border-radius: 10px;
  padding: 5px 10px;
  cursor: pointer;
  background-color: #a8c4e0;
  color: #ffffff;
}

.boton:hover {
  border: 2px solid #72EDFF;
  color: #72EDFF
}

.white {
  color: #ffffff;
  
}

.bgOrange {
  background-color: #011438A8;
  padding: 20px 25px 20px 2px;
  z-index: -5000;
}

.bgOrange-2 {
  background-color: #011438A8;
  padding: 20px 25px 20px 2px;
  z-index: -5000;
}
.bgOrange:hover,
.bgOrange-2:hover,
.bgOrange-3:hover  {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn-cita-orange {
  width: 300px;
  height: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 0.8rem;
  padding-right: 155px;
  margin-left: -1px;
  line-height: 1.2; 
  position: relative; 
  z-index: -5000;
}

.btn-cita-orange-2 {
  width: 300px;
  height: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 0.9em;
  padding-right: 155px;
  margin-left: -1px;
  line-height: 1.2; 
  position: relative;
  z-index: -5000;
}

#btn-cita-img {
  position: absolute;
  right: 40px;
  top: -38px;
  width: 150px; 
  height: 150px; 
}

#btn-cita {
  position: fixed;
  bottom: 63%;
  z-index: 1029;
}

#btn-cita:hover,
#btn-cita-2:hover,
#btn-cita-3:hover {
  left: -0.30%; 
}

.transitionSlow {
  -webkit-transition: 600ms all;
  -moz-transition: 600ms all;
  -ms-transition: 600ms all;
  -o-transition: 600ms all;
  transition: 600ms all;
}

#btn-cita-2 {
  position: fixed;
  bottom: 47%; /* Ajusta la posición si deseas que los botones no se superpongan */
  z-index: 1029;
}

#btn-cita-img-2 {
  position: absolute;
  right: 40px;
  top: -40px;
  width: 150px;
  height: 150px;
  z-index: 1029;
}


@media (max-width: 960px) {
  #btn-cita, #btn-cita-2,#btn-cita-3 {
      left: -25%;
  }

  #btn-cita-img {
    right: 110px;
    top: -20px;
    width: 110px; 
    height: 110px; 
    z-index: 2;
  }

  #btn-cita {
    bottom: 30%;
    z-index: 2;
  }

  .btn-cita-orange {
    height: 75px;
    padding-right: 190px;
  }

  #btn-cita-2 {
    bottom: 15%;
    z-index: 2;
  }

  .btn-cita-orange-2 {
    height: 75px;
    padding-right: 190px;
  }

  #btn-cita-img-2 {
    right: 110px;
    top: -20px;
    width: 110px;
    height: 110px;
    z-index: 2;
  }
}

.pretitulo, .pretitulo2, .pretituloJ {
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translate(-75%, -20%);
}

@media (max-width: 768px) {
  .pretitulo {
    top: 30%;
    left: 50%;
    transform: translate(-50%, -20%);
  }

  .pretituloJ {
    top: 45%;
    left: 50%;
    transform: translate(-50%, -20%);
  }

  .pretitulo2 {
    top: 30%;
    left: 50%;
    transform: translate(-50%, -20%);
    font-size: 0.8em;
  }

  .headline-stick-bar {
    --tw-bg-opacity: 1;
    background-color: rgba(114, 237, 255, var(--tw-bg-opacity));
    height: 6px;
    width: 16px;
    position: absolute;
    top: 50%;
    left: 35%;
    left: 50%; 
    transform: translate(-50%, -50%);
    z-index: 0;
  }
}

.Miflex {
  display: flex;
  flex-direction: row;
}
.flexCenter {
  justify-content: center;
  align-items: center;
}
.sticky-top {
  position: sticky;
  top: 0;
}
.pl-3 {
  padding-left: 1rem;
}
.text-xl {
  font-size: 1.25rem;
}
.text-gris {
  color: #6c757d;
}
.font-bold {
  font-weight: bold;
}
.text-right {
  text-align: right;
}
.separator {
  margin: 1rem 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.menu-sidebar {
  z-index: 10;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.capitalize {
  text-transform: capitalize;
}
.scrollspy-example {
  position: relative;
  overflow-y: scroll; /* Permitir scroll vertical */
  height: 100vh;
  scrollbar-width: thin; /* Para navegadores compatibles */
}
.scrollspy-example::-webkit-scrollbar {
  width: 8px; /* Ancho de la barra de scroll */
}
.scrollspy-example::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2); /* Color de la barra de scroll */
  border-radius: 10px; /* Bordes redondeados */
}
.text-4xl {
  font-size: 2.25rem;
}
.font-semibold {
  font-weight: 600;
}
.font-Metropolis {
  font-family: 'Metropolis', sans-serif;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.subrayadoCeleste {
  border-bottom: 2px solid #00bfff;
}
.align-items {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.separacion {
  margin: 1rem;
}
.circular--portrait {
  border-radius: 50%;
  overflow: hidden;
  width: 150px;
  height: 150px;
}
.circuloImagen img,
.circuloImagenA img,
.circuloImagenM img {
  width: 100%;
  height: auto;
}
.nombres {
  font-size: 1rem;
  font-weight: bold;
}
.cargo {
  font-size: 0.875rem;
  color: #6c757d;
}
@media (min-width: 769px) {
  section {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 50vh; /* Asegura que cada sección tenga al menos la altura de la ventana */
  }
  .section-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      flex-grow: 1;
  }
}

.separacionAzul{
  margin-top: none;
}

@media (max-width: 768px) {
  .text-right {
      text-align: center;
  }
  .Miflex {
      flex-direction: column;
  }
  .scrollspy-example {
      height: auto;
  }

  .separacionAzul{
    margin-top: 3rem;
  }
}

.contenedor-video {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f9f9f9;
  padding: 2rem;
  
}

.video-div {
  position: relative;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.video-div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.tituloAsinco {  
  font-weight: Bold;
  font-size: 2.5rem;
  padding-top: 3rem;
  text-transform: capitalize;  
}

@media (max-width: 768px) {
  .tituloAsinco {  
    font-size: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.resalta-video:hover{
  background-color: #011438A8;
  color: #fff;
}
.borde-discontinuo {
  border: 4px dashed #011438;
  border-radius: 15px;
  padding: 10px 50px;
  display: inline-block;
  position: relative;
}

.borde-discontinuo.variacion1::before {
  content: "";
  background-image: url('/img/criptoactivos/logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 3vw;
  height: 3vw;
  position: absolute;
  top: 1vw;
  left: -1vw;
}

@media (max-width: 768px) {
  .borde-discontinuo.variacion1::before {
      width: 15vw;
      height: 15vw;
      top: 20vw;
      left: -8vw;
  }
}

.servicios-title {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.pasos-container {
  display: flex;
  justify-content: center;
  gap: 2rem; /* Espacio entre las tarjetas */
  margin-top: 2rem;
  flex-wrap: wrap; /* Para adaptarse en pantallas pequeñas */
}

.paso-card {
  padding: 2rem;
  width: 300px;
  text-align: center;
}

.paso-card:hover {
  transform: scale(1.02);
}

.paso-card h3 {
  font-size: 1.5rem;
  font-weight: bold;
}

.paso-card p {
  font-size: 1rem;
  margin: 0.5rem 0;
}

.servicios-titulo {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .h2Video {
    top: 20%!important;
  }

  .textVideo {
    top: 45%;
  }

  @keyframes movingText {
    from {
      left: 100%;
      opacity: 0;
    }

    to {
      left: 0px;
      opacity: 1;
    }
  }
}

.last-nav {
  position: absolute;
  top: 85%;             /* Esto lo fija abajo */
  left: 0;               /* Para que empiece desde la izquierda */
  width: 100%;           /* Que ocupe todo el ancho */
  z-index: 50;
  text-align: center;
}

.linksRedes {
  position: fixed;
  left: 10px;
  bottom: 20%;
  z-index: 50;
  background-color: rgba(1, 20, 56, 0.8); /* fondo azul semitransparente */
  border-radius: 12px 12px 12px 12px; /* redondeo a la derecha */
  padding: 10px 12px;
  backdrop-filter: blur(4px); /* opcional: desenfoque del fondo */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}


@media (max-width: 1024px){
  .swiper-flechas-juntas{
    visibility: hidden;
  }
}

@media(max-width: 1200px){
  .linksRedes{
    visibility: hidden;
  }
}

.img-folleto {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
  margin: auto;
}

.card-interna {
  width: 100%;
  max-width: 400px;
  margin-top: 8rem;
  margin-bottom: 4rem;
}

@media (max-width: 768px) {
  .img-folleto {
    max-width: 300px;

    .card-interna {
      max-width: 600px;
    }
  }
}

.minicard1 {
  background-image: url(../img/Garantia.webp);
  background-blend-mode: multiply;
  background-size: cover;
  opacity: 0.8;
}

.minicard2 {
  background-image: url(../img/Multidisciplinar.webp);
  background-blend-mode: multiply;
  background-size: cover;
}

.minicard3 {
  background-image: url(../img/Prevencion.webp);
  background-blend-mode: multiply;
  background-size: cover;
}

.minicard4 {
  background-image: url(../img/Ahorro.webp);
  background-blend-mode: multiply;
  background-size: cover;
}

.minicard5 {
  background-image: url(../img/Comodidad.webp);
  background-blend-mode: multiply;
  background-size: cover;
}

.minicard1:hover .textoCard,
.minicard2:hover .textoCard,
.minicard3:hover .textoCard,
.minicard4:hover .textoCard,
.minicard5:hover .textoCard {
  opacity: 1;
}

.minicard1:hover,
.minicard2:hover,
.minicard3:hover,
.minicard4:hover,
.minicard5:hover {
  background-color: #2e8698;
  background-blend-mode: multiply;
  background-size: cover;
  animation: fadeIn2 1s 1;
  animation-fill-mode: forwards;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  
  .cardAsinco1,
  .cardAsinco2,
  .cardAsinco3,
  .cardAsinco4,
  .cardAsinco5,
  .cardAsinco6,
  .cardAsinco7,
  .cardAsinco8,
  .cardAsinco9,
  .cardAsinco10 {
    height: 380px; /* o el valor que necesites */
  }

  .minicard1,
  .minicard2,
  .minicard3,
  .minicard4,
  .minicard5 {
    margin-right: 20px;/* o el valor que necesites */
  }
}

.visibilidadNo{
  visibility: hidden;
}

@media (max-width: 768px) {
  
  .servicios-titulo{
    top: 15%;
  }

  .img-folleto{
    max-width: 200px;
  }
}

.barraOut{
  display: hidden;
}

@media (max-width: 960px) {
  .barraOut{
    visibility: hidden;
  }
}

@media (min-width: 1700px) {
  #btn-cita, #btn-cita-2,#btn-cita-3 {
      left: -6.5%;
  }
}