* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  margin: 0 0 0 0;
  font-family: "Montserrat", sans-serif !important;
  height: 100%;
}

a {
  text-decoration: none;
}

.cflex {
  display: flex;
  align-items: center;
}

.cflex-center {
  justify-content: center;
}

.cflex-right {
  justify-content: flex-start;
}

.cflex-left {
  justify-content: flex-end;
}

.cflex-spaceb {
  justify-content: space-between;
}

.cflex-spacea {
  justify-content: space-around;
}

.flex-col {
  flex-direction: column;
}

.direc-row {
  flex-direction: row !important;
}

.relative {
  position: relative;
}

.desk{
  display: initial !important;
}

.desk-flex{
  display: flex !important;
  z-index:5;
}

.mob{
  display: none !important;
}

.mob-flex{
  display: none !important;
}

.main-cont {
  width: 100%;
  height: auto;
  max-width: 1300px;
  margin: auto;
  padding: 126px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

section.main-uno {
  width: 100%;
  height: 100%;
  background-size: cover;
  /* background-image: url("../src/welcome.png"); */
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e09728;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}

header {
  width: 100%;
  height: auto;
  max-width: 1300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 83px;
  z-index: 2;
  padding: 0px 0px 0px 10px;
}

img.logoW {
  width: 182px;
  height: auto;
  cursor: pointer;
}

a {
  text-decoration: none;
  color: inherit;
}

.home-menu {
  width: 70%;
  display: flex;
  justify-content: space-evenly;
  max-width: 538px;
}

.home-menu a {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}

.home-menu img {
  width: 22px;
  height: auto;
}

.home-container {
  position: relative;
  width: 100%;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  /* max-width: 1300px; */
  margin: auto;

}

.home-container-main {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.home-container-main h1 {
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 60px;
  margin: 0px;
  text-shadow: 0px 3px 6px rgb(0 0 0 / 60%);
  font-weight: 700;
}

.home-subtext {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-subtext p {
  color: #ffffff;
  font-size: 21px;
  font-weight: bold;
  margin: 0px;
}

.home-subtext span {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  margin: 0px 25px;
  border-radius: 100%;
}

.how-works {
  width: 100%;
  height: auto;
  padding: 50px 20px 0px;
  display: flex;
  max-width: 1300px;
  flex-wrap: wrap;
  margin: auto;
}

.how-works h2 {
  font-size: 40px;
  width: 100%;
  text-align: center;
  font-weight: 700;
  margin: 0px;
}

.how-works h3 {
  font-size: 29px;
  width: 100%;
  text-align: center;
  font-weight: 700;
  margin: 15px 0px;
}

.steps-works {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 40px;
}

.item-work {
  width: 23%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.item-work p {
  text-align: center;
  margin: 0px;
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
}

.item-work img {
  width: 120px;
  height: 150px;
  object-fit: contain;
}

.register-user-section {
  width: 100%;
  background-image: url("../src/backworks.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 40%;
}

.register-user {
  width: 100%;
  max-width: 1300px;
  height: auto;
  padding: 130px 20px 200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.register-card {
  width: 42%;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 50%);
  border-radius: 18px;
  cursor: pointer;
}

.back-card-one {
  background-image: url("../src/back-card-1.png");
}

.back-card-two {
  background-image: url("../src/back-card-2.png");
}

.register-card-text {
  width: 100%;
  padding: 20px 31px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.register-card-text img {
  width: 70px;
  height: 70px;
}

.card-text p {
  margin: 0px;
  color: #ffffff;
  text-shadow: 0px 3px 6px rgb(0 0 0 / 50%);
  font-weight: bold;
  font-size: 28px;
}

.card-text-title {
  font-weight: 500 !important;
  font-size: 18px !important;
}

footer {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #fcbf00;
}

.footer-content {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 47px 15px;
}

.footer-left {
  width: 30%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.footer-left img {
  width: 200px;
  margin-bottom: 15px;
}

.footer-left p {
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  width: 100%;
  margin: 10px 0px;
}

.footer-center {
  width: 40%;
  max-width: 386px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.footer-center p {
  margin: 0px;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-center form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-center input[type="text"],
.footer-center input[type="email"] {
  width: 48%;
  height: 35px;
  border: 0px;
  margin-bottom: 13px;
  border-radius: 7px;
  padding: 0px 10px;
  font-weight: bold;
}

.footer-center input::placeholder,
.footer-center textarea::placeholder {
  font-family: "Montserrat", sans-serif;
  color: #000000;
}

.footer-center textarea {
  width: 100%;
  border: 0px;
  margin-bottom: 13px;
  border-radius: 7px;
  resize: none;
  font-weight: bold;
  padding: 10px 10px;
}

.footer-center input[type="submit"] {
  width: 100%;
  height: 35px;
  border: 0px;
  border-radius: 7px;
  color: #ffffff;
  background-color: #000000;
  font-weight: 700;
  font-size: 16px;
}

.footer-right {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 5%;
}

.footer-right p {
  margin: 0px;
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}

.footer-right img {
  width: 170px;
  height: 50px;
  object-fit: cover;
  margin-bottom: 10px;
}

.header-section {
  background-color: #000000;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-section img.logoW {
  width: 160px;
}

.section-map {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 20px 100px;
}

.section-map-left {
  width: 47%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.section-map-left h1 {
  font-size: 40px;
  font-weight: 700;
  width: 100%;
}

.section-map-left p {
  color: #5c5c5b;
  font-weight: 700;
  text-align: center;
  font-size: 20px;
  margin-top: 140px;
}

.input-find {
  width: 100%;
  box-shadow: 0px 2px 1px rgb(51 50 50 / 25%);
  background-color: #f8f7f7;
  height: 45px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  padding: 0px 20px;
}

.input-find img {
  width: 19px;
  height: 19px;
}

.input-find input {
  border: 0px;
  background-color: transparent;
  width: 100%;
  height: 100%;
  outline: unset;
  font-size: 18px;
  padding: 0px 10px;
}

.section-map-right {
  width: 50%;
  margin-top: 29px;
}

.section-map-right iframe {
  width: 100%;
  height: 600px;
}

div.cont-menu-items {
  position: absolute;
  display: flex;
  background-color: #ffffff;
  right: 0px;
  padding: 12px 0px;
  flex-direction: column;
  width: 400px;
  box-shadow: 0px 3px 6px #00000029;
  top: 39px;
  display: none;
}

.cont-menu-items p {
  width: 86%;
  margin: 18px auto;
  text-align: center;
  background-color: #fcbf00;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 0px;
  border-radius: 8px;
  box-shadow: 0px 2px 1px #00000029;
  cursor: pointer;
}

.cont-menu-header {
  position: relative;
}


/* MODALES */
img.logoModal{
    width: 243px;
    height: auto;
}

div.padding-modal{
    padding: 40px 10%;
}

div.padding-modal p{
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    margin: 20px 0px 10px;
}


form.formSesion{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 0px;
}

div.form-session{
    width: 90%;
    max-width: 400px;
    margin-bottom: 11px;
    outline: none;
    background-color: #F8F7F7;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    border: 0px;
    border-radius: 10px;
    color: #000000;
    font-weight: 500;
    box-shadow: 0px 2px 1px rgb(51 50 50 / 25%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}

div.form-session img{
    width: 25px;
    height: 25px;
    object-fit: contain;
    margin-right: 10px;
}


input.form-session{
    width: 100%;
    outline: none;
    background-color: #F8F7F7;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    border: 0px;
    border-radius: 10px;
    color: #000000;
    font-weight: 500;
}

input.form-session::placeholder{
    color: #000000;
}

input.form-pass{
    width: 100%;
    max-width: 500px;
    margin-bottom: 20px;
    outline: none;
    background-color: #ffffff26;
    font-weight: 400;
    font-size: 16px;
    padding: 15px 20px;
    text-align: left;
    border: 0px;
    border-radius: 16px;
    color: #FFFFFF;
}

input.form-pass::placeholder{
    color: #FFFFFF;
}

form.form-pass{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.select-form-pass{
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.3;
    padding: 15px 20px;
    width: 49%;
    max-width: 500px;
    box-sizing: border-box;
    margin-bottom: 20px;
    border: none;
    box-shadow: 0 1px 0 1px rgb(0 0 0 / 3%);
    border-radius: 16px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #ffffff00;
    background-image: url(../src/icons/arrowB.png), linear-gradient(to bottom, #ffffff26 0%,#ffffff26 100%);
    background-repeat: no-repeat, repeat;
    background-position: right 1em top 50%, 0 0;
    background-size: 24px;
    /* text-align-last: center; */
    outline: none;
}


label.checkPas{
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.textFindpassword, .txt-registrate{
    font-size: 18px !important;
    color: #5C5C5B !important;
    font-weight: 500 !important;
    margin: 0px 0px 20px !important;
}

.textFindpassword a{
    text-decoration: underline;
}

.btn-yellow{
    width: 100%;
    margin: 18px auto;
    text-align: center;
    background-color: #fcbf00;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 0px;
    border-radius: 8px;
    box-shadow: 0px 2px 1px #00000029;
    cursor: pointer;
    border:0px
}

.back-image{
  background-color: black;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-register{
  background-image: url('../src/background-register.png');
}

.section-negocio{
  background-image: url('../src/back-negocio.png');
}



.section-register-contain{
  width: 100%;
  max-width: 1300px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 70px 20px 100px;
}


.section-register-left{
  width: 65%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.section-register-left h1{
  color: #FFFFFF;
  font-weight: bold;
  font-size: 46px;
}

.section-register-right{
  width: 41%;
  margin-top: 29px;
}

.form-register{
  width: 100%;
  padding: 30px 20px;
  background-color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-register h3{
  font-size: 22px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
}

.input-form{
  width: 100%;
  box-shadow: 0px 2px 1px rgb(51 50 50 / 25%);
  background-color: #f8f7f7;
  height: 45px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 0px 20px;
  margin-bottom: 15px;
}

.input-form img {
  width: 22px;
  height: 19px;
  object-fit: contain;
}

.input-form input {
  border: 0px;
  background-color: transparent;
  width: 100%;
  height: 100%;
  outline: unset;
  font-size: 14px;
  padding: 0px 10px;
  font-weight: 500;
  color: #AAAAAA; 
}

.input-form select{
  border: 0px;
  background-color: transparent;
  width: 100%;
  height: 100%;
  outline: unset;
  font-size: 14px;
  padding: 0px 10px;
  font-weight: 500;
  color: #AAAAAA; 
}


.input-form input::placeholder{
  font-family: "Montserrat", sans-serif;
  color: #AAAAAA;

}

.submit-form{
  border-radius: 4px !important;
}

.input-form-50{
  width: 48%;
}

.text-registrate-form{
  width: 100%;
  text-align: center;
}

.text-error{
  font-size: 14px;
  font-weight: 500;
  color: red;
  margin: 0px;
}

.cont-txt-avisoM{
  width: 100%;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 213px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}

.cont-txt-avisoM p{
  margin: 0px;
}

.body-modal-aviso{
  flex-wrap: wrap;
  padding: 30px 15px 30px;
}

.imagenAviso{
  width: 60%;
}

.titAviso{
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.section-tema-interes{
  width: 100%;
  max-width: 1300px;
  padding: 50px 20px;
}

.section-tema-interes h1{
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #5C5C5B;
  font-size: 33px;
}

.section-tema-interes h3{
  width: 100%;
  text-align: center;
  font-weight: 400;
  color: #5C5C5B;
  font-size: 28px;
  margin-bottom: 50px;
}

.input-form input[type="radio"]{
  font-size: 12px;
  height: 15px;
  width: 15px;
  margin-right: 10px;
}

.input-form label{
  margin:0px;
  width: 100%;
  text-align: center;
  color: #AAAAAA;
  font-weight: 500;
}

.input-interes{
  margin-bottom: 5px;
}

.margin-temas{
  margin-top: 40px;
  padding-left: 25px;
}

.section-perfil{
  width: 100%;
  max-width: 1300px;
  margin:auto;
  padding: 50px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.perfil-left{
  width: 25%;
  min-width: 250px;
  height: auto;
}

.backwhite{
  background-color: #FFFFFF;
  margin-bottom: 30px;
}

.backwhite p{
  margin: 0px;
  margin-left: 10px;
  font-weight: bold;
  color: #AAAAAA;
  cursor: pointer;
}

.perfil-right{
  width: 50%;
  max-width: 426px;
  height: auto;
  margin-left: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;

}

.perfil-right h1{
  font-weight: bold;
  color: #5C5C5B;
  margin-bottom: 20px;
}

.foto-perfil{
  width: 180px;
  height: 180px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0px 2px 3px rgb(0 0 0 / 16%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.foto-perfil-password{
  width: 140px;
  height: 140px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0px 2px 3px rgb(0 0 0 / 16%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  background-image: url('../src/avatar-perfil.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.foto-avatar{
  background-size: 80px;
}

.img-perfil{
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.btn-cambio-image{
  position: absolute;
  width: 39px;
  height: 39px;
  bottom: -4px;
  right: 9px;
}

.temasform{
  width: 100%;
}

.section-historial{
  width: 100%;
  max-width: 1300px;
  margin: auto;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  padding: 70px 20px 100px;
  flex-wrap: wrap;

}

.section-historial h1{
  color: #000000;
  font-weight: bold;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}

.section-historial h2{
  color: #000000;
  font-weight: bold;
  margin: 40px 0px 20px;
  width: 100%;
  text-align: center;
  font-size: 25px;
}

.historial-content{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.cupon-historial{
  width: 294px;
  height: 186px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px 20px 20px;
}

.btn-cerrar-sesion{
  background-color: #ED4C3E !important; 
}

.btn-cerrar-sesion img{
  width: 15px;
  height: auto;
  margin-left: 6px;
}

.section-cupones-carrusel{
  width: 100%;
  margin-top: 20px;
}

.item{
  background-color: #f8f7f7;
  height: 230px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.section-find-cupon{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.input-cupon{
  max-width: 500px;
  margin: auto;
}

.content-temas{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}

.content-temas div{
  max-width: 700px;
  cursor: pointer;
}

.img-temas{
  width: 22px;
  height: auto;
}

.label-temas{
  cursor: pointer;
}

.item2{
  height: 200px;
}

.section-negocio-left{
  justify-content: flex-start;
}

.section-negocio-left h2{
  color: #FFFFFF;
  font-weight: bold;
}

.formPassword{
  width: 100%;
  max-width: 500px;
  margin-bottom: 190px;
}

.h1pass{
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 30px !important;
}

.section-restablecer{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  background-image: url('../src/backworks.png');
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 40%;
}

.section-restablecer h1{
  margin: auto;
  color: #000000;
  font-weight: bold;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
  margin-top: 120px;
}

.header-detalle{
  width: 100%;
  height: auto;
  background-color: #000000cc;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0px;
}

.header-detalle h1{
  margin: 0px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 50px;
}

.section-detalles{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1300px;
  padding: 30px 0px;
  margin: auto;
}

.contain-item{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0px 20px 40px;
}

.image-item{
  width: 150px;
  height: 150px;
  background-color: #F8F7F7;
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.contain-item .text-item{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.contain-item .text-item p{
  font-size: 16px;
  font-weight: bold;
  margin: 0px 5px;
}

.contain-item .text-item img{
  width: 15px;
  height: 15px;
}


a.nostyle{
  text-decoration: none;
}

.detalle-left-local{
  width: 35%;
  background-color: #F8F7F7;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 30%);
  border-radius: 7px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0px 20px 30px;
}

.detalle-left-local div{
  margin: 30px 0px 25px;
}

.detalle-left-local p{
  width: 100%;
  text-align: center;
  font-weight: 500;
  color: #5C5C5B;
  font-size: 16px;
  margin: 0px;
}

.detalle-right-local{
  width: 63%;
  display: flex;
  flex-wrap: wrap;
}

.detalle-local{
  justify-content: space-between;
  padding-right: 20px;
  padding-left: 20px;
}

.detalle-local-text{
  width: 100%;
  margin: 15px 0px !important;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.p-local-left{
  width: 30%;
  max-width: 126px;
  font-weight: bold !important;
  margin:0px !important;
  text-align: left !important;
}

.p-local-right{
  width: 68%;
  text-align: left !important;
}

.header-nologin{
  justify-content: flex-end;
  margin-right: 28px;
}
.text-slider{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  font-size: 60px;
  margin: 0px;
  text-shadow: 0px 3px 6px rgb(0 0 0 / 60%);
  font-weight: 700;
}

/* negocio_inicio */
.inicio_negocio{
  height: 140vh;
  width: 100%;
  background-image: url('../src/Image 23.png');
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  background-color: rgba(0, 0, 0, .7);
}
.circles_container{
  margin-top: 50px;
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
}
.circle_container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.circle_div{
  width: 56px;
  height: 56px;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.6);
  background-color: #ffffff;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.circle_number{
  font-size: 30px;
  margin: 0;
  color: #AAAAAA;
  font-weight: bold;
}
.circle_text{
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 25px;
}
.circle_container.active .circle_div{
  background-color: #FCBF2C;
  color: #FCBF2C;
}
.circle_container.active .circle_number{
  color: white;
}
.circle_container.active .circle_text{
  color: #FCBF2C;
}
.negform_cont{
  margin-top: 30px;
  width: 620px;
  height: 349px;
  max-width: 100%;
  background-color: white;
  border-radius: 10px;
}
.negform{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5%;
  position: relative;
}
.negform_title{
  margin-top: 10px;
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
.negform_input{
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
  padding: 0 0 0 50px;
}
.negform_icon{
  position: absolute;
  width: 23px;
  top: 8px;
  left: 10px;
}
.button_cont{
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.neg_button{
  margin-top: 40px;
  margin-right: 20px;
  width: 80px;
  height: 80px;
}
.doble_input{
  width: 100%;
  display: flex;
  gap: 20px;
}
.tyc_cont{
  width: 100%;
  padding: 20px;
  max-height: 60%;
  height: 60%;
  overflow: auto;
}
.descargar_cont{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.descargar_text{
  font-size: 24px;
  margin-top: 20px;
  color: #FCBF2C;
  text-decoration: none;
}
.descargar_icon{
  margin-bottom: 8px;
  margin-left: 10px;
}
.aceptar_tyc{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.aceptar_text{
  font-size: 24px;
  color: white;
}
.aceptar_radio{
  width: 25px;
  height: 25px;
}
/* paquetes */
.paquetes{
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.paquetes_titles{
  width: 100%;
}
.paquetes_title{
text-align: center;
font-weight: bold;
font-size: 60px;
}
.paquetes_subtitle{
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  color: #FCBF2C;
}
.paquetes_cont{
  display: grid;
  width: 100%;
  max-width: 1200px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 40px;
  margin-bottom: 40px;
  gap: 20px;
}
.paquete_cont{
  width: 100%;
  height: 100%;
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
  border-radius: 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.paquete_title{
  font-weight: bold;
  font-size: 23px;
  text-align: center;
  text-transform: uppercase;
}
.paquete_precio{
  font-weight: bold;
  font-size: 23px;
  text-align: center;
  color: #FCBF2C;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}
.paquete_desc{
  font-weight: bold;
  font-size: 16px;
}
.paquete_button{
  width: 100%;
}
.paquete_btnbg{
  background-color: #FCBF2C;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
}
.paquete_btntext{
  font-weight: bold;
  font-size: 20px;
  color: white;
  width: 100%;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.fs20{
  font-size: 20px;
}
.paquete_cont.active{
  background-color: #FCBF2C;
}
.paquete_cont.active .paquete_desc,
.paquete_cont.active .paquete_title{
  color: white;
}

.descarga_sect{
  height: auto;
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
  gap: 40px;
  background-color: #fcbf00;
}
.descarga_logo{
  border-radius: 30px;
}
.descarga_title{
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
}
.descarga_subtitle{
  width: 100%;
  text-align: center;
  font-weight: normal;
  font-size: 23px;
}
.descarga_btns{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
}