html {
  height: 100%;
  scroll-behavior: smooth;
}
@media (max-width: 850px) {
  html {
    width: auto;
    box-sizing: border-box;
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Manrope", sans-serif;
  height: 100%;
  box-sizing: border-box;
}
@media (max-width: 850px) {
  body {
    font-size: 1.6svh;
  }
}
body {
  overflow-x: hidden;
}

@keyframes appearFromBottom {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.navbar {
  background-color: #e5e7eb;
  width: 100%;
  min-height: 70px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: fixed;
  z-index: 3;
  flex-wrap: wrap;
  box-sizing: border-box;
}
@media (max-width: 850px) {
  .navbar {
    position: sticky;
    top: 0;
    height: 60px;
    min-height: 0px;
    z-index: 1000;
    border-bottom-color: rgb(190, 190, 190);
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
}
.navbar img {
  height: 50px;
  padding-left: 100px;
  margin: 10px;
}
@media (max-width: 850px) {
  .navbar img {
    height: 35px;
    width: auto;
    padding-left: 2%;
    margin: 0;
  }
}
.navbar svg {
  display: none;
}
@media (max-width: 850px) {
  .navbar svg {
    padding-right: 2%;
    margin: 0;
    height: 40px;
  }
}
@media (max-width: 850px) {
  .navbar .svg-abrir-menu-hamburguesa {
    display: inline;
  }
}
@media (max-width: 850px) {
  .navbar .svg-abrir-menu-hamburguesa.inactivo {
    display: none;
  }
}
@media (max-width: 850px) {
  .navbar .svg-cerrar-menu-hamburguesa {
    display: none;
  }
}
@media (max-width: 850px) {
  .navbar .svg-cerrar-menu-hamburguesa.activo {
    display: inline;
    height: 30px;
  }
}
.navbar .nav-buttons {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: center;
  height: 100%;
}
@media (max-width: 850px) {
  .navbar .nav-buttons {
    flex-wrap: wrap;
    display: none;
  }
}
.navbar .nav-buttons a {
  background-color: #e5e7eb;
  border-style: none;
  font-family: "Manrope", sans-serif;
  font-size: 1.1em;
  text-decoration: none;
  color: black;
}
@media (max-width: 850px) {
  .navbar .nav-buttons {
    font-size: 1rem;
  }
}
.navbar .nav-buttons a:hover {
  font-weight: bold;
  cursor: pointer;
}
.navbar .separador-lateral {
  height: 1px;
  width: 316.13px;
}
@media (max-width: 850px) {
  .navbar .separador-lateral {
    display: none;
  }
}

.main-section {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin: 0;
  text-align: center;
}
@media (max-width: 850px) {
  .main-section {
    font-size: 1.4svh;
    scroll-margin-top: 60px;
  }
}
@media (max-width: 850px) {
  .main-section .salto_linea {
    display: none;
  }
}
.main-section h1 {
  font-size: 4rem;
  margin: 0;
  padding: 0;
  color: white;
}
@media (max-width: 850px) {
  .main-section h1 {
    font-size: 3.2rem;
  }
}
.main-section p {
  font-size: 1.7em;
  margin: 20px 0;
  padding: 0;
  color: white;
}
@media (max-width: 850px) {
  .main-section p {
    font-size: 2em;
  }
}
.main-section input {
  width: 30vw;
  height: 50px;
  border: none;
  padding: 0px;
  margin: 0px;
  font-size: 1.3em;
  text-align: center;
}
@media (max-width: 850px) {
  .main-section input {
    width: 30vw;
    font-size: 1.5em;
    font-family: "Manrope", sans-serif;
    padding: 5px;
  }
}
.main-section article {
  background-color: #5E17EB;
  color: white;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../assets/gif/background.gif);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main-section article .first-section {
  display: flex;
  align-items: center;
  text-align: center;
  padding-top: 70px;
  height: calc(100dvh - 70px);
  justify-content: space-between;
}
@media (max-width: 850px) {
  .main-section article .first-section {
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 10%;
    height: 100%;
  }
}
.main-section article .first-section .text-section {
  justify-content: center;
  text-align: center;
  z-index: 2;
}
@media (max-width: 850px) {
  .main-section article .first-section .text-section {
    align-items: center;
  }
}
.main-section article .first-section .autocomplete {
  justify-content: center;
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  width: 30vw;
}
@media (max-width: 850px) {
  .main-section article .first-section .autocomplete {
    width: 60%;
  }
}
.main-section article .first-section .autocomplete input {
  border-radius: 20px;
}
@media (max-width: 850px) {
  .main-section article .first-section .autocomplete input {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    align-self: center;
  }
}
.main-section article .first-section .autocomplete .autocomplete-items {
  position: absolute;
  padding-top: 10px;
  width: 30vw;
  background-color: white;
  color: black;
  margin: 0px;
  padding: 0px;
  z-index: 10;
  font-size: 1.3em;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 850px) {
  .main-section article .first-section .autocomplete .autocomplete-items {
    width: 100%;
  }
}
.main-section article .first-section .autocomplete .autocomplete-items .autocomplete-item {
  padding: 10px;
}
.main-section article .first-section .autocomplete .autocomplete-items .autocomplete-item:hover {
  background-color: #cebaee;
  cursor: pointer;
}
.main-section article .first-section .autocomplete.open input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.main-section article .first-section .autocomplete .autocomplete-items:empty {
  display: none;
}
.main-section article .first-section > * h1,
.main-section article .first-section > * p,
.main-section article .first-section > * input,
.main-section article .first-section > * button,
.main-section article .first-section > *.autocomplete-items {
  opacity: 0;
  animation: appearFromBottom 0.8s ease-out forwards;
}
.main-section article .first-section > * h1 {
  animation-delay: 0.2s;
}
.main-section article .first-section > * p {
  animation-delay: 0.4s;
}
.main-section article .first-section > * input {
  animation-delay: 0.6s;
}
.main-section article .first-section > * button {
  animation-delay: 0.8s;
}
.main-section article .first-section > *.autocomplete-items {
  animation-delay: 0.6s;
}
.main-section article .first-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: rgba(94, 23, 235, 0.8);
  /* oscurece */
  z-index: 0;
}
.main-section article button {
  background-color: #FDCB58;
  border-style: none;
  font-family: "Manrope", sans-serif;
  font-size: 1.2em;
  color: black;
  width: 160px;
  padding: 20px;
  border-radius: 35px;
}
@media (max-width: 850px) {
  .main-section article button {
    font-size: 1.6em;
    min-width: 160px;
    width: auto;
  }
}
.main-section article button:hover {
  cursor: pointer;
  font-weight: bold;
  background-color: rgb(252.3964497041, 187.3076923077, 37.6035502959);
}

.servicios-section {
  width: 100%;
  height: auto;
  padding: 50px 0;
  text-align: center;
  background-color: #f0f0f0;
  scroll-margin-top: 70px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
  align-items: center;
  justify-content: center;
}
.servicios-section h1 {
  color: black;
  font-size: 3em;
}
.servicios-section h2 {
  color: rgb(100, 100, 100);
  font-size: 2em;
  padding-left: 2%;
  padding-right: 2%;
}
.servicios-section .servicios {
  justify-self: center;
  margin-top: 2vw;
}
@media (max-width: 850px) {
  .servicios-section .servicios {
    width: 90%;
    min-height: 100%;
    margin: 10px;
    padding: 0;
    margin: 0 auto;
  }
}
.servicios-section .servicios .servicio {
  display: flex;
  flex-direction: row;
  height: 15vw;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5vw;
}
@media (max-width: 850px) {
  .servicios-section .servicios .servicio {
    width: 100%;
    min-height: 50vw;
    height: auto;
    padding-right: 0px;
    margin: 0 auto;
    justify-self: center;
    overflow: hidden;
  }
}
.servicios-section .servicios .servicio .imagen {
  height: 100%;
  width: 25vw;
}
@media (max-width: 850px) {
  .servicios-section .servicios .servicio .imagen {
    width: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 50vw;
    height: auto;
  }
}
.servicios-section .servicios .servicio .imagen img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom-left-radius: 5vw;
  border-top-left-radius: 5vw;
}
@media (max-width: 850px) {
  .servicios-section .servicios .servicio .imagen img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.servicios-section .servicios .servicio .texto {
  background-color: #e5dcf3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50vw;
  border-bottom-right-radius: 5vw;
  border-top-right-radius: 5vw;
}
@media (max-width: 850px) {
  .servicios-section .servicios .servicio .texto {
    width: 50%;
    min-height: 50vw;
    height: auto;
    padding-right: 0px;
    margin: 0 auto;
    justify-self: center;
  }
}
.servicios-section .servicios .servicio .texto h3 {
  font-size: 2.2em;
  padding: 0;
  margin: 0;
}
@media (max-width: 850px) {
  .servicios-section .servicios .servicio .texto h3 {
    font-size: 2.1em;
    padding-top: 1%;
  }
}
.servicios-section .servicios .servicio .texto p {
  color: black;
  padding: 0 10%;
  font-size: 1.5em;
}
.servicios-section .servicios #imagen-centro img {
  border-bottom-right-radius: 5vw;
  border-top-right-radius: 5vw;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.servicios-section .servicios #texto-centro {
  background-color: #ffe7b0;
  border-bottom-left-radius: 5vw;
  border-top-left-radius: 5vw;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.servicios-section .servicios .servicio:hover {
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2), 0 8px 25px 0 rgba(0, 0, 0, 0.19);
  border-radius: 10vw;
  transition: 0.3s;
}

.servicios-section.active {
  opacity: 1;
  transform: translateY(0);
}

.validadores-section {
  width: 100%;
  height: auto;
  padding: 50px 0;
  text-align: center;
  background-color: #5E17EB;
  color: white;
  scroll-margin-top: 70px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
  background-image: url(../assets/gif/background.gif);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}
@media (max-width: 850px) {
  .validadores-section .validadores-section-texto-inicial {
    margin: 5%;
  }
}
.validadores-section .validadores-section-texto-inicial h1 {
  position: relative;
  font-size: 3em;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.validadores-section .validadores-section-texto-inicial h2 {
  position: relative;
  z-index: 1;
  font-size: 2em;
}
.validadores-section .validadores-contenedor {
  display: flex;
}
@media (max-width: 850px) {
  .validadores-section .validadores-contenedor {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
  }
}
.validadores-section .metricas {
  width: 50%;
  gap: 50px;
  align-items: center;
  z-index: 1;
  display: grid;
}
@media (max-width: 850px) {
  .validadores-section .metricas {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    gap: 0px;
  }
}
.validadores-section .metricas .metrica {
  display: flex;
  align-items: center;
  vertical-align: center;
  width: 827;
  height: 300;
}
@media (max-width: 850px) {
  .validadores-section .metricas .metrica {
    width: 100%;
    margin-right: 20px;
    height: auto;
  }
}
.validadores-section .metricas .metrica .parte-izquierda {
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 50%;
  height: 20dvh;
  gap: 0px;
  border-left: white;
  border-style: solid;
  border-top-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 850px) {
  .validadores-section .metricas .metrica .parte-izquierda {
    height: auto;
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.validadores-section .metricas .metrica .parte-izquierda h1 {
  font-size: 5em;
  padding: 0px;
  margin: 0px;
  justify-self: center;
  vertical-align: middle;
}
.validadores-section .metricas .metrica .parte-izquierda h3 {
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  font-size: 1.3em;
}
@media (max-width: 850px) {
  .validadores-section .metricas .metrica .parte-izquierda h3 {
    font-size: 1.5em;
  }
}
.validadores-section .metricas .metrica .parte-derecha {
  width: 50%;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding: 0 50px;
  display: grid;
}
@media (max-width: 850px) {
  .validadores-section .metricas .metrica .parte-derecha {
    padding: 0px;
    padding-left: 10px;
    width: 50%;
    padding-right: 5%;
  }
}
.validadores-section .metricas .metrica .parte-derecha h3 {
  justify-content: center;
  margin: 0 auto;
  vertical-align: center;
  font-size: 1.3em;
}
@media (max-width: 850px) {
  .validadores-section .metricas .metrica .parte-derecha h3 {
    font-size: 1.5em;
    padding: 0;
    margin: 0 auto;
  }
}

.validadores-section.active {
  opacity: 1;
  transform: translateY(0);
}

.validadores-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(94, 23, 235, 0.8);
  /* oscurece */
  z-index: 1;
}

.testimonio-section {
  width: 100%;
  height: auto;
  padding: 50px 0;
  text-align: center;
  justify-content: left;
  background-color: #161616;
  scroll-margin-top: 70px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
  display: flex;
  flex-direction: column;
}
.testimonio-section p {
  width: 60%;
  text-align: left;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 850px) {
  .testimonio-section p {
    width: 90%;
    font-size: 2.2svh;
  }
}
.testimonio-section h4 {
  width: 60%;
  text-align: left;
  margin: 0 auto;
  padding: 0;
  padding-top: 1%;
  color: white;
  font-size: 2svh;
}
@media (max-width: 850px) {
  .testimonio-section h4 {
    width: 90%;
    padding-top: 4%;
    font-size: 1.8svh;
  }
}
.testimonio-section h5 {
  width: 60%;
  text-align: left;
  margin: 0 auto;
  padding: 0;
  color: rgb(204, 204, 204);
  font-size: 2svh;
}
@media (max-width: 850px) {
  .testimonio-section h5 {
    width: 90%;
    font-size: 1.8svh;
  }
}

.testimonio-section.active {
  opacity: 1;
  transform: translateY(0);
}

.objetivo-section {
  width: 100%;
  height: auto;
  padding: 50px 0;
  text-align: center;
  background-color: #e5e7eb;
  scroll-margin-top: 70px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}
@media (max-width: 850px) {
  .objetivo-section {
    margin: 0 auto;
  }
}
.objetivo-section h1 {
  font-size: 3em;
  color: black;
  padding-left: 1%;
  padding-right: 1%;
}
.objetivo-section p {
  font-size: 2em;
  margin: 20px 0;
  padding: 0;
  color: rgb(100, 100, 100);
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 850px) {
  .objetivo-section p {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.objetivo-section input {
  background-color: white;
  height: 10vw;
  width: 70vw;
  border-radius: 30px;
  margin: 40px;
  text-align: left;
  vertical-align: baseline;
}
@media (max-width: 850px) {
  .objetivo-section input {
    font-size: 1.5em;
    font-family: "Manrope", sans-serif;
  }
}
.objetivo-section textarea {
  background-color: white;
  height: 10vw;
  width: 70vw;
  border-radius: 30px;
  margin: 40px;
  text-align: left;
  vertical-align: baseline;
  align-content: baseline;
  font-size: 1.3em;
  font-family: "Manrope", sans-serif;
  padding: 20px;
}
@media (max-width: 850px) {
  .objetivo-section textarea {
    font-size: 1.5em;
    font-family: "Manrope", sans-serif;
  }
}
.objetivo-section button {
  background-color: #FDCB58;
  border-style: none;
  font-family: "Manrope", sans-serif;
  font-size: 1.2em;
  color: black;
  width: auto;
  padding: 20px;
  border-radius: 35px;
}
@media (max-width: 850px) {
  .objetivo-section button {
    font-size: 1.6em;
    min-width: 160px;
    width: auto;
  }
}
.objetivo-section button:hover {
  cursor: pointer;
  font-weight: bold;
  background-color: rgb(252.3964497041, 187.3076923077, 37.6035502959);
}

.objetivo-section.active {
  opacity: 1;
  transform: translateY(0);
}

.boton-whatsapp {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 50px;
  height: 50px;
  z-index: 10;
  background-color: #25D366;
  border-radius: 50%;
  padding: 10px;
}
.boton-whatsapp svg {
  fill: white;
  width: 80%;
  height: 50px;
}

.boton-whatsapp:hover {
  cursor: pointer;
  background-color: #128C7E;
}

.menu-hamburguesa {
  position: fixed;
  top: 0;
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out;
  width: 100%;
  height: 100vh;
  background-color: #e5e7eb;
  background: #e5e7eb;
  z-index: 900;
  display: none;
  padding-top: 60px;
  text-align: center;
}
@media (max-width: 850px) {
  .menu-hamburguesa {
    display: flex;
    flex-direction: column;
  }
}
.menu-hamburguesa .menu-hamburguesa-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding-left: 8%;
  padding-right: 8%;
}
.menu-hamburguesa .menu-hamburguesa-buttons a {
  padding: 10px;
  background-color: #e5e7eb;
  border-style: none;
  font-family: "Manrope", sans-serif;
  font-size: 1.9em;
  text-decoration: none;
  color: black;
  border-bottom-color: rgb(185, 185, 185);
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.menu-hamburguesa .menu-hamburguesa-buttons a:hover {
  font-weight: bold;
  cursor: pointer;
}
.menu-hamburguesa p {
  text-align: center;
  font-size: 1.2em;
  color: rgb(117, 117, 117);
}

.menu-hamburguesa.activo {
  transform: translateX(0);
}

.footer {
  background-color: black;
  width: auto;
  height: auto;
  padding: 5px;
  position: relative;
  z-index: 3;
}
@media (max-width: 850px) {
  .footer {
    width: 100%;
    padding-bottom: env(safe-area-inset-bottom);
  }
}
@media (max-width: 850px) {
  .footer .informacion-section {
    gap: 2%;
  }
}
.footer .informacion-section h4 {
  color: white;
}
.footer .informacion-section p {
  color: #c2c2c2;
}
.footer .informacion-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 25vw;
  padding-right: 25vw;
  padding-bottom: 20px;
}
@media (max-width: 850px) {
  .footer .informacion-section {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
  }
}
.footer .informacion-section a {
  color: #c2c2c2;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  padding-bottom: 20px;
}
.footer .informacion-section .enlaces_rapidos {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer .informacion-section .enlaces_rapidos h4 {
  padding: 0px;
  margin: 0px;
  padding-top: 20px;
}
.footer .informacion-section .lista_enlaces div {
  padding-top: 10px;
}
.footer .final-section {
  text-align: center;
}
.footer .final-section p {
  color: #c2c2c2;
}
.footer .final-section {
  padding: 10px;
  border-top: #c2c2c2 1px solid;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.modal[open] {
  border-radius: 5vw;
  justify-items: center;
  align-items: center;
  overflow: visible;
}
@media (max-width: 850px) {
  .modal[open] {
    width: auto;
    min-height: 50%;
    justify-content: center;
    align-items: center;
    justify-items: center;
    overflow: hidden;
    display: flex;
    padding: 10px;
  }
}
@media (max-width: 850px) {
  .modal[open] h1 {
    padding: 0;
    margin: 0 auto;
    justify-self: center;
  }
}
.modal[open] h3 {
  justify-content: center;
  text-align: center;
}
@media (max-width: 850px) {
  .modal[open] h3 {
    font-size: 1.5em;
  }
}
.modal[open][open] {
  animation: modalFadeIn 0.6s ease forwards;
}
.modal[open] .modal-form {
  height: 17vw;
  width: 50vw;
  justify-items: center;
  align-items: center;
}
@media (max-width: 850px) {
  .modal[open] .modal-form {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.modal[open] .modal-form label {
  font-size: 1.2em;
}
@media (max-width: 850px) {
  .modal[open] .modal-form label {
    font-size: 1.5em;
  }
}
.modal[open] .modal-form input {
  align-self: center;
  width: 15vw;
  height: 3vw;
  border: none;
  padding: 0px;
  margin: 0px;
  font-size: 1em;
  text-align: center;
  background-color: #e5e7eb;
  border-radius: 5vw;
}
@media (max-width: 850px) {
  .modal[open] .modal-form input {
    width: 100%;
    height: 10vw;
    font-family: "Manrope", sans-serif;
  }
}
.modal[open] .modal-form .campos {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 850px) {
  .modal[open] .modal-form .campos {
    width: 100%;
    gap: 20px;
    padding: 0;
    margin: 0 auto;
  }
}
.modal[open] .modal-form .modal-actions {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  padding: 0;
}
.modal[open] .modal-form button {
  background-color: #FDCB58;
  border-style: none;
  font-family: "Manrope", sans-serif;
  font-size: 1.2em;
  color: black;
  width: 160px;
  padding: 20px;
  border-radius: 35px;
}
@media (max-width: 850px) {
  .modal[open] .modal-form button {
    font-size: 1.5em;
  }
}
.modal[open] .modal-form button:hover {
  cursor: pointer;
  font-weight: bold;
  background-color: rgb(252.3964497041, 187.3076923077, 37.6035502959);
}
.modal[open] .modal-form #btn-cancelar-dialog {
  background-color: #ff9c9c;
}/*# sourceMappingURL=main.css.map */