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

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

  .contenedor{
    width: 100%;
    background-color:#fff;
    justify-content: center;
    display: flex;
    -webkit-box-shadow: -1px 10px 11px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 10px 11px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 10px 11px 0px rgba(0,0,0,0.75);
  }

  #picture-0{
    display: none;
        width: 100%;
    margin-bottom: 5%;
    height: 320px;
    object-fit: cover;
  }

  .fondo__0{
    position: absolute;
    top: 0;
    background-image: url(../img/pictures/fondo-01.jpg);
    background-position: 0% -5%;
    background-size: contain;
    width: 100%;
    height: 100%;
  }

  .times{
    position: relative;
  }
  .times p{
    width: 100%;
    color: #999;
    margin: 7% 0;
  }

  .times span{
    width: 100px;
    height: 100px;
    background: #fff;
    position: relative;
    padding: 2%;
    border-radius: 100%;
    color: #d49654;
    border: 1px solid #d49654;
  }

/******  Section One ******/
  .section-1{
    margin: 0%;
    padding: 0%;
    text-align: center;
    z-index: 10;
    position: absolute;
  }
  .fondo{
    background-image: url(../img/pictures/fondo1.png);
    background-size: cover;
    background-position: 50% 50%;
    z-index: 0;
  }
  .fondo2{
    background-image: url(../img/pictures/fondo.jpg);
    background-size: cover;
    background-position: 50% 50%;
    z-index: 0;
  }

  .img{
    margin: -36% -43% auto;
    padding: 0%;
    width: 90%;
    border-radius: 5px;
    z-index: -2;
    position: absolute; 
  }
  .icon img{
    margin: 0%;
    padding: 0%;
    width: 100%;
    border-radius: 5px;
    z-index: 2;
  }

  .section-1 h2{
    font-family: 'Courgette', cursive;
    color: #d49654;
    margin-top: -6%;
    margin-bottom: 5%;
    font-size: 20px;
  }

  .section-1 h3{
    font-family: 'Courgette', cursive;
    color: #d39451fa;
    margin-top: 0%;
    margin-bottom: 0px;
    font-size: 2.9em;
    margin: 0% 13% 5%;
  }

  

  .section-1  h4{
    font-size: 18px;
    color: #000;
    font-family: 'Quicksand', sans-serif;
    font-weight: normal;
    
  }

  .tit{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -61%;
    position: absolute;
    text-align: center;
  }

  .table-1{
    text-align: center;
    width: 85%;
    margin-top: 2%;
  }

  .icon img{
    margin: 0%;
    width: 40%;
    text-align: center;
  }
  .icon p{
    font-size: 15px;
    color: #000;
    font-family: 'Courgette', cursive;
    margin: 4% 0;
  }
  /******  Time ******/

        .time-out{
            font-size: 15px;
            font-family: 'Courier Prime', monospace;
            font-weight: bold;
            margin-bottom: -11%;
            margin-top: 10%;
        }

        .time-out-2{

            font-size: 22px;
            font-family: 'Courier Prime', monospace;
            font-weight: bold;
            color: #fff;
            letter-spacing: -3px;
            margin-top: 65%;
        }

        .timer{
            margin: 0%;
            padding: 0%;
            z-index: 2;
            display: flex;
            width: 100%;
            font-size: 17px;
            color: #000;
        }

        #fecha{
            font-family: 'Quicksand', sans-serif;
            padding: 0% 15% 0% 15%;
            font-size: 18px;
            width: 100%;
            color: #000000f2;
        }

/******  Section Two ******/

  .pictures1 img{
    width: 85%;
    height: 60%;
    margin: 3%;
    border-radius: 10px;
    text-align: center;
  }
  .pictures img{
    width: 150px;
    height: 150px;
    margin: 3%;
    border-radius: 5px;
    object-fit: cover;
    object-position: center;
  }

/****** Section Three ******/

.final img{
    width: 25%;
    margin: 5% 0%;
}
.final-sub{
    font-size: 14px;
    color: #000;
    font-family: 'Quicksand', sans-serif;
}
.final-prin{
    font-size: 20px;
    color: #333;
    font-family: 'Courgette', cursive;
}
.final i{
    font-size: 50px;
    color: #fff;
    width: 50px;
    height: 50px;
    /* border-radius: 100%; */
    background: #cea64f;
    padding: 10%;
    font-size: 25px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.table-2{
    text-align: center;
    width: 33%;
}

.dropup-content {
    display: none;
    position: absolute;
    border-radius: 10px;
    background-color: #fff;
    min-width: 50%;
    bottom: 100%;
    margin-left: -26%;
    z-index: 1;
    border: 1px solid #eee;
    width: 150px;
}

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

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

}

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

}

