/** Generales **/
body {
    background: #f5f6fa;
font-family: 'Oswald', sans-serif;
}

.index {
    width: 100vw;
    height: 100vh;
}

.navbar {
  background: linear-gradient(to right, white, black) !important;
}

.nav-link {
    color: #fff !important;
}

.logo_principal{
  height: 40px;
  width: 40px;
  margin-right: 5px;
}

/** Efectos de entrada**/
@keyframes aparecer_de_las_sombras {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes aparecer_rebotando {
  0% { 
    transform: scale(0);
    opacity: 0;
  }
  70% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes aparecer_rotando {
  0% { 
    transform: rotate(-180deg) scale(0);
    opacity: 0;
  }
  100% {
    transform: rotate(0) scale(1);
    opacity: 1;
  }
}

@keyframes aparecer_desde_izquierda {
  0% { 
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes aparecer_desde_derecha {
  0% { 
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.div-desde_derecha {
  animation: aparecer_desde_derecha 1s;
}

.div-desde_izquierda {
  animation: aparecer_desde_izquierda 1s;
}

.div-rotando {
  animation: aparecer_rotando 1s;
}

.div-oculto {
  opacity: 0;
  animation: aparecer_de_las_sombras 4s forwards;
}

.div-rebote {
  animation: aparecer_rebotando 2s ease-in-out;
}

/** **/
.masthead {
    color: white;
    min-height: 30rem;
    width: 100%;
    height: 100%;
    padding-top: 2rem;
    padding-bottom: 8rem;
    background: url('../img/red.gif');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container{
  padding: 0%;
}

.masthead h1 {
    font-size: 4rem;
    margin: 0;
    padding: 0;
  }
  
  @media (min-width: 992px) {
    .masthead {
      height: 100vh;
    }
    .masthead h1 {
      font-size: 5.5rem;
    }
  }


/**
  Cards
**/

.container_radio_cards {
  max-width: 900px;
  margin: 0 auto;
}

.btn-solicitudes-oferta{
  margin-top: 5px;
  color: #fff;
  background-color: green;
}


/**
  Component
**/

.card-input-element {
    display: none;
}

.card-input {
    margin: 10px;
    padding: 0px;
}

.card-input:hover {
    cursor: pointer;
}

.card-input-element:checked + .card-input {
     box-shadow: 0 0 1px 1px #2ecc71;
     background-color: slategray;
}

/** Sing up **/
.not_account_url{
  color: #2ecc71;
}

/** Vista ver ofertas **/
.ver-text{
  text-align: center;
}

.btn-ver-container{
  align-items: center;
}

.btn-ver{
  
  width: 100%;
}

.ver-container{
  background-color:darkgray;
  border-radius: 15px 0px 15px 0px;
  align-items: center;
  align-self: center;
  align-content: center;
}

.ver-solicitantes-container{
  width: 20%;
  margin-top: 30px;
  background: linear-gradient(to right, #4facfe, #00f2fe);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
}

/** Profile **/
.body-profile {
  font-family: Arial, sans-serif;
  padding: 10px;
}

.perfil {
  max-width: 600px;
  margin: 0 auto;
  background-image: linear-gradient(180deg, #92d27a 0, #80cc7d 10%, #6ec580 20%, #5cbc82 30%, #4ab182 40%, #38a480 50%, #27977d 60%, #168c7a 70%, #018278 80%, #007a76 90%, #007374 100%);
  color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transform: perspective(800px) rotateX(10deg);
  perspective: 1000px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.foto-perfil {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.h1-profile {
  text-align: center;
  color: white;
}

.campo-profile {
  margin-bottom: 20px;
  text-align: center;
}

.campo-profile label {
  display: block;
  font-weight: bold;
  color: black;
  margin-bottom: 5px;
}

.campo-profile span {
  display: block;
  color: #f8f8f8;
  font-size: 18px;
  margin-top: 5px;
}

.campo-profile img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin-bottom: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.boton-llamativo {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 10px;
  background-color: #3f51b5;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  border: none;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.boton-llamativo:hover {
  background-color: #2c387e;
}

/** Profile **/
.div-chat {
  max-width: 500px;
  min-width: 200px;
  margin: 0 auto;
  margin-top: 1%;
  color: white;
  border-radius: 10px;
  background-image: linear-gradient(135deg, #ffffff 0, #fbffff 10%, #eeffff 20%, #e2fffe 30%, #d7fff3 40%, #ccece5 50%, #c3d7d5 60%, #bbc6c5 70%, #b5b7b7 80%, #b0abaa 90%, #aca19f 100%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.h1-chat{
  color: #000;
}

.user-emisor {
  background-color: #007bff;
  color: #fff;
  align-self: flex-end;
}

.user-receptor {
  background-color: #e9ecef;
  color: #000;
  align-self: flex-start;
}

.chat {
  list-style-type: none;
  padding: 0;
  margin-top: 5%;
  overflow: auto;
  width: 90%;
  height: 500px;
}

.chat li {
  margin-bottom: 10px;
  padding: 8px 12px;
  border-radius: 8px;
}

.div-mensaje{
  margin: none !important;
  width: 450px !important;
}

.btn-chat:hover{
  background-color: #006c38 !important;
}

.form-chat{
  margin-bottom: 5%;
}

.mensaje-validacion {
  max-width: 600px;
  margin: 0 auto;
  background-image: linear-gradient(180deg, #92d27a 0, #80cc7d 10%, #6ec580 20%, #5cbc82 30%, #4ab182 40%, #38a480 50%, #27977d 60%, #168c7a 70%, #018278 80%, #007a76 90%, #007374 100%);
  color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.img-validation {
  width: 70px;
  height: 80px;
}

.div-img-validation {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 25px;
}

.mensaje-pago {
  max-width: 600px;
  margin: 0 auto;
  background-image: linear-gradient(180deg, #92d27a 0, #80cc7d 10%, #6ec580 20%, #5cbc82 30%, #4ab182 40%, #38a480 50%, #27977d 60%, #168c7a 70%, #018278 80%, #007a76 90%, #007374 100%);
  color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.img-pago {
  width: 70px;
  height: 80px;
}

.div-img-pago {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 25px;
}

.p-pago{
  color: #000;
  align-items: center;
  align-self: center;
  text-align: center;
}

.img-peru {
  height: 20px;
  width: 20px;
}
