

  
  #img_menu{
    /* -webkit-filter: grayscale(100%);
    filter: grayscale(50%); */
    /* overflow:hidden; */
    /* max-width: 150%; */
    /* min-width: 20% */
    /* width: 100%; */
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  
  
  .menu{
    margin-top: 2em;
    display: flex;
    justify-content: space-between;
    margin-left: 5%;
    margin-right: 5%;    
    /* background-color: red; */
    /* height: 400px; */
  }
  
  
  .menu_seccion{

    margin-bottom: 5em;
    overflow:hidden;
    box-shadow: 5px 5px 5px 5px var(--clr-grey-9);
    /* min-width: 400px; */
    /* min-height: 300px; */
    /* width: 50%; */
    justify-content: center;
    align-items: center;
  }


  .menu_seccion:hover #img_menu{
    -webkit-transform:scale(1.3);transform:scale(1.2);
}



  .space_icon:hover .icon {
    -webkit-transform:scale(1.3);transform:scale(1.3);
}


  #nombre_curso{
    font-family: "Protest Revolution", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    margin-top: -50px;
    font-size: 20px;

  }

  #precio1{
    
    color: rgba(229, 40, 40, 0.788);
  }
  #precio_curso{
    margin-top: -15px;
    color: rgb(75, 121, 75);
    margin-bottom: 2em;
    font-size: 20px;
    font-family: var(--ff-secondary);
    text-align: center;
    /* text-decoration:underline; */
  }





  @media (max-width:700px){

    #nombre_curso{
      background-color: antiquewhite;
    }

    .menu {
      justify-content: center;
        display: block;
        /* margin: auto; */
        /* margin-left: 25%;
        margin-right: 25%; */
        align-items: center;
        /* max-height: 10000px; */
        /* max-width: 700px; */
        margin-left: 7%;
        margin-right: 7%;    

    }
    #img_menu{
      align-items: center;
      border: 5px rgba(0, 0, 0, 0.409) solid;
      /* width:  800px; */
    }

    /* .menu_seccion{
      align-items: center;
    } */
    
  }
  
  /*
  =============== 
  titulo
  ===============
  */
  
  

  
  #titulo {
    display: flex;
    font-family: var(--ff-primary);
    font-size: 3em;
    justify-content: center;
    align-items: center;
  }
  

  /* carrusel */

 