html,
body {
  height: 100%;
  
}

body {
  overflow-y: auto;
  overflow-x: auto;
  background: transparent;
  position: relative;
}

a {
  color: #1e5f8d;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a:hover {
  color: #EFDB01;
}
#encabezado{
  margin-top: auto;
}
header{
  background: -webkit-linear-gradient(left, #003473 , #EFDB01);
  background: -o-linear-gradient(right, #003473, #EFDB01);
  background: -moz-linear-gradient(right, #003473, #EFDB01);
  background: linear-gradient(to right, #003473 , #EFDB01);
  margin-top: auto;
  padding-bottom: 5%;
}

/*#header {
  background: #EFDB01;
  height: 64px;
  overflow: hiddent;
  border-bottom: 1px solid #ddd;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}*/

.logo {
  float: left;
}

.logo img {
  margin: 10px 0 0 10px;
  margin-top: 1%;
  padding: 0px 10px 8px 0;
  border-right: 1px solid #eee;
  width: 90px;
  height: 50px;
}

.info {
  padding: 20px 0 0 10px;
  font-size: 16px;
  color: #555;
  float: left;
}

.info a {
  font-weight: bold;
  text-decoration: underline;
}

.info a:hover {
  text-decoration: none;
}

/* Preview Frame */
#preview {
  position: absolute;
  left: 0;
  right: 0;
  top: 65px;
  bottom: 3%;
  transition: all .2s;
}

#preview-frame {
  border: 0;
  position: absolute;
  transition: 0.5s;
}

.preview-desktop {
  left: 0;
  width: 100%;
  height: 100%;
}

.preview-tablet {
  width: 768px;
  height: 100%;
  left: calc(50% - 384px);
}

.preview-mobile {
  width: 380px;
  height: 680px;
  left: calc(50% - 190px);
  top: 0;
  margin-top: 20px;
}

/* Preview Devices buttons */

.preview-devices {
  float: left;
  padding: 10px 0 0 15px;
}

.preview-devices ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  line-height: 1.0;
}

.preview-devices li {
  float: left;
  width: 50px;
  overflow: hidden;
  text-align: center;
}

.preview-devices a {
  font-size: 18px;
  overflow: hidden;
  color: #555;
  outline: 0;
  width: 50px;
  padding: 10px 0;
  display: inline-block;
}

.preview-devices li:hover a,
.preview-devices .preview-devices-active a {
  color: #00a6eb;
}

.preview-devices-active a {
  border-bottom: 2px solid #00a6eb;
}

.preview-devices-active a {
  padding-bottom: 11px;
}

.preview-devices li:hover a,
.preview-devices li.preview-devices-active a {
  color: #00a6eb;
}

.preview-devices li:hover,
.preview-devices li:hover a {
  transition: color 0.3s ease;
}


/* Navigate Buttons */

.navigate {
  z-index: 1;
  padding: 11px 11px 0 0;
  float: right;
}

.navigate ul {
  padding: 0;
  margin: 0;
  float: right;
  list-style: none;
}

.navigate ul li {
  display: inline;
}

.navigate ul li a {
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  display: block;
  padding: 10px 10px;
  border: solid 1px #dfdfdf;
  border-radius: 4px;
  color: #828282;
  float: left;
  line-height: 1px;
  margin: 0 0 0 5px;
}

.navigate a:hover {
  border: solid 1px #00a6eb;
  color: #00a6eb;
}

.navigate ul li a.download {
  background: #003473;
  border: solid 1px #003473;
  color: #fff;
  font-size: 14px;
  padding: 12px 14px;
  font-family: arial, sans-serif;
}

.navigate ul li a.download i {
  font-size: 16px;
  float: left;
}

.navigate a.download:hover {
  background: #003473;
  color: #EFDB01;
}

.navigate a.download span {
  font-size: 14px;
  display: inline-block;
  line-height: 14px;
}

.navigate a.first-latest {
  background: #e6ede6;
  border: 1px solid #e6e6e6;
  color: #fff;
}

.icon-cancel-circled:hover {
  color: red;
}

@media (max-width: 1023px) {

  .preview-devices {
    display: none;
  }
}

@media (max-width: 767px) {

  .logo,
  .info {
    display: none;
  }

  .navigate {
    float: none;
    margin: 0 auto;
    text-align: center;
    display: table;
    padding-right: 0;
    width: 100%;
  }

  .navigate ul {
    float: none;
    text-align: center;
    margin: 0 auto;
  }

  .navigate .navigate-like {
    display: none;
  }

  .navigate a.download span {
    display: none;
  }


  .navigate ul li a.download {
    font-size: 20px;
    display: block;
    float: left;
    line-height: 1px;
    margin: 0 0 0 5px;
  }

  .navigate ul li a.download i {
    font-size: 20px;
    float: none;
  }

  .navigate ul li a,
  .navigate ul li a.download {
    width: 17%;
    margin-left: 2%;
    padding: 10px 0;
  }

}

#hero {
  width: 100%;
  height: 80%;
  background-image: url("../images/hero-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  margin-top: 0px;   
  padding: 60px 0;
}

.principal{
  font-size: x-large;
  color: #003473;
}
.secundario{
  color: #EFDB01;
}

footer{
  height: auto;
  text-align: center;
  background: -webkit-linear-gradient(right, #003473 , #EFDB01);
  background: -o-linear-gradient(left, #003473, #EFDB01);
  background: -moz-linear-gradient(left, #003473, #EFDB01);
  background: linear-gradient(to left, #003473 , #EFDB01); 
  padding-top: 1%;

  /* position: absolute; */
  position: static;
  bottom: 0;
  width: 100%;
  height: 60px;
  color: white;
  margin-bottom: -2%;
  margin-top: 0%;

  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.padre{
  height: 100%;
  /*IMPORTANTE*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.hijo {
  width: 100%;
}

.hero{
  position: static;
  height: 100%;
  margin: auto auto auto auto;
}

@media (min-width: 1024px) {
  #hero {
      background-attachment: fixed;
  }
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 3px;
  transition: 0.5s;
  color: #fff;
  background: #003473;
}

#hero .btn-get-started:hover {
  color: #EFDB01;
}
