@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,700');
*{
    font-family: 'Raleway', sans-serif;
}
/*Section 1*/
.portada{
    background-image: url(../images/bg-EAN.png);
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.title-home {
    font-size: 40px;
    font-weight: 800;
    padding-bottom: 11px;
    position: relative;
}
.instructions-p{
    font-size: 18px;
    margin: 15px 0;
}  
img.logo {
    width: 250px;
    max-width: 100%;
    margin: 0 auto;
    display:  block;
}
/*.contiene-logo {
    border-right: 5px solid #2c3674;
}*/
.title-home::before {
    content: "";
    width: 70px;
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #2c3674;
    border-radius: 50px;
}
.footer {
    width: 100%;
    height: 40px;
    position: fixed;
    bottom: 0;
    background: #2c3674;
    z-index: 999999;
}

.instructions:before{
    content: "";
    position: absolute;
    width: 7px;
    height: 100%;
    left: 0;
    top: 0;
    background: #2c3674;
    border-radius: 50px;
    
}
.instructions {
    text-align:left;
    position: relative;
    padding: 15px 15px 15px 30px;
    margin: 15px 0;
    font-size: 18px;
}
.block-information img.img-responsive {
    margin: 0 auto;
}
.instructions-title {
    margin: 10px 0 20px;
    color: #2c3674;
    font-size: 37px;
}

.block-information {
    margin-top: 20px;
    margin-bottom: 20px;
}

.link-instructions {
    color: #2c3674;
    transition:3s;
    text-decoration: none;
}

.decoration {
    width: 1px;
    height: 100%;
    border-left: 10px dotted #d3d3d3;
    position: fixed;
    left: 150px;
}
.alert-info-interes {
    width: 150px;
    display: block;
    margin: 0 auto;
}
.numeric-step {
    display: table;
    background: #2c3674;
    width: 80px;
    height: 80px;
    border-radius: 4px;
    margin: 15px 0;
}
.numeric-step span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 2px rgba(0,0,0,.3);
}
.fp-controlArrow {
    top: inherit !important;
    bottom: 10% !important;
}
.fp-controlArrow.fp-prev {
    left: 45% !important;
}
.fp-controlArrow.fp-next {
    right: 45% !important;
}
button.btn-instructivo {
    border: 3px solid rgba(0,0,0,0);
    padding: 5px 25px;
    color: #fff;
    font-weight:700;
    font-size:18px;
    letter-spacing:  .3px;
    background: #026157;
    transition:.3s all ease-in-out;
}

button.btn-instructivo:hover {
    background: #ffffff;
    color: #026157;
    border-color: #026157;
}
.scroll-downs {
  position: absolute;
  right: 0;
  bottom: 100px;
  left: 0;
  margin: auto;
  width :34px;
  height: 55px;
  z-index: 99;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #777777;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 10px;
  height: 10px;
  margin-left: -3px;
  border-radius: 50px;
  background-color: #777777;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}
#img-digital-edition.img-logo-digital-edition{
    width: 180px;
    position: absolute;
}
#img-digital-edition.img-logo-bluefire-reader{
    width: 180px;
    position: absolute;
    right:  0;
    bottom: 0;
}
#contiene-logo-programas{
    position: relative;
    height:  250px;
    text-align:center;
}

@media only screen and (max-width : 992px) {
    .contiene-logo{
        border: none;
    }
    .contiene-logo img{
        width:450px; 
    }
    .title-home{
        font-size:70px;
        text-align:center;
    }
    .title-home::before{
        left:50%;
        margin-left:-35px;
    }
    .instructions-p{
        text-align:center;
        font-size:35px;
    }
    .instructions{
        font-size: 26px;
    }
    .instructions-title{
        text-align: center;
        font-size: 50px;
    }
    .instructions:before{
        content: "";
        position: absolute;
        width: 7px;
        height: 100%;
        left: 0;
        top: 0;
        background: #2c3674;
        border-radius: 50px;
    }
    #img-digital-edition.img-logo-digital-edition{
        width: inherit;
        position: inherit;
        display: inline-flex;
    }
    #img-digital-edition.img-logo-bluefire-reader{
        width: 240px;
        position: inherit;
        right:  inherit;
        bottom: inherit;
        display: inline-flex;
    }
}
@media screen and (orientation:landscape) and (max-width : 992px){
    .contiene-logo img{
        width:250px;
    }
    .title-home{
        font-size:40px;
        text-align:center;
    }
    .instructions-p{
        text-align:center;
        font-size:25px;
    }
    .instructions{
        font-size: 20px;
    }
    .instructions:before{
        content: "";
        position: absolute;
        width: 7px;
        height: 100%;
        left: 0;
        top: 0;
        background: #2c3674;
        border-radius: 50px;
    }
    .instructions-title{
        font-size: 30px;
        text-align: left;
    }
    #img-digital-edition,
    #logo-adobe{
        display: none;
    }
    #img-digital-edition.img-logo-digital-edition{display:none;}
    #img-digital-edition.img-logo-bluefire-reader{display:none;}
    #contiene-logo-programas{height: inherit; display: none;}
    
}
.mobile-version {
    overflow: hidden;
    overflow-y: scroll;
    height: 100vh;
    padding-bottom: 50px;
}
@media (max-width: 767px) {
    #fp-nav{
        display: none
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #fp-nav{
        display: none
    }
}
.header-instructivo {
    position: fixed;
    bottom: 0;
    left: 0;
    background:#2c3674;
    box-shadow: 0 -1px 3px 0 rgba(0,0,0,.3);
    width: 100%;
    z-index: 9999;
}
.header-instructivo span:nth-child(1),
.header-instructivo span:nth-child(2){
    float: right;
}
.header-instructivo span:nth-child(3){
    float:left;
}

.header-instructivo span:nth-child(1){
    background:#ffffff;
}
.header-instructivo span:nth-child(3) a{
    color:#fff;
    font-weight:700;
    letter-spacing:.3px;
}
.header-instructivo span{
    padding:10px;
    color:#fff;
}