@charset "UTF-8";
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul, ol {
  text-decoration: none;
  list-style: none;
}

li {
  font-weight: lighter;
}

li a {
  font-weight: lighter;
}

body {
  width: 100vw;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  background: rgb(248, 247, 243);
}

input, textarea {
  outline: none;
  background: none;
  border: none;
  font-weight: lighter;
}

a {
  text-decoration: none;
  color: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input, img, a, button, li, ul, svg, div {
  transition: all 0.5s linear;
}

a, input[type=submit], button {
  cursor: pointer;
}

textarea {
  resize: none;
}

img {
  height: auto;
}

html {
  font-size: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

@font-face {
  font-family: encabezados;
  src: url("https://pdflawy.com/assets/fuentes/Poppins-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: subEncabezados;
  src: url("https://pdflawy.com/assets/fuentes/Poppins-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: textos;
  src: url("https://pdflawy.com/assets/fuentes/SourceSans3-VariableFont_wght.ttf");
  font-display: swap;
}
::-webkit-scrollbar {
  display: none;
}

::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background: hsl(0, 0%, 100%);
}

::-moz-scrollbar {
  display: none;
}

::-moz-scrollbar-track {
  background: none;
}

::-moz-scrollbar-thumb {
  background: hsl(0, 0%, 100%);
}

::-o-scrollbar {
  display: none;
}

::-o-scrollbar-track {
  background: none;
}

::-o-scrollbar-thumb {
  background: hsl(0, 0%, 100%);
}

::scrollbar {
  display: none;
}

::scrollbar-track {
  background: none;
}

::scrollbar-thumb {
  background: hsl(0, 0%, 100%);
}

h1 {
  font-family: encabezados;
  font-weight: bold;
  font-size: 2rem;
  color: rgb(140, 47, 57);
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h2 {
  font-family: encabezados;
  font-weight: bold;
  font-size: 3em;
  text-transform: uppercase;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h3, h4 {
  color: rgb(10, 35, 66);
}

p {
  font-family: textos;
  font-size: 1.2em;
  color: rgb(0, 0, 0);
  text-align: justify;
  font-weight: 400;
  padding: 0.5em;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.flex, .opinionesEncuesta, .marcaAgua, .unir, .protect, .descarga, #spinnerSection, .html, .office, .herramientasFooter, .atencionAlCliente, .blog, .empresa, .opiniones, .confPrueba, .pago, .finPrueba, .download, .politicas, .pruebaEnd, .cancelar, .menuEditor, .editor, .barraProgreso, .conversor, .admin, .endreg form div, .login, .creditos, .letter, .planes, .prueba, .comoConvertir, .conNosotros div div h3, .conNosotros div, .conNosotros, .hero {
  width: 100vw;
  height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
}

.hero {
  background: url("https://pdflawy.com/assets/imagenes/newHero.webp") no-repeat center top;
}
.hero div {
  width: 50%;
}
.hero div h1, .hero div p {
  width: 70%;
  margin: auto;
  color: rgb(255, 255, 255);
  text-shadow: 1px 1px 3px rgb(0, 0, 0);
}
.hero div h1 {
  font-size: 3em;
  text-align: left;
}
.hero div p {
  text-align: justify;
}
.hero div p strong {
  font-size: 1.2em;
}
.hero div p svg {
  color: rgb(255, 255, 255);
  vertical-align: middle;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
}
@media (max-width: 480px) {
  .hero {
    background-size: cover;
  }
  .hero .editaPdf {
    display: none;
  }
  .hero div {
    width: 100%;
  }
  .hero div h1, .hero div p {
    width: 100%;
  }
  .hero div h1 {
    font-size: 1.8em;
    text-align: center;
  }
  .hero div p {
    text-align: center;
  }
  .hero div p strong {
    font-size: 1.1em;
  }
  .hero div p svg {
    width: 2rem;
    height: 2rem;
    margin-right: 0.5rem;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .hero {
    background: none;
  }
  .hero div {
    width: 80%;
  }
  .hero div h1, .hero div p {
    width: 85%;
  }
  .hero div h1 {
    font-size: 2.2em;
    text-align: center;
  }
  .hero div p {
    text-align: center;
  }
  .hero div p svg {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.75rem;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .hero div {
    width: 60%;
  }
  .hero div h1 {
    font-size: 2.6em;
  }
}

.editaPdf {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.editaPdf h2 {
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
  color: rgb(244, 201, 93);
  margin-bottom: 2rem;
}
.editaPdf #drop-area {
  width: 60%;
  margin-top: 3em;
  border: 4px dashed rgb(244, 201, 93);
  border-radius: 0.375rem;
  text-align: center;
  padding: 1em;
  transition: border-color 0.3s ease;
}
.editaPdf #drop-area img {
  width: 60%;
  display: block;
  margin: auto;
}
.editaPdf #drop-area img:hover {
  transform: scale(1.05);
  filter: drop-shadow(12px 12px 16px #000000);
  cursor: pointer;
}
.editaPdf #drop-area.hover {
  border-color: rgb(140, 47, 57);
}
.editaPdf #drop-area p {
  width: 100%;
  font-family: textos;
  font-size: 1em;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  color: rgb(244, 201, 93);
}
.editaPdf #drop-area p svg {
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  padding: 0;
  margin-right: 1rem;
  color: rgb(244, 201, 93);
}
.editaPdf #drop-area p svg:hover {
  filter: none;
}
.editaPdf #file-input {
  display: none;
}
.editaPdf #message-box {
  display: none;
  width: 55%;
  height: auto;
  text-align: center;
  font-family: textos;
  font-size: 1.2em;
  padding: 1em;
  margin: 3em 0 0.5em;
  border-radius: 1em;
  background: green;
  box-shadow: 6px 6px 12px rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

.buttonDiv {
  width: 100%;
  height: auto;
  display: none;
}
.buttonDiv button {
  background: rgb(140, 47, 57);
  display: block;
  margin: 1em auto;
  padding: 1.5em 9em;
  border: none;
  color: rgb(255, 255, 255);
  font-size: 1em;
  text-transform: uppercase;
  border-radius: 1em;
  box-shadow: 6px 6px 16px rgb(0, 0, 0);
}
.buttonDiv button:hover {
  box-shadow: none;
}

@media (min-width: 320px) and (max-width: 767px) {
  .editaPdf {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 1em;
  }
  .editaPdf h2 {
    margin-top: 0;
    font-size: 1.3em;
  }
  .editaPdf #message-box {
    display: none;
    width: 100%;
    height: auto;
    text-align: center;
    font-family: textos;
    font-size: 1.2em;
    padding: 1em;
    margin: 3em 0 0.5em;
    border-radius: 1em;
    background: green;
    box-shadow: 6px 6px 12px rgb(0, 0, 0);
    color: rgb(255, 255, 255);
  }
  .editaPdf #drop-area {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    border: 2px dashed #cccccc;
    border-radius: 10px;
    width: 100%;
    height: 40vh;
    text-align: center;
  }
  .buttonDiv {
    width: 100%;
    height: auto;
    display: none;
  }
  .buttonDiv button {
    background: rgb(140, 47, 57);
    display: block;
    margin: 1em auto;
    padding: 1.2em 9em;
    border: none;
    color: rgb(255, 255, 255);
    font-size: 0.8em;
    text-transform: uppercase;
    border-radius: 1em;
    box-shadow: 6px 6px 16px rgb(0, 0, 0);
  }
  .buttonDiv button:hover {
    box-shadow: none;
  }
}
@media (min-width: 768px) and (max-width: 1599px) {
  .editaPdf {
    padding: 1em;
  }
  .editaPdf h2 {
    margin-top: 0;
  }
  .editaPdf #drop-area {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 40vh;
  }
  .editaPdf #drop-area img {
    display: block;
    width: 30%;
  }
  .editaPdf #drop-area p {
    font-size: 1.2em;
  }
  .buttonDiv {
    width: 100%;
    height: auto;
    display: none;
  }
  .buttonDiv button {
    background: rgb(140, 47, 57);
    display: block;
    margin: 1em auto;
    padding: 1.2em 9em;
    border: none;
    color: rgb(255, 255, 255);
    font-size: 0.8em;
    text-transform: uppercase;
    border-radius: 1em;
    box-shadow: 6px 6px 16px rgb(0, 0, 0);
  }
  .buttonDiv button:hover {
    box-shadow: none;
  }
}
.conNosotros {
  height: auto;
  padding: 3em;
  margin-top: 6em;
}
.conNosotros h2 {
  width: 100%;
  margin-bottom: 2em;
  text-align: left;
  color: rgb(0, 0, 0);
}
.conNosotros div {
  align-items: stretch;
  height: auto;
  width: 80%;
  margin-bottom: 3em;
}
.conNosotros div div {
  width: 45%;
}
.conNosotros div div svg {
  width: 5rem;
  height: 5rem;
  display: block;
  margin-right: 1rem;
  filter: drop-shadow(0 6px 16px rgb(200, 200, 200));
}
.conNosotros div div h3 {
  width: 100%;
  height: auto;
  font-family: encabezados;
  font-size: 1.7em;
  color: rgb(0, 0, 0);
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-bottom: 1em;
}
@media (max-width: 480px) {
  .conNosotros {
    padding: 1.5em;
    margin-top: 3em;
  }
  .conNosotros h2 {
    text-align: center;
    font-size: 2rem;
  }
  .conNosotros div {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .conNosotros div div {
    width: 100%;
    margin-bottom: 2em;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .conNosotros div div svg {
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: 1rem;
  }
  .conNosotros div div h3 {
    width: 100%;
    font-size: 1rem;
    margin-bottom: 0.75em;
  }
  .conNosotros div div p {
    width: 100%;
    margin: 0;
    font-family: 1rem;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .conNosotros {
    padding: 2em;
    margin-top: 4em;
  }
  .conNosotros h2 {
    text-align: center;
    font-size: 1.8em;
  }
  .conNosotros div {
    flex-flow: row wrap;
    width: 90%;
  }
  .conNosotros div div {
    width: 100%;
    margin-bottom: 2em;
  }
  .conNosotros div div svg {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 1em auto;
  }
  .conNosotros div div h3 {
    justify-content: center;
    font-size: 1.5em;
    text-align: center;
  }
  .conNosotros div div h3 img {
    width: 12%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .conNosotros {
    padding: 2.5em;
  }
  .conNosotros div {
    width: 90%;
  }
  .conNosotros div div {
    width: 48%;
  }
  .conNosotros div div svg {
    width: 4.5rem;
    height: 4.5rem;
  }
  .conNosotros div div h3 {
    font-size: 1.6em;
  }
}

.menu {
  width: 100vw;
  height: auto;
  background: rgb(10, 35, 66);
  color: rgb(255, 255, 255);
  padding: 0.75em 1.5em;
  box-shadow: 6px 0 16px rgb(0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  font-family: textos;
  font-size: 1em;
  z-index: 999;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 1.5em;
}

.logo img {
  width: 20%;
}

.nav-links {
  display: flex;
  list-style: none;
  align-items: center;
}
.nav-links button {
  background: none;
  border: solid 1px rgb(244, 201, 93);
  padding: 1rem 1.5rem;
  border-radius: 0.375rem;
  color: rgb(244, 201, 93);
  font-size: 1.2rem;
  vertical-align: middle;
}
.nav-links button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgb(244, 201, 93);
  color: rgb(244, 201, 93);
}

.navTiempoPrueba {
  color: rgb(255, 107, 53);
  font-weight: bold;
  font-size: 1.2em;
}

.nav-links li {
  padding: 0 1.5em;
}
.nav-links li select {
  background: none;
  border: none;
  color: rgb(244, 201, 93);
  font-size: 1.2rem;
}
.nav-links li select option {
  background: rgb(10, 35, 66);
  color: rgb(244, 201, 93);
  border: none;
  margin-bottom: 5rem;
}

.nav-links p {
  color: rgb(244, 201, 93);
  text-decoration: none;
  transition: color 0.3s ease;
  font-family: textos;
  font-size: 1.2em;
  font-weight: 575;
  position: relative;
}

.nav-links a {
  color: rgb(244, 201, 93);
  text-decoration: none;
  transition: color 0.3s ease;
  font-family: textos;
  font-size: 1.2em;
  font-weight: 575;
  position: relative;
}
.nav-links a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1.5px;
  background: rgb(244, 201, 93);
  transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.nav-links a:hover {
  color: rgb(244, 201, 93);
}
.nav-links a:hover::after {
  width: 100%;
}

.registro p, .registro a {
  border: solid 1px rgb(244, 201, 93);
  padding: 0.5em 1em;
  border-radius: 0.5em;
  color: rgb(244, 201, 93);
}

.registro a:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 102, 255, 0.4);
  color: rgb(244, 201, 93);
}

.planMenu {
  font-size: 1.2em;
  font-family: textos;
  font-weight: 600;
  color: rgb(244, 201, 93);
}

.cerrar a {
  font-family: power;
  font-size: 1.5em;
  vertical-align: middle;
}

.burger {
  display: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
}

.burger div {
  width: 25px;
  height: 3px;
  background-color: rgb(244, 201, 93);
  transition: all 0.3s ease;
}

.modalmask {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
  transition: opacity 400ms ease-in;
  pointer-events: none;
  background: rgba(230, 233, 238, 0.9);
}

.modalmask:target {
  opacity: 1;
  pointer-events: auto;
}

.modalbox {
  width: 40%;
  position: relative;
  padding: 1.5rem;
  background: rgb(10, 35, 66);
  box-shadow: 6px 6px 16px rgb(0, 0, 0);
  border-radius: 0.375rem;
  transition: all 500ms linear;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: stretch;
  top: 0;
}
.modalbox h2 {
  font-size: 2em;
  text-align: left;
  width: 100%;
  margin-bottom: 1em;
  color: rgb(244, 201, 93);
}

.opciones {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 1em;
}

.opciones h3 {
  margin-bottom: 2em;
  font-family: textos;
  font-size: 1.5em;
  color: rgb(244, 201, 93);
}

.grid-container {
  width: 45%;
  height: auto;
}

.grid-item p {
  color: rgb(244, 201, 93);
}
.grid-item svg {
  color: rgb(244, 201, 93);
  width: 3rem;
  height: 3rem;
}

.grid-item a {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  color: rgb(244, 201, 93);
  font-family: textos;
  font-size: 1em;
  padding: 0.5em;
}
.grid-item a:hover {
  color: rgb(10, 35, 66);
  border: solid 1px rgb(244, 201, 93);
  border-radius: 0.375em;
}

.grid-item img {
  width: 3em;
  height: auto;
}

.herramientas p {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
}
.herramientas p img {
  width: 2em;
}

.movedown {
  margin: 9% auto;
}

.modalmask:target .movedown {
  margin: 9% auto;
}

.close {
  background: rgb(244, 201, 93);
  color: rgb(10, 35, 66);
  position: absolute;
  right: 1%;
  text-align: center;
  top: 5%;
  width: 3em;
  text-decoration: none;
  font-weight: bold;
  clip-path: circle(30%);
  font-family: textos;
  font-size: 1.5em;
}

.close:hover {
  background: rgb(10, 35, 66);
  color: rgb(244, 201, 93);
}

/*Formato de la ventana*/
.modalboxCerrar {
  width: 30%;
  position: relative;
  background: rgb(241, 243, 244);
  border-radius: 0.8em;
  transition: all 500ms ease;
  padding: 0;
  box-shadow: 0 8px 10px rgb(0, 0, 0);
}
.modalboxCerrar p {
  width: 100%;
  text-align: center;
  margin: 2em 0;
  font-family: textos;
  font-weight: 600;
  font-size: 1.1em;
}
.modalboxCerrar h2 {
  width: 100%;
  background: rgb(10, 35, 66);
  font-size: 1.5em;
  padding: 1em 1em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  color: rgb(244, 201, 93);
}

.opcionesCerrar {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  margin: 0;
}

.opcionesCerrar a {
  height: auto;
  padding: 1em 6em;
  font-family: textos;
  font-weight: 600;
  font-size: 1.2em;
  border-radius: 0.5em;
  background: rgb(10, 35, 66);
  color: rgb(244, 201, 93);
  margin-bottom: 2em;
}

.opcionesCerrar a:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 102, 255, 0.4);
}

/* Estilos para pantallas pequeñas */
@media (max-width: 767px) {
  .nav-links {
    position: absolute;
    right: 0;
    height: 100vh;
    top: 0;
    background: rgb(10, 35, 66);
    flex-direction: column;
    align-items: center;
    width: 100%;
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out;
  }
  .nav-links li {
    opacity: 0;
  }
  .nav-links a {
    font-size: 1.2em;
    color: rgb(255, 255, 255);
  }
  .burger {
    display: flex;
  }
  /* Estilos para la animación del menú */
  .nav-active {
    transform: translateX(0);
  }
  .nav-active li {
    animation: navLinkFade 0.5s ease forwards 0.3s;
    margin: 1em 0;
  }
  @keyframes navLinkFade {
    from {
      opacity: 0;
      transform: translateX(50px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  /* Animación del icono de hamburguesa */
  .toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
  }
  .toggle .line2 {
    opacity: 0;
  }
  .toggle .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
  }
  .modalbox {
    width: 100%;
    height: 90vh;
    top: 3em;
    overflow: auto;
  }
  .opciones {
    display: flex;
    height: auto;
    flex-flow: column;
  }
  .grid-container {
    width: 100%;
  }
  .modalboxCerrar {
    width: 95%;
  }
  .opcionesCerrar {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
    margin: 0;
  }
  .opcionesCerrar a {
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 1599px) {
  .nav-links {
    position: absolute;
    right: 0;
    height: 100vh;
    top: 0;
    background: rgb(10, 35, 66);
    color: rgb(255, 255, 255);
    flex-direction: column;
    align-items: center;
    width: 100%;
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out;
  }
  .nav-links li {
    opacity: 0;
  }
  .nav-links a {
    font-size: 1.3em;
    color: rgb(255, 255, 255);
  }
  .burger {
    display: flex;
  }
  /* Estilos para la animación del menú */
  .nav-active {
    transform: translateX(0);
  }
  .nav-active li {
    animation: navLinkFade 0.5s ease forwards 0.3s;
    margin: 1em 0;
  }
  @keyframes navLinkFade {
    from {
      opacity: 0;
      transform: translateX(50px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  /* Animación del icono de hamburguesa */
  .toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
  }
  .toggle .line2 {
    opacity: 0;
  }
  .toggle .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
  }
  .modalbox {
    width: 100%;
    top: 1em;
  }
  .opciones {
    display: flex;
    height: auto;
    flex-flow: column;
    overflow: auto;
  }
  .grid-container {
    width: 100%;
  }
  .modalboxCerrar {
    width: 95%;
  }
  .opcionesCerrar {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
    margin: 0;
  }
  .opcionesCerrar a {
    width: 25%;
  }
}
.editaPdf {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.editaPdf h2 {
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
  color: rgb(244, 201, 93);
  margin-bottom: 2rem;
}
.editaPdf #drop-area {
  width: 60%;
  margin-top: 3em;
  border: 4px dashed rgb(244, 201, 93);
  border-radius: 0.375rem;
  text-align: center;
  padding: 1em;
  transition: border-color 0.3s ease;
}
.editaPdf #drop-area img {
  width: 60%;
  display: block;
  margin: auto;
}
.editaPdf #drop-area img:hover {
  transform: scale(1.05);
  filter: drop-shadow(12px 12px 16px #000000);
  cursor: pointer;
}
.editaPdf #drop-area.hover {
  border-color: rgb(140, 47, 57);
}
.editaPdf #drop-area p {
  width: 100%;
  font-family: textos;
  font-size: 1em;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  color: rgb(244, 201, 93);
}
.editaPdf #drop-area p svg {
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  padding: 0;
  margin-right: 1rem;
  color: rgb(244, 201, 93);
}
.editaPdf #drop-area p svg:hover {
  filter: none;
}
.editaPdf #file-input {
  display: none;
}
.editaPdf #message-box {
  display: none;
  width: 55%;
  height: auto;
  text-align: center;
  font-family: textos;
  font-size: 1.2em;
  padding: 1em;
  margin: 3em 0 0.5em;
  border-radius: 1em;
  background: green;
  box-shadow: 6px 6px 12px rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

.buttonDiv {
  width: 100%;
  height: auto;
  display: none;
}
.buttonDiv button {
  background: rgb(140, 47, 57);
  display: block;
  margin: 1em auto;
  padding: 1.5em 9em;
  border: none;
  color: rgb(255, 255, 255);
  font-size: 1em;
  text-transform: uppercase;
  border-radius: 1em;
  box-shadow: 6px 6px 16px rgb(0, 0, 0);
}
.buttonDiv button:hover {
  box-shadow: none;
}

@media (min-width: 320px) and (max-width: 767px) {
  .editaPdf {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 1em;
  }
  .editaPdf h2 {
    margin-top: 0;
    font-size: 1.3em;
  }
  .editaPdf #message-box {
    display: none;
    width: 100%;
    height: auto;
    text-align: center;
    font-family: textos;
    font-size: 1.2em;
    padding: 1em;
    margin: 3em 0 0.5em;
    border-radius: 1em;
    background: green;
    box-shadow: 6px 6px 12px rgb(0, 0, 0);
    color: rgb(255, 255, 255);
  }
  .editaPdf #drop-area {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    border: 2px dashed #cccccc;
    border-radius: 10px;
    width: 100%;
    height: 40vh;
    text-align: center;
  }
  .buttonDiv {
    width: 100%;
    height: auto;
    display: none;
  }
  .buttonDiv button {
    background: rgb(140, 47, 57);
    display: block;
    margin: 1em auto;
    padding: 1.2em 9em;
    border: none;
    color: rgb(255, 255, 255);
    font-size: 0.8em;
    text-transform: uppercase;
    border-radius: 1em;
    box-shadow: 6px 6px 16px rgb(0, 0, 0);
  }
  .buttonDiv button:hover {
    box-shadow: none;
  }
}
@media (min-width: 768px) and (max-width: 1599px) {
  .editaPdf {
    padding: 1em;
  }
  .editaPdf h2 {
    margin-top: 0;
  }
  .editaPdf #drop-area {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 40vh;
  }
  .editaPdf #drop-area img {
    display: block;
    width: 30%;
  }
  .editaPdf #drop-area p {
    font-size: 1.2em;
  }
  .buttonDiv {
    width: 100%;
    height: auto;
    display: none;
  }
  .buttonDiv button {
    background: rgb(140, 47, 57);
    display: block;
    margin: 1em auto;
    padding: 1.2em 9em;
    border: none;
    color: rgb(255, 255, 255);
    font-size: 0.8em;
    text-transform: uppercase;
    border-radius: 1em;
    box-shadow: 6px 6px 16px rgb(0, 0, 0);
  }
  .buttonDiv button:hover {
    box-shadow: none;
  }
}
.comoConvertir {
  height: auto;
  background: rgb(255, 255, 255);
  margin: 6em 0;
  padding: 3em;
  overflow: hidden;
}
.comoConvertir div:nth-child(1) {
  width: 60%;
  height: auto;
}
.comoConvertir div:nth-child(1) img {
  width: 90%;
  display: block;
  margin: auto;
}
.comoConvertir div:nth-child(2) {
  width: 40%;
  display: block;
  margin: auto;
}
.comoConvertir div:nth-child(2) h2 {
  width: 100%;
  margin-right: 4em;
  margin-bottom: 2em;
  text-align: right;
  color: rgb(0, 0, 0);
}
.comoConvertir div:nth-child(2) h3, .comoConvertir div:nth-child(2) h4 {
  width: 100%;
  font-family: encabezados;
  font-size: 1.2em;
  margin-bottom: 2em;
  color: rgb(0, 0, 0);
}
.comoConvertir div:nth-child(2) h4 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
.comoConvertir div:nth-child(2) h4 img, .comoConvertir div:nth-child(2) h4 svg {
  width: 10%;
  vertical-align: middle;
  margin-right: 1em;
}
.comoConvertir div:nth-child(2) h4 svg {
  width: 5rem;
  height: 5rem;
}
.comoConvertir div:nth-child(2) p {
  font-family: textos;
  font-size: 1.2em;
  margin-bottom: 2em;
}
@media (max-width: 480px) {
  .comoConvertir {
    flex-flow: row wrap;
    margin: 3em 0;
    padding: 1.5em;
  }
  .comoConvertir div:nth-child(1) {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .comoConvertir div:nth-child(1) img {
    width: 100%;
  }
  .comoConvertir div:nth-child(2) {
    width: 100%;
  }
  .comoConvertir div:nth-child(2) h2 {
    margin-right: 0;
    text-align: center;
    font-size: 1.4rem;
  }
  .comoConvertir div:nth-child(2) h3, .comoConvertir div:nth-child(2) h4 {
    font-size: 1em;
    text-align: center;
  }
  .comoConvertir div:nth-child(2) h4 {
    font-size: 1.2em;
  }
  .comoConvertir div:nth-child(2) h4 img, .comoConvertir div:nth-child(2) h4 svg {
    width: 15%;
    margin-right: 0.5em;
  }
  .comoConvertir div:nth-child(2) h4 svg {
    width: 3rem;
    height: 3rem;
  }
  .comoConvertir div:nth-child(2) p {
    font-size: 1em;
    text-align: center;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .comoConvertir {
    flex-flow: row wrap;
    margin: 4em 0;
    padding: 2em;
  }
  .comoConvertir div:nth-child(1) {
    width: 100%;
    margin-bottom: 2em;
  }
  .comoConvertir div:nth-child(1) img {
    width: 80%;
  }
  .comoConvertir div:nth-child(2) {
    width: 90%;
  }
  .comoConvertir div:nth-child(2) h2 {
    margin-right: 0;
    text-align: center;
    font-size: 1.6em;
  }
  .comoConvertir div:nth-child(2) h3, .comoConvertir div:nth-child(2) h4 {
    font-size: 1.1em;
    text-align: center;
  }
  .comoConvertir div:nth-child(2) h4 {
    font-size: 1.3em;
  }
  .comoConvertir div:nth-child(2) h4 img, .comoConvertir div:nth-child(2) h4 svg {
    width: 12%;
    margin-right: 0.75em;
  }
  .comoConvertir div:nth-child(2) h4 svg {
    width: 3.5rem;
    height: 3.5rem;
  }
  .comoConvertir div:nth-child(2) p {
    font-size: 1.1em;
    text-align: center;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .comoConvertir {
    padding: 2.5em;
  }
  .comoConvertir div:nth-child(1) {
    width: 55%;
  }
  .comoConvertir div:nth-child(2) {
    width: 45%;
  }
  .comoConvertir div:nth-child(2) h2 {
    margin-right: 2em;
    font-size: 1.7em;
  }
  .comoConvertir div:nth-child(2) h4 svg {
    width: 4rem;
    height: 4rem;
  }
}
@media (max-width: 480px) {
  .comoConvertir .comoConvertir {
    width: 100%;
    padding: 0.2em;
    height: auto;
  }
  .comoConvertir .comoConvertir div:nth-child(1) {
    width: 100%;
  }
  .comoConvertir .comoConvertir div:nth-child(1) img {
    width: 100%;
  }
  .comoConvertir .comoConvertir div:nth-child(2) {
    width: 100%;
  }
  .comoConvertir .comoConvertir div:nth-child(2) h2 {
    font-size: 1.5em;
    width: 100%;
    text-align: left;
  }
}

.prueba {
  height: auto;
  background: rgb(230, 233, 238);
  padding: 2em;
  margin-bottom: 6em;
}
.prueba div {
  width: 80%;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.prueba div h2 {
  width: 100%;
  color: rgb(0, 0, 0);
}
.prueba div h2 svg {
  width: 12rem;
  height: 12rem;
  vertical-align: middle;
}
.prueba div p {
  width: 70%;
  margin: auto;
  text-align: center;
  font-size: 1.5rem;
}
.prueba div p a {
  width: 70%;
  background: rgb(10, 35, 66);
  font-family: subEncabezados;
  color: rgb(244, 201, 93);
  font-size: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin: 2em auto;
  padding: 1em 2em;
  border-radius: 0.375em;
  box-shadow: 0 4px 12px rgba(0, 102, 255, 0.3);
  transition: all 0.3s ease;
}
.prueba div p a:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 102, 255, 0.4);
}
@media (max-width: 480px) {
  .prueba {
    padding: 1.5em;
    margin-bottom: 3em;
  }
  .prueba div {
    width: 100%;
  }
  .prueba div h2 {
    font-size: 2rem;
  }
  .prueba div h2 svg {
    width: 6rem;
    height: 6rem;
  }
  .prueba div p {
    width: 100%;
    font-size: 1.1rem;
  }
  .prueba div p a {
    width: 90%;
    font-size: 1.1em;
    padding: 0.8em 1.5em;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .prueba {
    padding: 2em;
    margin-bottom: 4em;
  }
  .prueba div {
    width: 95%;
  }
  .prueba div h2 svg {
    width: 8rem;
    height: 8rem;
  }
  .prueba div p {
    width: 90%;
    font-size: 1.25rem;
  }
  .prueba div p a {
    width: 80%;
    font-size: 1.25em;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .prueba div {
    width: 90%;
  }
  .prueba div h2 svg {
    width: 10rem;
    height: 10rem;
  }
  .prueba div p {
    width: 80%;
  }
  .prueba div p a {
    width: 75%;
  }
}

.planes {
  height: auto;
  justify-content: center;
  align-items: stretch;
  padding: 5em;
  background: rgb(10, 35, 66);
  margin-bottom: 6em;
}
.planes h2 {
  width: 100%;
  margin-bottom: 1.5em;
  text-align: left;
  color: rgb(244, 201, 93);
}
.planes h3 {
  width: 100%;
  text-align: center;
  font-family: textos;
  color: rgb(244, 201, 93);
}
.planes div {
  position: relative;
  width: 30%;
  height: auto;
  margin-right: 1em;
  border-radius: 0.5em;
  border: solid 1px rgb(244, 201, 93);
  padding: 1rem;
}
.planes div h2 {
  font-size: 2em;
  color: rgb(244, 201, 93);
  margin-bottom: 0.5em;
}
.planes div p {
  width: 100%;
  text-align: left;
  font-family: textos;
  font-size: 2em;
  font-weight: bold;
  color: rgb(244, 201, 93);
  filter: brightness(1.75);
}
.planes div ul {
  width: 100%;
  margin-top: 2em;
}
.planes div ul li {
  width: 90%;
  font-family: textos;
  font-size: 1.35rem;
  display: inline-block;
  font-weight: 400;
  color: rgb(244, 201, 93);
  line-height: 1.4;
  padding-left: 1rem;
}
.planes div ul svg {
  width: 2rem;
  height: 2rem;
  color: rgb(244, 201, 93);
  vertical-align: middle;
}
.planes div a {
  width: 70%;
  display: block;
  margin: 4em auto 0;
  padding: 1em 3rem;
  text-align: center;
  background: rgb(244, 201, 93);
  font-family: encabezados;
  font-size: 1.2rem;
  color: rgb(10, 35, 66);
  text-transform: uppercase;
  border-radius: 0.375rem;
  margin-bottom: 1rem;
}
.planes div a:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 102, 255, 0.4);
}
.planes div #recomendado {
  position: absolute;
  top: 2.5%;
  left: 65%;
  width: 30%;
  text-align: center;
  font-size: 1em;
  color: rgb(244, 201, 93);
  border: solid 1px rgb(244, 201, 93);
  border-radius: 0.75em;
}
.planes .plan-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 1rem 0;
  width: 250px;
  font-family: textos;
  color: rgb(244, 201, 93);
  font-size: 1.5rem;
  text-transform: capitalize;
  border: none;
}
.planes .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
}
.planes .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.planes .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(209, 213, 219, 0.1);
  transition: 0.3s;
  border-radius: 1rem;
}
.planes .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background: rgb(244, 201, 93);
  transition: 0.3s;
  border-radius: 50%;
}
.planes .switch input:checked + .slider:before {
  transform: translateX(22px);
}
.planes .plan-price {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
}
@media (max-width: 480px) {
  .planes {
    flex-flow: row wrap;
    padding: 1.5em;
  }
  .planes h2 {
    text-align: center;
    font-size: 1.5em;
  }
  .planes div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5em;
    padding: 1.5rem;
  }
  .planes div h2 {
    font-size: 1.5em;
  }
  .planes div p {
    font-size: 1.5em;
  }
  .planes div ul li {
    width: 85%;
    font-size: 1.1rem;
  }
  .planes div ul svg {
    width: 1.5rem;
    height: 1.5rem;
  }
  .planes div a {
    width: 90%;
    font-size: 1.1rem;
    padding: 0.8em 1.5rem;
  }
  .planes div #recomendado {
    width: 35%;
    font-size: 0.85em;
  }
  .planes .plan-toggle {
    width: 100%;
    font-size: 1.1rem;
  }
  .planes .plan-price {
    font-size: 1.6rem;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .planes {
    flex-flow: row wrap;
    padding: 2em;
  }
  .planes h2 {
    text-align: center;
    font-size: 1.7em;
  }
  .planes div {
    width: 85%;
    margin-right: 0;
    margin-bottom: 2em;
    padding: 1.25rem;
  }
  .planes div h2 {
    font-size: 1.7em;
  }
  .planes div p {
    font-size: 1.7em;
  }
  .planes div ul li {
    width: 90%;
    font-size: 1.2rem;
  }
  .planes div ul svg {
    width: 1.75rem;
    height: 1.75rem;
  }
  .planes div a {
    width: 80%;
    font-size: 1.15rem;
  }
  .planes div #recomendado {
    width: 32%;
  }
  .planes .plan-toggle {
    width: 220px;
    font-size: 1.3rem;
  }
  .planes .plan-price {
    font-size: 1.8rem;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .planes {
    padding: 2.5em;
  }
  .planes div {
    width: 45%;
    margin-right: 0;
    margin-bottom: 2em;
  }
  .planes div h2 {
    font-size: 1.8em;
  }
  .planes div p {
    font-size: 1.8em;
  }
  .planes div ul li {
    font-size: 1.25rem;
  }
  .planes .plan-toggle {
    width: 250px;
  }
}

.letter {
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.blanco, .rojo {
  width: 100%;
  height: 50vh;
  background: rgb(230, 233, 238);
}
.blanco h2, .rojo h2 {
  width: 100%;
  font-size: 1.5em;
  margin-bottom: 1em;
  color: rgb(10, 35, 66);
}
.blanco div, .rojo div {
  width: 20%;
  position: absolute;
  top: 15em;
  left: 5em;
  color: rgb(10, 35, 66);
}

.rojo div {
  width: 40%;
  margin: 5em 0;
  background: rgb(255, 255, 255);
}
.rojo h2, .rojo p {
  width: 100%;
  text-align: center;
  color: rgb(244, 201, 93);
}
.rojo p {
  width: 60%;
  text-align: justify;
  margin: 1em auto;
}
.rojo p a {
  color: rgb(244, 201, 93);
}
.rojo p a:hover {
  border-bottom: solid 1px rgb(244, 201, 93);
}
.rojo form {
  width: 30%;
  margin: 11rem auto 0;
  position: absolute;
  background: rgb(10, 35, 66);
  padding: 2em;
  box-shadow: 6px 6px 16px rgb(0, 0, 0);
  left: 70em;
  top: 5em;
  border-radius: 0.375em;
}
.rojo form h2 {
  font-size: 1.2em;
  text-align: left;
  margin-bottom: 1em;
  color: rgb(244, 201, 93);
}
.rojo form input[type=text], .rojo form input[type=email], .rojo form input[type=tel], .rojo form input[type=password], .rojo form textarea {
  width: 90%;
  font-family: textos;
  font-size: 1.2em;
  color: rgb(244, 201, 93);
  border: solid 1px rgb(244, 201, 93);
  padding: 1em 0;
  text-indent: 2em;
  display: block;
  margin: 0 auto 1em;
  border-radius: 0.375em;
  font-weight: 600;
}
.rojo form input[type=submit] {
  width: 80%;
  text-align: center;
  font-family: textos;
  background: rgb(244, 201, 93);
  color: rgb(10, 35, 66);
  padding: 1em 3em;
  font-size: 1.3em;
  text-transform: uppercase;
  display: block;
  margin: 0 auto 1em;
  border-radius: 0.375em;
  font-weight: 600;
}
.rojo form input[type=submit]:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 102, 255, 0.4);
}
.rojo form textarea {
  height: 6em;
}
.rojo form p {
  width: 90%;
  margin-bottom: 0.5em;
  text-align: center;
}
.rojo ::placeholder {
  color: rgb(244, 201, 93);
  font-family: textos;
}

@media (max-width: 480px) {
  .blanco {
    height: auto;
    padding: 2rem 0;
  }
  .blanco h2 {
    font-size: 1.2em;
    text-align: center;
  }
  .blanco div {
    position: static !important;
    top: auto;
    left: auto;
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .blanco {
    height: auto;
    padding: 2.5rem 0;
  }
  .blanco h2 {
    font-size: 1.4em;
    text-align: center;
  }
  .blanco div {
    position: static !important;
    top: auto;
    left: auto;
    width: 75%;
    margin: 0 auto;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .blanco {
    height: auto;
    padding: 3rem 0;
  }
  .blanco h2 {
    font-size: 1.5em;
  }
  .blanco div {
    position: static !important;
    top: auto;
    left: auto;
    width: 50%;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .rojo {
    height: auto;
    padding: 2rem 0;
  }
  .rojo h2 {
    font-size: 1.2em;
    text-align: center;
  }
  .rojo div {
    position: static !important;
    top: auto;
    left: auto;
    width: 90%;
    margin: 1.5em auto;
    background: rgb(255, 255, 255);
  }
  .rojo p {
    width: 90%;
  }
  .rojo form {
    position: static !important;
    left: auto;
    top: auto;
    width: 90%;
    margin: 2em auto 0;
  }
  .rojo form input[type=text], .rojo form input[type=email], .rojo form input[type=tel], .rojo form input[type=password], .rojo form textarea {
    font-size: 1rem;
  }
  .rojo form input[type=submit] {
    font-size: 1.1rem;
    padding: 0.8em 2em;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .rojo {
    height: auto;
    padding: 2.5rem 0;
  }
  .rojo h2 {
    font-size: 1.4em;
    text-align: center;
  }
  .rojo div {
    position: static !important;
    top: auto;
    left: auto;
    width: 75%;
    margin: 1.5em auto;
    background: rgb(255, 255, 255);
  }
  .rojo p {
    width: 80%;
  }
  .rojo form {
    position: static !important;
    left: auto;
    top: auto;
    width: 65%;
    margin: 2.5em auto 0;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .rojo {
    height: auto;
    padding: 3rem 0;
  }
  .rojo h2 {
    font-size: 1.5em;
  }
  .rojo div {
    position: static !important;
    top: auto;
    left: auto;
    width: 50%;
    margin: 2em auto;
    background: rgb(255, 255, 255);
  }
  .rojo form {
    position: static !important;
    left: auto;
    top: auto;
    width: 45%;
    margin: 3em auto 0;
  }
}

.footer {
  width: 100%;
  height: auto;
  padding: 3rem 0.5rem;
  background: rgb(10, 35, 66);
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}
.footer div {
  width: 16.6666666667%;
  padding-top: 2rem;
}
.footer div h4 {
  font-family: encabezados;
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.5em;
  color: rgb(244, 201, 93);
}
.footer div ul {
  width: 100%;
  margin-right: 1rem;
}
.footer div ul li {
  width: 100%;
  display: block;
  font-family: textos;
  text-transform: none;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0.5rem 1rem;
  color: rgb(244, 201, 93);
}
.footer div ul li a {
  width: 70%;
  font-size: 1.25rem;
  color: rgb(244, 201, 93);
  font-family: textos;
  display: block;
  margin: auto;
}
.footer div ul li a:hover {
  transform: translateX(0.3rem);
}
.footer .copyright {
  width: 100%;
  text-align: center;
  font-family: textos;
  font-size: 1em;
  font-weight: 400;
  margin-top: 2rem;
  color: rgb(244, 201, 93);
}
.footer .cabecera_footer {
  width: 100%;
  height: auto;
  padding-bottom: 2rem;
  border-bottom: solid 1px rgba(244, 201, 93, 0.2);
}
.footer .cabecera_footer img {
  width: 10%;
}
.footer .cabecera_footer p {
  font-family: textos;
  font-size: 1.5rem;
  color: rgb(244, 201, 93);
  letter-spacing: 0.35rem;
}

@media (max-width: 480px) {
  .footer {
    padding: 2rem 1rem;
  }
  .footer div {
    width: 100%;
    padding-top: 1rem;
    text-align: center;
  }
  .footer div h4 {
    font-size: 1.25rem;
    margin-bottom: 1em;
  }
  .footer div ul {
    margin-right: 0;
  }
  .footer div ul li {
    font-size: 1rem;
    margin: 0 0 0.75rem;
  }
  .footer div ul li a {
    width: 100%;
    font-size: 1.05rem;
  }
  .footer .copyright {
    font-size: 0.85em;
    margin-top: 1.5rem;
  }
  .footer .cabecera_footer {
    padding-bottom: 1.5rem;
  }
  .footer .cabecera_footer img {
    width: 25%;
  }
  .footer .cabecera_footer p {
    font-size: 1.1rem;
    letter-spacing: 0.15rem;
    text-align: center;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .footer {
    padding: 2.5rem 1.5rem;
  }
  .footer div {
    width: 50%;
    padding-top: 1.5rem;
  }
  .footer div h4 {
    font-size: 1.35rem;
  }
  .footer div ul li {
    font-size: 1.1rem;
  }
  .footer div ul li a {
    width: 85%;
    font-size: 1.15rem;
  }
  .footer .copyright {
    font-size: 0.9em;
  }
  .footer .cabecera_footer img {
    width: 18%;
  }
  .footer .cabecera_footer p {
    font-size: 1.25rem;
    letter-spacing: 0.2rem;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .footer {
    padding: 3rem 1rem;
  }
  .footer div {
    width: 33.3333333333%;
  }
  .footer .cabecera_footer img {
    width: 14%;
  }
  .footer .cabecera_footer p {
    font-size: 1.35rem;
    letter-spacing: 0.25rem;
  }
}
.creditos {
  height: auto;
  justify-content: center;
  align-items: center;
  background: rgb(19, 19, 19);
  padding: 1em 0;
}
.creditos div {
  width: 100%;
  font-family: textos;
  font-size: 1.2em;
  text-align: center;
  color: rgb(255, 255, 255);
}
.creditos div a {
  color: rgb(255, 255, 255);
}
.creditos div a:hover {
  color: rgb(140, 47, 57);
}

@media (max-width: 767px) {
  .creditos div {
    font-size: 0.8em;
  }
}
.login {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  box-shadow: 6px 6px 16px rgb(0, 0, 0);
  background: rgb(248, 247, 243);
}
.login form {
  width: 30%;
  height: auto;
  padding: 2rem 3rem;
  box-shadow: 0px 8px 10px rgb(0, 0, 0);
  border-radius: 0.375em;
  background: rgb(10, 35, 66);
}
.login form h2 {
  font-size: 2em;
  margin-bottom: 1.2em;
  color: rgb(244, 201, 93);
}
.login form img {
  width: 50%;
  display: block;
  margin: 0 auto;
}
.login form .input-wrapper {
  position: relative;
}
.login form .input-wrapper input[type=password] {
  padding-right: 3rem;
}
.login form .input-wrapper button.toggle-password {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
}
.login form .input-wrapper button.toggle-password svg {
  width: 2.2rem;
  height: 2.2rem;
  stroke-width: 1;
}
.login form .input-wrapper button.toggle-password .icon-eye-off {
  display: none;
}
.login form .input-wrapper button.toggle-password.active .icon-eye {
  display: none;
}
.login form .input-wrapper button.toggle-password.active .icon-eye-off {
  display: block;
}
.login form label {
  font-family: textos;
  font-size: 1.1rem;
  color: rgb(244, 201, 93);
  line-height: 2;
  margin-left: 1rem;
}
.login form input[type=email], .login form input[type=password], .login form input[type=text], .login form input[type=tel], .login form input[type=number], .login form input[type=submit] {
  width: 100%;
  border: solid 1px rgb(244, 201, 93);
  font-family: textos;
  font-size: 1.2rem;
  font-weight: 600;
  color: rgb(244, 201, 93);
  margin-bottom: 0.25rem;
  padding: 0.8em;
  border-radius: 0.375rem;
  text-indent: 3.5rem;
}
.login form input[type=email]:focus, .login form input[type=password]:focus, .login form input[type=text]:focus, .login form input[type=tel]:focus, .login form input[type=number]:focus, .login form input[type=submit]:focus {
  filter: brightness(2.5);
}
.login form input[type=email], .login form input[type=password], .login form input[type=text] {
  background-image: url("../../assets/imagenes/mail.svg");
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 30px;
}
.login form input.password-field {
  background-image: url(../../assets/imagenes/lock.svg) !important;
}
.login form input[type=text] {
  background-image: url(../../assets/imagenes/user.svg);
}
.login form input[type=submit] {
  background: rgb(244, 201, 93);
  color: rgb(10, 35, 66);
  text-indent: 0;
  margin: 1.5rem 0;
}
.login form input[type=submit]:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 102, 255, 0.4);
}
.login form div {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
}
.login form div a {
  color: rgb(244, 201, 93);
  font-size: 1.1rem;
  font-family: textos;
  font-weight: 600;
}
.login form div a:hover {
  transform: translateY(-0.1rem);
}
.login form ::placeholder {
  color: rgba(211, 211, 211, 0.4);
  text-indent: 3.5rem;
}
.login .login-legal p {
  font-family: textos;
  font-size: 1rem;
}
.login .login-legal p a {
  color: rgb(10, 35, 66);
}
.login .login-legal p a:hover {
  color: rgb(244, 201, 93);
}
@media (max-width: 480px) {
  .login {
    padding: 1.5rem 0.5rem;
  }
  .login form {
    width: 90%;
    padding: 1.5rem 1.25rem;
  }
  .login form h2 {
    font-size: 1.5em;
    margin-bottom: 1em;
  }
  .login form img {
    width: 65%;
  }
  .login form label {
    font-size: 1rem;
    margin-left: 0.5rem;
  }
  .login form input[type=email], .login form input[type=password], .login form input[type=text], .login form input[type=tel], .login form input[type=number] {
    font-size: 1.05rem;
    text-indent: 3rem;
    padding: 0.7em;
  }
  .login form input[type=email], .login form input[type=password], .login form input[type=text] {
    background-size: 24px;
  }
  .login form .input-wrapper button.toggle-password svg {
    width: 1.8rem;
    height: 1.8rem;
  }
  .login form div {
    flex-flow: column wrap;
    gap: 0.75rem;
  }
  .login form div a {
    font-size: 1rem;
  }
  .login form ::placeholder {
    text-indent: 3rem;
  }
  .login .login-legal p {
    font-size: 0.85rem;
    text-align: center;
    padding: 0 1rem;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .login {
    padding: 2rem 1rem;
  }
  .login form {
    width: 70%;
    padding: 1.75rem 2rem;
  }
  .login form h2 {
    font-size: 1.7em;
  }
  .login form img {
    width: 55%;
  }
  .login form input[type=email], .login form input[type=password], .login form input[type=text], .login form input[type=tel], .login form input[type=number], .login form input[type=submit] {
    font-size: 1.1rem;
  }
  .login form div {
    justify-content: space-between;
  }
  .login form div a {
    font-size: 1.05rem;
  }
  .login .login-legal p {
    font-size: 0.9rem;
    text-align: center;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .login form {
    width: 50%;
    padding: 2rem 2.5rem;
  }
  .login form h2 {
    font-size: 1.85em;
  }
}

.endreg {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  background: rgb(241, 243, 244);
  gap: 3em;
}
.endreg form {
  width: 100%;
  height: auto;
  padding: 1rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: stretch;
}
.endreg form div {
  width: 40%;
  height: auto;
  justify-content: space-around;
  align-items: center;
  padding: 2rem;
  border-radius: 0.375rem;
  box-shadow: 0px 8px 10px rgb(0, 0, 0);
  background: rgb(10, 35, 66);
}
.endreg form div h2 {
  width: 100%;
  text-align: center;
  font-size: 2.3rem;
  color: rgb(244, 201, 93);
  margin-bottom: 1rem;
}
.endreg form div h2 img {
  width: 20%;
  vertical-align: middle;
}
.endreg form div h3 {
  width: 100%;
  font-size: 2rem;
  font-family: encabezados;
  margin-bottom: 1em;
  text-align: left;
  color: rgb(244, 201, 93);
}
.endreg form div p {
  font-size: 1.2rem;
  font-family: textos;
  font-weight: 400;
  margin-bottom: 1em;
  color: rgb(244, 201, 93);
}
.endreg form div input[type=email], .endreg form div input[type=password], .endreg form div input[type=text], .endreg form div input[type=tel], .endreg form div input[type=number], .endreg form div input[type=submit], .endreg form div select {
  width: 100%;
  border: solid 1px rgb(244, 201, 93);
  font-family: textos;
  font-size: 1.2rem;
  font-weight: 600;
  color: rgb(244, 201, 93);
  margin-bottom: 1em;
  padding: 0.7em;
  border-radius: 0.375rem;
}
.endreg form div input[type=submit] {
  background: rgb(10, 35, 66);
  color: rgb(244, 201, 93);
  padding: 1rem 0;
  font-size: 1.2rem;
}
.endreg form div input[type=submit]:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgb(244, 201, 93);
}
.endreg form div ::placeholder {
  color: rgb(244, 201, 93);
}
.endreg form div a {
  width: 100%;
  color: rgb(10, 35, 66);
  font-size: 1em;
}
.endreg form div a:hover {
  border-bottom: solid 1px rgb(10, 35, 66);
}

.select-custom {
  width: 100%;
  margin-bottom: 1em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid rgb(244, 201, 93);
  color: rgb(10, 35, 66);
  padding: 0.5em;
  background: rgb(10, 35, 66);
  border-radius: 3em;
  font-size: 1em;
  font-family: textos;
  background-position: calc(100% - 15px) calc(50% - 5px), calc(100% - 10px) calc(50% - 5px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
.select-custom:focus {
  border-color: rgb(240.7572254335, 185.0809248555, 45.2427745665);
  outline: none;
}
.select-custom::-ms-expand {
  display: none;
}

.precio-info {
  width: 50rem;
  box-shadow: none;
  height: auto;
  margin: 1em 0;
  font-size: 1.2rem;
  font-family: textos;
  font-weight: 600;
  color: rgb(244, 201, 93);
  border: solid 1px rgb(244, 201, 93);
}

@media (max-width: 767px) {
  .endreg {
    flex-flow: column;
  }
  .endreg form {
    width: 100%;
    display: block;
    margin: auto;
  }
  .endreg form div {
    width: 100%;
    margin-top: 1.5em;
  }
  .endreg form div input[type=text] {
    width: 100%;
  }
  .endreg form div img, .endreg form div h2 {
    display: none;
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideOut {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(30px);
  }
}
.alert-container {
  position: fixed;
  top: 1.5em;
  right: 1.5em;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  gap: 0.8em;
  z-index: 999;
}
.alert-container svg {
  width: 1.5rem;
  height: 1.5rem;
  color: rgb(244, 201, 93);
}

.alert-box {
  display: flex;
  align-items: center;
  gap: 0.8em;
  min-width: 280px;
  max-width: 380px;
  padding: 0.9em 1.2em;
  background: rgb(10, 35, 66);
  border: solid 1px rgb(244, 201, 93);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  border-radius: 0.375em;
  animation: slideIn 0.3s ease-out forwards;
}
.alert-box.closing {
  animation: slideOut 0.3s ease-in forwards;
}

.alert {
  border-left: 4px solid rgb(140, 47, 57);
}

.success {
  border-left: 4px solid rgb(0, 226, 90);
}

.alert-icon {
  width: 1.4em;
  height: 1.4em;
  flex-shrink: 0;
}

.alert-message {
  margin: 0;
  flex: 1;
  text-align: left;
  font-size: 0.95em;
  color: rgb(244, 201, 93);
}

.close-btn {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  color: rgb(244, 201, 93);
  flex-shrink: 0;
}
.close-btn:hover {
  filter: brightness(1.5);
}

@media (max-width: 479px) {
  .alert-container {
    left: 1em;
    right: 1em;
    align-items: stretch;
  }
  .alert-box {
    max-width: 100%;
  }
}
.mensajes {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: auto;
  border-radius: 0.375rem;
  box-shadow: 0 8px 10px rgb(0, 0, 0);
}
.mensajes img {
  width: 15%;
  vertical-align: middle;
  margin-right: 2em;
}

.admin {
  align-items: stretch;
  position: fixed;
  height: 100vh;
}
.admin div:nth-child(1) {
  width: 7%;
  height: 100vh;
  background: rgb(10, 35, 66);
  position: absolute;
  left: 0;
}
.admin div:nth-child(1) ul {
  width: 100%;
}
.admin div:nth-child(1) ul li {
  width: 100%;
  margin-bottom: 2em;
}
.admin div:nth-child(1) ul li h2 {
  width: 100%;
  text-align: center;
  font-size: 1em;
  margin-bottom: 1em;
  color: rgb(10, 35, 66);
}
.admin div:nth-child(1) ul li svg {
  width: 3rem;
  height: 3rem;
  color: rgb(244, 201, 93);
  display: block;
  margin: auto;
}
.admin div:nth-child(1) ul li svg:hover {
  transform: scale(1.1);
}
.admin div:nth-child(1) ul li img {
  width: 25%;
  display: block;
  margin: 0 auto 1em;
}
.admin div:nth-child(1) ul li p {
  width: 100%;
  text-align: center;
  font-family: textos;
  font-size: 1em;
  font-weight: bold;
  color: rgb(244, 201, 93);
}
.admin div:nth-child(2) {
  width: 100%;
  height: 80vh;
}
.admin div:nth-child(2) p, .admin div:nth-child(2) h3, .admin div:nth-child(2) form, .admin div:nth-child(2) input {
  width: 50%;
  display: block;
  margin: 1em auto 0;
}
.admin div:nth-child(2) .contenedorDatos {
  width: 50%;
  padding: 1em;
  margin: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.admin div:nth-child(2) .contenedorDatos form {
  width: 100%;
}
.admin div:nth-child(2) .contenedorDatos table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 3em;
}
.admin div:nth-child(2) .contenedorDatos table tr {
  width: 50%;
  border-bottom: solid 1px rgb(10, 35, 66);
}
.admin div:nth-child(2) .contenedorDatos table tr td {
  width: 50%;
  font-family: textos;
  font-size: 1.2em;
  padding: 0.75em;
}
.admin div:nth-child(2) .contenedorDatos table tr td img {
  width: 2em;
  height: auto;
  aspect-ratio: 1/1;
}
.admin div:nth-child(2) .contenedorDatos table tr td input {
  border: none;
  padding: none;
  font-size: 1em;
  width: 100%;
}
.admin div:nth-child(2) .contenedorDatos table tr td input[type=submit] {
  padding: 1em;
  border: solid 1px rgb(10, 35, 66);
}
.admin div:nth-child(2) .contenedorDatos table .noBorder {
  border: none;
}
.admin div:nth-child(2) .contenedorDatos table .textoRojo {
  color: rgb(10, 35, 66);
}
.admin div:nth-child(2) .contenedorDatos table .papelera {
  width: 2rem;
  height: auto;
  aspect-ratio: 1/1;
  display: block;
  margin: auto;
}
.admin div:nth-child(2) h3 {
  text-align: center;
  font-family: encabezados;
  font-size: 2em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  color: rgb(10, 35, 66);
}
.admin div:nth-child(2) .exp {
  width: 50%;
  margin-bottom: 1em;
}
.admin div:nth-child(2) .padding {
  padding: 1em;
  color: rgb(10, 35, 66);
}
.admin div:nth-child(2) .campoPassword {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 5rem;
}
.admin div:nth-child(2) .campoPassword input {
  width: 100%;
  padding-right: 2.75rem;
  border: solid 1px rgb(10, 35, 66);
  font-size: 1.2em;
}
.admin div:nth-child(2) .campoPassword__toggle,
.admin div:nth-child(2) .campoPassword .togglePassword {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #666;
}
.admin div:nth-child(2) .campoPassword__toggle:hover, .admin div:nth-child(2) .campoPassword__toggle[aria-pressed=true],
.admin div:nth-child(2) .campoPassword .togglePassword:hover,
.admin div:nth-child(2) .campoPassword .togglePassword[aria-pressed=true] {
  color: #222;
}
.admin div:nth-child(2) .campoPassword__toggle:focus-visible,
.admin div:nth-child(2) .campoPassword .togglePassword:focus-visible {
  outline: 2px solid #a00;
  outline-offset: 2px;
}
.admin div:nth-child(2) .iconoOjo {
  display: block;
  pointer-events: none;
}
.admin div:nth-child(2) input[type=submit] {
  background: rgb(10, 35, 66);
  color: rgb(244, 201, 93);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2em;
  border-radius: 1em;
}
.admin div:nth-child(2) input[type=submit]:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 102, 255, 0.4);
}

.editar {
  width: 7%;
  margin-left: 100%;
}

.mensajeAlerta, .mensajeSuccess {
  background: rgb(140, 47, 57);
  padding: 1em 3em;
  color: rgb(255, 255, 255);
  font-family: textos;
  font-size: 1em;
}

.mensajeSuccess {
  background: rgb(0, 226, 90);
}

.sin_archivos {
  font-size: 2em;
  color: rgb(140, 47, 57);
  text-align: center;
}

.admin_nav {
  width: 100vw;
  height: auto;
  background: rgb(10, 35, 66);
  box-shadow: 3px 31px 31px -3px rgba(0, 0, 0, 0.75);
}
.admin_nav img {
  width: 5%;
}

.admin_copy {
  width: 100vw;
  height: 2em;
  background: rgb(10, 35, 66);
  box-shadow: 12px 0 10px rgb(0, 0, 0);
}
.admin_copy p {
  text-align: right;
  font-family: textos;
  font-size: 1.2em;
  color: rgb(244, 201, 93);
}

@media (max-width: 767px) {
  .admin::before {
    content: "Esta opción no esta disponible para teléfonos móviles.";
    color: rgb(140, 47, 57);
    font-size: 2em;
  }
  .admin {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1599px) {
  .admin div:nth-child(1) {
    width: 15%;
    border-right: solid 1px rgb(0, 0, 0);
  }
  .admin div:nth-child(1) ul li img {
    width: 50%;
  }
  .admin div:nth-child(2) {
    width: 85%;
    height: 80vh;
    overflow: auto;
  }
  .admin div:nth-child(2) p, .admin div:nth-child(2) h3, .admin div:nth-child(2) form, .admin div:nth-child(2) input {
    width: 95%;
    font-size: 1.2em;
  }
  .admin div:nth-child(2) .contenedorDatos, .admin div:nth-child(2) .exp {
    width: 95%;
  }
  .admin div:nth-child(2) .mensajeAlerta, .admin div:nth-child(2) .mensajeSuccess {
    padding: 0;
  }
}
.contenedorArchivo {
  width: 50%;
  height: 75vh;
  margin-top: 5em;
  text-align: center;
  font-family: textos;
  font-size: 1em;
  padding: 2em;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 600;
}

.cabeceraArchivo {
  width: 100%;
  height: 5em;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 2em;
}
.cabeceraArchivo h3 {
  font-family: encabezados;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 400;
  text-align: right;
}
.cabeceraArchivo p {
  width: 70%;
  font-family: textos;
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.75em;
  margin: auto;
}
.cabeceraArchivo img {
  width: 4em;
  height: auto;
  vertical-align: middle;
  margin-right: 2em;
}

.cabeceraArchivoCombinar {
  margin-top: 10em;
}

.contenedorPdf {
  width: 100%;
  height: 60vh;
  padding: 1em;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}

.contenedorInfo {
  width: 40%;
  height: 40vh;
  font-family: encabezados;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 400;
  text-align: left;
}
.contenedorInfo h3 {
  font-size: 1em;
  font-weight: 400;
}
.contenedorInfo p {
  width: 100%;
  text-align: left;
  font-size: 0.6em;
  font-family: textos;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
}

/* Estilos generales para el checkbox */
.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
}

/* Ocultar la casilla de verificación original */
.custom-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Crear un nuevo checkmark */
.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 3rem;
  width: 3rem;
  border: solid 1px rgb(10, 35, 66);
  border-radius: 4px;
}

/* Estilo para el checkmark al pasar el cursor */
.custom-checkbox:hover input ~ .checkmark {
  background-color: rgb(10, 35, 66);
}

/* Estilo para el checkmark cuando está seleccionado */
.custom-checkbox input:checked ~ .checkmark {
  background-color: rgb(244, 201, 93);
}

/* Añadir el símbolo de checkmark (✓) */
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Mostrar el símbolo de checkmark cuando está seleccionado */
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Estilo para el símbolo de checkmark */
.custom-checkbox .checkmark:after {
  left: 0.5em;
  top: 0.25em;
  width: 0.5em;
  height: 0.9em;
  border: solid white;
  border-width: 0 0.2em 0.2em 0;
  transform: rotate(45deg);
}

.contenedorCampos {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 90vh;
  padding: 1em 0;
  border-left: solid 1px rgb(140, 47, 57);
}
.contenedorCampos form {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
}
.contenedorCampos form fieldset {
  width: 50%;
  height: auto;
  padding: 1em;
  font-family: textos;
  font-size: 1em;
  margin-bottom: 2em;
  border: none;
}
.contenedorCampos form fieldset legend {
  color: rgb(0, 0, 0);
  font-size: 1em;
}
.contenedorCampos form fieldset legend img {
  width: 2em;
  vertical-align: middle;
  margin-right: 1em;
  filter: drop-shadow(1px 1px 1px rgb(0, 0, 0));
}
.contenedorCampos form fieldset div {
  display: inline-block;
  margin: 1em auto;
}
.contenedorCampos form fieldset div label {
  font-size: 1em;
}
.contenedorCampos form fieldset div label span {
  color: rgb(140, 47, 57);
}
.contenedorCampos form fieldset div label img {
  width: 2em;
  vertical-align: middle;
}

.ventanaPreview {
  width: 100%;
  height: 10vh;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  border: solid 1px rgb(140, 47, 57);
  overflow: hidden;
  padding: 1em;
  background: orange;
}

.pass {
  width: 100%;
  font-family: textos;
}
.pass input[type=password] {
  width: 90%;
  font-size: 1.2em;
  text-indent: 0.5em;
  margin-top: 3em;
  border-bottom: solid 1px rgb(140, 47, 57);
  color: rgb(140, 47, 57);
}
.pass label {
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 20em;
}

/* Por defecto, el mensaje de restricción está oculto */
.mensaje-restriccion-movil {
  display: none;
}

/*.marcaAgua
 *
 *  width: 50%
 *  height: 72vh
 *  display: flex
 *  flex-flow: column
 *  justify-content: space-around
 *  align-items: center
 *  overflow: auto
 *
 *  svg
 *
 *      width: 3.5rem
 *      height: 3.5rem
 *      vertical-align: middle
 *  form
 *
 *      width: 90%
 *
 *      fieldset
 *
 *          width: 95% 
 *
 *          div
 *
 *              margin: 0*/
/*.posicion
 *
 *  width: 50%
 *  height: 65vh
 *  @include select*/
/*.fuentes
 *
 *  width: 50%
 *  height: 65vh
 *  @include select
 *
 *  input[type=text]
 *
 *      border: solid 1px red
 *      padding: 1em
 *      font-size: 1em
 *      font-family: encabezados
 *      font-weight: 600
 *  ::placeholder
 *
 *      color: rgba(0,0,0,0.7)*/
/*.rangos
 *
 *  width: 100%
 *  display: flex
 *  flex-flow: row wrap
 *  justify-content: space-around
 *  align-items: stretch
 *  padding: 1em
 *
 *  h3
 *
 *      @include encabezadoH3
 *      width: 100%
 *      margin-bottom: 2em */
/*.rangosPartes
 *
 *  width: 50% 
 *  height: auto */
/*.campoTexto
 *
 *  font-size: 1em
 *
 *  input[type=text], input[type=number]
 *
 *      width: 70%
 *      padding: 1em
 *      margin-top: 1em
 *      border: solid 1px $colorRojo
 *      color: $colorNegro
 *  label
 *
 *      color: rgba(0,0,0,0.7)
 *
 *  ::placeholder
 *
 *      color: $colorNegro
 *      font-family: textos
 *      font-size: 1em
 *      font-weight: 600*/
.botonSubmit, .botonSubmitMarcaAgua {
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
.botonSubmit input[type=submit], .botonSubmitMarcaAgua input[type=submit] {
  width: 35%;
  background: rgb(10, 35, 66);
  font-family: textos;
  font-size: 1.2em;
  color: rgb(244, 201, 93);
  padding: 0.75em 0;
  border-radius: 5em;
  font-weight: 400;
}
.botonSubmit input[type=submit]:hover, .botonSubmitMarcaAgua input[type=submit]:hover {
  transform: translateY(-3px);
}

.botonSubmitMarcaAgua {
  margin-top: 22em;
}

.botonSubmitDividir {
  margin-top: 3em;
}

.botonSubmitCombinar {
  width: 60%;
  display: block;
  margin: auto;
}
.botonSubmitCombinar input[type=submit] {
  display: block;
  margin: auto;
}

/* Esconde el input file original */
input[type=file] {
  display: none;
}

/* Estilos para el botón personalizado */
.custom-file-upload {
  width: 100%;
  display: block;
  margin: auto;
  padding: 1em 4em;
  cursor: pointer;
  font-size: 1em;
  font-family: textos;
  transition: background-color 0.3s ease, color 0.3s ease;
  vertical-align: middle;
}
.custom-file-upload svg {
  width: 3rem;
  height: 3rem;
  color: #555;
  vertical-align: middle;
}
.custom-file-upload svg:hover {
  transform: translateY(-3px);
}
.custom-file-upload span {
  color: rgb(10, 35, 66);
  font-family: textos;
  font-weight: 600;
  margin-left: 2rem;
  font-size: 1.2rem;
  transition: color 0.5s linear;
}

.custom-file-upload i {
  margin-right: 25em;
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 2em;
  cursor: pointer;
  line-height: 1em;
  display: inline-block;
  color: #666;
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 1em;
  height: 1em;
  background: rgb(10, 35, 66);
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*#pdf-container 
 *  display: flex
 *  flex-flow: column
 *  justify-content: center
 *  align-items: center
 *  gap: 0.5em
 *  width: 30%
 *  height: 65vh
 *  overflow: auto
 *  canvas 
 *      border: 1px solid #ccc
 *      margin: auto
 *      width: 95%*/
.preview-container {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 65vh;
  margin: 0 auto;
  overflow: auto;
}

/*#pdf-preview 
 *  position: absolute
 *  pointer-events: none
 *  transition: all 0.3s ease
 *  transform-origin: center center
 *  white-space: nowrap*/
.watermark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.page-container {
  position: relative;
  margin: 10px auto;
  border: solid 1px red;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .conversor {
    width: 100vw;
    height: auto;
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding: 1em;
  }
  .contenedorArchivo {
    width: 100%;
    height: 20em;
  }
  .contenedorArchivo img, .contenedorArchivo h3 {
    width: 20%;
  }
  .contenedorArchivo h3 {
    width: 100%;
  }
  .contenedorCampos {
    width: 100%;
    border-left: none;
    margin-top: -17em;
  }
  .contenedorCampos form {
    width: 100%;
  }
  .contenedorCampos form fieldset {
    width: 100%;
  }
  .contenedorCampos form fieldset input {
    width: 100%;
  }
  .botonSubmit input[type=submit] {
    width: 90%;
  }
  .tooltip-container, .tooltip-image, .tooltip-text, .contenedorPdf {
    display: none;
  }
  .marcaAguaMovil, .unirMovil, .dividirMovil {
    display: none;
  }
  .mensaje-restriccion-movil {
    display: flex;
    width: 100vw;
    height: 100vh;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 1em;
  }
  .mensaje-restriccion-movil img {
    width: 30%;
  }
  .mensaje-restriccion-movil p {
    color: rgb(140, 47, 57);
  }
}
/* Contenedor relativo para el tooltip */
.tooltip-container {
  width: 100%;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.tooltip-container img {
  width: 2em;
  top: -6%;
}
.tooltip-container {
  /* El tooltip oculto por defecto */
}

.tooltip-text {
  visibility: hidden;
  width: 45em;
  background-color: rgba(0, 0, 0, 0.95);
  color: #fff;
  text-align: center;
  padding: 1em;
  border-radius: 0.7em;
  position: absolute;
  top: 50%;
  left: 77%;
  font-size: 0.75em;
  font-family: textos;
  font-weight: 400;
  text-align: justify;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 999;
  /* Triángulo debajo del tooltip */
}

.tooltip-text::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.75) transparent transparent transparent;
  /* Mostrar el tooltip al pasar el cursor */
}

.tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.file-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1.2rem;
  padding: 1.2rem 0;
  list-style: none;
}

.file-item {
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 0.6rem;
  padding: 1rem;
  text-align: center;
  position: relative;
  cursor: move;
  transition: transform 0.2s, border-color 0.2s;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.file-item:hover {
  border-color: rgb(10, 35, 66);
}

.file-item.dragging {
  opacity: 0.5;
  transform: scale(0.95);
}

.thumbnail-container {
  width: 100%;
  height: auto;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 5px;
}

.thumbnail-container canvas {
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin-top: 0.1rem;
}

.file-info-text {
  font-size: 1rem;
  font-family: textos;
  color: #333;
  word-break: break-all;
  margin-bottom: 0.4rem;
  font-weight: bold;
}

.file-meta {
  font-size: 1rem;
  font-family: textos;
  color: #666;
}

.btn-remove {
  position: absolute;
  top: -0.625rem;
  right: -0.625rem;
  background: rgb(10, 35, 66);
  color: rgb(244, 201, 93);
  border: none;
  border-radius: 50%;
  width: 1.56rem;
  height: 1.56rem;
  cursor: pointer;
  font-weight: bold;
  z-index: 10;
}
.btn-remove:hover {
  transform: translateY(-3px);
}

.icon svg {
  width: 7rem;
  height: 7rem;
  color: rgb(10, 35, 66);
}

.barraProgreso h3 {
  width: 100%;
  text-align: center;
  font-family: textos;
  font-size: 1.2em;
  color: rgb(140, 47, 57);
}
.barraProgreso div {
  width: 50%;
  height: 3em;
  background-color: #f3f3f3;
  border: 1px solid;
}
.barraProgreso div div {
  height: 100%;
  width: 0%;
  background-color: rgb(140, 47, 57);
}

.cargaPdf {
  width: 100%;
  height: auto;
  position: fixed;
  padding: 1em;
  top: 7em;
}
.cargaPdf form {
  width: 30%;
}
.cargaPdf form input[type=file] {
  display: initial;
  height: auto;
}

.menuEditor {
  width: 100%;
  height: auto;
  position: fixed;
  top: 10.3em;
  padding: 0.3em;
  box-shadow: 6px 0 16px rgb(0, 0, 0);
}
.menuEditor button {
  width: 4%;
  border: none;
  background: none;
  font-family: textos;
  font-weight: lighter;
}
.menuEditor button img {
  width: 40%;
}
.menuEditor span {
  border: solid 1px rgb(0, 0, 0);
  padding: 0.5em 1em;
  border-radius: 1em;
  font-family: textos;
  font-size: 1em;
}

.insertarTextos {
  width: 27%;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  padding: 1em 0;
}
.insertarTextos label {
  width: auto;
  font-family: textos;
  font-size: 0.75em;
  font-weight: lighter;
}
.insertarTextos input[type=number] {
  width: 30%;
}
.insertarTextos select {
  width: 60%;
}
.insertarTextos input[type=checkbox] {
  margin-top: 2em;
}

.menuSeparadores {
  height: 12vh;
  padding: 1em 0;
  border-left: solid 2px rgba(0, 0, 0, 0.1);
}

.opcionesDibujo {
  width: 8%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.opcionesDibujo label {
  width: auto;
  font-family: textos;
  font-size: 0.75em;
  font-weight: lighter;
}
.opcionesDibujo input[type=number], .opcionesDibujo input[type=color] {
  width: 40%;
  font-family: textos;
  font-size: 0.75em;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 0.5em 0.3em;
}
.opcionesDibujo span {
  border: none;
}

#pdf-container {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 17em;
}

#thumbnails {
  width: 15%;
  height: 90vh;
  overflow-y: auto;
  position: relative;
}

.thumbnail-container {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 1em;
  margin-bottom: 1em;
  cursor: pointer;
}
.thumbnail-container img {
  width: 100%;
  display: block;
  box-shadow: 3px 3px 12px rgb(0, 0, 0);
}

.page-number {
  position: absolute;
  top: 0.5em;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.7);
  color: rgb(255, 255, 255);
  font-size: 1em;
  font-family: textos;
  font-weight: bold;
  padding: 0.3em 1em;
  border-radius: 3px;
}

#main-canvas {
  width: 80%;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

canvas {
  margin-top: 20em;
}

.cancelar {
  background: url("../imagenes/fondoCancelar.webp") no-repeat center left;
  background-size: contain;
}

.cancelarContenedor {
  width: 40%;
  height: 60vh;
}
.cancelarContenedor h3 {
  width: 100%;
  text-align: center;
  font-family: encabezados;
  font-size: 2em;
}
.cancelarContenedor div {
  width: 100%;
  height: auto;
  margin-top: 1em;
  padding: 1em;
}
.cancelarContenedor div p {
  width: 100%;
  font-family: textos;
}
.cancelarContenedor div p span {
  color: rgb(140, 47, 57);
  font-weight: 600;
}
.cancelarContenedor a {
  width: 25%;
  font-size: 1.2em;
  padding: 1em;
  border: solid 1px rgb(140, 47, 57);
  color: rgb(140, 47, 57);
  border-radius: 2em;
  display: block;
  margin: 3em auto;
  text-align: center;
}
.cancelarContenedor a:hover {
  background: rgb(140, 47, 57);
  color: rgb(255, 255, 255);
}

.pruebaEnd {
  background: url("../imagenes/pruebaFinalizada.webp") no-repeat center center;
  background-size: cover;
}
.pruebaEnd h3 {
  font-size: 2em;
  text-transform: uppercase;
  font-family: encabezados;
}

.politicas {
  align-items: center;
  padding: 2em 0;
  overflow: hidden;
}

.contenedorPoliticas {
  width: 50%;
  height: 80vh;
  overflow: auto;
  display: block;
  margin: 7em auto;
}
.contenedorPoliticas div {
  width: 100%;
  padding: 1em;
}
.contenedorPoliticas div h2, .contenedorPoliticas div h3 {
  width: 100%;
  font-family: encabezados;
  text-transform: uppercase;
  font-size: 2.5em;
  margin-bottom: 2em;
  color: rgb(10, 35, 66);
}
.contenedorPoliticas div h3 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
  text-transform: none;
}
.contenedorPoliticas div p {
  font-size: 1.2em;
  font-family: textos;
}
.contenedorPoliticas div ul {
  width: 80%;
}
.contenedorPoliticas div ul li {
  font-family: textos;
  font-size: 1.2em;
  text-indent: 3em;
  line-height: 2;
}
.contenedorPoliticas div ul li:first-child {
  margin-top: 1em;
}

@media (max-width: 767px) {
  .politicas {
    width: 100%;
    padding: 0.2em;
  }
  .politicas div {
    width: 100%;
  }
  .politicas div h2 {
    font-size: 1.5em;
    margin-bottom: 2em;
  }
  .politicas div h3 {
    font-size: 1.1em;
  }
  .politicas div ul {
    width: 100%;
  }
  .politicas div ul li {
    width: 100%;
    margin-left: 0.5em;
    margin-bottom: 1em;
    text-align: justify;
    text-indent: 0;
  }
}
.download {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.download div {
  margin-top: 20em;
}
.download div p {
  width: 100%;
  text-align: center;
  font-size: 1em;
  font-family: textos;
}
.download div svg {
  width: 20%;
  color: rgb(0, 0, 0);
}
.download div a {
  width: 100%;
  text-align: center;
  font-family: textos;
  font-size: 1em;
  font-weight: bold;
  color: rgb(10, 35, 66);
}

@media (min-width: 320px) and (max-width: 767px) {
  .download {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }
  .download div {
    width: 100%;
    height: 40vh;
    padding: 1em;
  }
  .download div p {
    font-size: 0.9em;
  }
  .download div svg {
    width: 15%;
  }
}
@media (min-width: 768px) and (max-width: 1599px) {
  .download div {
    width: 100%;
    padding: 1em;
  }
  .download div svg {
    width: 6%;
  }
}
.finPrueba {
  justify-content: center;
  align-items: center;
}
.finPrueba div {
  width: 30%;
  height: auto;
  padding: 2rem;
  background: rgb(10, 35, 66);
  border-radius: 0.375rem;
  margin-top: 7rem;
  box-shadow: 0px 8px 10px rgb(0, 0, 0);
}
.finPrueba div h2, .finPrueba div p {
  font-size: 2.5rem;
  width: 100%;
  margin-bottom: 1em;
  color: rgb(244, 201, 93);
}
.finPrueba div p {
  width: 95%;
  font-size: 1.2rem;
  display: block;
  margin: auto;
}
.finPrueba div p a {
  width: 60%;
  display: block;
  margin: 2rem auto;
  border: solid 1px rgb(244, 201, 93);
  padding: 1rem 0;
  border-radius: 0.375rem;
  text-align: center;
  color: rgb(244, 201, 93);
}
.finPrueba div p a:hover {
  color: rgb(10, 35, 66);
  background: rgb(244, 201, 93);
}

.pago {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.mensaje {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  background: rgb(255, 255, 255);
  padding: 2em;
  border-radius: 1em;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  opacity: 0;
  transform: scale(0.95);
  animation: fadeIn 1.2s ease-out forwards;
}
.mensaje h1 {
  width: 100%;
  font-size: 2em;
  margin-bottom: 2em;
}
.mensaje h1 p {
  max-width: 100%;
  display: block;
  margin: auto;
  border: solid 1px red;
  font-size: 1em;
}

.redirigiendo {
  margin-top: 30px;
  font-size: 14px;
  color: #666;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  /* Animación de aparición */
}
@keyframes fadeIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
  /* Spinner */
}

.spinner {
  width: 24px;
  height: 24px;
  border: 3px solid #ccc;
  border-top: 3px solid #333;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.confPrueba div {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 70vh;
  padding: 2rem;
  background: rgb(10, 35, 66);
  border-radius: 0.375rem;
  box-shadow: 0px 8px 10px rgb(0, 0, 0);
}
.confPrueba div img {
  width: 70%;
  display: block;
  margin: auto;
}
.confPrueba div h3 {
  font-size: 1.2rem;
  color: rgb(244, 201, 93);
  font-family: textos;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 479px) {
  .confPrueba {
    padding: 1rem;
  }
  .confPrueba div {
    width: 100%;
  }
  .confPrueba div img {
    width: 50%;
  }
  .confPrueba div h3 {
    font-size: 1rem;
  }
}
.opiniones {
  height: auto;
  background: linear-gradient(135deg, #f1f5f9 0%, #ffffff 100%);
  margin-bottom: 6rem;
  padding: 1rem;
}
.opiniones h2 {
  width: 100%;
}

.slider-container {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 60%;
  margin: auto;
  overflow: hidden;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  flex: 0 0 33.3333%;
  box-sizing: border-box;
  padding: 1rem;
}

.slide .card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(245, 247, 250, 0.95) 100%);
  border-radius: 0.8rem;
  padding: 1.1rem;
  height: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease forwards;
  transition: all 0.3s ease;
}
.slide .card img {
  width: 80%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50rem;
}
.slide .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.slide .card:nth-child(2) {
  animation-delay: 0.15s;
}
.slide .card:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.slide .card img {
  width: 40%;
  display: block;
  margin: 0 auto 2rem;
}

.slide .card h4 {
  margin: 0 0 10px;
  font-size: 2.5rem;
  color: #333;
  font-family: textos;
  text-align: center;
}

.slide .card p {
  font-size: 1rem;
  color: #555;
  line-height: 1.4;
  width: 100%;
  font-weight: bold;
  text-align: right;
}

.slider-buttons {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.slider-buttons button {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}
.slider-buttons button:hover {
  background: rgba(0, 0, 0, 0.6);
  transform: scale(1.1);
}

.slider-dots {
  text-align: center;
  margin-top: 1rem;
  width: 100%;
}

.slider-dots span {
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 0.313rem;
  background: #bbb;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}

.slider-dots .active {
  background: #333;
}

#comillas {
  width: 5%;
  margin-left: 0;
  margin-bottom: 0;
  opacity: 0.4;
}

#comillasFin {
  width: 5%;
  margin-right: 0;
  margin-top: 0;
  opacity: 0.4;
}

#opinion {
  font-family: textos;
  font-size: 1.2rem;
  font-style: italic;
  text-align: center;
  font-weight: 400;
}

.estrellas {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

#estrella {
  width: 7%;
  margin: 0;
  padding: 0;
}

.avatar-iniciales {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  border: solid 0.313rem rgb(244, 201, 93);
  background: rgb(10, 35, 66);
  color: rgb(244, 201, 93);
  font-family: textos;
  font-weight: 600;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(7rem);
  margin-bottom: 2rem;
}

@media (max-width: 479px) {
  .slider-container {
    max-width: 95%;
  }
  .slide {
    flex: 0 0 100%;
    padding: 0.5rem;
  }
  .slide .card {
    padding: 0.8rem;
  }
  .slide .card img {
    width: 50%;
    margin: 0 auto 1.5rem;
  }
  .slide .card h4 {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
  .slide .card p {
    font-size: 0.95rem;
    text-align: center;
  }
  .slider-buttons button {
    padding: 7px 11px;
    font-size: 0.9rem;
  }
  .slider-dots span {
    width: 0.75rem;
    height: 0.75rem;
  }
  #comillas, #comillasFin {
    width: 8%;
  }
  #opinion {
    font-size: 1rem;
  }
  #estrella {
    width: 9%;
  }
  .avatar-iniciales {
    width: 4rem;
    height: 4rem;
    font-size: 1.4rem;
    border-width: 0.2rem;
    transform: translateX(2.5rem);
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .slider-container {
    max-width: 88%;
  }
  .slide {
    flex: 0 0 50%;
    padding: 0.75rem;
  }
  .slide .card {
    padding: 1rem;
  }
  .slide .card img {
    width: 45%;
  }
  .slide .card h4 {
    font-size: 1.9rem;
  }
  .slide .card p {
    font-size: 1rem;
    text-align: center;
  }
  .slider-buttons button {
    padding: 9px 13px;
    font-size: 1rem;
  }
  #comillas, #comillasFin {
    width: 6%;
  }
  #opinion {
    font-size: 1.1rem;
  }
  #estrella {
    width: 8%;
  }
  .avatar-iniciales {
    width: 5rem;
    height: 5rem;
    font-size: 1.7rem;
    transform: translateX(4.5rem);
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .slider-container {
    max-width: 80%;
  }
  .slide {
    flex: 0 0 50%;
  }
  .slide .card h4 {
    font-size: 2.2rem;
  }
  .slide .card p {
    font-size: 1rem;
  }
  .avatar-iniciales {
    width: 5.5rem;
    height: 5.5rem;
    transform: translateX(6rem);
  }
}
.faq {
  height: 80vh;
}
.faq {
  padding: 3.5em 1.3em;
  font-family: textos;
}
.faq div {
  max-width: 900px;
  margin: 0 auto;
}
.faq div h2 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 2em;
  font-weight: 700;
  color: rgb(10, 35, 66);
}

.faq-item {
  margin-bottom: 1rem;
  border-bottom: 1px solid rgb(244, 201, 93);
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 1em;
  font-size: 1.1rem;
  font-weight: 600;
  background: rgb(10, 35, 66);
  color: rgb(244, 201, 93);
  border: none;
  cursor: pointer;
  outline: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s;
  border-radius: 0.375rem;
}
.faq-question svg {
  width: 3rem;
  height: 3rem;
  margin: 0 1em 0 0;
  vertical-align: middle;
  color: rgb(244, 201, 93);
}

.faq-icon {
  font-size: 1.2rem;
  transition: transform 0.3s;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 1em;
  background: rgb(10, 35, 66);
  color: rgb(244, 201, 93);
}
.faq-answer p {
  color: rgb(244, 201, 93);
  font-family: textos;
  font-size: 1.2rem;
  text-align: center;
}

.faq-answer.open {
  max-height: 25em;
  padding: 1em;
  background: rgb(10, 35, 66);
  color: rgb(244, 201, 93);
}

@media (max-width: 480px) {
  .faq {
    height: auto;
    padding: 2em 0.8em;
  }
  .faq div h2 {
    font-size: 1.6rem;
    margin-bottom: 1.2em;
  }
  .faq-question {
    padding: 0.75em;
    font-size: 0.95rem;
  }
  .faq-question svg {
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 0.5em;
  }
  .faq-answer p {
    font-size: 1rem;
  }
  .faq-answer.open {
    max-height: 30em;
    padding: 0.75em;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .faq {
    height: auto;
    padding: 2.5em 1em;
  }
  .faq div h2 {
    font-size: 2rem;
    margin-bottom: 1.5em;
  }
  .faq-question {
    padding: 0.85em;
    font-size: 1rem;
  }
  .faq-question svg {
    width: 2.2rem;
    height: 2.2rem;
    margin-right: 0.75em;
  }
  .faq-answer p {
    font-size: 1.1rem;
  }
  .faq-answer.open {
    max-height: 28em;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .faq {
    height: auto;
    padding: 3em 1.2em;
  }
  .faq div h2 {
    font-size: 2.5rem;
  }
  .faq-question svg {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.empresa {
  padding: 1em 0 4em 0;
  height: auto;
}
.empresa h2 {
  width: 100%;
  font-family: encabezados;
  font-size: 2em;
  margin: 6em 0 1em 0;
  color: rgb(10, 35, 66);
}
.empresa div {
  width: 50%;
}
.empresa div h3 {
  font-family: textos;
  font-size: 1.5em;
  font-weight: 600;
  color: rgb(10, 35, 66);
}
.empresa div h3 svg {
  width: 3.5rem;
  height: 3.5rem;
  color: rgb(10, 35, 66);
  vertical-align: middle;
}
.empresa div p {
  font-size: 1.2em;
  margin-bottom: 2em;
  font-family: textos;
}
.empresa div ul {
  width: 100%;
}
.empresa div ul h3 {
  margin-bottom: 1em;
}
.empresa div ul li {
  width: 100%;
  display: inline-block;
  margin-bottom: 3em;
  font-family: textos;
  font-size: 1.2em;
  font-weight: 400;
}
.empresa div ul li svg {
  width: 3.5rem;
  height: 3.5rem;
  color: rgb(10, 35, 66);
  vertical-align: middle;
}
.empresa div ul li span {
  font-weight: 700;
  color: rgb(10, 35, 66);
}

@media (max-width: 767px) {
  .empresa div {
    width: 100%;
    padding: 1em;
  }
  .empresa p {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1599px) {
  .empresa div {
    width: 100%;
    padding: 1em;
  }
  .empresa p {
    width: 100%;
  }
}
.blog {
  padding: 1em;
  justify-content: center;
  background: rgb(248, 247, 243);
}
.blog h1 {
  width: 100%;
  color: rgb(10, 35, 66);
  font-family: encabezados;
  margin: 4em 0 2em 0;
  font-size: 2em;
}
.blog h2 {
  width: 100%;
  margin-bottom: 1.5em;
  color: rgb(10, 35, 66);
  font-size: 1.5em;
}

.articulo, .historial {
  width: 45%;
  height: 70vh;
  overflow: auto;
  margin-right: 6em;
}
.articulo h3, .historial h3 {
  font-size: 1.3em;
  text-align: left;
  font-family: textos;
  color: rgb(10, 35, 66);
  margin-top: 2em;
}
.articulo img, .historial img {
  width: 100%;
  height: auto;
}

.historial {
  width: 25%;
  padding: 1em;
  border-left: solid 1px rgb(10, 35, 66);
}
.historial h3 {
  font-family: textos;
  font-weight: 600;
  font-size: 1.2em;
  text-align: center;
  color: rgb(10, 35, 66);
}

.archive-card {
  overflow: hidden;
}

.archive-header {
  padding: 1rem 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.archive-title {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 2em;
  font-family: encabezados;
  color: rgb(10, 35, 66);
}

.archive-list {
  padding: 0;
  margin: 0;
}

.month-group {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.month-toggle {
  width: 100%;
  text-align: left;
  padding: 0.85em 1.2em;
  background: none;
  border: 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.month-toggle:focus {
  outline: 3px solid rgba(10, 35, 66, 0.35);
  outline-offset: 2px;
}

.month-count {
  font-weight: 500;
  color: #666;
  font-size: 0.95em;
  margin-left: 0.6em;
}

.chev {
  transition: transform 0.28s ease;
}

.chev {
  transform: rotate(90deg);
}

.month-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.36s cubic-bezier(0.2, 0.9, 0.2, 1);
  padding: 0 1.2rem;
}

.month-inner {
  padding: 0.75rem 0;
}

.article-row {
  display: flex;
  gap: 0.85rem;
  padding: 0.5rem 0;
  border-radius: 10px;
  align-items: flex-start;
}

.thumb {
  width: 84px;
  height: 64px;
  flex: 0 0 84px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.article-content h3 {
  margin: 0 0 0.35rem 0;
  font-size: 1rem;
}

.article-content p {
  margin: 0;
  color: #555;
  font-size: 0.92rem;
}

.article-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.empty {
  padding: 1.2rem;
  color: #666;
  font-family: textos;
  font-size: 1.2em;
}

@media (max-width: 767px) {
  .blog h1 {
    font-size: 1.7em;
  }
  .blog h2 {
    font-size: 1.2em;
  }
  .articulo {
    width: 100%;
    padding-right: 0;
    margin: auto;
  }
  .historial {
    width: 0;
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1599px) {
  .articulo {
    width: 100%;
    padding-right: 0;
    margin: auto;
  }
  .historial {
    display: none;
  }
}
.atencionAlCliente {
  justify-content: center;
  background: rgb(248, 247, 243);
}

.atencionContenedor {
  width: 60%;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  border-radius: 0.375rem;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.8);
}

.azul {
  width: 50%;
  height: 60vh;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  background: rgb(10, 35, 66);
}
.azul h2 {
  font-size: 1.5em;
  color: rgb(244, 201, 93);
}
.azul p {
  font-size: 1em;
  color: rgb(244, 201, 93);
  padding: 2em;
}

.formulario {
  width: 50%;
}
.formulario h2 {
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 3em;
}
.formulario input[type=text], .formulario input[type=email], .formulario input[type=tel], .formulario input[type=password], .formulario textarea {
  width: 90%;
  font-family: textos;
  font-size: 1.1em;
  color: rgb(0, 0, 0);
  border: solid 1px rgb(10, 35, 66);
  padding: 1em 0;
  text-indent: 2em;
  display: block;
  margin: 0 auto 1em;
  border-radius: 0.375rem;
  font-weight: 400;
}
.formulario input[type=submit] {
  width: 40%;
  text-align: center;
  background: rgb(10, 35, 66);
  color: rgb(244, 201, 93);
  padding: 1em 3em;
  font-size: 1em;
  display: block;
  margin: 0 auto 1em;
  border-radius: 0.375rem;
}
.formulario input[type=submit]:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 102, 255, 0.4);
}
.formulario textarea {
  height: 6em;
}
.formulario p {
  width: 90%;
  margin-bottom: 0.5em;
  text-align: center;
}
.formulario p a {
  color: rgb(0, 0, 0);
}
.formulario p a:hover {
  color: rgb(244, 201, 93);
}
.formulario ::placeholder {
  color: rgb(0, 0, 0);
  font-family: textos;
}

.campo-obligatorio {
  font-size: 0.9em;
  color: #666;
  font-style: italic;
}

form input[type=text],
form input[type=email],
form textarea {
  border: 2px solid rgb(10, 35, 66);
  transition: border-color 0.3s ease;
}

form input[type=text]:focus,
form input[type=email]:focus,
form textarea:focus {
  border-color: rgb(244, 201, 93);
  outline: none;
  box-shadow: 0 0 5px rgba(102, 126, 234, 0.3);
}

form input:invalid {
  border-color: #e74c3c;
}

form input:valid {
  border-color: #27ae60;
}

input[type=submit]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.herramientasFooter {
  background: rgb(230, 233, 238);
  justify-content: space-evenly;
  align-items: stretch;
  padding: 2rem;
  gap: 2rem;
  height: auto;
}
.herramientasFooter h2 {
  width: 100%;
  text-align: center;
  margin-top: 3em;
  color: rgb(10, 35, 66);
}
.herramientasFooter div {
  width: 25%;
  padding: 1rem;
  background: rgb(255, 255, 255);
  border-radius: 0.375rem;
  box-shadow: 0 6px 10px rgb(0, 0, 0);
}
.herramientasFooter div:hover {
  box-shadow: none;
}
.herramientasFooter div a {
  width: 100%;
  padding: 0.5em;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  color: rgb(244, 201, 93);
}
.herramientasFooter div svg {
  width: 6rem;
  height: 6rem;
  color: rgb(10, 35, 66);
  margin-bottom: 2rem;
}
.herramientasFooter div h3 {
  font-family: encabezados;
  font-size: 2rem;
}
.herramientasFooter div p {
  font-size: 1.2em;
  font-family: textos;
  font-weight: 600;
  color: rgb(10, 35, 66);
}

@media (max-width: 767px) {
  .herramientasFooter {
    flex-flow: column;
    height: auto;
  }
  .herramientasFooter h2 {
    font-size: 2em;
  }
  .herramientasFooter div {
    width: 100%;
    margin-bottom: 1em;
  }
  .herramientasFooter div h3 {
    font-size: 1.5em;
  }
  .herramientasFooter div ul li a img {
    width: 15%;
  }
}
.office {
  height: 100vh;
}

.container {
  width: 45%;
  height: auto;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 1em;
  text-align: center;
  background: rgb(255, 255, 255);
  border-radius: 0.5em;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.4);
  margin-top: 7.5rem;
}
.container h1 {
  font-size: 2em;
  color: rgb(10, 35, 66);
  margin-bottom: 1em;
}
.container form {
  width: 100%;
  margin: auto;
  text-align: center;
  cursor: pointer;
  margin-bottom: 1.4em;
}
.container form svg {
  width: 7rem;
  height: 7rem;
  color: rgb(10, 35, 66);
  margin-bottom: 2em;
}
.container form p {
  text-align: center;
}

.archivosSoportados ul, .archivosSoportados li {
  display: inline-block;
  margin-right: 1em;
  color: rgb(0, 0, 0);
  font-family: textos;
  background: rgba(0, 0, 0, 0.3);
}
.archivosSoportados ul {
  background: none;
  width: 100%;
}
.archivosSoportados ul li {
  color: rgb(0, 0, 0);
  padding: 0.2em 0.5em;
  border-radius: 0.3em;
}

/* Mensajes */
.mensaje-exito {
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  padding: 15px;
  border-radius: 8px;
  font-size: 18px;
  margin: 20px 0;
}

.mensaje-error {
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  padding: 15px;
  border-radius: 8px;
  font-size: 16px;
  margin: 20px 0;
}

/* Resultado */
.resultado-container {
  text-align: center;
  margin-top: 40px;
}

/* Botón de descarga */
.btn-descarga {
  display: inline-block;
  margin-top: 1.2em;
  padding: 1em 2em;
  background: rgb(10, 35, 66);
  color: rgb(244, 201, 93);
  border-radius: 0.5em;
  text-decoration: none;
  font-size: 1em;
  font-family: textos;
  transition: background 0.3s ease, transform 0.2s ease;
}

.btn-descarga:hover {
  transform: translateY(-2px);
}

/* Área de carga */
#dropArea {
  border: 2px dashed rgb(10, 35, 66);
  padding: 40px;
  text-align: center;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #fafafa;
}

#dropArea:hover {
  border-color: rgb(244, 201, 93);
  background-color: #f0f8ff;
}

#uploadForm.dragover #dropArea {
  background-color: #e3f2fd;
  border: 2px dashed rgb(244, 201, 93);
  transform: scale(1.02);
}

#dropArea img {
  max-width: 80px;
  margin-bottom: 15px;
  opacity: 0.7;
}

#dropText {
  font-size: 18px;
  color: #555;
  margin: 15px 0;
}

/* Spinner */
#spinner {
  text-align: center;
  margin-top: 30px;
}

.loader {
  border: 3px solid rgb(10, 35, 66);
  border-top: 3px solid rgb(244, 201, 93);
  border-radius: 50%;
  width: 160px;
  height: 160px;
  animation: spin 1s linear infinite;
  margin: 0 auto 20px;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.spinner-text {
  font-size: 1.2em;
  font-family: textos;
  color: rgb(244, 201, 93);
}

/* Mensajes de validación */
#message {
  margin-top: 1em;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  min-height: 20px;
  font-family: textos;
}

/* Botón convertir */
.btn-container {
  text-align: center;
  margin-top: 20px;
}

.btn-convertir {
  display: none;
  width: 40%;
  min-width: 200px;
  font-family: textos;
  font-size: 1.2em;
  padding: 0.8em 1.4em;
  background: rgb(10, 35, 66);
  color: rgb(244, 201, 93);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  font-weight: bold;
}

.btn-convertir:hover {
  transform: translateY(-2px);
}

.btn-convertir:active {
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 768px) {
  .btn-convertir {
    width: 80%;
  }
  #dropArea {
    padding: 30px 20px;
  }
}
.html {
  flex-flow: column;
}
.html h1 {
  color: rgb(10, 35, 66);
}

.html p {
  color: #666;
  margin-bottom: 25px;
}

.html input[type=url] {
  width: 50%;
  padding: 1em;
  font-size: 1em;
  border: 2px solid #ddd;
  border-radius: 0.5em;
  margin-bottom: 1.2em;
  box-sizing: border-box;
  transition: border-color 0.3s;
}

::placeholder {
  color: rgb(10, 35, 66);
}

.html input[type=url]:focus {
  outline: none;
  border-color: rgb(10, 35, 66);
}

.html .btn {
  width: 50%;
  padding: 1em;
  font-size: 1.2em;
  font-weight: bold;
  background: rgb(10, 35, 66);
  color: rgb(244, 201, 93);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
}

.html .btn:hover {
  background: rgb(10, 35, 66);
  color: rgb(244, 201, 93);
  transform: translateY(-2px);
}

/* Spinner */
#spinnerSection {
  align-items: center;
  justify-content: center;
}

.spinner-container {
  text-align: center;
  padding: 2.2em;
  width: 50%;
  background: rgb(255, 255, 255);
  border-radius: 1em;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.spinner {
  border: 3px solid rgb(10, 35, 66);
  border-top: 3px solid rgb(244, 201, 93);
  border-radius: 50%;
  width: 160px;
  height: 160px;
  animation: spin 1s linear infinite;
  margin: 0 auto 2em;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner-text {
  font-size: 1.5em;
  color: rgb(10, 35, 66);
  margin: 1em 0;
  text-align: center;
}

.spinner-subtext {
  font-size: 1em;
  color: #666;
  text-align: center;
}

/* Resultado */
.descarga {
  align-items: center;
  justify-content: center;
}

.resultado-container {
  text-align: center;
  width: 50%;
  padding: 2.5em;
  background: rgb(255, 255, 255);
  border-radius: 1em;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.success-icon, .error-icon {
  font-size: 80px;
  margin-bottom: 20px;
}

.resultado-container h2 {
  color: rgb(10, 35, 66);
  margin-bottom: 1em;
  font-size: 2em;
}

.resultado-container p {
  color: #666;
  font-size: 1em;
  margin-bottom: 2em;
  text-align: center;
}

.btn-descarga {
  display: inline-block;
  padding: 1em 2.2em;
  background: rgb(10, 35, 66);
  color: rgb(244, 201, 93);
  text-decoration: none;
  border-radius: 0.5em;
  font-size: 1.2em;
  transition: background 0.3s, transform 0.2s;
}

.btn-descarga:hover {
  transform: translateY(-2px);
}

.btn-volver {
  padding: 12px 30px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

.btn-volver:hover {
  background: #0056b3;
}

.descarga.error .resultado-container {
  border: 2px solid #dc3545;
}

/* Responsive */
@media (max-width: 768px) {
  .html {
    padding: 30px 20px;
    margin: 20px;
  }
  .resultado-container {
    padding: 30px 20px;
  }
}
.container-conversor {
  width: 100vw;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
  background: rgb(248, 247, 243);
}

.pantalla {
  display: none;
  width: 50%;
  background: rgb(255, 255, 255);
  padding: 2em;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.4);
  border-radius: 1em;
}

.pantalla.activa {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.upload-area {
  width: 100%;
  padding: 4em 2em;
  border: 3px dashed rgb(10, 35, 66);
  border-radius: 1.2em;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.upload-area svg {
  width: 7rem;
  height: 7rem;
  color: rgb(10, 35, 66);
}

.upload-area:hover, .upload-area.dragover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgb(10, 35, 66);
  border: 3px dashed rgb(244, 201, 93);
}

.upload-area i {
  font-size: 4rem;
  color: #fff;
  margin-bottom: 1.2rem;
}

.upload-area h2 {
  color: rgb(10, 35, 66);
  margin-bottom: 0.7em;
  font-size: 2em;
}

.upload-area p {
  color: #000;
  font-family: textos;
  text-align: center;
  font-size: 1em;
}

#archivoInput {
  display: none;
}

.mensaje {
  margin-top: 1.2em;
  padding: 1em 2em;
  border-radius: 0.8em;
  font-weight: bold;
  text-align: center;
  font-family: textos;
  animation: slideIn 0.5s ease;
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.mensaje.error {
  background: #ff4757;
  color: #fff;
}

.mensaje.exito {
  background: #2ed573;
  color: #fff;
}

.spinner {
  width: 160px;
  height: 160px;
  border: 3px solid rgb(10, 35, 66);
  border-top-color: rgb(244, 201, 93);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.procesando-texto {
  color: rgb(10, 35, 66);
  font-size: 1.5rem;
  margin-top: 2rem;
  font-weight: bold;
}

.titulo-exito {
  color: rgb(10, 35, 66);
}

.protect {
  background: rgb(248, 247, 243);
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.upload-wrapper {
  width: 50%;
  height: 35vh;
  margin: 5em auto;
  text-align: center;
  border: 2px dashed rgb(10, 35, 66);
  padding: 2.4em;
  border-radius: 1em;
  background: #fafafa;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.upload-wrapper h1 {
  font-size: 2em;
  font-family: encabezados;
  color: rgb(10, 35, 66);
}
.upload-wrapper svg {
  width: 7rem;
  height: 7rem;
  color: rgb(10, 35, 66);
}

.drop-area {
  cursor: pointer;
  padding: 2.6em;
  border: 2px dashed rgb(10, 35, 66);
  border-radius: 0.8em;
  transition: background 0.3s, border-color 0.3s;
  background: rgb(255, 255, 255);
}

.drop-message {
  font-family: textos;
  font-size: 1.1em;
}

.drop-area.dragover {
  background: rgb(255, 255, 255);
  border-color: rgb(244, 201, 93);
}

.error-msg {
  color: red;
  margin-top: 0.8em;
}

.success-msg {
  color: green;
  margin-top: 0.8em;
}

.wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 2em;
  padding: 2em;
  margin-top: 10em;
}

.left {
  width: 30%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2em;
}

.meta {
  display: flex;
  gap: 1.2em;
  align-items: center;
}

.icon {
  width: 8em;
  height: 8em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon img {
  width: 75%;
}

.title {
  font-size: 1.5em;
  font-family: encabezados;
  font-weight: 700;
  color: rgb(10, 35, 66);
  letter-spacing: 1px;
}

.info {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  color: #6b6b73;
  font-size: 0.9em;
  font-family: textos;
}
.info strong {
  display: block;
  color: #333;
}

.preview-card {
  width: 90%;
  height: 60vh;
  background: rgb(255, 255, 255);
  border-radius: 1em;
  padding: 1em;
  box-shadow: 0 10px 30px rgba(20, 20, 30, 0.06);
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.preview-card div {
  font-family: textos;
  font-size: 1em;
  font-weight: 600;
  color: #444;
  text-align: center;
}

.pdf-frame {
  width: 70%;
  height: 100%;
  padding: 1em;
  border-radius: 0.8em;
  border: 1px solid rgba(30, 30, 30, 0.05);
  background: linear-gradient(180deg, #fff, #fbfcfd);
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  overflow: auto;
  transform: translateY(-17em);
}

.page-thumb {
  width: 70%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
  border-radius: 0.5em;
}

.right {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: textos;
}

.panel {
  background: linear-gradient(180deg, #fff, #fbfcfd);
  border-radius: 1em;
  padding: 1.2em;
  border: 1px solid rgba(140, 47, 57, 0.06);
  box-shadow: 0 10px 30px rgba(20, 20, 30, 0.04);
}
.panel form {
  display: flex;
  flex-flow: column;
  gap: 1em;
}
.panel form fieldset {
  width: 100%;
  height: auto;
  padding: 1em;
  font-family: textos;
  font-size: 1em;
  margin-bottom: 2em;
  border: none;
}
.panel form fieldset legend {
  color: rgb(0, 0, 0);
  font-size: 1em;
}
.panel form fieldset div {
  display: inline-block;
  margin: 1em auto;
}
.panel form fieldset div label {
  font-size: 1em;
  text-align: justify;
}
.panel form fieldset div label span {
  color: rgb(10, 35, 66);
}
.panel form fieldset div label img {
  width: 2em;
  vertical-align: middle;
}

.panel h3 {
  margin: 0;
  font-size: 1.1em;
  color: #222;
  font-weight: 600;
}

.panel p {
  color: #6b6b73;
  margin-top: 0.8em;
  font-size: 1em;
}

.field {
  margin-top: 1.4em;
  position: relative;
}
.field img {
  position: absolute;
  right: 0.8em;
  top: 50%;
  transform: translateY(-100%);
  cursor: pointer;
  width: 1.4em;
  height: 1.4em;
  opacity: 0.7;
}

.field input {
  width: 100%;
  padding: 0.9em 1em;
  border: 2px solid rgb(10, 35, 66) !important;
  border-radius: 0.8em;
  font-size: 1em;
  background: transparent;
}

.field input:focus {
  border-color: rgb(244, 201, 93) !important;
}

.btn {
  margin: 2em auto;
  display: inline-block;
  padding: 1em 2em;
  border-radius: 2.5em;
  background: rgb(10, 35, 66);
  color: rgb(244, 201, 93);
  font-weight: 600;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(140, 47, 57, 0.16);
  transition: all 0.3s ease;
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(140, 47, 57, 0.12);
}

.btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.small {
  font-size: 0.8em;
  color: #6b6b73;
  margin-top: 1em;
  text-align: center;
}
.small img {
  width: 4%;
  vertical-align: middle;
}

.form-message {
  display: inline-block;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.32s ease, transform 0.32s ease;
  margin-top: 0.75em;
  padding: 0.62em 0.87em;
  border-radius: 0.5em;
  font-size: 0.95rem;
  line-height: 1.2;
  max-width: 100%;
  box-sizing: border-box;
  font-family: textos;
  text-align: center;
}

.form-message.show {
  opacity: 1;
  transform: translateY(0);
}

/* Estados */
.form-message.error {
  background-color: #fff0f0;
  color: #8a0303;
  border: 1px solid rgba(138, 3, 3, 0.15);
}

.form-message.success {
  background-color: #f0fff0;
  color: #0b6a0b;
  border: 1px solid rgba(11, 106, 11, 0.12);
}

/* Hint debajo del input */
.hint {
  font-size: 0.85rem;
  color: #666;
  margin-top: 0.37em;
}

/* Asegurar que el form-message no desplace layout bruscamente */
.form-message, .hint {
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .wrap {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .preview-card {
    order: 2;
  }
  .right {
    order: 1;
  }
}
.rangos {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
}
.rangos h3 {
  font-family: encabezados;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 400;
  width: 100%;
  color: rgb(10, 35, 66);
}

.rangosPartes {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}

.campoTexto {
  font-size: 1em;
  font-family: textos;
  margin: 0;
  height: auto;
}
.campoTexto p {
  font-size: 1em;
  color: rgb(10, 35, 66);
}
.campoTexto input[type=text], .campoTexto input[type=number] {
  width: 100%;
  padding: 1em;
  font-size: 1.1em;
  margin-top: 0.5em;
  border: solid 2px rgb(10, 35, 66);
  border-radius: 0.8em;
  color: rgb(10, 35, 66);
}
.campoTexto label {
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
}
.campoTexto ::placeholder {
  color: rgb(10, 35, 66);
  font-family: textos;
  font-size: 1em;
  font-weight: 400;
}

.unirRight {
  width: 65%;
  height: 75vh;
  box-shadow: 0 10px 30px rgba(20, 20, 30, 0.04);
  border-radius: 1rem;
  padding: 1rem;
}

.marcaAgua {
  padding: 1rem;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  padding: 1rem;
  gap: 0.5rem;
  height: auto;
}

.herramientas {
  width: 68%;
  height: 78vh;
  border-radius: 2rem;
  box-shadow: 0 10px 30px rgba(20, 20, 30, 0.04);
}
.herramientas form {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
}
.herramientas form svg {
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.herramientas form fieldset {
  width: 100%;
  border: none;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  font-family: textos;
}
.herramientas form select {
  width: 100%;
  font-size: 1rem;
  font-family: encabezados;
  color: rgba(0, 0, 0, 0.7);
  border: solid 1px rgb(10, 35, 66);
  padding: 1rem;
  margin-top: 0.5rem;
  background: none;
  font-weight: 600;
}
.herramientas form select option:hover {
  background: rgb(10, 35, 66);
}
.herramientas form input[type=text] {
  width: 100%;
  padding: 1rem;
  font-size: 1rem;
  font-family: encabezados;
  font-weight: 600;
  border: solid 1px rgb(10, 35, 66);
}
.herramientas form input[type=text], .herramientas form input[type=number] {
  width: 100%;
  padding: 1rem;
  margin-top: 1rem;
  border: solid 1px rgb(10, 35, 66);
  color: rgb(0, 0, 0);
}
.herramientas form input[type=submit] {
  width: 100%;
  height: auto;
  padding: 1rem;
  background: rgb(10, 35, 66);
  font-family: encabezados;
  color: rgb(244, 201, 93);
  font-size: 1.2rem;
  border-radius: 0.375rem;
  margin-top: 12rem;
}
.herramientas form input[type=submit]:hover {
  transform: translateY(-3px);
}
.herramientas form label {
  color: rgba(0, 0, 0, 0.7);
}
.herramientas form ::placeholder {
  color: rgb(0, 0, 0);
  font-family: textos;
  font-size: 1em;
  font-weight: 600;
}
.herramientas form span {
  font-size: 0.7rem;
}

.herramientas-items {
  width: 30%;
  height: 72vh;
  padding: 0.5rem;
}

.custom-checkbox {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  font-family: textos;
  font-size: 1rem;
  color: #333;
  margin-bottom: 1rem;
}

.custom-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.custom-checkbox .checkmark {
  width: 2rem;
  height: 2rem;
  border: 2px solid #ccc;
  border-radius: 4px;
  flex-shrink: 0;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease-in-out;
  transform: translateX(-1.4rem);
}

/* Estilo cuando el checkbox está marcado */
.custom-checkbox input[type=checkbox]:checked + .checkmark {
  background-color: rgb(10, 35, 66);
  border-color: rgb(244, 201, 93);
}

/* Icono de "check" dentro del custom-checkbox */
.custom-checkbox input[type=checkbox]:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 0.375rem;
  top: 0.125rem;
  width: 1rem;
  height: 1rem;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/* Efecto hover */
.custom-checkbox:hover .checkmark {
  border-color: rgb(10, 35, 66);
}

/* Estilo para cuando el checkbox está enfocado (accesibilidad) */
.custom-checkbox input[type=checkbox]:focus + .checkmark {
  box-shadow: 0 0 0 3px rgb(244, 201, 93);
}

/* Estilos para el sistema de notificaciones y carga */
#notification-container {
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 9999;
}

.alert {
  padding: 15px 25px;
  border-radius: 8px;
  margin-bottom: 10px;
  color: white;
  font-weight: bold;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: opacity 0.5s ease;
}

.alert-error {
  background-color: #e74c3c;
}

.alert-success {
  background-color: #2ecc71;
}

.upload-container {
  width: 60%;
  /*max-width: 800px*/
  margin: 3.125rem auto;
  padding: 3.75rem;
  border: 3px dashed rgb(10, 35, 66);
  border-radius: 2rem;
  text-align: center;
  background: #f9f9f9;
  cursor: pointer;
  transition: all 0.3s ease;
}
.upload-container svg {
  width: 6rem;
  height: 6rem;
  display: block;
  margin: auto;
  color: rgb(10, 35, 66);
}
.upload-container h2 {
  color: rgb(10, 35, 66);
  font-size: 2rem;
}
.upload-container p {
  width: 100%;
  text-align: center;
}
.upload-container small {
  font-family: textos;
}

.upload-container:hover, .upload-container.dragover {
  border-color: rgb(10, 35, 66);
  background: #f0f7ff;
}

.hidden {
  display: none !important;
}

.pdf-preview-frame {
  width: 100%;
  height: 600px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

/* Estilos para la previsualización de la marca de agua */
#watermark-preview-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 10;
}

.watermark-text-instance {
  position: absolute;
  white-space: nowrap;
  transform-origin: center center;
  color: currentColor;
  opacity: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 5px;
  /* background-color: rgba(255, 0, 0, 0.1) /* Para depuración */
  /* Contenedor del PDF para posicionamiento relativo del overlay */
}

.pdf-frame {
  position: relative;
  width: 100%;
  height: 600px;
}

.opinionesEncuesta {
  background: rgb(248, 247, 243);
}
.opinionesEncuesta svg {
  color: rgb(10, 35, 66);
}
.opinionesEncuesta div {
  width: 60%;
  height: auto;
  padding: 1em;
  border-radius: 1em;
  box-shadow: 0 10px 30px rgba(20, 20, 30, 0.04);
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  background: rgb(255, 255, 255);
}
.opinionesEncuesta div h1 {
  font-family: encabezados;
  color: rgb(10, 35, 66);
  font-size: 1.5em;
  text-transform: none;
  margin-bottom: 1em;
}
.opinionesEncuesta div p {
  font-family: textos;
  font-size: 1em;
  margin-bottom: -1em;
  margin-left: -13.5em;
  color: rgba(0, 0, 0, 0.5);
}
.opinionesEncuesta div form {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-top: 1.5em;
  gap: 0.5em;
}
.opinionesEncuesta div form div {
  width: 49%;
}
.opinionesEncuesta div form label {
  width: 100%;
  font-size: 1em;
  font-family: textos;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0.5em;
}
.opinionesEncuesta div form label input[type=text], .opinionesEncuesta div form label input[type=file] {
  width: 100%;
  padding: 1em;
  border: solid 2px rgb(10, 35, 66);
  border-radius: 0.8em;
  font-family: textos;
  font-size: 1.2em;
  color: rgb(10, 35, 66);
  font-weight: 500;
}
.opinionesEncuesta div form label input[type=text]:focus-visible, .opinionesEncuesta div form label input[type=file]:focus-visible {
  border: solid 2px rgb(244, 201, 93);
}
.opinionesEncuesta div form input[type=submit] {
  width: 55%;
  font-family: textos;
  font-size: 1.5em;
  font-weight: 600;
  color: rgb(244, 201, 93);
  background: rgb(10, 35, 66);
  padding: 1em 0;
  border-radius: 2em;
  margin-top: 1em;
}
.opinionesEncuesta div form input[type=submit]:hover {
  transform: translateY(-2px);
}
.opinionesEncuesta div form textarea {
  width: 100%;
  height: 6em;
  border-radius: 0.8em;
  text-indent: 1em;
  font-family: textos;
  font-size: 1.2em;
  text-align: center;
  font-style: italic;
  padding: 0.5em;
}
.opinionesEncuesta div form ::placeholder {
  font-family: textos;
  font-size: 1.2em;
  color: rgb(10, 35, 66);
  font-weight: 500;
  opacity: 0.8;
}
.opinionesEncuesta div form {
  /* Estilos básicos para las estrellas */
}
.opinionesEncuesta div form .star-rating {
  width: 100%;
  height: auto;
  font-size: 2em;
  color: #ccc;
  cursor: pointer;
  gap: 0.3em;
  box-shadow: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  border: solid 2px rgb(10, 35, 66);
  border-radius: 0.5em;
}
.opinionesEncuesta div form .star-rating .star {
  transition: color 0.2s;
}
.opinionesEncuesta div form {
  /* Color de las estrellas cuando están "iluminadas" o seleccionadas */
}
.opinionesEncuesta div form .star-rating .star.selected,
.opinionesEncuesta div form .star-rating .star:hover,
.opinionesEncuesta div form .star-rating .star:hover ~ .star {
  color: rgb(244, 201, 93);
}
.opinionesEncuesta div form {
  /* Para que las estrellas que NO han sido seleccionadas pero están a la derecha del hover, vuelvan a gris */
}
.opinionesEncuesta div form .star-rating:hover .star {
  color: #ccc;
}
.opinionesEncuesta div form .star-rating .star:hover {
  color: rgb(244, 201, 93);
  transition: fill 0.25s ease, transform 0.2s ease;
  transform: scale(1.2);
}
.opinionesEncuesta div form .star-rating .star:hover ~ .star {
  color: rgb(244, 201, 93);
}
.opinionesEncuesta div form {
  /* Asegura que cuando una estrella está seleccionada, al pasar el ratón por las anteriores, sigan en dorado */
}
.opinionesEncuesta div form .star-rating .star.selected ~ .star {
  color: #ccc;
}
.opinionesEncuesta div form .file-upload-container {
  font-family: textos;
  width: 100%;
  height: auto;
  margin: 0.5em auto;
  border: 2px dashed rgb(10, 35, 66);
  border-radius: 0.75em;
  background-color: #f9f9f9;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 1em;
}
.opinionesEncuesta div form .file-upload-container:hover {
  border-color: #a0a0a0;
  background-color: #f0f0f0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.opinionesEncuesta div form .file-input {
  display: none;
}
.opinionesEncuesta div form .file-upload-label {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  color: #616161;
  text-align: center;
}
.opinionesEncuesta div form .file-icon {
  font-size: 0.5em;
  margin-bottom: 1em;
  color: #9e9e9e;
}
.opinionesEncuesta div form .file-icon img {
  width: 5em;
  vertical-align: middle;
}
.opinionesEncuesta div form .file-upload-text {
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 0 0 0.62em 0;
  line-height: 1.4;
}
.opinionesEncuesta div form .file-name {
  font-size: 0.9em;
  color: #757575;
  font-style: italic;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
}
.opinionesEncuesta div form {
  /* Estilos cuando un archivo está seleccionado */
}
.opinionesEncuesta div form .file-upload-container.has-file {
  border-color: #4CAF50;
  background-color: #e8f5e9;
}
.opinionesEncuesta div form .file-upload-container.has-file .file-icon {
  color: #4CAF50;
}
.opinionesEncuesta div form .file-upload-container.has-file .file-upload-text {
  color: #388e3c;
}
.opinionesEncuesta div form .file-upload-container.has-file .file-name {
  color: #1b5e20;
  font-weight: bold;
}

.opinionesEncuestaMargen {
  margin-top: 7em;
}

.mensaje {
  padding: 15px 20px;
  margin: 20px 0;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  animation: slideIn 0.3s ease-out;
}

.mensaje.success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.mensaje.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mensaje::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

.mensaje.success::before {
  content: "✓";
  background-color: #28a745;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
}

.mensaje.error::before {
  content: "✕";
  background-color: #dc3545;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
}

#cookie-banner {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%) translateY(140%);
  width: min(680px, 100vw - 2rem);
  background: rgb(10, 35, 66);
  border: 1px solid rgb(244, 201, 93);
  border-radius: 0.375rem;
  padding: 2rem 2rem 1.75rem;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04) inset, 0 32px 64px rgba(0, 0, 0, 0.5), 0 0 80px rgba(200, 240, 60, 0.06);
  z-index: 9999999999;
  opacity: 0;
  will-change: transform, opacity;
}
#cookie-banner.slide-in {
  animation: cookieSlideIn 0.72s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
#cookie-banner.slide-out {
  animation: cookieSlideOut 0.48s cubic-bezier(0.55, 0, 1, 0.45) forwards;
}

@keyframes cookieSlideIn {
  0% {
    transform: translateX(-50%) translateY(140%);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(0%);
    opacity: 1;
  }
}
@keyframes cookieSlideOut {
  0% {
    transform: translateX(-50%) translateY(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(140%);
    opacity: 0;
  }
}
.banner-progress {
  height: 2px;
  background: #2a2a2e;
  border-radius: 100px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.banner-progress-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #c8f03c, rgb(244, 201, 93));
  border-radius: 100px;
  animation: cookieProgress 4s linear 1.2s forwards;
}
@keyframes cookieProgress {
  to {
    width: 100%;
  }
}

.banner-top {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

.cookie-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: rgba(200, 240, 60, 0.1);
  border: 1px solid rgba(200, 240, 60, 0.2);
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 1.3rem;
  animation: cookieIconPulse 2s ease-in-out infinite 1s;
}

@keyframes cookieIconPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(200, 240, 60, 0.2);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(200, 240, 60, 0);
  }
}
.banner-text h2 {
  font-size: 2.5rem;
  font-family: encabezados;
  font-weight: 700;
  color: #e8e8e4;
  margin-bottom: 0.45rem;
  letter-spacing: -0.01em;
}
.banner-text p {
  font-size: 1.2rem;
  color: rgb(255, 255, 255);
  line-height: 1.6;
  font-family: textos;
}
.banner-text p a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
  font-family: encabezados;
}
.banner-text p a:hover {
  border-color: rgb(255, 255, 255);
}

.cookie-options {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1.5rem;
  font-family: encabezados;
}

.cookie-toggle {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: rgb(255, 255, 255);
  padding: 0.4rem 0.85rem 0.4rem 0.55rem;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  user-select: none;
}
.cookie-toggle:hover {
  border-color: rgba(200, 240, 60, 0.3);
  background: rgba(200, 240, 60, 0.04);
}
.cookie-toggle.disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.toggle-switch {
  position: relative;
  width: 1.75rem;
  height: 1rem;
  flex-shrink: 0;
}
.toggle-switch input {
  display: none;
}

.toggle-track {
  position: absolute;
  inset: 0;
  border-radius: 100px;
  background: #2a2a2e;
  transition: background 0.25s;
}

.toggle-thumb {
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: #8a8a85;
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.25s;
}

.toggle-switch input:checked ~ .toggle-track {
  background: #8a8a85;
}
.toggle-switch input:checked ~ .toggle-thumb {
  transform: translateX(0.75rem);
  background: rgb(244, 201, 93);
}

.toggle-label {
  font-size: 0.8rem;
  color: rgb(255, 255, 255);
  letter-spacing: 0.01em;
}

.banner-actions {
  display: flex;
  gap: 0.75rem;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
}

.btn {
  flex: 1;
  width: 30%;
  padding: 0.72rem 1.25rem;
  border-radius: 0.375rem;
  font-family: encabezados;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform 0.15s, box-shadow 0.15s, background 0.2s;
  letter-spacing: 0.01em;
}
.btn:active {
  transform: scale(0.97);
}
.btn.btn-accept {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  box-shadow: 0 4px 24px rgba(200, 240, 60, 0.25);
}
.btn.btn-accept:hover {
  background: rgb(255, 255, 255);
  box-shadow: 0 6px 32px rgba(200, 240, 60, 0.4);
  transform: translateY(-1px);
}
.btn.btn-selected {
  background: rgb(244, 201, 93);
  color: rgb(10, 35, 66);
  border: none;
  border-color: rgba(200, 240, 60, 0.3);
}
.btn.btn-selected:hover {
  background: rgb(255, 255, 255);
  transform: translateY(-1px);
}
.btn.btn-reject {
  background: #2a2a2e;
  color: #8a8a85;
  border: none;
  border-color: #2a2a2e;
}
.btn.btn-reject:hover {
  background: #3a3a3e;
  color: rgb(255, 255, 255);
  transform: translateY(-1px);
}

#cookie-toast {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background: rgb(0, 0, 0);
  border: 1px solid rgb(244, 201, 93);
  border-radius: 0.375rem;
  padding: 0.7rem 1.4rem;
  font-size: 1rem;
  font-family: encabezados;
  color: rgb(244, 201, 93);
  display: flex;
  align-items: center;
  gap: 0.6rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
  z-index: 10000;
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s;
  white-space: nowrap;
  pointer-events: none;
}
#cookie-toast.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

.toast-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgb(10, 35, 66);
  flex-shrink: 0;
}

@media (max-width: 480px) {
  #cookie-banner {
    padding: 1.5rem;
  }
}
.banner-actions {
  flex-direction: column;
}

.btn {
  flex: unset;
  min-width: unset;
  width: 100%;
}

.registro-requerido {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  padding: 4em 1em;
}
.registro-requerido .container {
  display: flex;
  justify-content: center;
  width: 100%;
  box-shadow: none;
  background: none;
}
.registro-requerido .aviso-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 480px;
  background-color: rgb(248, 247, 243);
  border-radius: 1em;
  padding: 3em 2em;
  box-shadow: 6px 6px 12px rgb(0, 0, 0);
}
.registro-requerido .aviso-container img {
  width: 15rem;
  height: 15rem;
}
.registro-requerido .aviso-container svg {
  width: 4.5em;
  height: 4.5em;
  color: rgb(10, 35, 66);
  stroke-width: 1;
  margin-bottom: 1em;
}
.registro-requerido .aviso-container h1 {
  color: rgb(10, 35, 66);
  font-size: 1.6em;
  line-height: 1.3;
  margin-bottom: 0.6em;
}
.registro-requerido p {
  color: rgb(10, 35, 66);
  line-height: 1.5;
  margin-bottom: 2em;
}
.registro-requerido .botones-aviso {
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: 100%;
  margin-bottom: 1.5em;
  font-family: textos;
}
.registro-requerido .botones-aviso a {
  width: 100%;
  text-align: center;
  padding: 0.9em 1.5em;
  border-radius: 0.5em;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}
.registro-requerido .botones-aviso .btn-primario {
  background-color: rgb(10, 35, 66);
  color: rgb(248, 247, 243);
}
.registro-requerido .botones-aviso .btn-primario:hover {
  background-color: rgb(244, 201, 93);
  color: rgb(10, 35, 66);
}
.registro-requerido .botones-aviso .btn-secundario {
  background-color: transparent;
  color: rgb(10, 35, 66);
  border: 1px solid rgb(10, 35, 66);
}
.registro-requerido .botones-aviso .btn-secundario:hover {
  background-color: rgb(10, 35, 66);
  color: rgb(248, 247, 243);
}
.registro-requerido .volver {
  color: rgb(10, 35, 66);
  text-decoration: underline;
  font-size: 0.9em;
}
.registro-requerido .volver:hover {
  color: rgb(244, 201, 93);
}
@media (min-width: 480px) and (max-width: 767px) {
  .registro-requerido .aviso-container {
    padding: 2.5em 1.5em;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .registro-requerido .botones-aviso {
    flex-direction: row;
  }
  .registro-requerido .botones-aviso a {
    width: auto;
    flex: 1;
  }
}

.processing-overlay {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1em;
  background-color: rgb(248, 247, 243);
  z-index: 9999;
}
.processing-overlay p {
  color: rgb(0, 0, 0);
  font-size: 1.1em;
  text-align: center;
}
.processing-overlay .spinner {
  width: 3em;
  height: 3em;
  border: 4px solid rgba(0, 0, 0, 0.15);
  border-top-color: rgb(10, 35, 66);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=diegoestilos.css.map */
