/*
font-family: 'Montserrat', sans-serif;

font-family: 'Oxygen', sans-serif;
*/

/*

primary: #06DFCB
secondary: #4927B3
dark: 1A1C2B

*/

:root{
  --primary-color: #06DFCB;
  --secondary-color: #4927B3;
  --light-color: #f3f4f6;
  --dark-color: #1A1C2B;
  --card-color: #23263A;
  --gray-color: #555555;

  --body-background: var(--dark-color);
  
  --drop-shadow: none;

  --sm-rounded: 0px;
  --md-rounded: 0px;
  --lg-rounded: 0px;

  --sm-font-size: 0.85rem;
  --md-font-size: var(--md-font-size);
  --lg-font-size: 1.15rem;
  --xl-font-size: 1.25rem;
  --xxl-font-size: 1.5rem;
  --xxl2-font-size: 1.75rem;
  --xxl3-font-size: 2rem;
  --xxl4-font-size: 2.5rem;

  --page-padding: 2rem;

  --font-extra-light:200;
  --font-light: 300;
  --font-regular: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
}

.font-bold{
  font-weight: var(--font-bold);
}

.font-semibold{
  font-weight: var(--font-semibold);
}

.font-medium{
  font-weight: var(--font-medium);
}

.font-regular{
  font-weight: var(--font-regular);
}

.font-light{
  font-weight: var(--font-light);
}

.font-extra-light{
  font-weight: var(--font-extra-light);
} 

.bg-themed{
  background: rgb(26,28,43);
  background: linear-gradient(180deg, var(--dark-color) 0%, var(--secondary-color) 58%, var(--primary-color) 100%);
}

.page-view{
  padding: var(--page-padding);
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.rounded-sm{
  border-radius: var(--sm-rounded);
}

.rounded-md{
  border-radius: var(--md-rounded);
}

.rounded-lg{
  border-radius: var(--lg-rounded);
}

.font-sm{
  font-size: var(--sm-font-size);
}

.font-md{
  font-size: var(--md-font-size);
}

.font-lg{
  font-size: var(--lg-font-size);
}

.font-xl{
  font-size: var(--xl-font-size);
}

.font-xxl{
  font-size: var(--xxl-font-size);
}

.font-xxl2{
  font-size: var(--xxl2-font-size);
}

.font-xxl3{
  font-size: var(--xxl3-font-size);
} 

.font-xxl4{
  font-size: var(--xxl4-font-size);
}

.drop-shadow{
  box-shadow: var(--drop-shadow);
}

.bg-primary{
  background-color: var(--primary-color);
}

.bg-secondary{
  background-color: var(--secondary-color);
}

.bg-light{
  background-color: var(--light-color);
}

.bg-dark{
  background-color: var(--dark-color);
} 

.bg-card{
  background-color: var(--card-color);
}

.text-primary{
  color: var(--primary-color);
} 

.text-secondary{
  color: var(--secondary-color);
} 

.text-light{  
  color: var(--light-color);
}

.text-dark{
  color: var(--dark-color);
}

.text-gray{
  color: var(--gray-color);
}

.border-primary{
  border: 2px solid var(--primary-color);
}

.border-secondary{
  border: 2px solid var(--secondary-color);
}

.border-light{
  border: 2px solid var(--light-color);
}

.border-dark{
  border: 2px solid var(--dark-color);
}

.border-gray{
  border: 2px solid var(--gray-color);
}

@font-face {
  font-family: "Montserrat";
  src: url('font/copa-america/Montserrat-Regular.ttf');
}

@font-face {
  font-family: "Cursiva";
  src: url('font/copa-america/DancingScript-Regular.ttf');
}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0 none;
  outline: 0;
  font-size: 100%;
  font-family: 'ClashGrotesk-Variable', 'Montserrat';
  vertical-align: baseline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: var(--font-regular);
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: var(--md-font-size);
}
body {
  /* font: 62.5% 'Oxygen', Arial, Helvetica, sans-serif; */
  color: #333;
  background: var(--body-background);
  height: 100%;
  min-height: 100%;
  line-height: 1
}
html, body {
  height: 100%;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
  display: block
}
article, aside, details, figcaption,figure,footer,header,hgroup, menu, nav, section, main{
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: left;
}
td,th {
  empty-cells: show
}
input, select, textarea, button {
  /* font: 14px 'Oxygen', Arial, Helvetica, sans-serif; */
  color: var(--light-color);
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}
input:focus, textarea:focus, button:focus {
  outline: none;
}
input, select, button {
  vertical-align: middle
}
input[type="radio"], input[type="checkbox"] {
  border: none;
  height: auto !important;
  width: auto !important;
  background: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="submit"], input[type="reset"], input[type="button"], button {
  cursor: pointer;
  
}
textarea {
  overflow: auto;
  
  resize: none;
}
input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
::-webkit-input-placeholder {
  color: #BCBBC1;
}
:-moz-placeholder {
  color: #BCBBC1;
  opacity: 1
}
::-moz-placeholder {
  color: #BCBBC1;
  opacity: 1
}
:-ms-input-placeholder {
  color: #BCBBC1;
}
ul, li, ol {
  list-style: none;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto
}
a {
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  color: #333;
}
a:active, a:hover {
  outline: 0
}
strong {
  font-weight: 700
}
em {
  font-style: italic
}


/*GENERAL*/
body {
  /*background: linear-gradient(263.48deg, red 5.42%, #f6999e 54.55%);*/
  background: #f3f4f6;
}

main {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: var(--body-background);
}

.btn {
  width: 100%;
  padding: 0.4em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--md-rounded);
}
.btn-alt {
  width: 100%;
  background-color: transparent;
  padding: 0.4em;
  display: flex;
  border: solid 2px;
  justify-content: center;
  align-items: center;
  border-radius: var(--md-rounded);
}

.frmbtn {
  height: 57px;
  background: coral;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.38px;
  margin: 0 auto;
  font-size: var(--xxl-font-size);
}

.frmbtnreg {
  height: 57px;
  background: CORAL;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.38px;
  margin: 0 15px 0 15px;
  font-size: var(--xxl-font-size);
}
.btnbottom {
  max-width: 80%;
  height: 57px;
  background: CORAL;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.38px;
  margin: 0 auto;
  font-size: var(--xxl-font-size);
}



/* Welcome */
.welcome {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  background: linear-gradient(263.48deg, red 3.69%, CORAL 54.55%);
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  font-size: var(--xxl-font-size);
  text-align: center;
}


/*HOME*/
.hero {
  position: relative;
  height: 660px;
  margin-bottom: 8px;
}

.hero h2 {
  display: flex;
  align-items: center;
  font-size: var(--xxl3-font-size);
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}

.hero p {
  align-items: center;
  font-size: var(--xl-font-size);
  text-transform: uppercase;
  font-weight: 700;
  background-color:gold;
  color:black;
  border-radius: var(--sm-rounded);
  margin: 10px;
  padding: 5px;
  justify-content: center;
}

.bg {
  /*background: url("../img/veterinaria/hero/background.svg") no-repeat center top;
  background: url("../img/neofan/hero/imagen fondo cabecera.jpg") no-repeat center top;*/
  backdrop-filter: sepia(90%);
  width: 100%;
  /*height: 451px;*/
  background-size: cover;
}
.heropic {
  /* font: 14px 'Oxygen', Arial, Helvetica, sans-serif; */
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.p1 {
  top: 150px;
  padding: 10px;
}

.p1 h2 {
  display: flex;
  align-items: center;
  font-size: 2.25rem;
  text-transform: uppercase;
  font-weight: 700;
  color:red;
  justify-content: center;
}

.p1 h3 {
  display: flex;
  align-items: center;
  font-size: var(--xl-font-size);
  /*font-weight: 700;*/
  color:grey;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.p2 {
  top: 103px;
}
.p3 {
  top: 380px;
  color: white;
  padding:10px;
}

.p3 h2 {
  display: flex;
  background: linear-gradient(263.48deg, coral 5.42%, red 54.55%);
  align-items: center;
  font-size: var(--xxl-font-size);
  font-weight: 400;
  color: white;
  justify-content: center;
  padding: 5px;
  margin-bottom: 10px;
}

.home .btn {
  width: 220px;
  background: #ff6701;
  font-weight: 700;
  color: white;
}

.home .btn:hover {
  background: red;
}
.home p {
  /* font-family: 'Oxygen', Arial, Helvetica, sans-serif; */
  padding: 10px 15px;
  line-height: 1.4;
  font-size: 6px;
  letter-spacing: 0.38px;
  color: white;
  text-align: center;
}

.home .ignore {
  /* font-family: 'Oxygen', Arial, Helvetica, sans-serif; */
  display: flex;
  justify-content: center;
}


.home .ignore p {
  /* font-family: 'Oxygen', Arial, Helvetica, sans-serif; */
  width: 250px;
  padding: 10px 15px;
  line-height: 1.4;
  font-size: var(--xl-font-size);
  border-radius: var(--sm-rounded);
  letter-spacing: 0.38px;
  color: #000;
  background-color: grey;
  text-align: center;
  align-self: center;
  
}



.home figure {
  text-align: center;
  margin-bottom: 20px;
}


/* Formularios */
.form {
  /* font-family: "Nerko One", cursive; */
  max-width: 480px;
  margin: 0 auto;
  background-color: whitesmoke;
  padding: 10px 10px;
}
.form .field {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 10px;
    width: 100%;
    position: relative;
}
.form .field input,
.form .field textarea {
    background-color: transparent;
    height: 36px;
    padding: 0;
    font-size: var(--xl-font-size);
    
    border: 2px solid var(--light-color);
    color: var(--light-color);
    padding-left: 5px;
    box-shadow: 1px 1px 1px #d2d2d2;
    border-radius: var(--md-rounded);
}
.form .field p {
  font-size: var(--md-font-size);
  font-weight: 900;
  color: var(--primary-color);
  }
.form .field textarea {
  height: 100px;
}
.form .field textarea:focus,
.form .field input:focus {
  border-color: var(--primary-color);
}
.form .field textarea:focus:invalid,
.form .field input:focus:invalid {
  border-color: var(--primary-color);
  color:  var(--primary-color);
}
.form .field .error {
    z-index: 1;
    color: var(--primary-color);
    text-align: left;
    font-size: 10px;
    background: white;
    position: absolute;
    bottom: 11px;
    right: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.form .checkradio {
  margin: 15px 0;
  /*display: inline-block;*/
  width: 100%;
  padding: 5px;
  backdrop-filter: blur(3px);
  
}
.form .checkradio a {
  color: var(--primary-color);
}
.form .checkradio label {
  width: 100%;
  /*display: inline-block;*/
  margin: 0 0 15px;
  font-size: var(--md-font-size);
  line-height: 18px;
}
.form .checkradio input {
  margin: -2px 10px 0 0;
  width: 16px !important;
  height: 16px !important;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.form .checkradio input::before {
  content: ' ';
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-radius: var(--sm-rounded);
  height: 18px;
  width: 18px;
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
}
.form .checkradio input:hover::before,
.form .checkradio input:checked::before  {
border-color: var(--primary-color);
}
.form .checkradio input::after {
  content: ' ';
  height: 16px;
  width: 16px;
  background: var(--primary-color);
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  z-index: 10;
  opacity: 0;
}
.form .checkradio input:checked::after {
opacity: 1;
}


.form .options {
  background: rgba(0, 0, 0, 0.25);
  margin: 5px 0;
  display: inline-block;
  padding: 8px;
  width: 100%;
}
.form .options a {
    color: var(--primary-color);
}
.form .options label {
    width: 100%;
    display: inline-block;
    margin: 0 0 15px;
    font-size: 13px;
    color: var(--light-color);
    line-height: 18px;
}
.form .options input {
    margin: -2px 10px 0 0;
    width: 16px !important;
    height: 16px !important;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.form .options input::before {
    content: ' ';
    background: #ffffff;
    border: 1px solid #aaaaaa;
    border-radius: var(--sm-rounded);
    height: 14px;
    width: 14px;
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
}
.form .options input:hover::before,
.form .options input:checked::before  {
  border-color: var(--primary-color);
}
.form .options input::after {
    content: ' ';
    height: 12px;
    width: 12px;
    background: var(--primary-color);
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    z-index: 10;
    opacity: 0;
}
.form .options input:checked::after {
  opacity: 1;
}
.form .back {
    margin: 30px 0;
    text-align: center;
}
.form .back p {
    font-size: var(--sm-font-size);
    color: #8a8a8a;
    text-transform: uppercase;
    font-weight: bold;
}
.form .back p a {
    color: var(--primary-color);
}
.form .back p a:hover {
  text-decoration: underline;
}
.form .recovery {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    float: right;
    color: #666;
}




/* Header */

.sticky-head {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
}

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  width: 38px;
  height: 32px;
  text-indent: -9999px;
  cursor: pointer;
  transition: background 0.3s;
  float: left;
  position: absolute;
  top: 18px;
  right: 18px;
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 15px;
  left: 4px;
  right: 4px;
  height: 2px;
  background: #fff;
}
.c-hamburger span:before,
.c-hamburger span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
}
.c-hamburger span:before {
  top: -9px;
}
.c-hamburger span:after {
  bottom: -9px;
}
.c-hamburger--htx span {
  transition: background 0s 0.3s;
}
.c-hamburger--htx span:before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
  transition-property: top, transform;
}
.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}
.c-hamburger--htx.is-active span {
  background: none;
}
.c-hamburger--htx.is-active span:before {
  top: 0;
  transform: rotate(45deg);
}
.c-hamburger--htx.is-active span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span:before,
.c-hamburger--htx.is-active span:after {
  transition-delay: 0s, 0.3s;
}




/*NAV*/
nav {
  width: 100%;
  background: var(--dark-color);
  color: var(--light-color);
  height: calc(100vh - 68px);
  overflow: auto;
  position: absolute;
  left: 0;
  top: 8vh;
  z-index: 999;
  display: none;
}
nav h2 {
  font-weight: 700;
  font-size: var(--xxl-font-size);
  color: #58595B;
  padding: 25px 18px 18px 18px;
}
nav li {
  border-top: 1px solid var(--card-color);
}
nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: var(--sm-font-size);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--light-color);
}


.title {
    display: flex;
    background-color: var(--secondary-color);
    padding: 15px;
    align-items: center;
    justify-content: center;
    position: relative;
}
.title h2 {
    font-weight: bold;
    font-size: var(--lg-font-size);
    text-transform: uppercase;
    color: var(--primary-color);
}
.title a {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 15px;
    top: 15px;
}



.subtitle {
    display: flex;
    background: coral;
    padding: 5px;
    align-items: center;
    justify-content: center;
}
.subtitle p {
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    color: red;
    line-height: 28px;
    text-align: center
}

.description {
  background: linear-gradient(180.48deg, RED 5.42%, CORAL 54.55%);
  padding: 10px 0px;
  text-align: center;
}

.description h1 {
  font-weight: bold;
  font-size: var(--sm-font-size);
  text-transform: uppercase;
  color: white;
  padding:5px;
}

.description h2 {
  font-weight: bold;
  font-size: 12px;
  color: black;
}
.description p {
  font-size: var(--sm-font-size);
  padding-bottom: 3px;
  color: white;
}
.description p span {
  font-weight: bold;
  font-size: var(--sm-font-size);
  padding-bottom: 3px;
  color: #eefb03;
}

.subtitle p strong {
    font-weight: bold;
    color: #ffffff;
    font-size: var(--lg-font-size);
    margin: 5px;
}


.datos-vete {
    display: flex;
    background: red;
    padding: 5px 15px;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    position: relative;
    min-height: 50px;
}
.datos-vete a {
  width: 30px;
  height: 30px;
  font-size: var(--lg-font-size);
  color: #fff;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 30px;
  border-radius: var(--sm-rounded);
}
.datos-vete h3 {
    color: #fff;
    font-size: var(--md-font-size);
    line-height: 20px;
    font-weight: 600;
    width: 100%;
    display: flex;
    align-items: center;
}
.datos-vete h3 i {
    margin-right: 10px;
    font-size: var(--xxl-font-size);
}





/*BIENVENIDO*/
.bienvenido {
  padding: 25px 10px 10px 10px;
}
.bienvenido h1 {
  font-weight: 700;
  line-height: 1.3;
  font-size: var(--xxl3-font-size);
  color: var(--primary-color);
  margin-bottom: 25px;
  text-align: center;
}
/*
.bienvenido h2 {
  border-bottom: 1px solid #D8D8D8;
  margin: 0 -10px 10px -10px;
  font-weight: 500;
  font-size: var(--xxl-font-size);
  text-align: center;
  padding-bottom: 16px;
}
.bienvenido h3 {
  border-bottom: 1px solid #D8D8D8;
  margin: 0 -10px 15px -10px;
  font-weight: 600;
  font-size: var(--lg-font-size);
  text-align: center;
  padding-bottom: 16px;
  line-height: 1.3;
}
*/
.bienvenido p {
  font-size: var(--sm-font-size);
  text-align: center;
  padding-bottom: 8px;
  line-height: 1.3;
  color: var(--light-color);
}


/*BIENVENIDO*/
.apostado {
  padding: 5px 0px 10px 0px;
}
.apostado h1 {
  font-weight: 700;
  line-height: 1.3;
  font-size: var(--xxl-font-size);
  color: red;
  margin-bottom: 5px;
  text-align: center;
}
.apostado h2 {
  border-bottom: 1px solid #D8D8D8;
  margin: 0 10px 0 10px;
  font-weight: 500;
  font-size: var(--xl-font-size);
  text-align: center;
  padding-bottom: 5px;
}
.apostado h3 {
  border-bottom: 1px solid #D8D8D8;
  margin: 0 10px 0px 10px;
  font-weight: 600;
  font-size: var(--lg-font-size);
  text-align: center;
  padding-bottom: 5px;
  line-height: 1.3;
}

.apostado p {
  font-weight: 600;
  font-size: var(--sm-font-size);
  text-align: center;
  padding-bottom: 8px;
  background-color:lightcyan;
  color:red;
  line-height: 1.3;
}
.apostado h3 strong {
  color: CORAL;
}


.noapostado {
  padding: 5px 0px 10px 0px;
  background-color: red;
}

.noapostado .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 52px;
  background: red;
  color: #fff;
  font-weight: 700;
  margin: 15px auto;
  font-size: var(--lg-font-size);
  letter-spacing: 1px;
  border-radius: var(--lg-rounded);
  text-transform: uppercase;
  transition: all .15s ease;
  }

.noapostado h1 {
  font-weight: 700;
  line-height: 1.3;
  font-size: var(--xxl-font-size);
  color: white;
  margin-bottom: 5px;
  text-align: center;
}
.noapostado h2 {
  border-bottom: 1px solid #D8D8D8;
  margin: 0 10px 0 10px;
  font-weight: 500;
  font-size: var(--xl-font-size);
  color: yellow;
  text-align: center;
  padding-bottom: 5px;
}
.noapostado h3 {
  border-bottom: 1px solid #D8D8D8;
  margin: 0 10px 0px 10px;
  font-weight: 600;
  font-size: var(--lg-font-size);
  color: yellow;
  text-align: center;
  padding-bottom: 5px;
  line-height: 1.3;
}

.noapostado p {
  font-weight: 600;
  font-size: var(--sm-font-size);
  text-align: center;
  padding-bottom: 8px;
  background-color:lightcyan;
  color: red;
  line-height: 1.3;
}
.noapostado h3 strong {
  color:white;
}

/*MAIL APPROVAL*/
.email {
  padding: 25px 10px 10px 10px;
}
.email h1 {
  font-weight: 700;
  line-height: 1.3;
  font-size: var(--xxl-font-size);
  color: darkred;
  margin-bottom: 25px;
  text-align: center;
}
.email h2 {
  border-bottom: 1px solid #D8D8D8;
  margin: 0 -10px 10px -10px;
  font-weight: 500;
  font-size: var(--xxl-font-size);
  text-align: center;
  padding-bottom: 16px;
}
.email .approved h3 {
  border-bottom: 1px solid #D8D8D8;
  margin: 0 -10px 210px -10px;
  font-weight: 600;
  font-size: var(--sm-font-size);
  text-align: center;
  padding-bottom: 16px;
  line-height: 1.3;
}
.email .approved h3 strong {
  color: CORAL;
}
.email .not-approved h3 {
  border-bottom: 1px solid #D8D8D8;
  margin: 0 -10px 210px -10px;
  font-weight: 600;
  font-size: var(--sm-font-size);
  text-align: center;
  padding-bottom: 16px;
  line-height: 1.3;
}
.email .not-approved h3 strong {
  color: CORAL;
}



/* Listado de Clientes */

.search-field {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background: #b9c1d0;
}
.search-field input {
  height: 40px;
  background: #eeeeee;
  width: 100%;
  font-size: var(--md-font-size);
  padding: 0 15px;
}
.search-field button {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background: coral;
  font-size: var(--lg-font-size);
  color: #fff;
  padding: 0;
}


.listado-clientes ul {
  margin-bottom: 43px;
}
.listado-clientes li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
}
.listado-clientes li a.cliente {
    display: flex;
    align-items: center;
    width: calc(100% - 60px);
}
.listado-clientes li:nth-child(odd) {
  background: #EDEDED;
}
.listado-clientes li strong {
  font-size: var(--md-font-size);
  color: #2b2b2b;
  width: 68%;
  font-weight: 400;
}
.listado-clientes li span  {
    font-size: 17px;
    color: CORAL;
    width: 32%;
    text-align: right;
    font-weight: bold;
}
.listado-clientes li .button {
    border: 1px solid #bcbbc1;
    height: 34px;
    width: 34px;
    text-align: center;
    line-height: 34px;
    padding: 7px;
    border-radius: var(--sm-rounded);
    min-width: 34px;
    background: #fff;
}
.listado-clientes li a.selected path {
  fill: coral;
}



.bottom-button {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 60px;
  display: flex;
  justify-content: space-evenly;
}
.bottom-button .frmbutton {
  height: 57px;
  background: CORAL;
  color: #fff;
  color: #fcff5d;
  font-weight: 700;
  letter-spacing: 0.38px;
  margin: 0 15px 0 15px;
  font-size: var(--xxl-font-size);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 60%;
}




/*FOOT NAV*/
.bottom-nav {
    position: sticky;
    left: 0;
    width: 100%;
    bottom: 0;
    background: #FF2524;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    z-index: 100;
}
.bottom-nav p {
  width: 100%;
  font-size: 12px;
  padding: 3px;
  text-align: center;
  color:white
  
}
.bottom-nav ul {
  display: flex;
  height: 60px;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
}
.bottom-nav li {
  width: 50%;
  text-align: center;
  font-weight: 400;
  height: 100%;
}
.bottom-nav li label,
.bottom-nav li a {
    color: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 13px 0 8px;
    opacity: .4;
}
.bottom-nav li a path,
.bottom-nav li label path {
  fill: #ffffff;
}

.bottom-nav li label.selected,
.bottom-nav li a.selected {
    opacity: 1;
}


.bottom-nav li a[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .1;
}

.button-bottom-nav {
  position: fixed;
  width: 480px;
  bottom: 0;
  border-top: 1px solid #D8D8D8;
  background: #fff;
}
.button-bottom-nav button {
  width: 100%;
  height: 57px;
  background: CORAL;
  width: 100%;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.38px;
  margin: 0 10px;
  font-size: var(--xxl-font-size);
}
.no-border {
  background: #fff;
  box-shadow: none;
}
.bottom-nav button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 57px;
  background: CORAL;
  border-radius:15px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.38px;
  margin: 0 auto;
  font-size: var(--xxl-font-size);
}
.bottom-nav-spacer {
  height: 60px;
  display: none;
}




/*TITULO SECCION*/
.sec-head {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  border-bottom: 1px solid #D8D8D8;
  flex-direction: row;
}
.sec-head h2 {
  font-weight: 700;
  font-size: var(--xxl-font-size);
  color: #58595B;
  margin-bottom: 8px;
  text-align: center;
  width: 80%;
}
.sec-head h33 {
  font-weight: 700;
  font-size: var(--xl-font-size);
  color: CORALORANGE;
}
.sec-head h3 {
  font-weight: 700;
  font-size: var(--xl-font-size);
  color: CORALORANGE;
  text-align: center;
  width: 80%;
}
.sec-head a {
  font-weight: 700;
  justify-content: center;
  text-align: center;
  font-size: var(--sm-font-size);
  color: CORAL;
  width: 10%;
}






/*PREMIOS*/
.premios ul {
  border-top: 1px solid #D8D8D8;
}
.premios li {
    display: flex;
    margin-top: 10px;
}
.premios li.premio-win figure {
    border-bottom: 10px solid #ace7ab;
}
.premios li.premio-win figure::before {
    background: #ace7ab;
}
.premios li.premio-win .block {
    background: #ace7ab;
}
.premios li.premio-win .block h4 {
    color: #218f1f;
}
.premios li.premio-win .block .award .win span {
    color: #218f1f;
}
.premios figure {
    width: 150px;
    max-width: 30vw;
    padding: 15px;
    background: #fff;
    position: relative;
    border-bottom: 10px solid #eeeeee;
    display: flex;
    align-items: center;
}

.premios .block {
  width: 100%;
  padding: 5px;
  margin: 2px;
  background: #eee;
  position: relative;
  border-radius: 20px 0 20px 0;
}

.premios .block .imag {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 30vw;
  position: relative;
  
}
.premios .block .option-center {
  display: flex;
  justify-content: space-evenly;  
}

.premios .block .imag figure {
  width: 70px;
  padding: 10px;
  border-radius: var(--lg-rounded);
}
.premios .block h4 {
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    color: red;
    line-height: 1.3;
    margin: 0 0 5px;
}
.premios .block h5 {
  font-weight: 700;
  font-size: var(--sm-font-size);
  text-align: center;
  color:black;
  line-height: 1.3;
  margin: 0 0 5px;
}
.premios .block h4 span {
  font-weight: 400;
}
.premios .block p {
    font-size: 13px;
    color: #727272;
}

.premios .block .buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0 0;
}
.premios .block .buttons .btn {
    font-size: 11px;
    border-radius: var(--sm-rounded);
    text-align: center;
    height: 30px;
    margin: 0 15px 0 0;
    letter-spacing: 1px;
}
.premios .block .buttons .share {
    border: 1px solid #bcbbc1;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    padding: 7px;
    border-radius: var(--sm-rounded);
    min-width: 30px;
    background: #fff;
}


.container {
  display: block;
  position: relative;
  padding-left: 30px;
  padding-top: 5px;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight: 700;
  color: red;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: grey;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.award {
  display: inline-block;
  width: 100%;
  margin-bottom:10px;
}
.award p.points {
    text-align: right;
    margin-top: 5px;
    color: #525556;
}
.award .win {
    font-size: var(--sm-font-size);
    text-align: center;  
    font-weight: bold;
    color: green;
    margin-top: 10px;
    margin-bottom: 10px;
}

.award .saldo {
  font-size: var(--sm-font-size);
  text-align: center;
  font-weight: bold;
  border-radius: var(--sm-rounded);
  color: white;
  background: darkgoldenrod;
  padding:5px;
  margin-top: 10px;
}

.award .puntos-saldo {
  font-size: var(--xl-font-size);
  text-align: center;
  font-weight: bold;
  color: red;
  padding:5px;
  margin-top: 10px;
}

.award .canje {
  font-size: var(--sm-font-size);
  text-align: center;
  font-weight: bold;
  border-radius: var(--sm-rounded);
  color: white;
  background: #208f1f;
  padding:5px;
  margin-top: 10px;
}
.award .win i {
    font-size: var(--md-font-size);
    background: #208f1f;
    color: #fff;
    padding: 5px;
    border-radius: var(--sm-rounded);
    margin: 0 10px 0 10px;
    width: 30px;
    text-align: center;
    line-height: 20px;
}
.meter {
    display: block;
    width: 100%;
    background: #fff;
    height: 10px;
    box-shadow: var(--drop-shadow);
    position: relative;
}
.meter .meter-fill {
  background: var(--primary-color);
  display: block;
  height: 100%;
}
.meter .points {
  position: absolute;
  top: 0;
  left: 0;
}
.meter .total {
  position: absolute;
  top: 0;
  right: 0;
}

.premio-details figure {
    text-align: center;
    padding: 15px;
}
.premio-content {
    background: #e9f1f5;
    padding: 15px;
}
.premio-content h4 {
  font-size: var(--xxl-font-size);
  font-weight: bold;
  color: red;
  line-height: 30px;
  margin-bottom: 15px;
}
.premio-content .info {
    display: flex;
    justify-content: space-between;
    font-size: var(--md-font-size);
    color: #888;
}
.premio-content .info .share {
    border: 1px solid #bcbbc1;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    padding: 7px;
    border-radius: var(--sm-rounded);
    min-width: 30px;
    background: #fff;
}
.premio-content .meter {
  margin: 10px 0 0;
}
.premio-content .award p.points {
    font-size: 15px;
    margin: 10px 0 0;
}


/*
.premio-datelle .header {
  display: flex;
  justify-content: space-between;
}
.premio-datelle h3 {
  margin: 0 0 8px 30px;
  font-weight: 700;
  font-size: var(--lg-font-size);
  color: #58595B;
}
.premio-datelle h4 {
  margin: 0 0 30px 30px;
  font-weight: 700;
  font-size: var(--sm-font-size);
  color: CORALORANGE;
}
.premio-datelle figure {
  text-align: center;
  margin-bottom: 25px;
}
.premio-datelle .award {
  text-align: center;
  width: 30%;
  align-self: center;
}
.premio-datelle .award-text {
  font-weight: 700;
  font-size: 12px;
  color: red;
}
.premio-datelle .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.premio-datelle .info p {
  display: block;
  width: 85%;
  padding-left: 15px;
  padding-top: 15px;
  font-size: 13px;
  line-height: 1.3;
  color: #58595B;
}
.premio-datelle .info .share {
  margin-right: 15px
}
.premio-datelle .info p span {
  font-weight: 700;
  padding-left: 10px;
  color: #224A8C;
}
.premio-datelle .meter {
  display: block;
  width: 110px;
  background: #fff;
  border: 1px solid #224A8C;
  height: 14px;
}
.premio-datelle .meter-fill {
  background: CORALORANGE;
  display: block;
  height: 100%;
}
.action {
  padding-top: 16px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.premio-datelle .prev {
  margin: 15px;
  height: 57px;
  background: CORAL;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.38px;
  font-size: var(--xxl-font-size);
}
.premio-datelle .prev .cancelar {
  background: #58595B
}
.btnprev-confirmar {
  margin: 15px;
  height: 57px;
  background: CORAL;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.38px;
  font-size: var(--xxl-font-size);
}
.btnprev-cancelar {
  margin: 15px;
  height: 57px;
  background: #58595B;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.38px;
  font-size: var(--xxl-font-size);
}

*/

/*PUNTOS*/

.puntos ul {
  margin-top:10px;
}

.puntos li {
  margin:5px;
}
.puntos li .fila-cabecera {
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}
.puntos li .fila {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  
}
.puntos li:nth-child(odd) {
  background: #EDEDED;
}
.puntos li a {
    text-align: center;
    border-radius: var(--sm-rounded);
    border: 1px solid;
    color: #5f5f5f;
    font-size: var(--lg-font-size);
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
}
.puntos li .points {
  font-size: var(--md-font-size);
  width: 40%;
  text-align: center;
  margin: 0 10px;
  font-weight: bold;
  color: #DD4A44;
}
.puntos li .nombre {
  font-size: var(--md-font-size);
  width: 60%;
  text-align: left;
  margin: 0 10px;
  color: red;
}
.puntos li .casino {
  color: #DD4A44;
  font-size: 13px;
  width: 30%;
  margin-left: 5px;
  text-align: left;
}
.puntos li .descripcion {
  color: darkgrey;
  font-size: 12px;
  width: 80%;
  margin-left: 5px;
  text-align: left;
}
.puntos li .fecha {
    font-size: 13px;
    width: 30%;
    margin: 0 10px;
    text-align: center;
}
.status {
  background: #7d7d7d;
  border-radius: var(--sm-rounded);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 24px;
  font-size: 10px;
  line-height: 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}
.status.enviada {
  background: #DD4A44;
}
.status.aprobada {
  background: #2096D3;
}
.status.observada {
  background: #AAAAAA;
}
.status.rechazada {
  background: #AAAAAA;
}
.status.welcomepack {
  background: orange;
}

.wp {
  background: orange;
  border-radius: var(--md-rounded);
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 21px;
  font-size: 10px;
  color: #fff;
}
.puntos .noorder {
  margin: 40px 40px 40px 30px;
  font-weight: 700;
  text-align: center;
  font-size: var(--lg-font-size);
  color: CORALORANGE;
  min-height: calc(100% - 232px);
}
.puntos li h4 {
  font-weight: 700;
  font-size: var(--sm-font-size);
  color: #58595B;
  text-align: right;
  width: 35%;
}
.puntos li h4 a {
  text-decoration: underline;
  font-size: 10px;
  color: #224A8C;
  font-weight: 400;
}
/**/
.puntos .datos {
  padding: 14px 26px;
}
.puntos .datos+ul {
  margin-top: 0;
}
.puntos .datos a {
  text-decoration: underline;
  font-size: 12px;
  color: #224A8C;
  line-height: 1.3;
  display: inline-block;
  margin-bottom: 12px;
}
.puntos .datos h3 {
  display: flex;
  align-items: center;
  font-size: var(--sm-font-size);
  color: #58595B;
}
.puntos .datos h3 img {
  margin-right: 8px;
}
/**/

.data-block {
  margin: 1px 0;
}
.data-block h4 {
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    background: #8993a5;
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.data-block h5 {
  text-align: center;
    font-weight: 700;
    font-size: 13px;
    padding: 10px;
    text-transform: uppercase;
    color: #2096D3;
    letter-spacing: 1px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
}
.data-block li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 40px;
  border-bottom: 1px solid #D8D8D8;
  padding: 0 15px;
}
.data-block li label {
  font-size: var(--sm-font-size);
  line-height: 1.2;
}
.data-block li label em {
    background: #e8e8e8;
    padding: 4px 9px;
    margin: 0 5px;
    font-weight: bold;
    font-size: 11px;
    font-style: normal;
    color: #888;
}
.data-block li strong,
.data-block li .data {
    font-weight: 700;
    font-size: var(--md-font-size);
    text-align: right;
    color: var(--dark-color);
}
.data-block li .data-texto {
  font-weight: 700;
  font-size: var(--md-font-size);
  margin-left: 10px;
  text-align: right;
  line-height: 1.2;
}
.data-block li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  padding: 0;
  min-width: 40px;
  font-size: var(--xl-font-size);
  color: #049ce0;
}

/**/
.factura {
  padding: 10px 5px;
}
.factura h1 {
  font-weight: 700;
  line-height: 1.3;
  font-size: var(--xxl-font-size);
  color: #224A8C;
  margin-bottom: 25px;
  text-align: center;
}
.factura h2 {
  border-bottom: 1px solid #D8D8D8;
  margin: 0 -10px 10px -10px;
  font-weight: 500;
  font-size: var(--xxl-font-size);
  text-align: center;
  padding-bottom: 16px;
}
.factura h3 {
  border-bottom: 1px solid #D8D8D8;
  margin: 0 -10px 70px -10px;
  font-weight: 600;
  font-size: var(--xl-font-size);
  text-align: center;
  padding-bottom: 16px;
  line-height: 1.3;
}
.factura h3 strong {
  color: CORAL;
}
.factura li {
  height: auto;
  padding-top: 13px;
  padding-bottom: 13px;
}
.factura label {
  text-align: center;
  font-size: 10px;
  color: #666666;
}
.factura .cant {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 21px;
  background: #838C9B;
  border-radius: var(--md-rounded);
  font-weight: 700;
  font-size: 13px;
  color: #fff;
}


/*TERMINOS Y CONDICIONES*/
.tyc {
    padding: 10px;
    width: 100%;
}

.tyc h1 {
  font-weight: 700;
  line-height: 1.3;
  font-size: var(--xl-font-size);
  color: darkred;
  text-align: center;
  margin: 0 0 15px;
}
.tyc h2 {
    font-weight: 700;
    font-size: var(--lg-font-size);
    color: red;
    text-align: left;
    margin: 0 0 15px;
    padding-top: 15px;
}
.tyc h3 {
    font-weight: 700;
    font-size: var(--md-font-size);
    color: grey;
    text-align: left;
    margin: 0 0 15px;
    padding-top: 15px;
}

.tyc p {
    font-size: 15px;
    line-height: 1.5;
    color: #000;
    text-indent: -15px;
    margin: 0 5px 10px 15px;
}

.tyc p span {
  font-size: 15px;
  font-weight: 700;
  color: red;
}

.tyc .item {
  padding:5px 20px;
  color: #000;
}
.tyc .item2 {
  text-align: left;
  padding:5px 30px;
  font-size: 12px;
  color: CORAL;
}
.tyc p a {
  text-decoration: underline;
  color: CORAL;
}

.boxPolicy {
  display: flex;
  align-items: right;
  justify-content: right;
}

.closePolicy {
  color: red;
  font-size: var(--xxl2-font-size);
  font-weight: bold;
  margin: 10px 10px;
  padding: 0px 5px;
  border: 3px solid red;
  border-radius: 50%;
}
.closePolicy:hover {
  color: #f2f2f2;
  text-decoration: none;
  cursor: pointer;
  margin: 10px 10px;
  padding: 0px 5px;
  border: 3px solid #f2f2f2;
  border-radius: 50%;
}


/*CONTACTO*/


/*PRODUCTOS Y PUNTOS*/
.producto-puntos li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 46px;
  font-size: 17px;
  line-height: 1.1;
  padding: 0 50px 0 17px;
  border-bottom: 1px solid #D8D8D8;
}
/*ALERT BOOTSTRAP*/
.alert {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 15px 0;
    text-align: center;
    padding: 10px;
    font-size: var(--sm-font-size);
    font-weight: 400;
    line-height: 16px;
}
.alert-warning {
  background-color: #b55b5b;
  border-color: #7d3434;
  color: #ffffff;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert>p,
.alert>ul {
  margin-bottom: 0;
}
.alert>p+p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #98eb77;
  border-color: #98eb77;
  color: #008a02;
}
.alert-success hr {
  border-top-color: #98eb77;
}
.alert-success .alert-link {
  color: #008a02;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}


.alert-danger {
  background-color: #ff0000;
  border-color: #ebccd1;
  color: #ffffff;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #ffffff;
}


.sr-only {
  border: 0;
  padding: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  width: 1px;
  overflow: hidden;
  position: absolute !important;
  word-wrap: normal !important;
}
.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  overflow: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.modal .flex {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.contenido-modal {
  position: relative;
  margin: auto;
  box-shadow: 0 0 5px rgb(0 0 0 / 80%);
  animation-name: modal;
  animation-duration: 1s;
  background: #fff;
  min-width: 360px;
  border-radius: var(--md-rounded);
}
.imagen {
  top: 0;
  width: 100%;
  max-width: 480px;
  animation-name: modal-imagen;
}
@keyframes modal {
  from {
    top: -220px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes modal-imagen {
  from {
    top: -220px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.close {
  color: #ffffff;
  font-size: var(--xxl3-font-size);
  font-weight: bold;
  position: absolute;
  top: -40px;
  right: 0;
}
.close:hover {
  color: #224A8C;
  text-decoration: none;
  cursor: pointer;
}
.closeAlert {
  position: absolute;
  top: -40px;
  right: 0;
  width: 30px;
  height: 30px;
  text-align: right;
  border-radius: 100%;
  box-sizing: content-box;
  line-height: 30px;
  font-size: 42px;
  font-weight: 100;
    color: #ffffff;
}
.closeAlert:hover {
  color: #224A8C;
  text-decoration: none;
  cursor: pointer;
}
.modal-header, .modal-footer {
  padding: 8px 16px;
  background: linear-gradient(263.48deg, RED 3.69%, CORAL 54.55%);
  color: #f2f2f2;
  text-align: center;
  font-weight: 500;
  font-size: var(--xxl-font-size);
  line-height: 1.1;
}
.header-close {
  font-size: 15px;
  padding: 5px 5px;
}
.modal h4 {
    font-size: var(--sm-font-size);
    color: red;
    text-align: center;
    text-transform: uppercase;
    font-size: var(--md-font-size);
    margin: 0 0 1.5em;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 140%;
}
.modal p {
    font-size: var(--md-font-size);
    color: #000;
    text-align: center;
    margin: 0 0 1em;
}

.modal p:last-child {
  margin: 0;
}
.strong {
  font-weight: bold;
}
.modal-body {
  padding: 20px 16px;
}
.modal-image {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 0;
}
#Selector {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.SubirFoto {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  line-height: normal;
  font-size: 100%;
  margin: 0;
}
.SubirFoto+label {
  font-weight: bold;
  color: #2096D3;
  display: inline-block;
  text-overflow: ellipsis;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.SubirFoto:focus+label,
.SubirFoto+label:hover {
  color: #7f8c8d;
  fill: yellow;
}
.SubirFoto+label span {
  font-size: var(--sm-font-size);
  color: RED;
}
.SubirFoto+label figure {
  width: 100%;
  height: 100%;
  fill: #f1e5e6;
  border-radius: 50%;
  display: block;
  padding: 20px;
  margin: 0 auto 10px;
}
.inputfile+label svg {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  fill: #f1e5e6;
}
.SubirFoto+label figure:hover svg path {
  fill: #7f8c8d;
}

.premio-details {
    min-height: calc(100% - 175px);
}
.mis-datos {
    min-height: calc(100% - 250px);
}

.validation img {
  height: 20px;
  cursor: help;
  position: relative;
  top: 7px;
  left: -10px;
}
.invalid {
  animation: blinking 1s infinite;
}

@keyframes blinking {
  0% {
    /*background-color: #ff3d50;*/
    border: 3px solid red;
  }
  /* YOU CAN ADD MORE COLORS IN THE KEYFRAMES IF YOU WANT
        50%{
          background-color: #55d66b;
          border: 5px solid #126620;
        }
        */
  100% {
    /*background-color: #222291;*/
    border: 3px solid white;
  }
}


@media only screen and (min-width: 768px)  {
  body {
      padding-top: 30px;
  }
  main {
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    border: 10px solid #fff;
    max-height: 760px;
    max-width: 420px;
    overflow: scroll;
    margin: 0 auto;
    border-radius: var(--lg-rounded);
    height: 100%
  }
  .modal {
    position: absolute;
  }


}

@media only screen and (max-width: 768px)  {

  /* Fix CSS */

  .bienvenido {
      min-height: calc(100vh - 68px);
  }
  .form.login {
      min-height: calc(100vh - 115px);
  }
  .form.registro {
      min-height: calc(100vh - 115px);
  }
  .contacto,
  .mis-datos {
      min-height: calc(100vh - 175px);
  }
  .puntos-detalle {
      min-height: calc(100vh - 128px);
  }
  .puntos,
  .premios,
  .premio-details {
      min-height: calc(100vh - 212px);
  }
}





/* TEMATICA COPA AMERICA */
.bg-themed-blue-1{
  background-color: #0b296a;
}
.bg-themed-blue-2{
  background-color: #0a387d;
}
.bg-themed-blue-3{
  background-color: #0461e1;
}

.bg-themed-blue {
  background-color: #012993;
}

.bg-themed-orange {
  background-color: #ff6701;
}

.bg-themed-red{
  background-color: #ff2524;
}

.themed-blue-1{
  color: #0b296a;
}
.themed-blue-2{
  color: #0a387d;
}
.themed-blue-3{
  color: #0461e1;
}

.themed-red{
  color: #ff2524;
}

.themed-font-1{
  font-family: "Nerko One", cursive;
}

.themed-font-2{
  font-family: "Poppins", sans-serif;
}

.montserrat{
  font-family: "Montserrat", sans-serif;
}
.cursiva{
  font-family: "cursiva", sans-serif;
}

.themed-bg-1 {
  background: url("../img/neofan/bg.png");
  
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
}

.themed-bg-2 {
  background: url("../img/neofan/bg-2.png");
  
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
}


.themed-bg-3 {
  background: url("../img/neomundial/fondo_01.png");
  
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
}
.themed-bg-4 {
  background: url("../img/neomundial/fondo_04.png");
  
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
}


*{
  font-family: 'ClashGrotesk-Variable', 'Montserrat';
}

.generic-h1{
  font-weight: 600;
  font-size: var(--xxl-font-size);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.generic-h2{
  font-weight: 600;
  font-size: var(--xl-font-size);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.welcome-msg{
  padding: 0.5em;
  font-size: var(--xl-font-size);
  font-weight: 600;
  text-align: center;
  color: var(--light-color);
}

.select-filter{
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  justify-content: center;
}

.select-filter select{
  padding: 0.5em;
  border-radius: var(--md-rounded);
  background-color: white;
}

.overflow-scroll::-webkit-scrollbar{
  width: 0;
  display: none;
}

.overflow-scroll{
  overflow-x: auto; /* Asegúrate de permitir el desplazamiento horizontal */
  scrollbar-width: none; /* Oculta la barra de desplazamiento en Firefox */
  -ms-overflow-style: none; /* Oculta la barra de desplazamiento en IE y Edge */
}





.custom-select {
  position: relative;
}

.custom-select select {
  appearance: none;
  width: 100%;
  padding: 0.675em 6em 0.675em 1em;
  background-color: var(--card-color);
  border: 1px solid #caced1;
  border-radius: var(--sm-rounded );
  color: var(--light-color);
  cursor: pointer;
  font-weight: var(--font-semibold);
}

.custom-select::before,
.custom-select::after {
  --size: 0.3rem;
  content: "";
  position: absolute;
  right: 1rem;
  pointer-events: none;
}

.custom-select::before {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-bottom: var(--size) solid var(--light-color);
  top: 40%;
}

.custom-select::after {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-top: var(--size) solid var(--light-color);
  top: 55%;
}




.card{
  background-color: var(--card-color);
  box-shadow: var(--drop-shadow);
  border-radius: var(--md-rounded);
  padding: 0.75em;
  color: var(--light-color);
}




.list-card{
  /* p-2 bg-white flex items-center gap-2 rounded-md shadow-lg */
  min-height: 140px;
  padding: 0.75em;
  background-color: var(--card-color);
  color: var(--light-color);
  display: flex;
  align-items: center;
  gap: 0.5em;
  border-radius: var(--md-rounded);
  box-shadow: var(--drop-shadow);
}

.list-card .main-pic{
  border-radius: var(--md-rounded);
  width: auto;
  max-width: 125px;
  object-fit: contain;
}

.list-card .card-data {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  padding: 0 0.75em;
  width: 100%;
}

main{
  overflow-y: scroll;
  overflow-x: hidden;
}