/* ################################# */
/* ############ CAPSULAS ########### */
/* ################################# */

.activity {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: 25px;
  }
  
  .activity > p {
    margin-bottom: 0;
  }

  .sound-icon {
    height: 25px;
    padding-bottom: 3px;
  }

  .activity > .act-category {
    font-size: 19px;
    position: absolute;
    right: 20px;
    margin-top: -13px;
    /*padding-left: 17px;*/
    padding-right: 17px;
    border-radius: 5px;
    color: white;
  }
  
  .activity > .act-img {
    width: 250px;
    height: 185px;
    float: right;
    margin-left: 15px;
    /*margin-top: 20px;
    margin-bottom: 15px;
    margin-right: 15px;*/
    border-radius: 20px;
  }
  
  .activity > .act-date {
    margin-top: 12px;
    margin-left: 15px;
    color: gray;
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .activity > .act-title {
    /*font-family: "AvenirBB";*/
    font-size: 25px;
    line-height: 1;
    margin-bottom: 15px;
    margin-left: 15px;
  }
  
  .activity > .act-subtitle {
    /*font-family: "AvenirBB";*/
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px;
    margin-left: 15px;
  }
  
  .activity > .act-place {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
  }
  
  .activity.AMBIENTE {
    border: 4px solid #A2D45E;
    background-color: #a2d45e42;
    border-radius: 23px;
  }
  .activity.AMBIENTE > .act-category {
    background: #A2D45E;
  }
  .activity.AMBIENTE > .act-title {
    color: #A2D45E;
  }
  .activity.AMBIENTE > .act-subtitle {
    color: #A2D45E;
  }
  .activity.AMBIENTE > .act-place {
    color: #A2D45E;
  }
  .activity.HERRAMIENTAS {
    border: 4px solid #73C3D5;
    border-radius: 23px;
  } 
  .activity.HERRAMIENTAS > .act-category {
    background: #73C3D5;
  }
  .activity.HERRAMIENTAS > .act-title {
    color: #73C3D5;
  }
  .activity.HERRAMIENTAS > .act-subtitle {
    color: #73C3D5;
  }
  .activity.HERRAMIENTAS > .act-place {
    color: #73C3D5;
  }
  .activity.SALUD {
    border: 4px solid #CC5599;
    background-color: #cc55995e;
    border-radius: 23px;
  } 
  .activity.SALUD > .act-category {
    background: #CC5599;
  }
  .activity.SALUD > .act-title {
    color: #CC5599;
  }
  .activity.SALUD > .act-subtitle {
    color: #CC5599;
  }
  .activity.SALUD > .act-place {
    color: #CC5599;
  }
  .activity.CULTURAS {
    border: 4px solid #FF595A;
    background-color: #ff595a3b;
    border-radius: 23px;
  } 
  .activity.CULTURAS > .act-category {
    background: #FF595A;
  }
  .activity.CULTURAS > .act-title {
    color: #FF595A;
  }
  .activity.CULTURAS > .act-subtitle {
    color: #FF595A;
  }
  .activity.CULTURAS > .act-place {
    color: #FF595A;
  }
  .activity.MUJERES {
    border: 4px solid #69488E;
    border-radius: 23px;
  } 
  .activity.MUJERES > .act-category {
    background: #69488E;
  }
  .activity.MUJERES > .act-title {
    color: #69488E;
  }
  .activity.MUJERES > .act-subtitle {
    color: #69488E;
  }
  .activity.MUJERES > .act-place {
    color: #69488E;
  }
  .activity.INFANCIAS {
    border: 4px solid #00B189;
    border-radius: 23px;
  } 
  .activity.INFANCIAS > .act-category {
    background: #00B189;
  }
  .activity.INFANCIAS > .act-title {
    color: #00B189;
  }
  .activity.INFANCIAS > .act-subtitle {
    color: #00B189;
  }
  .activity.INFANCIAS > .act-place {
    color: #00B189;
  }
  .activity.DEPORTES {
    border: 4px solid #FDB714;
    background-color: #fdb71430;
    border-radius: 23px;
  } 
  .activity.DEPORTES > .act-category {
    background: #FDB714;
  }
  .activity.DEPORTES > .act-title {
    color: #FDB714;
  }
  .activity.DEPORTES > .act-subtitle {
    color: #FDB714;
  }
  .activity.DEPORTES > .act-place {
    color: #FDB714;
  }
  .activity.DEFAULT {
    border: 2px solid #d2d2d2;
    background-color: #00000066;
    border-radius: 23px;
  } 
  .activity.DEFAULT > .act-category {
    background: #757575;
  }
  .activity.DEFAULT > .act-date {
    color: #d2d2d2;
    font-weight: 600;
  }
  .activity.DEFAULT > .act-title {
    color: #ffffff;
    font-weight: 600;
  }
  .activity.DEFAULT > .act-subtitle {
    color: #d2d2d2;
  }
  .activity.DEFAULT > .act-place {
    color: #d2d2d2;
  }
  .activity.INDEX {
    border: 2px solid white;
    background-color: white;
    border-radius: 23px;
    min-height: 450px;
  } 
  .activity.INDEX > .act-category {
    background: #757575;
  }
  .activity.INDEX > .act-date {
    color: #673b8e;
    font-weight: 600;
  }
  .activity.INDEX > .act-title {
    color: #656564;
    font-weight: 600;
  }
  .activity.INDEX > .act-subtitle {
    color: #929292;
  }
  .activity.INDEX > .act-place {
    color: #d2d2d2;
  }


  .activity.INDEX > .act-category.AMBIENTE {
    background: #A2D45E;
  }
  .activity.INDEX > .act-category.HERRAMIENTAS {
    background: #73C3D5;
  }
  .activity.INDEX > .act-category.SALUD {
    background: #CC5599;
  }
  .activity.INDEX > .act-category.CULTURAS {
    background: #FF595A;
  }
  .activity.INDEX > .act-category.MUJERES {
    background: #69488E;
  }
  .activity.INDEX > .act-category.INFANCIAS {
    background: #00B189;
  }
  .activity.INDEX > .act-category.DEPORTES {
    background: #FDB714;
  }
  .activity.INDEX > .act-category.HISTORIA {
    background: #005295;
  }


  .activity > .act-img {
    width: 100%;
    height: auto;
    float: none;
    margin: auto;
    margin-top: 0;
    margin-bottom: 10px;
    border-radius: 23px;
    display: flex;
  }

  .activity > .act-title {
    margin-left: 10px;
    margin-right: 15px;
  }

  .activity > .act-subtitle {
    margin-left: 10px;
    margin-right: 15px;
  }

  .activity > .act-place {
    margin-left: 10px;
    margin-right: 15px;
  }