/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.boton {
  font-family: "Geologica", sans-serif;
  font-weight: bold;
  color: rgb(255, 255, 255);
  background-color: rgb(83, 149, 91);
  text-decoration: none;
  font-size: 1.3rem;
  padding: 1rem 2rem;
  border-style: none;
  margin: 0.3rem 0 0.3rem 0;
}
.boton:hover {
  background-color: rgb(51, 80, 54);
  cursor: pointer;
}

.boton-chico {
  font-family: "Geologica", sans-serif;
  font-weight: normal;
  color: rgb(255, 255, 255);
  background-color: rgb(83, 149, 91);
  text-decoration: none;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border-style: none;
}
.boton-chico:hover {
  background-color: rgb(51, 80, 54);
  cursor: pointer;
}
@media (min-width: 768px) {
  .boton-chico {
    font-size: 1.5rem;
  }
}

.boton-verde {
  color: rgb(255, 255, 255);
  background-color: rgb(83, 149, 91);
}
.boton-verde:hover {
  background-color: rgb(51, 80, 54);
}

.boton-rojo {
  background-color: rgb(234, 6, 6);
}
.boton-rojo:hover {
  background-color: rgb(150, 0, 0);
}

.boton-amarillo {
  color: rgb(51, 80, 54);
  background-color: rgb(227, 227, 11);
}
.boton-amarillo:hover {
  background-color: rgb(131, 131, 0);
  color: rgb(255, 255, 255);
}

.botones-acciones {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  background-color: rgb(41, 64, 118);
  font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4 {
  font-family: "Geologica", sans-serif;
  font-weight: bold;
}

h1 {
  margin-top: 0;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.4rem;
  font-weight: bold;
}

p {
  font-size: 1.3rem;
}

.blancoCentrado {
  background-color: rgb(255, 255, 255);
  text-align: justify;
  padding: 2rem 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.blancoCentrado h1 {
  text-align: center;
  margin-bottom: 0;
}

.hidden {
  display: none;
}

.bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .bar {
    display: grid;
    grid-template-columns: 1fr 3fr;
    height: 9rem;
    align-items: center;
  }
}

nav {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  nav {
    width: 90%;
    max-width: 90rem;
    margin: 0 auto;
    flex-direction: row;
    align-items: end;
    justify-content: end;
    padding-right: 2rem;
  }
}

nav a {
  display: flex;
  font-family: "Geologica", sans-serif;
  font-size: 1.5rem;
  text-decoration: none;
  font-weight: bolder;
  color: rgb(41, 64, 118);
  justify-content: center;
  padding: 1.2rem;
}
@media (min-width: 768px) {
  nav a {
    align-items: center;
    height: 5rem;
    transition: all 0.2s ease-in-out;
    padding-right: 2rem;
  }
  nav a:hover {
    height: 4.3rem;
    border-bottom: 0.7rem solid rgba(61, 96, 65, 0.472);
  }
}

hr {
  display: none;
}
@media (min-width: 768px) {
  hr {
    display: unset;
    border: 0.05rem solid rgba(61, 96, 65, 0.472);
    height: 5rem;
    padding: 0;
    margin: 0;
  }
}

.admin-bar {
  visibility: hidden;
  height: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .admin-bar {
    visibility: visible;
    height: auto;
    opacity: 1;
  }
  .admin-bar a {
    font-size: 1.1rem;
    padding: 0 1.2rem;
  }
}

.mostrar {
  visibility: visible;
  height: auto;
  opacity: 1;
}

@media (min-width: 768px) {
  .public-bar a {
    font-size: 1.3rem;
    padding: 0 2rem;
  }
}

.navegacion-paginas {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: start;
  padding: 1rem 1rem 0 1rem;
  gap: 1rem;
}

/** UI **/
.section {
  width: 97%;
  margin: 0 auto;
  padding: 0.5rem;
}
.alto50{
  min-height: 50vh;
}

/** Imagen **/
.layout{
  max-width: 40vw;
}

@media (min-width: 768px) {
  .section {
    width: 97%;
    max-width: 95rem;
    margin: 0 auto;
    padding: 1rem;
  }
}
.title h1 {
  font-size: 2.5rem;
  margin: 0;
}

.backgroundTitle {
  margin-top: -0.5rem;
  background-color: rgb(41, 64, 118);
}

.title {
  display: flex;
  flex-direction: column;
  background-image: url("../img/roedor.webp");
  background-blend-mode: darken;
  margin: 0 auto;
  height: 33rem;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-size: cover;
  color: rgb(255, 255, 255);
  text-justify: center;
}

.title .boton {
  margin-top: 1rem;
}

.quienesSomos {
  display: flex;
  flex-direction: column;
  margin-top: 0.5rem;
  background-color: rgb(255, 255, 255);
  text-align: justify;
  padding-top: 2rem;
}

@media (min-width: 768px) {
  .quienesSomos {
    margin-top: 0.5rem;
    background-color: rgb(255, 255, 255);
    text-align: justify;
  }
}
.quienesSomosImg {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3rem;
}

.quienesSomosImg img {
  width: 20rem;
}

@media (min-width: 768px) {
  .quienesSomosImg img {
    width: 27rem;
  }
}
.quienesSomos--texto {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 0 2rem 0;
  text-align: center;
  max-width: 75rem;
}

@media (min-width: 768px) {
  .quienesSomos--texto {
    margin: 0 auto;
    padding: 0 2rem 2rem 2rem;
  }
}
.quienesSomos--texto p {
  margin: 0.5rem;
  text-align: justify;
}

.servicios {
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.923);
  text-align: center;
}

.servicios h2 {
  margin: 2rem 0 0 0;
}

.servicio h3 {
  margin: 0.5rem 0;
}

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

.bimg {
  display: flex;
  margin: 0 auto;
}

.imgEdit {
  display: flex;
  align-items: center;
  background-color: rgb(51, 80, 54);
  height: 100%;
}

.controlPlagasCasaImg, .desinfeccionImg {
  justify-content: right;
  width: 19rem;
  height: 23rem;
}

.controlPlagasCasaImg .imgEdit, .desinfeccionImg .imgEdit {
  position: relative;
  width: 16rem;
  height: 20rem;
}

.controlPlagasCasaImg img, .desinfeccionImg img {
  height: 20rem;
  position: absolute;
  left: -3rem;
  bottom: -3rem;
}

.controlPlagasNegocioImg {
  justify-content: left;
  align-items: end;
  width: 20rem;
  height: 16rem;
}

@media (min-width: 768px) {
  .controlPlagasNegocioImg {
    width: 28.75rem;
    height: 23rem;
  }
}
.controlPlagasNegocioImg .imgEdit {
  position: relative;
  width: 17.5rem;
  height: 14rem;
}

@media (min-width: 768px) {
  .controlPlagasNegocioImg .imgEdit {
    width: 25rem;
    height: 20rem;
  }
}
.controlPlagasNegocioImg img {
  position: absolute;
  height: 14rem;
  right: -2rem;
  top: -2rem;
}

@media (min-width: 768px) {
  .controlPlagasNegocioImg img {
    height: 20rem;
    right: -2rem;
    top: -2rem;
  }
}
.servicio .texto {
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .servicio .texto {
    padding: 0 3rem;
  }
}
.servicio .texto p {
  text-align: justify;
}

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

.servicio {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(51, 80, 54);
  margin: 0.5rem 0 0;
  padding: 2rem 0;
}

@media (min-width: 768px) {
  .servicio {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 2rem;
  }
}
.contacto {
  background-color: rgb(255, 255, 255);
  text-align: center;
}

.contacto p {
  font-size: 1.3rem;
}

.informacionContacto {
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
}
.informacionContacto h4, .informacionContacto p, .informacionContacto li {
  color: black;
}

.informacionContacto li, .informacionContacto p {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .informacionContacto {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-decoration: none;
  }
}
ul {
  list-style: none;
  padding: 0;
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7rem;
}

footer p {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  color: rgb(255, 255, 255);
}

header {
  background-color: rgb(255, 255, 255);
  margin-bottom: 0.5rem;
}

.logo {
  height: 7rem;
  padding: 1rem;
}

.logo-chiquito {
  height: 8rem;
  padding: 1rem;
}

.mobile-menu img {
  height: 4rem;
}
@media (min-width: 768px) {
  .mobile-menu {
    display: none;
  }
}

@media (min-width: 768px) {
  .logo {
    height: 6rem;
    padding: 1rem;
    margin-left: 3rem;
  }
}
/** Utilidades **/
.contenedorAnuncios {
  margin: 1rem 0;
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .contenedorAnuncios {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.anuncio {
  width: 100%;
  display: block;
  background-color: rgb(88.4737068966, 158.8262931034, 97.0012931034);
  text-decoration: none;
  padding: 0.5rem 1rem;
  color: rgb(255, 255, 255);
  border: 1px solid black;
  margin: 0.25rem 0;
}
.anuncio:hover {
  background-color: rgb(77.5262931034, 139.1737068966, 84.9987068966);
}
.anuncio .parrafo {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.anuncio .parrafo1 {
  flex-direction: column;
}
.anuncio .parrafo-2elementos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.anuncio .titulo {
  text-align: center;
  margin: 0;
  font-weight: bolder;
  font-size: 1.6rem;
}
.anuncio .subtitulo {
  text-align: center;
  margin: 0;
  font-weight: bolder;
  font-size: 1.4rem;
}
.anuncio .mobil-columna {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.anuncio .mobil-columna p {
  margin: 0.3rem 0;
}
.anuncio p {
  font-size: 1.2rem;
  margin: 0.5rem 0;
}
.anuncio span {
  display: none;
}
@media (min-width: 768px) {
  .anuncio {
    width: 50rem;
    margin: 0.25rem 0;
  }
  .anuncio .parrafo1 {
    flex-direction: row;
  }
  .anuncio .mobil-columna {
    flex-direction: row;
    justify-content: center;
  }
  .anuncio .mobil-columna p {
    margin: 0.3rem 0.2rem;
  }
  .anuncio p {
    font-size: 1rem;
    margin: 0.8rem;
  }
  .anuncio span {
    display: inline;
  }
}

.anuncio-amarillo {
  background-color: rgb(207.5, 207.5, 0);
  color: black;
}
.anuncio-amarillo:hover {
  background-color: #838300;
  color: rgb(255, 255, 255);
}

.mensajes-estado {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0.5rem;
  width: 100%;
}
.mensajes-estado .mensajes-estado__mensaje {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 1;
  padding: 0;
}
.mensajes-estado .correcto {
  background-color: rgb(113, 188, 122);
}
.mensajes-estado .error {
  background-color: rgb(242, 61, 61);
}
.mensajes-estado .alerta {
  background-color: rgb(227, 227, 11);
}
@media (min-width: 768px) {
  .mensajes-estado {
    align-items: center;
  }
  .mensajes-estado .mensajes-estado__mensaje {
    width: 100%;
    max-width: 60rem;
  }
}

.navegacion-interna {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
  column-gap: 1rem;
}
.navegacion-interna a {
  font-size: 1.3rem;
  margin: 0.2rem 0 0 0;
}
@media (min-width: 768px) {
  .navegacion-interna {
    display: flex;
    flex-direction: row;
    column-gap: 1rem;
  }
  .navegacion-interna a {
    font-size: 1rem;
    margin: 0;
  }
}

.busqueda {
  margin: 0 0 1rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.busqueda fieldset {
  border: 0;
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
}
.busqueda .enviar {
  margin-top: 0.7rem;
  font-size: 1rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .busqueda {
    margin: 0;
    flex-direction: row;
  }
  .busqueda .enviar {
    margin: 0;
  }
}

.filtros {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .filtros {
    flex-direction: row;
  }
}

.campo-columna {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.autocomplete-dropdown {
    display: none;
    position: absolute;
    background: white;
    border: 1px solid #ddd;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    width: calc(100% - 2px); /* Mismo ancho que el input */
}

.autocomplete-dropdown div {
    padding: 8px;
    cursor: pointer;
}

.autocomplete-dropdown div:hover {
    background-color: #f0f0f0;
}
.formulario-datos {
  width: 100%;
  margin: 1rem 0;
  padding: 0;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
}
.formulario-datos .oculto {
  display: none;
}
.formulario-datos .alerta {
  color: rgb(234, 6, 6);
}
.formulario-datos fieldset {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgb(192, 206, 237);
  padding: 2rem 0.5rem 0.5rem 0.5rem;
  column-gap: 1rem;
  border: 0;
  border-top: 0.2rem solid rgb(41, 64, 118);
  margin-bottom: 0.5rem;
}
.formulario-datos legend {
  position: absolute;
  font-weight: bolder;
  top: 0.7rem;
}
.formulario-datos .form-campo {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0.5rem 0;
  row-gap: 0.2rem;
}
.formulario-datos .form-campo input, .formulario-datos .form-campo textarea, .formulario-datos .form-campo select {
  width: 100%;
  border-radius: 0;
  border: none;
  padding: 0.3rem;
  margin: 0 auto;
}
.formulario-datos .form-renglon {
  width: 100%;
  display: flex;
  flex-direction: column;
  column-gap: 1rem;
}
.formulario-datos p {
  width: 100%;
  font-size: 1rem;
  margin: 0 0 0.5rem 0;
  text-align: center;
}
@media (min-width: 768px) {
  .formulario-datos {
    max-width: 75rem;
    margin: 1rem 0;
    padding: 1rem;
    flex-direction: column;
  }
  .formulario-datos fieldset {
    flex-direction: column;
    align-items: start;
    padding: 2.5rem 2rem 1rem 2rem;
    column-gap: 1rem;
    border-top: 0.2rem solid rgb(41, 64, 118);
    margin-bottom: 0.5rem;
  }
  .formulario-datos legend {
    position: absolute;
    font-weight: bolder;
    top: 0.7rem;
  }
  .formulario-datos .form-campo {
    width: auto;
    display: flex;
    flex-direction: column;
    margin: 0.5rem 0;
    row-gap: 0.2rem;
  }
  .formulario-datos .form-campo input, .formulario-datos .form-campo textarea, .formulario-datos .form-campo select {
    width: 100%;
    border-radius: 0;
    border: none;
    padding: 0.15rem;
  }
  .formulario-datos .form-campo input {
    padding: 0.3rem;
  }
  .formulario-datos .form-renglon {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 1rem;
  }
  .formulario-datos .form-renglon-cuatro {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 1rem;
  }
}

.form-reves {
  display: flex;
  flex-direction: column-reverse;
}

.tabla-registros {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.tabla-registros .row {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.tabla-registros .color-verde {
  background-color: rgb(83, 149, 91);
  margin: 0.1rem 0;
}
.tabla-registros .color-amarillo {
  background-color: #b6b600;
  margin: 0.1rem 0;
}
.tabla-registros .mobil-oculto {
  display: none;
}
.tabla-registros p {
  text-decoration: none;
  padding: 0;
  margin: 0.7rem 0;
  font-weight: bolder;
}
.tabla-registros a p {
  display: block;
}
.tabla-registros .titulos-registros {
  display: none;
}
@media (min-width: 768px) {
  .tabla-registros {
    max-width: 70rem;
  }
  .tabla-registros .mobil-oculto {
    display: block;
  }
  .tabla-registros .color-verde {
    margin: 0;
    background-color: rgb(179.2748091603, 206.7251908397, 182.1145038168);
  }
  .tabla-registros .color-verde:nth-of-type(even) {
    background-color: rgb(148.1297709924, 186.8702290076, 152.1374045802);
  }
  .tabla-registros .color-verde:hover {
    background-color: rgb(80.7824427481, 126.7175572519, 85.534351145);
  }
  .tabla-registros .color-amarillo {
    margin: 0;
    background-color: rgb(207.5, 207.5, 0);
  }
  .tabla-registros .color-amarillo:nth-of-type(even) {
    background-color: #b6b600;
  }
  .tabla-registros .color-amarillo:hover {
    background-color: #838300;
  }
  .tabla-registros .row {
    display: grid;
    grid-template-columns: 1fr 2fr 2fr 2fr;
    background-color: inherit;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .tabla-registros a:hover p {
    color: white;
  }
  .tabla-registros p {
    text-decoration: none;
    padding: 1rem 2rem;
    border-top: 0.2rem solid rgb(255, 255, 255);
    margin: 0;
    font-weight: normal;
  }
  .tabla-registros .titulos-registros {
    color: rgb(255, 255, 255);
    background-color: rgb(51, 80, 54);
  }
  .tabla-registros .titulos-registros:hover {
    background-color: rgb(51, 80, 54);
  }
}

.registro p {
  color: rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .registro p {
    color: black;
  }
}

.informacion-general {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .informacion-general {
    min-width: 60rem;
  }
}

.bloque-informacion {
  display: block;
  width: 100%;
  margin: 1rem 0;
  text-align: center;
}
.bloque-informacion p {
  margin: 0.5rem;
}
.bloque-informacion p span {
  font-weight: bolder;
}
@media (min-width: 768px) {
  .bloque-informacion {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
  }
}

.info-registro {
  display: flex;
  width: 100%;
  margin: 1rem 0;
  flex: 1;
  flex-direction: column;
  gap: 1rem;
}
.info-registro .info-registro__bloque {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  padding: 0 1rem 1rem 1rem;
  background-color: rgb(209, 209, 209);
}
.info-registro .info-registro__bloque span {
  font-weight: bolder;
}
.info-registro .info-registro__bloque h2 {
  text-align: center;
}
.info-registro .info-registro__bloque p {
  line-height: 1;
  margin: 0.7rem;
}
@media (min-width: 768px) {
  .info-registro {
    margin: 1rem 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 80rem;
  }
  .info-registro .info-cliente__bloque {
    max-width: 30rem;
  }
}

.sub-elementos {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 80rem;
}
.sub-elementos h3 {
  margin-bottom: 0.6rem;
}
.sub-elementos .sub-elementos__bloque-subtitulos {
  display: flex;
  width: 100%;
  flex-direction: row;
  column-gap: 0.5rem;
  flex-wrap: nowrap;
  justify-content: center;
}
.sub-elementos .sub-elementos__subtitulo {
  font-weight: bolder;
  margin: 0;
  margin-bottom: 0.3rem;
  width: 100%;
  text-align: center;
}
.sub-elementos .subtitulo-corto {
  max-width: 6rem;
}
.sub-elementos .sub-elementos__bloque {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.sub-elementos .sub-elementos__elemento {
  display: flex;
  column-gap: 0.5rem;
  justify-content: center;
  height: 2rem;
  margin: 0.2rem;
  padding: 0;
  border: 0;
  width: 100%;
}
.sub-elementos .sub-elementos__elemento .boton {
  height: 2rem;
  font-size: 1rem;
  padding: 0.4rem 1rem;
  margin: 0;
  border: 0;
}
.sub-elementos .sub-elementos__notas {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
  width: 100%;
  padding: 0;
  border: 0;
  margin: 0;
}
.sub-elementos .sub-elementos__notas fieldset {
  border: none;
  padding: 0;
  margin-bottom: 0.5rem;
}
.sub-elementos .sub-elementos__notas fieldset legend {
  font-weight: bolder;
}
.sub-elementos .sub-elementos__notas textarea {
  width: 100%;
  height: 4rem;
}
.sub-elementos .sub-elementos__input {
  display: flex;
  flex: 1;
  height: 2rem;
  border: 0.05rem solid black;
  border-radius: 0;
  margin: 0;
  width: 100%;
}
.sub-elementos .input-corto {
  flex: 1;
  max-width: 5rem;
}
@media (min-width: 768px) {
  .sub-elementos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
    justify-content: center;
  }
  .sub-elementos .input-corto {
    max-width: 6rem;
  }
}
.sub-elementos .sub-elementos__documentos {
  width: 100%;
  display: grid;
  text-align: center;
}

.imagen {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
  width: 100%;
  margin: 0 0 1rem 0;
}
.imagen.imagen-mediana {
  max-width: 45rem;
}

.tabla-registros.tabla-servicios-chica {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .tabla-registros.tabla-servicios-chica .row {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.appFirma canvas {
  border: 1px solid black;
}

/** Internas **/
.login {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login h1 {
  margin: 2rem 0 1rem 0;
}

.loginForm {
  background-color: rgb(209, 209, 209);
  border-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem 1.5rem 1rem 1.5rem;
  margin-bottom: 1rem;
  row-gap: 1rem;
}
@media (min-width: 768px) {
  .loginForm {
    padding: 1rem 3rem 2rem 3rem;
  }
}
.loginForm input {
  width: 18rem;
  padding: 0.5rem;
}
@media (min-width: 768px) {
  .loginForm input {
    width: 20rem;
  }
}
.loginForm label {
  text-transform: uppercase;
  font-weight: bolder;
}

.formulario {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.dia-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
  margin: 1rem 0;
}
.dia-nav h2 {
  margin: 0;
  text-align: center;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .dia-nav h2 {
    font-size: 1.8rem;
  }
}

.anuncioRuta {
  background-color: rgb(227, 227, 11);
  width: 8rem;
  margin: 1rem auto 0 auto;
  text-align: center;
}
.anuncioRuta p {
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 1.2rem;
  margin: 0.5rem;
}
.reporteLibre {
  background-color: rgb(11, 148, 227);
  text-align: center;
  position: absolute;
  margin: 3px;
  top: 0;
  left: 0;
  width: 12rem;
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 1.2rem;
  color: white;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-style: none;
}
.reporteLibre:hover {
  background-color: rgb(10, 113, 172);
  cursor: pointer;
}
@media (min-width: 768px) {
  .anuncioRuta {
    margin: 1rem auto 0 auto;
    position: absolute;
    margin: 0;
    top: 0;
    right: 0;
  }
  .anuncioRuta p {
    font-size: 1.4rem;
    margin: 1rem;
  }
}

a {
  text-decoration: none;
}

.titulo {
  margin-bottom: 1rem;
}

.tabla-registros.tabla-plaguicidas {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .tabla-registros.tabla-plaguicidas .row {
    grid-template-columns: 2fr 2fr 1fr;
  }
}

.sub-elementos.plaguicidas {
  display: flex;
  flex-direction: column;
  max-width: 80rem;
}
.sub-elementos.plaguicidas .fecha-lote {
  max-width: 7rem;
}
@media (min-width: 768px) {
  .sub-elementos.plaguicidas {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .sub-elementos.plaguicidas .fecha-lote {
    max-width: none;
  }
}

.filtros-servicios {
  display: flex;
  flex-direction: column;
}
.filtros-servicios h2 {
  display: block;
  margin: 0;
  font-size: 1.5rem;
  text-align: left;
}

.filtros-servicios .busqueda {
  flex-direction: column;
}
.filtros-servicios .busqueda fieldset {
  display: flex;
  align-items: center;
  justify-content: center;
}
.filtros-servicios .busqueda fieldset.movil-columna {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 0.5rem;
}
@media (min-width: 768px) {
  .filtros-servicios .busqueda {
    row-gap: 1rem;
    margin: 0;
  }
  .filtros-servicios .busqueda fieldset {
    column-gap: 0.3rem;
    margin: 0 0.25rem;
    padding: 0;
  }
  .filtros-servicios .busqueda fieldset.movil-columna {
    flex-direction: row;
  }
  .filtros-servicios .busqueda .boton.enviar {
    display: block;
  }
}

.tabla-registros.tabla-servicios {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .tabla-registros.tabla-servicios .row {
    grid-template-columns: 1fr 2fr 1fr 1fr 1fr;
  }
}

.titulo {
  text-align: center;
}
.titulo.realizarServicio {
  margin-bottom: 0;
}
.titulo .subtitulo {
  margin: 0.3rem 0;
  font-weight: bolder;
  font-size: 1.5rem;
}

.app h3 {
  margin: 1rem 0;
}
.app p {
  margin: 0.1rem 0;
}
.app p span {
  font-weight: bold;
  font-size: 1rem;
  margin: 0 0.6rem 0 0.6rem;
}
.app .app__titulo {
  text-align: center;
}
.app .app__subtitulo {
  margin: 1rem 0 0.5rem 0;
}
.app .app__subtitulo2 {
  margin: 1.2rem 0 0.6rem 0;
  font-weight: bold;
}
.app .app__campo-horizontal {
  display: flex;
  flex-direction: row;
  margin: 0.2rem 0;
  align-items: center;
}
.app .app__campo-vertical {
  display: flex;
  flex-direction: column;
}

.app__roedores {
  border-bottom: 2px solid black;
}
.app__roedores .app__titulos-registros-estaciones {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  text-align: center;
}
.app__roedores .app__titulos-registros-estaciones3{
  display: grid;
  grid-template-columns: 3fr 3fr 3fr 1fr;
  text-align: center;
}
.app__roedores .app__titulos-registros-estaciones p {
  font-size: 1.1rem;
}
.app__roedores .app__registro-estacion {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.app__registro-estacion3 {
  width: 100%;
  display: grid;
  grid-template-columns: 3fr 3fr 3fr 1fr;
}
.app__roedores .app__registro-estacion input, .app__roedores .app__registro-estacion select {
  display: flex;
  font-size: 1rem;
  width: auto;
  min-width: 4.5rem;
}
.app__registro-estacion3 input, .app__registro-estacion3 select {
  display: flex;
  font-size: 1rem;
  width: auto;
  min-width: 4.5rem;
}
@media (min-width: 768px) {
  .app__roedores .app__registro-estacion {
    column-gap: 0.5rem;
  }
  .app__roedores .app__registro-estacion input, .app__roedores .app__registro-estacion select {
    font-size: 1rem;
    min-width: 8rem;
  }
  .app__registro-estacion3 {
    column-gap: 0.5rem;
  }
  .app__registro-estacion3 input, .app__registro-estacion3 select {
    font-size: 1rem;
    min-width: 8rem;
  }
}
.app__roedores .app__cordon {
  border-bottom: 1px solid rgb(234, 6, 6);
  margin: 0;
  padding: 0 0 1rem 0;
}
.app__roedores .app__cordon:last-of-type {
  border: none;
}

.app__uv {
  border-bottom: 2px solid black;
  padding: 0 0 1rem 0;
}
.app__uv .app__titulos-registros-uv {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
}
.app__uv .app__titulos-registros-uv p {
  font-size: 1.1rem;
  margin: 0.5rem 0;
}
.app__uv .app__registro-uv {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 0.5rem;
}
.app__uv .app__registro-uv input, .app__uv .app__registro-uv select {
  font-size: 1rem;
  width: 100%;
}
.app__uv .app__registro-general-uv {
  margin: 0.6rem 0 0 0;
  border-bottom: 1px solid rgb(234, 6, 6);
}
.app__uv .app__registro-general-uv p {
  margin: 0.3rem 0;
}

.app__insecticidas {
  padding: 0 0 1rem 0;
  border-bottom: 2px solid black;
}
.app__insecticidas .app__quimico-insecticidas {
  margin-bottom: 1rem;
}
.app__insecticidas .app__titulos-areas {
  display: grid;
  grid-template-columns: 3fr 1fr 2fr 1fr;
  text-align: center;
}
.app__insecticidas .app__titulos-areas p {
  font-size: 1.1rem;
  margin: 0.5rem 0;
}
.app__insecticidas .app__registro-area {
  width: 100%;
  display: grid;
  grid-template-columns: 3fr 1fr 2fr;
  column-gap: 0.5rem;
}
.app__insecticidas .app__registro-area .boton{
  font-size: 1rem;
  padding: .3rem .3rem;
  margin: 0rem 0 0.3rem 0;
}
#AreasTratamiento .sub-elementos__elemento .boton{
  font-size: 1rem;
  padding: .3rem .3rem;
  margin: 0rem 0 0.3rem 0;
}
.app__insecticidas .app__registro-area input, .app__insecticidas .app__registro-area select {
  font-size: 1rem;
  width: 100%;
}
.app__insecticidas .app__titulos-quimico-areas {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  text-align: center;
}
.app__insecticidas .app__titulos-quimico-areas p {
  font-size: 1.1rem;
  margin: 0.5rem 0;
}
.app__insecticidas .app__registro-quimico-area {
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  column-gap: 0.5rem;
}
.app__insecticidas .app__registro-quimico-area input, .app__insecticidas .app__registro-quimico-area select {
  font-size: 1rem;
  width: 100%;
}

.app__datos-generales .app__tiempo-inicio {
  margin-bottom: 1rem;
}
.app__datos-generales .app__tiempo-final {
  margin-bottom: 1rem;
}
.app__datos-generales .app__ruta-encargada {
  margin-bottom: 1rem;
}

.app__info-testificacion {
  max-width: 360px;
  margin-bottom: 1rem;
}

.app_layout {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  border-bottom: 2px solid black;
}
.paginacion-meses {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-family: Arial, sans-serif;
  margin: 20px 0;
}
.btn-mes {
  background: none;
  border: 1px solid #ddd;
  padding: 5px 15px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 0.9em;
}
.btn-mes:hover {
  background: #f0f0f0;
}
.mes-actual {
  font-weight: bold;
  font-size: 1.1em;
  min-width: 60px;
  text-align: center;
  padding: 5px 15px;
  border-radius: 4px;
}
.mes-actual-hoy {
  background-color: rgb(83, 149, 91);
  color: white;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
#diaSemana, #diaMes {
    transition: opacity 0.3s ease;
}


.sub-elementos__elemento,
.fila-guardar {
  display: grid;
  grid-template-columns: 2fr 2fr 1fr;
  gap: .4rem;          
  align-items: center; 
}

.fila-guardar button {
  grid-column: 4;    
  width: 100%;
}
