@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-Medium.otf");
}

.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;
}

.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.jpg);
  background-color: #6a7c9e; /* Color */
  background-blend-mode: multiply;
  background-size: cover;
}

.cardAsinco1:hover {
  background-image: url(../img/servicios/fiscal.jpg);
  background-color: grey;
}
.cardAsinco2 {
  background-image: url(../img/servicios/laboral.jpg);
  background-color: #6a7c9e; /* Color */
  background-blend-mode: multiply;
  background-size: cover;
}

.cardAsinco2:hover {
  background-image: url(../img/servicios/laboral.jpg);
  background-color: grey;
}

.cardAsinco3 {
  background-image: url(../img/servicios/juridico.jpg);
  background-color: #6a7c9e; /* Color */
  background-blend-mode: multiply;
  background-size: cover;
}
.cardAsinco3:hover {
  background-image: url(../img/servicios/juridico.jpg);
  background-color: grey;
}
.cardAsinco4 {
  background-image: url(../img/servicios/criptoactivos.jpg);
  background-color: #6a7c9e; /* Color */
  background-blend-mode: multiply;
  background-size: cover;
}
.cardAsinco4:hover {
  background-image: url(../img/servicios/criptoactivos.jpg);
  background-color: grey;
}
.cardAsinco5 {
  background-image: url(../img/servicios/informatica.jpg);
  background-color: #6a7c9e; /* Color */
  background-blend-mode: multiply;
  background-size: cover;
}
.cardAsinco5:hover {
  background-image: url(../img/servicios/informatica.jpg);
  background-color: grey;
}
.cardAsinco6 {
  background-image: url(../img/servicios/comunicacion.jpg);
  background-color: #6a7c9e; /* Color */
  background-blend-mode: multiply;
  background-size: cover;
}
.cardAsinco6:hover {
  background-image: url(../img/servicios/comunicacion.jpg);
  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.jpg);
  background-color: #6a7c9e; /* Color */
  background-blend-mode: multiply;
  background-size: cover;
}
.cardAsinco7:hover {
  background-image: url(../img/servicios/Especialidades.jpg);
  background-color: grey;
}

.cardAsinco8 {
  background-image: url(../img/servicios/despachos.jpg);
  background-color: #6a7c9e; /* Color */
  background-blend-mode: multiply;
  background-size: cover;
}
.cardAsinco8:hover {
  background-image: url(../img/servicios/despachos.jpg);
  background-color: grey;
}

.cardAsinco9 {
  background-image: url(../img/servicios/pintelectual.jpg);
  background-color: #6a7c9e; /* Color */
  background-blend-mode: multiply;
  background-size: cover;
}

.cardAsinco9:hover {
  background-image: url(../img/servicios/pintelectual.jpg);
  background-color: grey;
}

.cardAsinco10 {
  background-image: url(../img/servicios/licitaciones2.jpg);
  background-color: #6a7c9e; /* Color */
  background-blend-mode: multiply;
  background-size: cover;
}

.cardAsinco10:hover {
  background-image: url(../img/servicios/licitaciones2.jpg);
  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.png);
  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.jpg);
  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.png);
  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%);
}

.tituloJ2 {
  position: absolute;
  top: 50%;
  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%);
  }

  .tituloJ2 {
    position: absolute;
    text-align: center;
    font-size: 2rem;
    transform: translate(-40%, 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-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;
}

.boton:hover {
  border: 2px solid #72EDFF;
  color: #72EDFF
}

@media (min-width: 1700px) {
  #btn-cita, #btn-cita-2,#btn-cita-3 {
      left: -6.5%;
  }
}

.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: 55%;
  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: 30%; /* 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: 792px) {
  #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: 70%;
    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;
  }
}

// Nuevo

.Miflex {
  display: flex;
}
.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;
}

.boton {
  border: 2px solid white;
  border-radius: 10px;
  background-color: #8493ad;
  color: white;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
}

.boton:hover {
  background-color: #011438;
  transition: 1s;
}

.icono {
  color: white;
  font-size: 150px;
}

.container {
  width: 100%;
  margin: auto;
  display: grid; /*Establecemos el contenedor a grid*/
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px; /*repeat en 4 ya que queremos cuatro columnas y todas del mismo ancho 1fr*/
}
.item {
  padding: 10px;
  box-sizing: border-box;
  background-color: #8493ad;
  border-radius: 10px;
}

.mtop20 {
  margin-top: 20px;
}
.mtop30 {
  margin-top: 30px;
}
.mtop50 {
  margin-top: 50px;
}

.logos {
  margin: auto;
}

@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-Medium.otf");
}

.Metropolis {
  font-family: "Metropolis", sans-serif;
}

@media (max-width: 768px) {
  .container {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 20px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-center {
  float: none;
  margin: 0 auto;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
}

fieldset {
  min-width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.form-group {
  margin-bottom: 15px;
}

.label {
  border: 1px solid #000;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

textarea {
  overflow: auto;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

textarea.form-control {
  height: auto;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}

.hiddenme {
  display: none !important;
}

[hiddenme],
template {
  display: none;
}

input {
  line-height: normal;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type="checkbox"],
  .form-inline .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.continente {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .continente {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .continente {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .continente {
    width: 100%;
  }
}

.pagos {
  position: absolute;
  top: 30%;
  left: 42%;
  font-size: 3rem; /* 128px */
  line-height: 1;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

.panel > .table-responsive:first-child > .table:first-child,
.panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 3px;
}
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}

.my-col-md-3 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: center;
  width: 40%;
}
.input-group{position:relative;display:table;border-collapse:separate}
.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}
.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}
.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}
select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}
select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}
.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}
select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}
select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}
.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}
.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}
.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}
.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}
.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}
.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}
.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}
.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}
.input-group-addon:first-child{border-right:0}
.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}
.input-group-addon:last-child{border-left:0}
.input-group-btn{position:relative;font-size:0;white-space:nowrap}
.input-group-btn>.btn{position:relative}
.input-group-btn>.btn+.btn{margin-left:-1px}
.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}
.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}
.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}
.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}
.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}
.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}
.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}
.btn-default{color:#333;background-color:#fff;border-color:#ccc}
.btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}
.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}
.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}
.btn-default .badge{color:#fff;background-color:#333}
.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}
.btn-primary.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}
.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}
.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}
.btn-primary .badge{color:#337ab7;background-color:#fff}
.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}
.btn-success.active,.btn-success.focus,.btn-success:active,.btn-success:focus,.btn-success:hover,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}
.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}
.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}
.btn-success .badge{color:#5cb85c;background-color:#fff}
.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}
.btn-info.active,.btn-info.focus,.btn-info:active,.btn-info:focus,.btn-info:hover,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}
.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}
.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}
.btn-info .badge{color:#5bc0de;background-color:#fff}
.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}
.btn-warning.active,.btn-warning.focus,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}
.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}
.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}
.btn-warning .badge{color:#f0ad4e;background-color:#fff}
.btn-danger{color:#fff;background-color:orange;border-color:#d43f3a}
.btn-danger.active,.btn-danger.focus,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}
.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}
.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}
.btn-danger .badge{color:#d9534f;background-color:#fff}
.btn-link{font-weight:400;color:#337ab7;border-radius:0}
.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}
.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}
.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}
.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}
.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}
.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}
.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}
.btn-block{display:block;width:100%}
.btn-block+.btn-block{margin-top:5px}
.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}
.alert h4{margin-top:0;color:inherit}
.alert .alert-link{font-weight:700}
.alert>p,.alert>ul{margin-bottom:0}
.alert>p+p{margin-top:5px}
.alert-dismissable,.alert-dismissible{padding-right:35px}
.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}
.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}
.alert-success hr{border-top-color:#c9e2b3}
.alert-success .alert-link{color:#2b542c}
.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}
.alert-info hr{border-top-color:#a6e1ec}
.alert-info .alert-link{color:#245269}
.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}
.alert-warning hr{border-top-color:#f7e1b5}
.alert-warning .alert-link{color:#66512c}
.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}
.alert-danger hr{border-top-color:#e4b9c0}
.alert-danger .alert-link{color:#843534}
.pull-right{float:right!important}
.pull-left{float:left!important}
.hide{display:none!important}
.show{display:block!important}
.invisible{visibility:hidden}
.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}

.steps-titul{background:#337ab7;padding:10px;color:#fff;}
.presuquestion{width:457px;height:500px;}
.presucenter{text-align:center;}

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;
  }
}
