html, body {
  height: 100vh;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', 'Apple Color Emoji', 'Segoe UI Emoji', 'Noto Color Emoji', sans-serif;
  color: #1a1a1a;
  box-sizing: border-box;
  background: linear-gradient(135deg, #ff1978, #ff5eaa, #d66bff);
}

body {
  overflow-x: hidden;
  overflow-y: auto;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.navbar a {
  text-decoration: none;
  font-stretch: normal; 
  letter-spacing: normal; 
  white-space: normal; 
  max-width: 100%; 
  word-break: break-word;
}

a {
  color: white !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px !important;
  line-height: 1.2;
  text-decoration: none;
}

.navbar a{
  color: white !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px !important;
  line-height: 1.2;
}

.language-btn {
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px !important;
  line-height: 1.2;
  background: none;
  border: none;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
}

a:hover {
  text-decoration: none;
}

.navbar {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 10px;
  background: rgba(128, 128, 128, 0.7);
  border-radius: 20px;
  z-index: 1000;
}

.navbar .logo {
  color: white; 
  font-size: 2rem !important;
  font-weight: bold;
}

.menu-btn {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(12px, 2vh, 14px);
  padding: 10px;
  font-weight: bold;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: rgba(128, 128, 128, 0.7);
  border-radius: 0 0 20px 20px;
}

.dropdown a {
  display: block;
  padding: 10px;
  padding-left: 20px;
  text-decoration: none;
  color: white;
}

.dropdown a:hover {
  background: rgba(128, 128, 128, 0.7);
  border-radius: 0;
}

.navbar.closed {
  border-radius: 20px;
}

.navbar.open {
  border-radius: 20px 20px 0 0;
}

.language-selector {
  position: relative;
  display: inline-flex;
  padding-bottom: 10px;
  padding-top: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px !important;
}

.language-dropdown {
  display: none;
  position: absolute;
  color: black;
  top: 100%;
  bottom: 10px;
  left: 10px;
  background: rgba(128, 128, 128, 0.7);
  min-width: 200px;
  z-index: 1010;
}

.language-dropdown a {
  display: block;
  background: white;
  padding: 10px 12px;
  text-decoration: none;
  color: black !important;
}

.language-dropdown a:first-child  {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.language-dropdown a:first-child:hover {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.language-dropdown a:last-child{
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.language-dropdown a:last-child:hover{
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.language-dropdown a:hover {
  background: white;
  color: #ff1978 !important;
  border-radius: 0;
  user-select: none;
}

.language-dropdown.show {
  display: block;
}

@media (min-width: 1201px) {
  .menu-btn {
    display: none;
  }
 
 .language-selector {
  position: relative;
  display: inline-flex;
  padding-bottom: 0px;
  padding-top: 0px;
}

.dropdown {
    display: flex !important;
    position: static;
    background: none;
    width: auto;
    border-radius: 0;
    padding-bottom: 0px;
  padding-top: 0px;
}

  .dropdown a {
    padding: 0 15px;
  }

  .navbar {
    justify-content: space-between;
  }
}

@media (max-width: 1200px) {
  .menu-btn {
    display: block;
  }

  .dropdown {
    display: none;
  }
  
}

.logo-container {
  padding: 20px 0;
  text-align: center;
}

.icono-1 {
  width: 11vh !important;
  aspect-ratio: 1 / 1;
  max-width: 130px;
  max-height: 130px;
  display: block !important;
  object-fit: cover !important;
  border-radius: 50%;
  margin: 0 auto;
}

.header-support {
  background-color: transparent !important;
  width: 100% !important;
  margin-top: 100px;
  width: 100% !important;
  padding: 40px 20px;
}

.header-csupport {
  text-align: center;
  margin-bottom: 30px;
}

.header-csupport img {
  max-width: 120px;
  margin-bottom: 10px;
}

.header-csupport h1 {
  font-size: 36px;
  margin: 10px 0;
}

.header-csupport p {
  font-size: 18px;
  color: #555;
}

.support-form {
  overflow-y: auto;
  background: white !important;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 20px;
  width:99%;
  margin: 0 auto;
}

.support-form label {
  font-weight: 600;
  margin-bottom: 6px;
}

.support-form input,
.support-form select {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 16px;
  transition: border 0.2s ease;
  width: 100%;
  background-color: #fafafa;
}

.support-form textarea {
  width: 100%;
    padding: 15px;
    margin-top: 10px;
    border-radius: 20px;
    margin-bottom: 10px;
    border: 1px solid #ff1978;
    box-sizing: border-box;
    resize: vertical;
}

.support-form input:focus,
.support-form select:focus,
.support-form textarea:focus {
  border-color: #ff1978;
  outline: none;
  background-color: #fff;
}

.support-form p {
  font-size: 14px;
  color: #666;
  margin-top: -12px;
  margin-bottom: 8px;
}

#file-names-container:empty {
  display: none;
}

#max-files-message:empty {
  display: none;
}

.file-container .file-label {
  display: block;
  text-align: center;
  padding: 10px;
  margin-bottom:10px;
  border: 2px dashed #ccc;
  border-radius: 12px;
  background: #f9f9f9;
  color: #ff1978 !important;
  cursor: pointer;
  transition: background 0.2s ease;
}

.cf-turnstile {
  transform: scale(0.95); /* Ajusta este valor según lo que necesites */
  transform-origin: center;
  margin: 0 auto;
  display: block;
}
  
.file-drop-area {
    border: 2px dashed #ccc;
    border-radius: 25px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    background-color: #f9f9f9;
}

#file-drop-area.dragover {
    border-color: #5c9ded;
    background-color: #eaf7ff;
}

#file-drop-text {
    font-size: 16px;
    color: #333;
}

/* Por defecto ocultamos ambos y luego los mostramos según el tamaño */
.file-container,
.file-drop-container {
  display: none;
}

/* Mostrar solo en pantallas menores o iguales a 768px (móviles/tablets) */
@media (max-width: 768px) {
  .file-container {
    display: block;
  }
}

/* Mostrar solo en pantallas mayores a 768px (PCs/laptops) */
@media (min-width: 769px) {
  .file-drop-container {
    display: block;
  }
  
  .support-form {
  overflow-y: auto;
  background: white !important;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 20px;
  width:50%;
  margin: 0 auto;
}
}

.file-drop-area:hover {
  background-color: #eef2f7;
}

#file-names-container {
  margin-top: 10px;
  font-size: 14px;
  color: #ff1978;
}


.file-drop-area {
  min-height: 120px; 
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn {
  text-align: left;
}

.btn button {
  background-color: #ff1978;
  color: white;
  padding: 14px 28px;
  font-size: 16px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  transition: background 0.3s ease;
  font-weight: 900;
}

.btn button:hover {
  background-color: #ff1978;
}

.social-icons {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}

.footer {
  text-align: center;
  padding: 20px;
  background-color: transparent;
  font-size: clamp(1vh, 1.5vh, 2rem) !important;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 1.4; 
}

.footer-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.footer-row {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-row a {
  text-decoration: none;
  color: white;
  transition: color 0.3s;
}

.footer-row a:hover {
  color: white;
}

.footer-info {
  color: white;
  font-size: clamp(1vh, 1.5vh, 15px) !important;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 1.4; 
}

.form-consent {
  display: flex;
  flex-direction: column; /* 👈 clave para que el error se muestre debajo */
  align-items: flex-start;
  gap: 5px;
  margin: 0;
  padding: 0;
  line-height: 1.3;
  font-size: 12px !important;
}

.consent-inner {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.consent-inner input[type="checkbox"] {
  margin: 0;
  padding: 0;
  margin-top: 2px;
  margin-right: 4px;
  transform: none;
  min-width: auto;
  width: auto;
}

.form-consent label {
  margin: 0;
  padding: 0;
  display: inline;
  font-size: inherit !important;
}

.form-consent a {
  text-decoration: none;
  color: #ff1978 !important;
  font-size: inherit !important;
}

.facebook { background-color: black; color: white; }
.instagram { background-color: black; color: white; }
.twitter { background-color: black; color: white; }