html {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0; 
    }
    
body {
  background-color: #00000E;
  position: relative;
  width: 100%;
  font-size: 16px;
  font-family: Arial;  /* O Roboto, según tu preferencia */
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  display: flex;
  justify-content: center;
  padding: 2rem 0;
  margin: 0; 
  background: url("telco-ski-day2.jpeg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h1 {
  margin: 0 0 12px;
  display: block;
  font-size: 1.00em;
  color: #F4C784;
  font-weight: 700;
  font-family: Arial; 
}

h2 {
  margin: 0 0 12px;
  display: block;
  font-size: 1.25em;
  color:  #F4C784;
  font-weight: 700;
  font-family: Arial; 
  text-align: center;
}

/* Estilos del formulario */
form {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  background-color: #00000E;
  margin: 0;
  padding: 2.25em;
  box-sizing: border-box;
  border: solid 1px #878787;
  border-radius: .5em;
  
}

.svgContainer {
  position: relative;
  margin: 0 auto 2em;
  background: #00000E;
  display: flex;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden; /* recorta las esquinas del contenido */
}

.svgContainer img {
  max-width: 100%;
  max-height: 80%;
  height: auto;
  margin: auto !important;
  display: block;
  border-radius: inherit; /* opcional: iguala el radio al del contenedor */
}

/* Agrupaciones de inputs */
.inputGroup {
  margin: 0 0 2em;
  position: relative;
}
.inputGroup:last-of-type {
  margin-bottom: 0;
}
/* .inputGroup1 se combina con la anterior para tus divs que tienen ambas clases */
.inputGroup1 {
  /* No necesita reglas adicionales específicas, 
	 salvo que desees algo concreto para la combinación de clases */
}

/* Labels */
label {
  margin: 0 0 12px;
  display: block;
  font-size: 1.25em;
  color: #FFFFFF;
  font-weight: 700;
  font-family: Arial; 
}

/* Inputs de texto, email, contraseña, etc. */
input[type='email'],
input[type='text'],
input[type='tel']
{
  display: block;
  margin: 0;
  padding: 0 1em;
  background-color: #F4C784;
  border: 2px solid #00000E;
  border-radius: .5em;
  box-sizing: border-box;
  width: 100%;
  height: 65px;
  font-size: 0.95em;
  color: #000000;
  font-weight: 600;
  font-family: Arial; 
  transition: border-color .25s ease-out, box-shadow .2s linear;
}
input[type='email']:focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='telefono']:focus {
  outline: none;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  border-color: #CCCBCB;
  color: #000000;
}

textarea {
  display: block;
  margin: 0;
  padding: 1em;
  background-color: #F4C784;
  border: 2px solid #00000E;
  border-radius: .5em;
  box-sizing: border-box;
  width: 100%;
  height: 65px;
  font-size: 0.95em;
  color: #000000;
  font-weight: 600;
  font-family: Arial; 
  transition: border-color .25s ease-out, box-shadow .2s linear;
  overflow: hidden;
}

form button {
  display: block;
  margin: 0;
  padding: .65em 1em 1em;
  background-color: #2a3342;
  border: none;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  height: 65px;
  font-size: 1.55em;
  color: #FFF;
  font-weight: 600;
  font-family: Arial; 
  -webkit-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
}
form button:hover, form button:active {
  background-color: #878787;
}

button {
  margin-top: 20px;
  padding: 10px 20px;
  border: none;
  background-color: #F4C784;
  color: white;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button.hidden {
  display: none;
}

button:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
}

select {
 display: block;
  margin: 0;
  padding: 0 1em 0;
  background-color: #F4C784;
  border: solid 2px #00000E;
  /*border-radius: 4px;*/
  border-radius: .5em;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 65px;
  font-size: 1.55em;
  color:  #000000;
  font-weight: 600;
  font-family: Arial; 
  -webkit-transition: border-color .25s ease-out, -webkit-box-shadow .2s linear;
  transition: border-color .25s ease-out, -webkit-box-shadow .2s linear;
  transition: box-shadow .2s linear, border-color .25s ease-out;
  transition: box-shadow .2s linear, border-color .25s ease-out, -webkit-box-shadow .2s linear;
}

.a-buton {
  display: inline-block;
  background-color: #2a3342;
  color: #FFFFFF;
  text-decoration: none;
  padding: 0.8em 1.5em;
  font-weight: 600;
  font-family: Arial, sans-serif;
  font-size: 1.55em;
  border-radius: 4px;
  border: none;
}

.calendar-link {
  display: inline-block;
  background-color: #2a3342;
  color: #FFFFFF;
  text-decoration: none;
  padding: 0.8em 1.5em;
  font-weight: 600;
  font-family: Arial, sans-serif;
  font-size: 1em;
  border-radius: 4px;
  border: none;
}




