*{
    margin: 0;
    padding: 0;
     font-family: "Roboto", sans-serif;
}
body{
    background-color: rgb(235, 235, 235);
}
nav.Menu{
    background-color: rgb(241, 241, 241);
    width: 100%;
    height: 75px;
    box-shadow: 0px 3px 20px 0px #7777779f;
    position: fixed; /* <--- CAMBIA ESTO */
    top: 0;
}
ul.Menu-ul{
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}
li.Menu-li{
    list-style: none;
}
li.Menu-li img{
    width: 70px;
}
#Menu-Button{
    position: absolute;
    left: 0;
    padding-left: 10px;
}
#Menu-Logo{
text-align: center;
}
.container-login{
    justify-content: center;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}
.login{
    margin-top: 120px;
    margin-left: 10px;
    margin-right: 10px;
    width: 300px;
    min-width: 200px;
    min-height: 200px;
    height: 400px;
    background-color: white;
    border-radius: 20px;
    padding: 40px;
    border: 1px solid rgb(197, 197, 197);
    box-shadow: 0px 20px 0px 0px rgb(10, 170, 95);
}
.login p {
    margin-top: 15px;
    margin-bottom: 5px;
}
input{
    width: 100%;
    height: 30px;
    margin: 1px solid rgb(197, 197, 197);
    padding: 0px 5px;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid black;

}
input:focus{
    outline: none;
}
button[type="submit"]{
    width: 105%;
    height: 35px;
    background-color: rgb(10, 170, 95);
    border: 1px solid rgb(10, 170, 95);
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 20px;
    color: rgb(241, 241, 241);
    font-weight: 500;
    border-radius: 5px;
}
button[type="submit"]:hover{
cursor: pointer;
}

form a{
    color: rgb(3, 107, 59);
    text-decoration: none;
    font-weight: 500;
}
form p{
    font-size: 0.8rem;
}
nav.Menu-Move{
    height: 100vh;
    width: 50%;
    background-color: white;
    margin-left: -50%;
    transition: 0.2s ease;
    position: fixed;
    z-index: 1000;
    top: 0px;
}
li.Options{
  padding: 20px 0px;
  margin: 0px 20px;
  list-style: none;
}
li.Options i{
    width: 40px;
    text-align: center;
}
li.Options a{
    color: black;
    text-decoration: none;
    font-weight: 500;
    padding-left: 3px;
}
li.Options i{
    color: rgb(124, 124, 124)
}
li.Options:nth-child(3){
    border-top: 1px solid rgb(124, 124, 124);
}
li.Options:nth-child(5){
    border-top: 1px solid rgb(124, 124, 124);
}
li.Options:nth-child(7){
    border-top: 1px solid rgb(124, 124, 124);
}
.Menu-Move-Ul p{
    text-align: right;
}
p i#cerrar{
        margin:20px 10px;
}
.Saldo{
    width: 85%;
    height: 120px;
    background-color: white;
    margin: 120px auto 0px auto;
    padding: 10px;
    border-radius: 10px;
}
.Saldo .Nombre p{
    font-size: 15px;
}
.Saldo .Nombre p span{
    font-size: 25px;
    font-weight: 800;
}
.Saldo .container-Billetera{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.Saldo .container-Billetera .Saldo-total{
    width: 50%;
    border-right: 1px solid rgb(184, 184, 184);
}
.Saldo .container-Billetera .Saldo-total h2{
    color: rgb(10, 170, 95);
}
.Saldo .container-Billetera .Retirar a{
    text-decoration: none;
}
.Saldo .container-Billetera .Retirar .retiro-button{
    width: 140px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(10, 170, 95);
    color: white;
    border-radius: 5px;
}
.Secciones {
    margin: 20px auto 0px auto;
    width: 90%;

}
.Secciones .Seccion1{
    display: flex;
    width: 100%;
    height: 150px;
    justify-content: space-around;
    column-gap: 10px;
}
.Secciones .Seccion2{
    display: flex;
    width: 100%;
    height: 150px;
    justify-content: space-around;
    column-gap: 10px;
    margin-top: 20px;
}
.Secciones a{
    width: 50%;
    text-decoration: none;
    color: rgb(2, 101, 182);
}   
.Secciones .subSection{
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 5px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}
.Secciones .subSection i{
    margin-top: 20px;
}
.Secciones .Seccion2 a:nth-child(2) .subSection i{
    text-decoration: none;
    color: rgb(10, 170, 95);
}
.Secciones .Seccion2 a:nth-child(2) .subSection p.numbers{
    color: rgb(10, 170, 95);
}
.Secciones .subSection p{
    color: rgb(80, 80, 80);
    font-size: 14px;
}
.Secciones .subSection p.numbers{
    color: black;
    font-size: 30px;
    font-weight: 500;
}
.Contenedor{
    max-width: 1800px;
    margin: 0 auto;
}
.referidoscontainer{
    background-color: white;
    width: 82%;
    margin: 10px auto 0px auto;
    padding: 15px;
    border-radius: 5px;
}
.referidoscontainer h3{
    font-weight: 500;
}
.referidoscontainer p{
    font-weight: 400;
    margin-top: 8px;
    font-size: 15px;
    line-height: 22px;
}
.referidoscontainer .linkInvitation p{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.referidoscontainer .linkInvitation{
    width: 90%;
    background-color: rgba(221, 221, 221, 0.459);
    padding: 10px 15px;
    overflow: hidden;
    border-radius: 5px;
    margin-top: 20px;
 }
 
.referidoscontainer .buttonInvitation{
    width: 100%;
    height: 40px;
    background-color: rgb(3, 196, 90);
    margin-top: 10px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 500;
}
.copy-message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #4caf50;
  color: white;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.2rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s;
  z-index: 1000;
}
.copy-message.show {
  opacity: 1;
  visibility: visible;
}
.socialMedias{
    width: 90%;
    padding: 25px 15px;
    background-color: rgba(221, 221, 221, 0.459);
    margin-top: 10px;
    border-radius: 5px;
    display: flex;
    justify-content: space-around;
}
.containerBanners{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.containerBanners a{
    width: 90%;
    text-decoration: none;
    color: black;
    display: flex;
    justify-content: center;
}
.containerBanners .Banner{
    width: 100%;
    height: 120px;
    background-color: white;
    border-radius: 5px;
    margin-top: 10px;
    padding: 15px
}
.containerBanners .Banner img{
    width: 50px;
}
.containerBanners .Banner p{
    font-size: 13px;
    margin-top: 5px;
}
.containerBanners .Banner .firstSection{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.containerBanners .Banner .firstSection h3{
    font-weight: 400;
}
.containerBanners .Banner .firstSection p.sectionp{
    color: #4caf50;
    font-weight: 500;
    font-size: 16px;
    margin: 0;
}
.containerFooter{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
    color: rgb(92, 102, 102);
}
.containerFooter .Logo{
    display: flex;
    justify-content: center;
}
.containerFooter .Logo img{
    width: 100px;
}
.linksFooter {
    display: flex;
    justify-content: space-around;
}
.linksFooter a{
    color: rgb(92, 102, 102);
    text-decoration: none;
    font-size: 12px;
}
.linksFooter{
    list-style: none;
    width: 90%;
    margin-top: 10px;
}
.reserved{
    margin-top: 20px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
.SaldoTasks{
    width: 85%;
    height: 70px;
    background-color: white;
    margin: 120px auto 0px auto;
    padding: 10px;
    border-radius: 10px;
    display: grid;
}
.SaldoTasks .container-Billetera .Saldo-total h2{
    color: #4caf50;
}
.SaldoTasks .container-Billetera{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.SaldoTasks .container-Billetera i{
    margin-right: 5px;
}

.enlaceReferidos{
    width: 85%;
    background-color: white;
    margin: 10px auto 0px auto;
    padding: 20px 10px 20px 10px;
    border-radius: 10px;
    display: grid;
}
.enlaceReferidos h3{
    font-weight: 400;
}
.enlaceReferidos p{
    font-size: 14px;
    font-weight: 300;
    margin-top: 5px;
}
.listAfiliates{
    width: 85%;
    background-color: white;
    margin: 10px auto 0px auto;
    padding: 20px 10px 20px 10px;
    border-radius: 10px;
    display: grid;
}
.listAfiliates h3{
    font-weight: 400;
}
.listAfiliates p{
    font-size: 14px;
    font-weight: 300;
    margin-top: 5px;
}
.listAfiliates .Afiliado{
    display: flex;
    margin-top: 10px;
    padding-top: 15px;
    justify-content: space-between;
    border-top: 1px solid rgba(170, 170, 170, 0.637);
    align-items: center;
}
.listAfiliates .Afiliado i{
    margin-right: 10px;
}
.listAfiliates .Afiliado .saldoAfiliado{
    color: #4caf50;
    font-weight: 500;
    font-size: 20px;
}
.centerTasks{
    width: 85%;
    background-color: white;
    margin: 10px auto 0px auto;
    padding: 20px 10px 20px 10px;
    border-radius: 10px;
    display: grid;
}
.centerTasks p:nth-child(1){
    color: rgb(21, 121, 202);
    font-weight: 600;
    padding-bottom: 5px;
}
.centerTasks h3{
    font-weight: 500;
}
.centerTasks p{
    color: rgb(102, 102, 102);
    font-weight: 400;
}
.separateSection{
    width: 85%;
    margin: 10px auto 0px auto;
    padding: 10px 10px 20px 10px;
    display: grid;
    font-size: 20px;
    font-weight: 500;
}
.actividadesContainer{
    width: 85%;
    background-color: white;
    margin: 10px auto 0px auto;
    padding: 20px 10px 20px 10px;
    border-radius: 10px;
    display: grid;
}
.actividad{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(170, 170, 170, 0.637);
    padding-bottom: 10px;
}
.actividad .textActividad h4{
    font-weight: 500;
}
.actividad .textActividad p{
    margin-top: 5px;
    font-size: 13px;
    color: rgb(102, 102, 102);
}
.actividad .textActividad span{
    border: 1px solid #4caf50;
    border-radius: 5px;
    color:#4caf50;
    padding: 1px;
    
}
.actividad .ver{
    background-color: #4c87af;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 5px;
    justify-content: center;
}
.actividad .ver a{
    font-weight: 500;
    text-decoration: none;
    color: white;
}
.ver button{
    background-color: #4c87af;
    border: 0px;
    font-weight: 700;
    color: white;
}
.separateSectionRetire{
    width: 85%;
    margin: 120px auto 0px auto;
    padding: 10px 10px 10px 10px;
    display: grid;
    font-size: 20px;
    font-weight: 500;
}
.separateSectionRetire h2{
    font-size: 25px;
    font-weight: 500;
}
.separateSectionRetire p{
    font-weight: 400;
    font-size: 15px;
    margin-top: 15px;
    color: rgb(102, 102, 102);
}
.containerDatos{
    background-color: white;
    width: 85%;
    margin: 5px auto 0px auto;
    padding: 20px 10px 20px 10px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 10px;
}
.containerDatos .nameRetire{
    display: flex;
    align-items: center;
}
.containerDatos .nameRetire i{
    margin-right: 10px;
    color: #4caf50;
}
.containerDatos .nameRetire p:nth-child(1){
    font-size: 15px;
}
.containerDatos .nameRetire p:nth-child(2){
    color: #4caf50;
}
.containerDatos .numeroRetire{
    display: flex;
    align-items: center;
    margin-top: 10px;
    border-top: 1px solid rgba(170, 170, 170, 0.637);
}
.containerDatos .numeroRetire i{
    margin-right: 10px;
    color: rgb(2, 101, 182);
    margin-top:10px;
}
.containerDatos .numeroRetire p:nth-child(1){
    font-size: 15px;
       margin-top: 10px;
}
.containerDatos .numeroRetire p:nth-child(2){
    color: rgb(2, 101, 182);
}
a.aRetire{
    color: black;
    text-decoration: none;
    margin-top: 20px;

}
.retireCash{
    background-color: rgb(105, 105, 105);
    width: 85%;
    margin: 5px auto 0px auto;
    padding: 20px 10px 20px 10px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.retireCash p{
    font-weight: 800;
    color: white;
}
.retireCash i{
    color: white;
    margin-right: 10px;
    background-color: white;
    width: 20px;
}
.historyRetires{
    width: 85%;
    background-color: white;
    margin: 10px auto 0px auto;
    padding: 20px 10px 20px 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.historyRetires h2{
    font-size: 25px;
}
.historyRetires p{
    font-size: 15px;
    font-weight: 400;
}
.historyRetires img{
    margin-top: 10px;
    width: 100px;
}
.configurationName{
    width: 85%;
    margin: 120px auto 0px auto;
    padding: 10px 10px 10px 10px;
    display: grid;
    font-size: 20px;
    font-weight: 500;
    background-color: white;
    border-radius: 5px;
    border-left: 2px solid #4caf50;
}
.configurationName p:nth-child(1){
    font-size: 15px;
}
.configurationName:nth-child(3){
    margin-top: 10px;
}
.configurationName:nth-child(4){
    margin-top: 10px;
}
.error{
    width: 300px;
    background-color: white;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    border: 1px solid black;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1.2rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s;
    z-index: 1000;
}
.error.show {
  opacity: 1;
  visibility: visible;
}
.error h1{
    font-size: 25px;
    color: red;
}
.error p{
    font-size: 15px;
}
.modalRetire h3{
    text-align: start;
}
.modalRetire{
 width: 300px;
    background-color: white;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    border: 1px solid black;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1.2rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s;
    z-index: 1000;
    text-align: start;
}

.modalRetire p:nth-child(3){
    font-size: 15px;
}
.modalRetire p:nth-child(4){
    font-size: 10px;
}
.modalRetire select{
    width: 100%;
    height: 30px;
    background-color: #64acdb;
    border: 1px solid #64acdb;
    border-radius: 5px;
    color: white;
    font-weight: 800;
    text-align: center;
    margin-top: 10px;
}
.modalRetire button.Pago{
    width: 100%;
}
.closeModal {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-color: red;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}
.modalRetire.show {
  opacity: 1;
  visibility: visible;
}
.retiro-table{
    width: 100%;
    display: flex;
    border-bottom: 1px solid grey;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}
.retiro-table .status{
    background-color: #4c87af;
    padding: 5px;
    border-radius: 5px;
    color: white;
    font-weight: 600;
}