/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
  text-transform: uppercase;
}

body {
  background-color: #eee;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  min-width: 320px;
}

header {

  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-shadow: 0 0 30px 10px #50505092;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;

  /* --background: url('assets/header.jpeg') no-repeat center center/cover;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px; */

}

.wrapper {
  background-color: #001F56;
  /* background-image: url('../assets/header.jpeg'); */
  background-size: cover;
  background-repeat: no-repeat;
  /* background-position: center; */
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  box-shadow: 0 0 30px 10px #50505092
}

.texto {
  font-size: 15px;
  text-align: center;
  /* background-color: #fff; */
  color: #000;
}

.bg-container {
  margin-top: -80px;
  padding: 18px;
  /* margin: 8px; */
  width: 100%;
  /* height: 22rem; */
  border-radius: 25px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* //background-color: #e6e6ec; */

}

main {
  padding: 20px 20px 20px 20px;
  height: calc(100vh - 90px);
  position: relative;
}

.title {
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
  color: #1e1e1e;
  font-weight: 700;
  margin-bottom: 50px;
}

.actions {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 30px auto;
}

.actions .actions-buttons {
  display: none;
  justify-content: end;
  margin-bottom: 50px;
}

.actions .actions-buttons button {
  width: 100px;
  border: none;
  outline: none;
  background-color: #b6bbdc;
  padding: 5px;
  transition: ease-in-out 0.3s all;
  cursor: pointer;
}

.actions .actions-buttons button.button-left {
  border-radius: 10px 0 0 10px;
  border-left: 1.5px solid #2a389a;
  border-top: 1.5px solid #2a389a;
  border-bottom: 1.5px solid #2a389a;
}

.actions .actions-buttons button.button-right {
  border-radius: 0 10px 10px 0;
  border-right: 1.5px solid #2a389a;
  border-top: 1.5px solid #2a389a;
  border-bottom: 1.5px solid #2a389a;
}

.actions .actions-buttons button.active {
  background-color: #2a389a;
  color: #fff;
}

.actions .actions-container .actions .actions-container .registro .actions-form .actions-group.flex {
  display: flex;
  align-items: center;
}

.actions .actions-container .registro .actions-form .actions-group.flex .input-form.left {
  margin-right: 5px;
}

.actions .actions-container .registro .actions-form .actions-group.flex .input-form.right {
  margin-left: 5px;
}

.actions .actions-container .registro.active {
  display: block;
}

.actions .actions-container .invitacion {
  display: none;
}

.actions .actions-container .invitacion.active {
  display: block;
}

@media screen and (max-width: 991px) {
  main {
    height: auto;
  }

  .actions {
    width: 90%;
  }

  .actions .actions-container .registro .actions-form .actions-group.flex {
    display: block;
  }

  .actions .actions-container .registro .actions-form .actions-group.flex .input-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.input-form {
  width: 100%;
  margin-bottom: 20px;
}

.input-form label,
.input-form input,
.input-form select {
  display: block;
}

.input-form label {
  color: #202020;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.2rem;
}

.input-form input,
.input-form select {
  width: 100%;
  padding: 10px 20px;
  border: none;
  outline: none;
  border-radius: 10px;
  color: #1e1e1e;
  transition: 0.3s ease-in-out all;
  font-size: 1rem;
}

.input-form input::placeholder,
.input-form select::placeholder {
  color: #c8c8c8;
}

.input-form input:focus,
.input-form select:focus {
  box-shadow: 0 0 10px #3391b6;
}

.input-form select option {
  width: 100%;
  font-size: 1rem;
  text-transform: uppercase;
}

.input-form select option.placeholder {
  color: #c8c8c8;
}

.btn-submit {
  background-color: #2a389a;
  border: 2px solid transparent;
  border-radius: 10px;
  outline: none;
  padding: 10px 0;
  width: 260px;
  display: block;
  margin: 0 auto;
  color: #fff;
  cursor: pointer;
  transition: 0.3s ease-in-out all;
}

.btn-submit:hover {
  background-color: transparent;
  border-color: #2a389a;
  box-shadow: 0 0 10px 2px #3391b6;
  color: #006fc4;
}

.btn-submit:active {
  background-color: #2a389a;
}

.alert {
  transition: 0.5s ease-in-out all;
  display: none;
  position: fixed;
  bottom: 10px;
  right: -350px;
  z-index: 999999;
  background-color: #fff;
  width: 300px;
  border-radius: 5px;
  box-shadow: 0 0 40px #10174c;
  overflow: hidden;
}

.alert .alert-header {
  padding: 10px;
}

.alert .alert-body {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.alert .alert-body .icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
}

.alert .alert-body .icon span {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translate(-50%);
}

.alert .alert-body .text {
  width: calc(100% - 30px);
  padding: 0 0 0 10px;
  text-align: center;
  color: #202020;
}

.alert .alert-body .text p {
  font-size: 1rem;
  font-weight: 700;
}

.alert.info .alert-header,
.alert.info .alert-body .icon {
  background-color: #006fc4;
}

.alert.success .alert-header,
.alert.success .alert-body .icon {
  background-color: #00c441;
}

.alert.warning .alert-header,
.alert.warning .alert-body .icon {
  background-color: #c4be00;
}

.alert.error .alert-header,
.alert.error .alert-body .icon {
  background-color: #c40000;
}

.alert.show {
  display: block;
  right: 10px;
  transition: 0.5s ease-in-out all;
}

.bg {
  /* background-image: url("../assets/golf2.png"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
}

.bg.bg1 {
  width: 300px;
  height: 300px;
  bottom: -60px;
  left: -60px;
  /* transform: rotate(190deg); */
}

.bg.bg2 {
  width: 200px;
  height: 200px;
  bottom: -50px;
  right: -50px;
  transform: rotate(180deg);
}

@media screen and (max-width: 991px) {
  .actions-group.flex {
    display: block !important;
  }
}

.footer2 {
  background-color: #001F56;
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 40px;
  color: white;
  text-align: center;
}

.footer2-texto{
  font-size: 12px;
  padding: 12px;
 
}

a{
  color: white;
  text-decoration: none;
}
.fila{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.column{
  text-align: center;
}
footer {
  background-color: #001F56;
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 40px;
  color: white;
  text-align: center;
}

.terminos{
  font-size: 10px;
  text-align: center;
  font-weight: bolder;
  margin-top: 40px;
}

.tyc{
  text-align: center;
  font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.tyc-texto{
  font-size: 0.9rem;
  
  line-height: 18px;
  padding: 20px 20px 20px 20px;
  height: calc(100vh - 90px);
  position: relative;
  font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

a.correo{
  color: #1216e9;
}

