* {
  font-family: "Open Sans";
}

/*-- Contenido del banner --*/

#contenedor_img {
  background-color: #cccccc;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

#contenedor_img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(0 0 0);
  opacity: 57%;
}

/* °°°°°°°°°°°°°°°°°°°° */

#avatar-user {
  margin-left: -180px;
  margin-top: 23.5rem;
  text-align: right;
  max-width: 120px;
}

#avatar_user {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

#contenedor {
  display: inline-block;
  text-align: center;
}

#name_user {
  margin-right: 50px;
  margin-top: 23rem;
  margin-left: 0px;
  width: 145px;
}

#name_user p {
  color: white;
  font-size: 37px;
  font-family: "Open Sans";
  margin-left: 0rem;
  margin-right: -80px;
  padding-bottom: 0px;
  margin-bottom: -7px;
  text-align: left;
}

/*-- CSS slider aleatorio banners --*/

.banners {
  width: 100%;
  height: auto;
}
@supports (object-fit: cover) {
  .banners {
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}

.contenedor_name_user {
  position: relative;
  width: 100%;
  height: 500px;
}

.contenedor_name_user {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: inherit;
}

/*responsive*/

/* Para 1200px */
@media only screen and (max-width: 1199px) and (min-width: 981px) {
  .contenedor_name_user {
    position: relative;
    width: 100%;
    height: 500px;
  }
  #contenedor_img {
    background-color: #cccccc;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
  }

  #name_user {
    margin-right: 50px;
    margin-top: 24rem;
  }

  #name_user p {
    color: white;
    font-size: 30px;
    font-family: "Open Sans";
    margin-left: -1rem;
    margin-right: -65px;
    text-align: left;
  }

  #avatar-user {
    margin-left: -135px;
    margin-top: 24rem;
  }

  #avatar_user {
    width: 90px;
    height: 90px;
    border-radius: 50%;
  }
}

/* Para 980px */
@media only screen and (max-width: 980px) and (min-width: 821px) {
  .contenedor_name_user {
    position: relative;
    width: 100%;
    height: 350px;
  }
  #contenedor_img {
    background-color: #cccccc;
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
  }

  #name_user {
    margin-top: 275px;
    margin-left: 40px;
  }

  #name_user p {
    color: white;
    font-size: 20px;
    font-family: "Open Sans";
    margin-left: -50px;
    margin-right: -200px;
    text-align: left;
  }

  #avatar-user {
    margin-left: -115px;
    margin-top: 15rem;
  }
}

/* Para 820px */
@media only screen and (max-width: 820px) and (min-width: 621px) {
  .contenedor_name_user {
    position: relative;
    width: 100%;
    height: 350px;
  }
  #contenedor_img {
    background-color: #cccccc;
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
  }
  #name_user {
    position: absolute;
    margin-top: 15rem;
    left: 178px;
  }

  #name_user p {
    color: white;
    font-size: 20px;
    font-family: "Open Sans";
    margin-left: -150px;
    margin-right: -135px;
  }

  #avatar-user {
    margin-left: -70px;
    margin-top: 14rem;
  }
  #avatar_user {
    width: 90px;
    height: 90px;
    border-radius: 50%;
  }
}

/* Para 620px */
@media only screen and (max-width: 620px) and (min-width: 501px) {
  .contenedor_name_user {
    position: relative;
    width: 100%;
    height: 300px;
  }
  #contenedor_img {
    background-color: #cccccc;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
  }

  #name_user {
    position: absolute;
    margin-top: 14rem;
    left: 145px;
  }

  #name_user p {
    color: white;
    font-size: 15px;
    font-family: "Open Sans";
    margin-left: -98px;
    margin-right: -75px;
  }

  #avatar-user {
    margin-left: -55px;
    margin-top: 12rem;
  }
  #avatar_user {
    width: 90px;
    height: 90px;
    border-radius: 50%;
  }
}

/* Para 500px */
@media only screen and (max-width: 500px) and (min-width: 341px) {
  .contenedor_name_user {
    position: relative;
    width: 100%;
    height: 250px;
  }
  #contenedor_img {
    background-color: #cccccc;
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
  }

  #name_user {
    margin-top: 167px;
    margin-left: 78px;
  }

  #name_user p {
    color: white;
    font-size: 12px;
    font-family: "Open Sans";
    margin-left: -88px;
    margin-right: -60px;
  }

  #avatar-user {
    margin-left: -45px;
    margin-top: 9rem;
  }
  #avatar_user {
    width: 80px;
    height: 80px;
    border-radius: 50%;
  }
}

/* Para 340px */
@media only screen and (max-width: 340px) and (min-width: 5px) {
  .contenedor_name_user {
    position: relative;
    width: 100%;
    height: 250px;
  }
  #contenedor_img {
    background-color: #cccccc;
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
  }

  #name_user {
    position: absolute;
    top: -173px;
    left: 96px;
  }

  #name_user p {
    color: white;
    font-size: 12px;
    margin-left: -53px;
    margin-right: -63px;
  }

  #avatar-user {
    margin-left: -56px;
    margin-top: 10rem;
  }

  #avatar_user {
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
}
/************************************************************************/

#icon_registrar_actividad {
  width: 25px;
  margin-right: 12px;
  margin-left: 0px;
  margin-top: -2px;
}

#icon_gestor_actividades {
  width: 25px;
  margin-right: 11px;
  margin-top: -4px;
}