@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0")
      format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"),
    url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"),
    url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  padding-top: 80px;
  margin-bottom: 60px;
}

.breadcrumb {
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.125);
}

#content {
  margin-bottom: 25px;
}

.adsbygoogle {
  margin-bottom: 15px;
}

.footer-content {
  margin-top: 20px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #f5f5f5;
  text-align: center;
}

.footer a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.footer a:hover {
  color: #fff;
}

.date {
  font-size: 28px;
}

.clock {
  font-size: 24px;
}

.panel-datos {
  display: -webkit-box;
  display: -chrome-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 650px;
  width: 500px;
  background: #f3f9ed;
  overflow: hidden;
  border-radius: 20px;

  box-shadow: 0 0 20px 8px #d0d0d0;
}

.panel-datos {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  text-align: justify;
  color: black;
  padding: 40px;
  font-family: "Merriweather", serif;
}

.instrucciones {
  display: -webkit-box;
  display: -chrome-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

@media (max-width: 480px) {
  .panel-datos {
    left: 0;
    position: relative;
    top: 220px;
    height: 720px;
    width: 380px;
  }

  .instrucciones {
    display: none;
  }
}

@media (max-width: 280px) {
  .panel-datos {
    left: 0;
    position: relative;
    top: 220px;
    height: 720px;
    width: 380px;
  }

  .instrucciones {
    display: none;
  }
}

.box1 {
  width:100px;
  margin:10px 50px;
  line-height: 2.5;
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  background-color:rgb(46, 48, 46);
  color:rgb(243, 239, 239);
  border-radius: 10px;
  background-color: rgb(44, 43, 43);
  background-image: linear-gradient(to top left,
                                    rgba(0, 0, 0, .2),
                                    rgba(0, 0, 0, .2) 20%,
                                    rgba(0, 0, 0, 0));
  box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
              inset -2px -2px 3px rgba(0, 0, 0, .6);
  }
