#menu-container {
  display: none;
}

.content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  overflow-y: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content__one { 
  width: 100%;
  /*background-image: url("../images/background_2.jpg");*/
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0px;
  overflow-y: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position-y: -300px;
  padding: 40px 0px 40px 0px;
}

.content__one__text {

  font-size:30px;
  font-weight: 400!important;
}

.content__one__strong {
  font-weight: 700;
}

.content__one__img {
  width: 80%;
  height: auto;
}

.content__one__images {
  width: 60%;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow-y: hidden;
}

.content__one__images__1 {
  width: 140px;
  z-index: 0;
  position: relative;
  left: 10%;
}

.content__one__images__2 {
  width: 200px;
  z-index: 1;
  position: relative;
  left: 7%;
}

.content__one__images__3 {
  width: 300px;
  z-index: 2;
  position: static;
}

.content__one__images__4 {
  width: 200px;
  z-index: 1;
  position: relative;
  right: 7%;
}

.content__one__images__5 {
  width: 140px;
  z-index: 0;
  position: relative;
  right: 10%;
}


.btn-agenda{
    background-color: #7850b0;
    padding: 10px 20px;
    color: #fff;
    border-radius: 20px;
}


.btn-agenda:hover{
    background-color: #FFC75F;
    color: #000;    
}



.first__left__images {
  margin: auto;
  width: 100%;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow-y: hidden;
  margin-left: 0;
}
.first__left__images__1 {
  width: 120px;
  z-index: 0;
  position: relative;
  left: 14%;
}
.first__left__images__2 {
  width: 180px;
  z-index: 1;
  position: relative;
  left: 7%;
}
.first__left__images__3 {
  width: 220px;
  z-index: 2;
  position: static;
}
.first__left__images__4 {
  width: 180px;
  z-index: 1;
  position: relative;
  right: 7%;
}
.first__left__images__5 {
  width: 120px;
  z-index: 0;
  position: relative;
  right: 14%;
}



.content__two {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 40px 0px 40px 0px;
  border-bottom: solid 1px #DDDDDD;
  padding: 0px 0px 50px 0px;
  font-family: "Mukta", sans-serif!important;
}

.content__two__text {
  width: 100%;
  margin: 30px 0px 0px 0px;
  font-size:18px!important;
  font-weight: 400!important;
}

.content__two__select {
  width: 75%;
  margin-top: 15px;
  font-size: 18px!important;
}

.content__two__list {
  width: 60%;
  margin-top: 20px;
  font-size: 18px!important;
}

.content__two__item {
  margin-top: 5px;
}

.content__two .inscribete {
  width: 240px;
  text-decoration: none;
  padding: 20px;
  color: #F3F3F3;
  border: solid #389FB7 2px;
  background-color: rgba(56, 159, 183, 0.1);
  color: #389FB7;
  font-weight: 900;
  text-align: center;
  margin: 40px auto 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  text-transform: uppercase;
}

.content__two .descargar:hover {
  background-color: #389FB7;
  color: white;
}

.content__two__images__1 {
  width: 100%;
  z-index: 0;
  position: relative;

}

.agenda-top{
    margin-top: 20px;
}



@media screen and (max-width: 700px) {
  .content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    overflow-y: hidden;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .content__one {
    width: 100%;
    /*background-image: url("../images/background_2.jpg");*/
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px;
    overflow-y: hidden;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-position-y: -300px;
  }
  .content__one__images {
    height: auto;
    margin: 40px 0px 40px 0px;
  }
  .content__one__text {
    margin: 0px 0px 40px 0px;
    text-align: center;
    font-size: 22px;
  }
  header {
    background-size: cover;
  }
  header img.logo {
    width: 200px;
    height: auto;
    margin: auto 0px;
    padding-right: 0px;
    left: 20px;
    position: relative;
    background-repeat: no-repeat;
  }


  .first__left__images {
    margin: auto;
    width: 100%;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    overflow-y: hidden;
    margin-left: 0;
  }
  .first__left__images__1 {
    width: 120px;
    z-index: 0;
    position: relative;
    left: 14%;
  }
  .first__left__images__2 {
    width: 180px;
    z-index: 1;
    position: relative;
    left: 7%;
  }
  .first__left__images__3 {
    width: 220px;
    z-index: 2;
    position: static;
  }
  .first__left__images__4 {
    width: 180px;
    z-index: 1;
    position: relative;
    right: 7%;
  }
  .first__left__images__5 {
    width: 120px;
    z-index: 0;
    position: relative;
    right: 14%;
  }
 
}
/*# sourceMappingURL=agenda.css.map */