/* Tipos de fuentes - Importing Google Fonts */
/*@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');*/

/* Tipo de fuente - Ubuntu Regular */
@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu/ubuntu-regular-webfont.woff2') format('woff2'),
       url('../fonts/Ubuntu/ubuntu-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Colours Palette */
:root {
  --primary: #e3e1d9;
  --secondary: #436850;
  --tertiary: #adbc9f;
  --quaternary: #12372a;
  --fifth: #072e33;
  --hover: #399941;
  --new: #f6f7f9;
  --background: #f4f4f4;
  --hoverLink: #2F7F36;
  --text: #1c2035;
  --z-toast: 1300;
  --z-banner: 1200;
}

/* Formato General */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  overscroll-behavior-y: none; /* Cancelar pull to refresh */
}

/* Formato Body */
body {
  font-family: 'Ubuntu', sans-serif !important;
  background: var(--background, #FFFFFF);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100svh;
  min-height: 100svh;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  /* overscroll-behavior-y: none;
  overflow: hidden; */
}

/* Formulario login */
.formulario_login {
  width: 100%;
  height: 100%;
  max-width: 400px;
  /* background: #fbfcf8; */
  /* background: #efefd7; */
  background: var(--background);
  margin: 26px;
}

h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 32px;
  margin-top: 35px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #013237;
}
h3 i {
  color: #399941;
}

.subtitulo {
  font-size: 17px;
  color: #5d6d7e;
  /* color: #8b8b8b; */
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

/* Labels Login */
#forUsuario, #forPassword {
  display: flex;
  justify-content: left;
  align-items: left;
  margin-top: 25px;
  margin-bottom: 5px;
  font-size: 14px;
  /* font-weight: bold; */
  /* color: #013237; */
  color: #5d6d7e;
  pointer-events: none;
}

.usuario, .password {
  /*display: flex;
  justify-content: center;
  align-items: center;*/
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border: 1px solid var(--tertiary);
  /*border: 2px solid transparent;*/
  outline: none;
  padding: 14px;
  padding-left: 45px;
  border-radius: 13px;
  text-align: left;
  font-size: 1rem;
  background: #FFFFFF;
  transition: all 0.3s ease;
}
.usuario:hover, .password:hover {
  cursor: pointer;
  border: 1px solid var(--hover);
  outline: 1px solid var(--hover);
}
.usuario:focus, .password:focus {
  cursor: text;
  border: 1px solid var(--hover);
  outline: 1px solid var(--hover);
}

.ingresar {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 40px;
  font-size: 1rem;
  outline: none;
  border: none;
  padding: 14px;
  border-radius: 30px;
  /* background: #7D8F69; */
  background: var(--hover);
  color: #FFFFFF;
  font-weight: bold;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease-in-out;
  gap: 5px;
}
.ingresar:hover {
  cursor: pointer;
  /* background: #a1a880; */
  background: #2f7f35;
  transform: scale(1.02);
  /* box-shadow: 0 4px 12px rgba(0,0,0,0.15); */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.ingresar:active {
  transform: scale(0.98); /* Efecto de presionar el botón */
}
.ingresar:disabled {
  /* background: #C1D1D0; */
  background: #B6D2B2;
  color: #8b8b8b;
  pointer-events: none;
  opacity: 0.95;
  box-shadow: none;
}
.ingresar i {
  vertical-align: middle; /* Alinea el ícono con el texto */
  font-size: 1.063rem;
}

/* Icono de mostrar contraseña */
.padreMostrarContrasena {
  position: relative;
}
.mostrarContrasena {
  color: #999999;
  position: absolute;
  right: 15px;
  top: 50%;
  transition: 0.4s ease all;
}
.mostrarContrasena i {
  font-size: 22px;
}
.mostrarContrasena:hover {
  cursor: pointer;
  color: var(--hover);
}

/* Placeholders */
input::placeholder {
  color: #999999;
  font-size: 15.5px;
}
input:focus::placeholder {
  color: var(--hover);
}

/* Forgot */
.forgot {
  display: flex;
  align-items: right;
  justify-content: right;
  text-decoration: none;
  color: #399942;
  transition: 0.3s ease all;
}
.forgot:hover {
  color: var(--hoverLink);
}

/* Divider */
.divider {
  width: 95%;
  display: flex;
  flex-direction: row;
  color: #7D8F69;
  gap: 1rem;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.divider-line {
  width: 100%;
  height: 1px;
  background-color: #7D8F69;
  opacity: .5;
}

/* Social Login Google */
.socials-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 20px;
  /* box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; */
}
.socials-row img {
  width: 1.3rem;
  height: 1.3rem;
}
.socials-row > a {
  border-radius: 30px;
  border: 1px solid var(--tertiary);
  width: 100%;
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 1rem;
  color: #3C4043;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  padding: 14px;
  margin-top: 3px;
  background-color: #fbfcff;
  transition: transform 0.2s ease-in-out;
}
.socials-row > a:hover {
  cursor: pointer;
  transform: scale(1.02);
  border: 1px solid #DADCE0;
  background-color: #FFFFFF;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.socials-row > a:active {
  transform: scale(0.98); /* Efecto de presionar el botón */
}

/* Register Link */
.register {
  font-size: 16px;
  margin-top: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #013237;
}
.register a {
  text-decoration: none;
  font-size: 16px;
  color: #399942;
  font-weight: bold;
}
.register a:hover {
  color: var(--hoverLink);
}

/* Formulario registro */
.formulario_registro {
  width: 100%;
  height: 100%;
  max-width: 400px;
  background: var(--background);
  margin: 26px;
}

h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  text-align: center;
  font-size: 32px;
  margin-top: 35px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #013237;
}
h4 i {
  color: #399941;
  font-size: 30px !important;
}

.complete {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #5d6d7e;
  /* color: #8b8b8b; */
  font-weight: bold;
  display: flex;
  justify-content: left;
  align-items: left;
  margin-bottom: 22px;
}
.complete i {
  font-size: 16px !important;
}

.inputregis {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  width: 100%;
  border: 1px solid var(--tertiary);
  outline: none;
  padding: 13px;
  padding-left: 45px;
  padding-right: 45px;
  border-radius: 11px;
  text-align: left;
  font-size: 1rem;
  background: #fbfcff;
  transition: all 0.3s ease;
}
.inputregis:hover {
  cursor: pointer;
  border: 1px solid var(--hover);
  outline: 1px solid var(--hover);
}
.inputregis:focus {
  cursor: text;
  border: 1px solid var(--hover);
  outline: 1px solid var(--hover);
  background: #FFFFFF;
}

.password-info {
  font-size: 12px;
  color: #6c757d; /* Color gris suave */
  display: block;
  position: relative;
  top: -7px;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.4s ease, max-height 0.4s ease, visibility 0.4s ease;
}
.password-info.visible {
  opacity: 1;
  max-height: 50px;
  visibility: visible;
}
.password-info.valid {
  color: #38a169;
}
.password-info.invalid {
  color: #ec3f41;
}

.registrar {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 25px;
  font-size: 1rem;
  outline: none;
  border: none;
  padding: 14px;
  border-radius: 30px;
  /* background: #7D8F69; */
  background: var(--hover);
  color: #FFFFFF;
  font-weight: bold;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease-in-out;
  gap: 5px;
}
.registrar:hover {
  cursor: pointer;
  /* background: #a1a880; */
  background: #2f7f35;
  transform: scale(1.02);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.registrar:active {
  transform: translateY(2px); /* Simula presión */
}
.registrar:disabled {
  /* background: #e0e0e0; */
  /* background: #C1D1D0; */
  background: #B6D2B2;
  color: #8b8b8b;
  /* color: #FFFFFF; */
  pointer-events: none;
  opacity: 0.95;
  box-shadow: none;
}
.registrar i {
  vertical-align: middle; /* Alinea el ícono con el texto */
  font-size: 1.063rem;
}

.login-back {
  font-size: 16px;
  text-align: center;
  margin-top: 60px;
  color: #013237;
}
.login-back a {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #399942;
}
.login-back a:hover {
  color: var(--hoverLink);
}

/* Boton habilitar notificaciones */
.notificame {
  display: none; /* Ocultar por defecto */
  justify-content: center;
  align-items: center;
}
#enableNotifications {
  font-size: 15px;
  margin-top: 1.70rem;
  margin-bottom: 15px;
  padding: 9px 14px;
  background: var(--fifth);
  color: #FFFFFF;
  /* border: none; */
  border: 2px solid var(--hover) !important;
  outline: none;
  border-radius: 20px;
  transition: transform 0.2s ease-in-out;
}
#enableNotifications:hover {
  cursor: pointer;
  transform: scale(1.03);
  box-shadow: 0 6px 14px rgba(0,0,0,0.18);
}
.enableNotifications span {
  vertical-align: middle; /* Alinea el ícono con el texto */
  font-size: 1.2em;       /* Asegúrate de que el tamaño sea coherente */
}
#enableNotifications:active {
  transform: translateY(1px) scale(0.995);
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  filter: brightness(0.98);
}
.btn-highlight-not {
  position: relative;
  border: 2px solid var(--hover) !important;
  animation: pulse 2s infinite; /* Un pequeño pulso para llamar la atención */
}

/* Boton instalar aplicacion PWA */
.installBtnDiv {
  display: flex;
  justify-content: center;
  align-items: center;
}
.add-button {
  font-size: 15px;
  margin-top: 1.70rem;
  padding: 9px 14px;
  background: var(--fifth);
  color: #FFFFFF;
  border: none;
  outline: none;
  border-radius: 20px;
  /* transition: transform 0.2s ease-in-out; */
  transition: 
    filter 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}
.add-button:hover {
  cursor: pointer;
  filter: brightness(1.05);
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.18);
}
.add-button span {
  vertical-align: middle; /* Alinea el ícono con el texto */
  font-size: 1.2em;       /* Asegúrate de que el tamaño sea coherente */
}
.add-button:active {
  transform: translateY(1px) scale(0.995);
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  filter: brightness(0.98);
}
/* Estilo para el botón cuando aparece después del banner */
.btn-highlight {
  position: relative;
  border: 2px solid var(--hover) !important;
  animation: pulse 2s infinite; /* Un pequeño pulso para llamar la atención */
}
/* El punto rojo de "notificación" */
.btn-highlight::after {
  content: '';
  position: absolute;
  top: -5px;
  right: -5px;
  width: 12px;
  height: 12px;
  background-color: #ff5252;
  border-radius: 50%;
  border: 2px solid white;
}
@keyframes pulse {
  0% { 
    box-shadow: 0 0 0 0 rgba(57, 153, 65, 0.5); /* Tu verde con 50% transparencia */
  }
  70% { 
    box-shadow: 0 0 0 10px rgba(57, 153, 65, 0); /* Se expande y desaparece */
  }
  100% { 
    box-shadow: 0 0 0 0 rgba(57, 153, 65, 0); 
  }
}

/* Toast mensajes */
#toast {
  position: fixed;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #FFFFFF;
  padding: 15px 20px;
  border-radius: 22px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  z-index: var(--z-toast);
  opacity: 0;
  transition: all 0.4s ease;
  /* min-width: 250px; */
  width: 90%;
  max-width: 90%;
  max-height: 150px;
  overflow-y: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
  /* word-wrap: break-word; */
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: pre-line;
  line-height: 1.4;
  backdrop-filter: blur(2px);
}
#toast.show {
  opacity: 1;
  bottom: calc(40px + env(safe-area-inset-bottom)); /* Para iOS */
  pointer-events: none;
}

/* Estilo del spinner y loader */
#spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  /* background: rgba(30, 30, 30, 0.6); Fondo gris oscuro semitransparente */
  /* background: rgba(60, 60, 60, 0.3); */
  background: rgba(0, 0, 0, 0.3);
  display: none; /* Oculto por defecto */
  justify-content: center;
  align-items: center;
  z-index: var(--z-toast);
}
#spinner:not([hidden]) {
  display: flex;
}

/* Loader (spinner) */
.loader {
  border: 6px solid #e3e1d9; /* Fondo del spinner */
  border-top: 6px solid #85A947; /* Color de la animación */
  border-radius: 50%; /* Forma redonda */
  width: 40px; /* Tamaño */
  height: 40px; /* Tamaño */
  animation: spin 1.2s linear infinite; /* Animación de rotación */
}

/* Animación de rotación NO BORRAR */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Contenedor inputs login */
.input-container {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.input-container .icon-left {
  position: absolute;
  top: 65%;
  left: 14px;
  transform: translateY(-50%);
  font-size: 21px;
  color: var(--hover);
  pointer-events: none;
  line-height: 1;
  transition: color 0.3s ease;
}
.input-container:focus-within .icon-left {
  color: var(--hover);
}
.icon-left.error-color {
  color: #ec3f41 !important;
}

/* Estilos para campos inputs con error */
input.error {
  border-color: #ec3f41;
  background-color: #fff0f0;
  outline: none;
  transition: all 0.3s ease-in-out;
}
input.error::placeholder {
  color: #ec3f41 !important;
  opacity: 0.7 !important;
}
.input-container .error-icon {
  position: absolute;
  color: #ec3f41;
  font-size: 22px;
  right: 15px;
  top: 65%;
  transform: translateY(-50%);
  pointer-events: none;
}
.input-group .error-icon {
  position: absolute;
  color: #ec3f41;
  font-size: 22px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
/* Animación de vibración para inputs con error */
@keyframes shake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  50% { transform: translateX(5px); }
  75% { transform: translateX(-5px); }
}
/* Aplicar animación al input si tiene error */
input.error.shake {
  animation: shake 0.5s ease-in-out;
}

/* Opciones de checkbox y forgot login */
.extra-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  font-weight: bold;
  font-size: 0.844rem;
}
.checkbox-container {
  display: flex;
  align-items: center;
  color: #013237;
  cursor: pointer;
}
.checkbox-container input[type="checkbox"] {
  appearance: none;
  width: 19px; /* Aumenta el tamaño del checkbox */
  height: 19px;
  border: 2px solid var(--hover);
  background-color: #FFFFFF;
  margin-right: 5px;
  cursor: pointer;
  border-radius: 5px;
}
.checkbox-container input[type="checkbox"]:checked {
  background-color: #4caf50; /* Color de fondo cuando está seleccionado */
  border-color: #4caf50;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M20.285 4.285l-11.08 11.08-5.49-5.49-1.415 1.415 6.905 6.905 12.495-12.495z"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
}

/* Footer */
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto 2px auto;
  width: 100%;
  max-width: 420px;
  text-align: center;
  font-size: 12px;
  color: #777;
}

@supports (-webkit-touch-callout: none) {
  h3, h4, .subtitulo, .complete, #forUsuario, #forPassword, .ingresar, .register, .register a, .registrar, .login-back, .login-back a, .extra-options {
    -webkit-text-stroke: 0.3px; /* Simula grosor en iOS */
    letter-spacing: -0.5px; /* Hace que se vea más grueso */
  }
}

/* Giro del loader boton */
.material-symbols-outlined.spin {
  animation: spin 1s linear infinite;
  font-size: 20px;
}
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Color del titilante */
input, textarea {
  /* caret-color: #00C853; */
  caret-color: var(--hover);
}

/* Checkbox registro */
.check-box-reg {
  display: flex;
  justify-content: left;
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
}
.checkbox-container-reg {
  display: flex;
  align-items: center;
  color: #013237;
  cursor: pointer;
}
.checkbox-container-reg span {
  color: var(--hover);
  text-decoration: underline;
}
.check-box-reg input[type="checkbox"] {
  appearance: none;
  width: 19px; /* Aumenta el tamaño del checkbox */
  height: 19px;
  border: 2px solid var(--hover);
  background-color: #FFFFFF;
  margin-right: 7px;
  cursor: pointer;
  border-radius: 5px;
}
.check-box-reg input[type="checkbox"]:checked {
  background-color: #4caf50; /* Color de fondo cuando está seleccionado */
  border-color: #4caf50;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M20.285 4.285l-11.08 11.08-5.49-5.49-1.415 1.415 6.905 6.905 12.495-12.495z"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
}

/* Contenedor inputs registro */
.input-group {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.input-group .icon-left {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  font-size: 21px;
  color: var(--hover);
  pointer-events: none;
  transition: color 0.3s ease;
}
.input-group:focus-within .icon-left {
  color: var(--hover);
}
.input-group .icon-right {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  font-size: 21px;
  color: #999999;
  cursor: pointer;
  transition: 0.4s ease all;
}
.input-group .icon-right:hover {
  color: var(--hover);
}

/* PWA A2HS Custom Banner */
.pwa-banner {
  position: fixed;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  width: 93%;
  max-width: 420px;
  background: #FFFFFF;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid var(--hover);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  z-index: var(--z-banner);
  font-family: 'Ubuntu', sans-serif !important;
  animation: slideUp 0.5s ease-out;
}
.banner-content { 
  display: flex;
  justify-content: center;
  align-items: center; 
  margin-bottom: 22px; 
}
.banner-text h3 { 
  margin: 0; 
  font-size: 1.2rem; 
  color: #399941; 
  margin-bottom: 9px;
}
.banner-text p { 
  margin: 5px 0 0; 
  color: #666; 
  font-size: 0.85rem; 
}
.banner-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  max-width: 80%;
  margin: 0 auto;
  margin-top: 26px;
}
.btn-primary { 
  flex: 1;
  background: #399941;
  color: #fff;
  border: none;
  padding: 10px; 
  /* padding: 10px 18px; */
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  transition: box-shadow .2s ease, transform .1s ease;
}
.btn-secondary { 
  flex: 1; 
  background: transparent; 
  color: #666; 
  border: 2px solid #ddd; 
  padding: 10px; 
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.2s ease;
}
.banner-icon {
  width: 48px;
  height: 48px;
  background-image: url("../images/install.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.btn-primary:focus-visible,
.btn-secondary:focus-visible {
  outline: 3px solid rgba(57,153,65,0.4);
  outline-offset: 2px;
}
.btn-primary:hover {
  box-shadow: 0 4px 8px rgba(0,0,0,.25);
}
.btn-secondary:hover {
  background-color: rgba(0,0,0,0.04);
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translate(-50%, 20px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

/* Media Query (Celulares) */
@media (max-width: 435px) {

  .subtitulo {
    font-size: 16px;
  }

  .complete {
    font-size: 16px;
  }

  input::placeholder {
    font-size: 15px;
  }
  
  .register {
    margin-top: 3.315rem;
  }

  .login-back {
    margin-top: 2.813rem;
  }
}

/* Para pantallas grandes (notebooks y PC) */
@media (min-width: 1024px) {

  body {
    background: #c5e1a5;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Lo alinea desde arriba */
    align-items: center; /* Centrar verticalmente */
    padding-top: 30px; /* Espacio superior */
    padding-bottom: 30px;
  }

  .formulario_login {
    height: 680px;
    border-radius: 1rem;
    /* background: #f1f0cc; */
    background: #f2f2f2;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 0 auto;
    padding: 0px 30px 0px;
    margin-bottom: 30px;
  }

  .subtitulo {
    margin-bottom: 0px;
  }

  .socials-row {
    box-shadow: none;
  }

  .register {
    margin-top: 3.3rem;
  }
}