/*Cambios*/
ol li{
    color: #fff;
}/*FONTS*/
/*Montserrat*/
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Montserrat-Light";
  src: url("../fonts/Montserrat/Montserrat-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: lighter;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "Montserrat-Black";
  src: url("../fonts/Montserrat/Montserrat-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: bolder;
}
/*BRUUM*/
@font-face {
  font-family: "Bruum";
  src: url("../fonts/Bruum/BruumFY-Regular.otf") format("otf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Bruum-Bold";
  src: url("../fonts/Bruum/BruumFY-Bold.otf") format("otf");
  font-style: normal;
  font-weight: bold;
}

/*BryantPro*/
@font-face {
  font-family: "Bruum";
  src: url("../fonts/BryantPro/BryantPro-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Bruum";
  src: url("../fonts/BryantPro/BryantPro-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}

/*TEXT*/
.white-text {
  color: #ffff;
}
/*Tamaño grande 28px y black*/
h1 {
  font-size: calc(1.2rem + 1vw);
  font-family: "Montserrat-Black";
}
/*Tamaño 18px y regular*/
h2 {
  font-size: calc(0.8rem + 0.9vw);
  font-family: "Montserrat";
}
/*Tamaño mediano y light*/
h3 {
  font-size: calc(0.8rem + 0.9vw);
  font-family: "Montserrat-Light";
}
/*Título de texto base*/
h4 {
  font-size: calc(1rem + 0.9vw);
  font-family: "Montserrat-Bold";
}
/*Tamaño base (15px) y light*/
p {
  font-family: "Montserrat-Light";
  font-size: calc(0.6rem + 0.9vw);
}

/*FONDOS*/
.primary-bg {
  min-height: 100vh;
  background-image: url(../img/bg.png);
}
.secondary-bg {
    padding: 2%;
    min-height: 70vh;
    background-image: url(../img/bg.png);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
.nav-bg {
  background: #63C5EA;
  padding: 1rem;
}
.bg-login{
    background-image: url(../img/bg.png);
}

/*SPACE AND ALIGNMENT*/
#premios {
  padding: 14% 5%;
}
#login{
  padding: 6% 5%;
}
.pt-25 {
  padding-top: 4%;
}
.section {
  padding: 8% 5%;
  display: flex;
  padding: 8% 5%;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: space-around;
  align-items: center;
  justify-content: center;
}
.container-piezas {
  padding: 5% 0%;
}
.flex-rigth {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
}
.accordion{
  width: 100%;
}
/*BUTTONS*/
.btn {
  border-radius: 1.25rem;
  padding: 0.5rem 2rem;
  margin: 0.5rem;
}
.btn-primary:visited {
  background-color: #8fb351;
  border-color: #8fb351;
}
.btn-primary:focus {
  background-color: #8fb351;
  border-color: #8fb351;
}
.btn-primary {
  background-color: #63C5EA;
  border-color: #63C5EA;
  font-family: "Montserrat-Bold";
  box-shadow: 0px 5px 5px 0px #0000002b;
}
.btn-primary:hover {
  background-color: #8fb351;
  border-color: #8fb351;
  font-family: "Montserrat-Bold";
  box-shadow: none;
}
.btn-secondary{
  font-size: 0.8rem;
  border-radius: 1.25rem;
  padding: 0.5rem 2rem;
  background-color: transparent;
  border: 3px solid #94D02F;
  font-family: "Montserrat-Bold";
  box-shadow: 0px 5px 5px 0px #0000002b;
  color: #94D02F;
}
.btn-secondary:hover{
  background-color: #94D02F;
  border-color: #94D02F;
  font-family: "Montserrat-Bold";
  box-shadow: 0px 5px 5px 0px #0000002b;
}
.btn-secondary a{
  color: #ffff;
  text-decoration: none;
}
.btn-secondary:hover a{
  color: #ffff;
}
.btn-terciary{
  font-size: 0.8rem;
  padding: 0.5rem 1rem;
  border-radius: 1.25rem;
  background-color: #94D02F;
  border-color: #94D02F;
  font-family: "Montserrat-Bold";
  box-shadow: 0px 5px 5px 0px #0000002b;
}
.btn-terciary:hover{
  background-color: #8fb351;
  border-color: #8fb351;
  font-family: "Montserrat-Bold";
  box-shadow: none;
  line-break: anywhere;
}
.arrow-down {
  position: relative;
  font-size: 2rem;
  background-color: #ffff;
  border-radius: 50%;
  padding: 10px 12px;
  color: #00b5ae;
  box-shadow: 0px 5px 5px 0px #0000002b;
}
.swal2-styled.swal2-confirm {
  border-radius: 1.25rem !important;
  padding: 0.5rem 2rem !important;
  margin: 1rem !important;
  background-color: #94D02F !important;
  border-color: #94D02F !important;
  font-family: "Montserrat-Bold" !important;
  box-shadow: 0px 5px 5px 0px #0000002b !important;
}
.salir-boton {
  -webkit-transition: all 0.9s ease; /* Safari y Chrome */
  -moz-transition: all 0.9s ease; /* Firefox */
  -o-transition: all 0.9s ease; /* IE 9 */
  -ms-transition: all 0.9s ease; /* Opera */
  width: 100%;
}
.sonido-boton {
  -webkit-transition: all 0.9s ease; /* Safari y Chrome */
  -moz-transition: all 0.9s ease; /* Firefox */
  -o-transition: all 0.9s ease; /* IE 9 */
  -ms-transition: all 0.9s ease; /* Opera */
  width: 100%;
}
.salir-boton img:hover {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(0.9);
}
.sonido-boton img:hover {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(0.9);
}

/*ICONS*/
.nav-i {
  padding-right: 5%;
  font-size: 1.475rem;
}

/*NAV*/
.navbar-dark .navbar-nav .nav-link {
  font-family: "Montserrat";
  color: rgba(255, 255, 255, 0.6);
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 100%);
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
  color: rgba(255, 255, 255, 100%);
  font-family: "Montserrat-Bold";
}

/*POPUP*/
.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  width: 32em;
  max-width: 100%;
  padding: 0 0 1.25em;
  border: none;
  border-radius: 20px !important;
  background: #fff;
  font-family: "Montserrat" !important;
  font-size: 1rem;
}
/*Pantallas de Instrucciones*/
.carousel-item {
  min-height: 100vh;
}
.dialog-bubble {
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  background-color: rgba(255, 255, 255, 1);
  width: 390px;
  min-height: 60px;
  height: auto;
  position: relative;
  border-radius: 60px;
  padding: 2%;
  text-align: center;
  margin-bottom: 2%;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.dialog-bubble-left:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 24px solid #fff;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
  border-bottom: 20px solid transparent;
  left: 140px;
  bottom: -24px;
}
.navido-regalo {
  padding: 0 8%;
  text-align: center;
  margin-bottom: 3%;
}
.fabrica-instrucciones {
  padding: 0 8%;
  text-align: center;
  margin-bottom: 10%;
}
.fabrica-instrucciones img {
  width: 550px;
  height: auto;
}
.fabrica-instrucciones p {
  color: #ffff;
  font-weight: normal;
}
.navido-regalo img {
  width: 200px;
  height: auto;
}
.instrucciones {
  min-height: 80vh;
  background-image: url(../img/bg.png);
}
.instrucciones p {
  font-family: "Montserrat-Light";
  font-size: calc(0.2rem + 0.9vw);
  margin-bottom: 0;
  padding: 2%;
}
.section-instrucciones {
  margin-top: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.play-button {
  text-align: center;
}
.play-button a {
  font-family: "Montserrat-Bold";
  font-size: 16px;
  text-decoration: none;
  color: #ffff;
  font-size: calc(0.8rem + 0.9vw);
}
.navido-regalo p {
  color: #ffff;
  font-weight: normal;
}
.carousel-indicators {
  display: none;
}
html {
  min-height: 100%;
  position: relative;
}
body {
  margin: 0;
  /*margin-bottom: 40px;*/
}
footer {
  position: absolute;
  bottom: 0;
}
.footer-kolbi {
  position: absolute;
  margin-top: 2%;
  background-color: #63c5ea;
  width: 100%;
}

/*Pantalla Mapa*/
.gif-suscribite{
  max-width: 20vw;
}
.map-bg-mobile {
  background-image: url(../img/mapa.png);
  padding: 5%;
  min-height: 100vh;
  margin: 0px auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.container-dibuja {
  z-index: 2;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  /*right: 25px;
  top: 160px;*/
  -webkit-transition: all 0.9s ease; /* Safari y Chrome */
  -moz-transition: all 0.9s ease; /* Firefox */
  -o-transition: all 0.9s ease; /* IE 9 */
  -ms-transition: all 0.9s ease; /* Opera */
  width: 100%;
}
.container-taller {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  /*top: 28px;*/
  -webkit-transition: all 0.9s ease; /* Safari y Chrome */
  -moz-transition: all 0.9s ease; /* Firefox */
  -o-transition: all 0.9s ease; /* IE 9 */
  -ms-transition: all 0.9s ease; /* Opera */
  width: 100%;
}
.container-imita {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  /*top: 162px;*/
  -webkit-transition: all 0.9s ease; /* Safari y Chrome */
  -moz-transition: all 0.9s ease; /* Firefox */
  -o-transition: all 0.9s ease; /* IE 9 */
  -ms-transition: all 0.9s ease; /* Opera */
  width: 100%;
}
.container-dibuja img:hover {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
.container-taller img:hover {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
.container-imita img:hover {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
.container-logo-fabrica-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container-logo-fabrica-2 img {
  position: absolute;
  text-align: center;
  top: 2px;
}

/*MEDIA QUERIES*/
/*iPhone4 y pequeñitos*/
@media screen and (max-width: 321px) and (max-height: 500px) {
    #alert_jugar{
        margin-bottom: 35%;
    }
  .gif-suscribite{
    width: 30vw;
  }
  .container-logo-fabrica-2 img {
    width: 150px !important;
    height: auto;
  }
  .header-mapa a img {
    width: 40px !important;
    height: auto;
  }
  .navido-mapa {
    width: 250px;
    height: auto;
  }
  .container-dibuja {
    top: 133px !important;
  }
  .container-dibuja img {
    width: 100px !important;
    height: auto;
  }
  .container-taller {
    top: 35px !important;
  }
  .container-taller img {
    width: 100px !important;
    height: auto;
  }
  .container-imita {
    top: 102px !important;
  }
  .container-imita img {
    width: 100px !important;
    height: auto;
  }
  .navido-regalo img {
    width: 125px;
    height: auto;
  }
  .navido-regalo p {
    font-size: calc(0.5rem + 0.9vw);
  }
  .play-button img {
    width: 40px;
    height: auto;
  }
  .dialog-bubble {
    width: 208px !important;
    margin-bottom: 10%;
    min-height: 80px !important;
    padding: 2%;
  }
  .secondary-bg{
    min-height: 68vh!important;
  }
}
/*Galaxy Fold*/
@media screen and (min-width: 200px) and (max-width: 300px) and (min-height: 650px) {
  .fabrica-logo {
    width: 240px !important;
    height: auto !important;
  }
  .pt-25 {
    padding-top: 40% !important;
  }
  .container-logo-fabrica-2 img {
    width: 150px !important;
    height: auto;
  }
  .header-mapa a img {
    width: 40px !important;
    height: auto;
  }
  .navido-mapa {
    width: 250px;
    height: auto;
  }
  .container-dibuja {
    top: 234px !important;
  }
  .container-dibuja img {
    width: 120px !important;
    height: auto;
  }
  .container-taller {
    top: 68px !important;
  }
  .container-taller img {
    width: 120px !important;
    height: auto;
  }
  .container-imita {
    top: 180px !important;
  }
  .container-imita img {
    width: 120px !important;
    height: auto;
  }
  .fabrica-instrucciones img {
    width: 200px !important;
    height: auto;
  }
  .fabrica-instrucciones p {
    padding: 5%;
  }
  .dialog-bubble {
    width: 220px !important;
    margin-bottom: 10%;
  }
  .section-instrucciones {
    margin-top: 49% !important;
  }
}
/*iPhone X*/
@media screen and (max-width: 380px) and (min-height: 800px) and (max-height: 815px) and (min-height: 800px) {
  .container-imita {
    top: 260px !important;
  }
  .container-dibuja {
    top: 260px !important;
  }
}
/*iPhone5SE*/
@media screen and (min-width: 310px) and (max-width: 400px) and (min-height: 560px) and (max-height: 800px) {
  .secondary-bg {
    min-height: 50vh !important;
    background-image: url(../img/bg.png);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
  }
  .container-imita {
    top: 101px !important;
  }
  .container-imita img {
    width: 120px !important;
    height: auto;
  }
  .container-dibuja img {
    width: 120px !important;
    height: auto;
  }
  .container-taller img {
    width: 120px !important;
    height: auto;
  }
  .dialog-bubble {
    width: 243px !important;
    margin-bottom: 10%;
    padding: 3% !important;
    min-height: 95px;
  }
  .navido-regalo img {
    width: 175px;
    height: auto;
  }
}

@media screen and (min-width: 410px) and (max-height: 824px) and (max-width: 600px) {
  .container-dibuja {
    top: 170px !important;
  }
  .container-imita {
    top: 122px !important;
  }
}
/*Celular Promedio*/
@media screen and (max-width: 500px) and (min-width: 310px) {
  .piezas-mapa a img{
      max-width: 13%;
  }
  h1 {
    font-size: 1.2rem!important;
}
    .btn-third {
    border: 3px solid #F68B1F;
    font-family: "Montserrat-Bold";
    box-shadow: 0px 5px 5px 0px #0000002b;
    color: #212529;
    font-size: 14px!important;
    z-index: 2;
    padding: 0.3rem 1.4rem;
    width: 100%;
}
    h5 {
        font-family: 'Montserrat-Bold';
        font-size: 0.8rem!important;
    }
  .gif-suscribite {
    max-width: 60vw;
}
.container-logo-fabrica-2 img {
    position: absolute;
    text-align: center;
    top: 90px;
}
    .premios-img{
        height: 200px!important;
      }
  .pt-25 {
    padding-top: 25%;
  }
  .arrow-down {
    position: relative;
    top: 25px !important;
    font-size: 2rem;
    background-color: #ffff;
    border-radius: 50%;
    padding: 8px 10px;
    color: #00b5ae;
    box-shadow: 0px 5px 5px 0px #0000002b;
  }
  #premios {
    padding: 45% 5% 20% 5%;
  }
  #login{
    padding: 6% 5% 26% 5%;
  }
  .section {
    padding: 10% 5%;
  }
  .mb-20 {
    margin-bottom: 30%;
  }
  .navbar-collapse {
    padding: 10% 0%;
  }
  .secondary-bg {
    min-height: 40vh;
    background-image: url(../img/bg.png);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
  }
  .container-piezas {
    padding: 5% 0%;
  }
  .fabrica-logo {
    width: 300px;
    height: auto;
  }
  .section-instrucciones {
    margin-top: 35% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  .dialog-bubble {
    width: 270px !important;
    margin-bottom: 10%;
  }
  .instrucciones p {
    font-family: "Montserrat-Light";
    font-size: calc(0.6rem + 0.9vw);
    margin-bottom: 0;
    padding: 2%;
  }
  .fabrica-instrucciones img {
    width: 250px;
    height: auto;
}
}
/*Surface Duo*/
@media screen and (min-width: 520px) and (min-height: 710px) and (max-width: 800px) {
    .piezas-mapa a img{
        max-width: 13%;
    }
  .section-instrucciones {
    margin-top: 25% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  .premios-img{
    height: 200px!important;
  }
  .dialog-bubble {
    width: 340px !important;
  }
  .navido-mapa {
    width: 350px;
    height: auto;
  }
  .container-dibuja img {
    width: 150px;
    height: auto;
  }
  .container-imita img {
    width: 150px;
    height: auto;
  }
  .container-taller img {
    width: 150px;
    height: auto;
  }
  .container-logo-fabrica-2 img {
    width: 200px;
    height: auto;
  }
  .header-mapa a img {
    width: 34px;
    height: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 800px) {
  .pt-25 {
    padding-top: 20%;
  }
}
/*iPad*/
@media screen and (min-width: 750px) and (min-height: 1000px) {
    .map-bg-mobile {
        background-image: url(../img/mapa-tablet.png)!important;
      }
  .secondary-bg {
    min-height: 40vh !important;
  }
  .section-instrucciones {
    margin-top: 30% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  .navido-mapa {
    width: 500px;
    height: auto;
  }
  .navido-pc{
    display: none!important;
  }
  .container-dibuja {
    top: 255px !important;
  }
  .container-dibuja img {
    width: 250px;
    height: auto;
  }
  .container-imita img {
    width: 250px;
    height: auto;
  }
  .container-taller img {
    width: 250px;
    height: auto;
  }
  .container-logo-fabrica-2 img {
    top: 100px;
    width: 300px;
    height: auto;
  }
  .header-mapa a img {
    width: 80px;
    height: auto;
  }
  .navido-regalo img {
    width: 320px !important;
    height: auto;
  }
  .fabrica-instrucciones img {
    width: 388px;
    height: auto;
  }
}
/*iPad Pro*/
@media screen and (min-width: 1000px) and (min-height: 1000px) {
    .piezas-mapa a img{
        max-width: 13%;
    }
    .map-bg-mobile {
        background-image: url(../img/mapa-tablet.png)!important;
      }
  .pt-25 {
    padding-top: 15%;
  }
  .secondary-bg {
    min-height: 30vh !important;
  }
  .container-dibuja {
    top: 345px !important;
  }
  .container-imita {
    top: 255px !important;
  }
  .container-dibuja img {
    width: 300px;
    height: auto;
  }
  .container-imita img {
    width: 300px;
    height: auto;
  }
  .container-taller img {
    width: 300px;
    height: auto;
  }
  .container-logo-fabrica-2 img {
    width: 350px;
    height: auto;
  }
  .header-mapa a img {
    width: 100px;
    height: auto;
  }
  .navido-mapa {
    width: 700px;
    height: auto;
  }
  .navido-regalo img {
    width: 320px !important;
    height: auto;
  }
  .fabrica-instrucciones img {
    width: 388px;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
    body{
        overflow-x: hidden;
    }
    .map-bg-mobile {
        background-image: url(../img/mapa-pc.png)!important;
        padding: 5%;
        min-height: 100vh;
        margin: 0px auto;
        background-repeat: no-repeat;
        background-size: 100% 100%;
      }
      .container-taller {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: flex-end;
        position: relative;
        top: 98px;
        left: 32%;
        -webkit-transition: all 0.9s ease;
        -moz-transition: all 0.9s ease;
        -o-transition: all 0.9s ease;
        -ms-transition: all 0.9s ease;
        width: 100%;
    }
    .container-dibuja {
        z-index: 2;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-end;
        align-items: flex-end;
        position: relative;
        right: 34%;
        top: 117px;
        -webkit-transition: all 0.9s ease;
        -moz-transition: all 0.9s ease;
        -o-transition: all 0.9s ease;
        -ms-transition: all 0.9s ease;
        width: 100%;
    }
    .container-imita {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: flex-end;
        position: relative;
        top: 60px;
        right: 32%;
        -webkit-transition: all 0.9s ease;
        -moz-transition: all 0.9s ease;
        -o-transition: all 0.9s ease;
        -ms-transition: all 0.9s ease;
        width: 100%;
    }
      .container-dibuja img{
          height: 130px;
          width: auto;
      }
      .container-taller img{
        height: 130px;
        width: auto;
    }
    .container-imita img{
        height: 130px;
        width: auto;
    }
    .container-logo-fabrica-2 img{
        width: 250px;
    }
}

/*Login*/
.box {
    width: 100%;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-radius: 20px;
    padding: 20px 30px 30px 30px;
    background: #fff;
    position: relative;
    min-height: 60vh;
  }
  input {
    display: block;
    width: 100%;
    border: 1px solid transparent;
    border-bottom: 3px solid #ffff;
    margin: auto;
    border-radius: 4px;
    margin-top: 20px;
    font-size: 1rem;
    color: #ffff;
    box-sizing: border-box;
    outline: none;
    /* box-shadow: 0px 10px 30px rgb(0 0 0 / 20%); */
}
  .button {
    border-radius: 100px;
    border: none;
    padding: 16px;
    font-weight: bold;
    background: #94D02F;
    text-transform: uppercase;
    cursor: pointer;
    transition:all .3s;
    color: #ffff;
  }
  .button:hover {
    background: #0193ac;
    color: #fff;
  }
  
  .field {
    padding: 16px;
    background: #007b5c00;
    text-align: center;
}
input::placeholder{
    color: #fff;
}
  .hidden {
    visibility: hidden;
  }
  .show {
    visibility: visible;
  }
  .header-login {
    position: absolute;
    background: #94D02F;
    width: 100%;
    height:60px;
    padding:20px 0; 
    left:0;
    top:0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color:#fff;
    text-align:center;
    font-size:1em;
    overflow:hidden;
  }
.header-login p {
    margin:0;
    position:absolute;
    top:20%;
    left:28%;
    font-size:40px;
 }
  
.animation {
    position:absolute;
    animation: mymove 0.5s forwards;
}
  
@keyframes mymove {
    0%   {left: 50%;}
    100%  {left: 120%
    }
}
  .box .form {
    padding-top: 90px;
  }
.swal2-popup.swal2-toast .swal2-html-container {
    font-family: 'Montserrat'!important;
}
.swal2-popup.swal2-toast .swal2-html-container {
    text-align: center!important;
    margin: 1em;
    padding: 0;
    font-size: 0.8rem!important;
    /* text-align: initial; */
}
.swal2-popup.swal2-toast .swal2-styled {
    margin: 0.125em 0.3125em;
    padding: 0.3125em 0.625em;
    font-size: 0.8rem!important;
}
.swal2-popup.swal2-toast .swal2-actions {
    display: flex!important;
    justify-content: center!important;
}
.swal2-popup.swal2-toast .swal2-close {
    grid-column: 3/3;
    grid-row: 1/99;
    align-self: start!important;
    width: .8em;
    height: .8em;
    margin: 0;
    font-size: 2em;
}
.card-regalo {
    box-shadow: 0px 4px 9px 0px rgb(0 0 0 / 17%);
     -webkit-box-shadow: 0px 4px 9px 0px rgb(0 0 0 / 17%); 
    -moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.47);
    border-radius: 30px;
        background: #50B2AD;
    padding: 12% 5% 5% 5%;
        color: #fff;

}
.card-regalo p{
  font-family: 'Montserrat-Bold';
    font-weight: bold;
}
.card-premio{
    flex-direction: row;
    justify-content: space-around;
    align-content: center;
    align-items: center;
    background-image: url(../img/bg.png);
    padding: 4% 0%;
    border-radius: 30px;
    color: #ffff;
    text-align: left;
}
.card-premio h3{
    font-family: "Montserrat-Bold";
}
.btn-sec{
    border: 2px solid #ffff;
    font-family: "Montserrat-Bold";
    box-shadow: 0px 5px 5px 0px #0000002b;
    color: #ffff;
    font-size: 0.8rem;
    z-index: 2;
    padding: 0.3rem 1.4rem;
}
.btn-sec:hover{
    background-color: #ffff;
    color: #00b5ae;
}
.card-premio h8 {
    position: absolute;
    transform: translate(0%, -45%);
    font-size: 4rem;
    font-family: "Montserrat-Bold";
    color: #fff;
    opacity: .1;
    z-index: 0;
    letter-spacing: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 10%;
    user-select: none;
  }
  .card-content{
      width: 50%;
  }
.btn-third{
        border: 3px solid #0dcaf0;
        font-family: "Montserrat-Bold";
        box-shadow: 0px 5px 5px 0px #0000002b;
        color: #212529;
        font-size: 1rem;
        z-index: 2;
        padding: 0.3rem 1.4rem;
        width: 100%;
}
.btn-third:hover{
    background-color: #94D02F;
    color: #ffff;
}

.premios-modal .btn{
    margin: 0.6rem 0!important;
}

.ps5-slider .carousel-item {
    min-height: auto!important;
}
.modal-content{
    display: inline-table;
}

.fecha-container{
    border: 1px solid;
    text-align: center;
    background: #eeee;
    border-radius: 20px;
    padding: 6%;
}
h5{
    font-family: 'Montserrat-Bold';
    font-size: 1.1rem;
}
