@font-face{
    font-family: autumn;
    src:url(../css/font/autumn.ttf);
}

body, html{
  margin: 0%;
  padding: 0%;
  }

  .row{
    margin: 0%!important;
    padding: 0%!important;
  }

  .contenedor{
    width: 100%;
    /*background-color: #0000001c;*/
    justify-content: center;
    display: flex;
  }

  .section-1{
    margin: 0%;
    padding: 0%;
    text-align: center;
    font-family: 'Lobster Two', cursive;
  }
  .principal{

  }
  .section-1 h1{
    font-size: 35px;
    margin-top: 20%;
    letter-spacing: 3px;
  }
  .section-1 h2{
    letter-spacing: 2px;
    margin-top: 3%;
  }

.section-1 img {
    width: 150px;
    /*border: 3px solid #fff;*/
    margin: 5% 10% 2% 10%;
    /*box-shadow: 1px 6px 14px #000000;*/
    margin-top: 30%;
    /*border-radius: 100%;*/
  }
  .section-fondo1 {
   background-image: url(../img/pictures/fondo2.jpg);
   background-size: cover;
   background-position: 50% 50%;
   z-index: 0;
  }
  .section-fondo2 {
   background-image: url(../img/pictures/fondo3.jpg);
   background-size: cover;
   background-position: 50% 50%;
   z-index: 0;
  }
  .section-fondo3 {
   background-image: url(../img/pictures/fondo4.jpg);
   background-size: cover;
   background-position: 50% 50%;
   z-index: 0;
  }
  .table-1 {
    text-align: center;
    width: 100%;
    margin-top: 15%;
  }
  .table-1 td{
    padding: 5%;
  }
  .icons-1{
    width: 50%;
  }
  .table-1 h3{
    font-family: 'Lato', sans-serif;
    margin-top: 1px;
    font-size: 20px;
    margin-bottom: 1%;
  }
  /*******time***********/
    .timer{
    margin: 0%;
    padding: 0%;
    position: absolute;
    z-index: 2;
    display: flex;
    width: 100%;
    font-size: 17px;
    color: #000;
        }

    #fecha{
    font-family: 'Lato', sans-serif;
    /*padding: 0% 10% 0% 25%;*/
    font-size: 18px;
    /*font-weight: bold;*/
    width: 100%;
    letter-spacing: 2px;
    text-align: center;
    }

/**********SECTION 2********************/
.section-2 {
    margin: 0%;
    padding: 0%;
    text-align: center;
}
.section-2 table{
  margin: auto;
}

.section-2 ul {
    margin: 15px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
}
.section-2 li {
    /*width: 50%;*/
    padding: 5px;
    display: flex;
}
.section-2 img {
    margin: auto;
    width: 200px;
    border-radius: 5px;
    margin: 15px;
}

/********SECTION 3**********************/
.section-3 {
    margin: 0%;
    padding: 0%;
    text-align: center;
    margin-bottom: 5%;
}
.section-3 img{
    width: 30%;
}
.section-3 h3{
    font-family: 'Lato', sans-serif;
}
.section-3 p{
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: bold;
}
.table-2 {
    text-align: center;
    width: 80%;
    margin-top: 10%;
    margin: auto;
  }
.table-2 i {
    font-size: 40px;
    /*color: #f98ea9;*/
}
.dropup {
    position: relative;
    display: inline-block;
}
.dropup-content {
    display: none;
    position: absolute;
    border-radius: 10px;
    background-color: #fff;
    /* min-width: 122px; */
    bottom: 50px;
    margin-top: -53px;
    z-index: 1;
    margin-left: -120px;
    width: 170px;
}

.dropup-content a {
     color: black;
    padding: 12px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 20px;

}
.dropup:hover .dropup-content {
    display: block;

}

.dropup:hover .dropbtn {
    background-color: #fff;

}