a{
  text-decoration: none !important;
}

a[href] {
  text-decoration: none !important;
}

p{
  text-align: justify;
}

body{
  background-image: url('../images/background-proofferwall.webp') !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.premio-redondeado{
  border-radius: 5px 5px 5px 5px;
}
.a-boton{
  border-radius: 20%;
}

#Eslogan {
  margin-top: 50px;
  background-color: #0185c2;
  background-image: url('../images/earn-money-online-rewards.webp');
  background-attachment: fixed;
  background-size: 100%;
  background-repeat: repeat;
  height: 700px;
  width: 100%;
  position: relative; /* Necesario para el pseudo-elemento */
  color: white; /* Color del texto para contrastar */
  display: flex;
  align-items: center; /* Centra el texto verticalmente */
  justify-content: center; /* Centra el texto horizontalmente */
  text-align: center; /* Centra el texto */
  /*font-size: 2rem;*/
}


#Eslogan::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Capa oscura con opacidad del 50% */
  z-index: 1; /* Asegura que la capa quede detrás del contenido */
}

#Eslogan .container {
  position: relative; /* Para que el texto quede encima de la capa */
  z-index: 2; /* Asegura que el texto quede encima del pseudo-elemento */
}

.img-perfil{
  border-radius: 50%;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

.imagen-contorneada{
  border-radius: 5%;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}
.mayusculas {
  text-transform: uppercase;
}
.minusculas {
  text-transform: lowercase;
}
.fondo-falso{
  background-color: #212225 !important;
}
.text-falso{
  color: #9aa0a2;
}

.bg-oficial{
  background-color: #0185c2;
  color: #FFFFFF;
}

.bg-tenue{
  background-color: #43a9d4;
  color: #FFFFFF;
}

.btn-oficial{
  background-color: #0185c2;
}

.text-oficial{
  color: #0185c2;
}

.text-oscuro{
  color: #333333;
}

.bienvenida{
  margin-top: 20px;
  margin-bottom: 20px;
}
.contenedor {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

.Notf1 {
    box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.2);
}
.Notf2 {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.sombra {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}
.btn-sombra {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}
.btn-sombra:hover {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}
.form-sombra{
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}
.sombra-contenedor {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.img-redondeada{
  border-radius: 15px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}

.carousel {
            width: 100%;
            margin: 0 auto;
        }

.carousel-comentarios{
  width: 100%;
  margin: 0 auto;
}
.tarjeta{
  height: 200px !important;
  line-height: 1.5px;
}
.slick-slide .flexi{
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

.slick-slide .flexi-2{
    display: inline-block;
    justify-content: center;
    align-items: center;
    }

.slick-slide .imagen {
    width: 120px;
    height: auto;
}

.slick-slide .estrella {
    width: 15px;
    height: auto;
}



.patrocinador{
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
}

.contenedor-redondeado {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 10px;
    font-size: 11px;
}
.contenedor-redondeado:hover{
  transform: scale(1.02);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

.contenedor-redondeado-2{
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  width: 150px;
  height: 150px;
}
.contenedor-redondeado-2:hover{
  transform: scale(1.02);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

.aumento:hover{
  transform: scale(1.01);
}

.puntero{
  cursor: pointer;
}
#inicial{
  padding-top: 30px;
  padding-bottom: 30px;
}

#welcomeButton{
  margin-top: 30px;
}

#name-user{
  margin-top: 100px;
  font-weight: bold;
}
.contenedor-principal{
  margin-bottom: 100px;
}

footer{
  margin-bottom: 15px;
  font-size: 12px;
}

.arriba-5{
  padding-top: 5px;
}

.btn-close-notf {
    background-color: transparent;
    opacity: 1; /* Asegura que sea visible */
}

.btn-close-notf::before {
    color: white; /* Intenta forzar el color blanco */
}

.fs-7{
  font-size: 12px;
}
.fs-8{
  font-size: 13px;
}
.fs-10{
  font-size: 10px;
}

.fs-70{
  font-size: 70px;
}

.espaciado{
  line-height: 1.0; /* Valor relativo al tamaño de fuente */
}

.borde-rojo {
    border: 1px solid red !important;
  }


#toast-temporal {
    width: 70px;
    border-radius: 0.5rem;
  }


/* Estilos para móviles (pequeñas pantallas) */
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  #Eslogan {
    height: auto;; /* Ajusta el tamaño para móviles */
  }
  #form {
    margin-top: 0px;
  }
}

/* Estilos para tabletas (pantallas medianas) */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    font-size: 16px;
  }
  #Eslogan {
    height: auto;; /* Ajusta el tamaño para tabletas */

  }
  #form {
    margin-top: 0;
  }
}
