
   .separador_go2enarm {
      border-bottom: 4px solid #60BFC3
   }
   
   .card-body-go2enarm {
      padding: 1.0rem
   }
   
   .info-perfil-go2enarm {
      background-color:#60BFC3;
   }
   
   .progreso-go2enarm {
      background-color:#F6F6F6;
      padding: 0.8rem
   }
   
   .mensaje-go2enarm {
      background-color:#E5E5E5;
      padding: 0.8rem
   }
   
   .tienda-go2enarm {
      background-color:#D5D5D5;
      padding: 0.8rem
   }
   
   .profile-image-go2enarm img{
      border-radius:50%;
      width:260px;
      border:10px solid #2F2F2F;
      box-shadow:0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23)
  }
  
  .icon-redondo{
      border: 3px solid #D5D5D5;
  }
  
  .bg-casos-go2enarm{
    background-color: #D5D5D5 !important;
  }
  
  .bg-go2enarm{
    background-color: #60BFC3 !important;
  }
  
  .icono-redondo-fondo{
      background-color:#D5D5D5;
      width: 85px;
      height: 85px;
      align-items: center;
      display: flex;
      justify-content: center;
      font-size: 1.25rem;
      color:#fff;
  }

  .card-redondo{
      border-radius: 200px 200px 200px 200px;
      -moz-border-radius: 200px 200px 200px 200px;
      -webkit-border-radius: 200px 200px 200px 200px;
      border: 0px solid #000000;
  }

  .fc .fc-toolbar{
    height:50px;
    color:#fff;
    background:#60BFC3;
    border-radius:0
   }
   
   .table-go2enarm {
        width: 100%;
        max-width: 100%;
        margin-bottom: 0.1rem;
        background-color: transparent;
    }
   
   .card-go2enarm {
        border: initial;
        box-shadow: 0 1px 15px rgba(0, 0, 0, .04), 0 1px 6px rgba(0, 0, 0, .04)
    }