@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,500,700');
*{
    font-family: 'Work Sans', sans-serif;
}
p{
    font-size: 17px;
}
body{
    padding-top: 50px;
    background: url(../images/bg-pattern.jpg);
    background-size:cover;
    background-repeat: repeat;
}
ul li, ol li{
    margin: 15px 0;
    font-size: 17px;
}
.section{
    border-bottom:1px solid #d3d3d3;
    border-top:1px solid #d3d3d3;
}
.container-fullpage {
    padding: 0 50px;
}
.bg-nav {
    background: #ffffff;
    border-top: 1px solid rgba(204, 204, 204, 0.5);
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.img-center{
    margin: 0 auto;
}
.no-padding{
    padding: 0;
}
.bg-content-info-box {
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 50%;
    z-index: -1;
    box-shadow: 1px 0px 5px rgba(0,0,0, .3);
}
.bg-content-info-box::before{
    content:'';
    position: absolute;
    width: 100%;
    height: 10px;
    background: #338f8e;
    top: 0;
    left: 0;
}
.bg-content-info-box::after{
    content: '';
    width: 150px;
    height: 150px;
    position: absolute;
    background-color: #338f8e;
    background-image: url(../images/iconos/user-icon.svg);
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    border:inset;
    border-color: #ffffff;
    border-style: solid;
    border-radius: 50%;
    right: 0;
    top: 50%;
    margin-right: -75px;
    margin-top: -75px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.bg-content-info-box-2 {
    background-color: #338f8e;
    background-size: 190%;
    background-position: bottom left;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 80%;
    bottom: 0;
    right: 0;
}
.bg-content-info-box-2::after{
    content: '';
    width: 200px;
    height: 200px;
    position: absolute;
    background: #ffffff;
    border:inset;
    border-color: #ffffff;
    border-style: solid;
    border-radius: 50%;
    left: 0;
    top: 25%;
    margin-left: -100px;
    margin-top: -100px;
}
.bg-content-info-box-3 {
    background-color: #338f8e;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 80%;
}
.bg-content-info-box-3::after{
    content: '';
    width: 200px;
    height: 200px;
    position: absolute;
    background: #ffffff;
    border:inset;
    border-color: #ffffff;
    border-style: solid;
    border-radius: 50%;
    right: 0;
    top: 25%;
    margin-right: -100px;
    margin-top: -100px;
}
.home-title {
   text-align: center; 
}

.content-image-home {
    position: relative;
    display: block;
    margin: 35px auto 0;
    width: 600px;
}

.bg-content-img-1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    background-size: 150%;
    background-position: left;
    z-index: -2;
    background-repeat: no-repeat;
}

.main-title {
    margin: 0 0 25px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    line-height: 80px;
    color: #000000;
    font-size:18px;
}
.main-title::before{
    content: '';
    width: 70px;
    height: 1px;
    position: absolute;
    bottom: 0;
    background: #d1d1d1;
} 
.main-title.text-center::before{
    left: 50%;
    margin-left: -35px;
}
.main-title.text-right::before{
    right: 0;
}
.color-1 {
    color:#ffffff;
}
.color-1 a{
    color:#ffffff;
}
.color-1::before{
    background: #ffffff;
}
.color-2{
    color:#338f8e;
}

.full-bg-content-info-box {
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #338f8e;
    z-index: -9;
}
.nota {
    font-size: 14px;
}

.bc-center-line {
    position: absolute;
    top:50%;
    right:0;
    bottom:0;
    left: 50%;
    border-left: 5px dotted #d3d3d3;
    z-index: -1;
}

.step-icon {
    width: 100px;
    height: 100px;
    background: red;
    border-radius: 10px;
    float: right;
}

.icono {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
#lectura-en-linea{
    background: url(../images/iconos/online-reading-icon.svg);
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
}
#paso-a-paso{
    background: url(../images/iconos/step-by-step-icon.svg);
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1 !important
}
#lectura-por-descarga{
    background: url(../images/iconos/offline-reading-icon.svg);
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
}

#desktop-step-1::after {
    background-image: url(../images/iconos/devices-icon-pc.svg);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}
#desktop-step-2::after {
    background-image: url(../images/iconos/devices-table-icon.svg);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}

.btn-download {
    display: block;
    width: 100%;
    background: #ffffff;
    padding: 20px 20px 20px 75px;
    margin: 15px 0;
    position:relative;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #a20f26;
    box-shadow: 0px 1px 2px 0 rgba(0,0,0,.3);
    text-decoration: none !important;
    transition: .4s all ease;
}
.btn-download:hover{
    color: #ffffff;
    background: #a20f26;
}
.btn-download#iOS:before{
    content: '';
    position: absolute;
    background-color: #a20f26;
    background-image: url(../images/iconos/apple.svg);
    background-size: 75%;
    background-position: center;
    background-repeat:no-repeat;
    width: 65px;
    height: 100%;
    top: 0;
    left: 0;
}
.btn-download#android:before{
    content: '';
    position: absolute;
    background-color: #a20f26;
    background-image: url(../images/iconos/android.svg);
    background-size: 75%;
    background-position: center;
    background-repeat:no-repeat;
    width: 65px;
    height: 100%;
    top: 0;
    left: 0;
}
.btn-download#windows:before{
    content: '';
    position: absolute;
    background-color: #a20f26;
    background-image: url(../images/iconos/windows.svg);
    background-size: 75%;
    background-position: center;
    background-repeat:no-repeat;
    width: 65px;
    height: 100%;
    top: 0;
    left: 0;
}

.header-instructivo {
    position: fixed;
    bottom: 0;
    left: 0;
    background:#a20f26;
    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;
}

.mobile-version {
    overflow: hidden;
    overflow-y: scroll;
    height: 100vh;
    padding-bottom: 50px;
}
ul li, ol li, p{
    font-size: 14px;
}
ul li, ol li{
    margin: 10px 0;
}
.btn-download{
    font-size: 10px;
}
.h2, h2{
    font-size: 24px;
}
.h4, h4{
    font-size: 15px;
}
@media (max-width: 767px) {
    #fp-nav{
        display: none
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #fp-nav{
        display: none
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    ul li, ol li, p{
        font-size: 14px;
    }
    ul li, ol li{
        margin: 10px 0;
    }
    .btn-download{
        font-size: 10px;
    }
    .h2, h2{
        font-size: 24px;
    }
    .h4, h4{
        font-size: 15px;
    }
    
}
@media (min-width: 1200px) {
  
}
.scroll-downs {
    position: absolute;
    right: 0;
    bottom: 100px;
    left: 0;
    margin: auto;
    width :34px;
    height: 55px;
    z-index: 99;
    padding-left: 310px;
}
.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;}
}
/*Nav-instructivo*/
.ro-main-nav {
    position: fixed;
    z-index: 9999;
}
.nav-toggle {
    width: 125px;
    height: 40px;
    border:1px solid #d3d3d3;
    border-radius: 5px;
    position: fixed;
    top:15px;
    left: 15px;
    position: relative;
    background: #ffffff;
    cursor: pointer;
}
.nav-toggle::before{
    content:'';
    display: block;
    width: 28px;
    height: 4px;
    position: absolute;
    left: 10px;
    top:50%;
    transform: translateY(-50%);
    box-shadow: 0px 8px #777777,
                0px -8px #777777;
    background: #777777;
}
.nav-toggle::after{
    content: 'MENÚ';
    position: absolute;
    font-size: 18px;
    left:43%;
    top:50%;
    transform: translateY(-50%);
}


.ro-main-nav ul{
    padding: 0;
    list-style: none;
    margin: 0;
    width: 320px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    border-right: 1px solid #d3d3d3;
    box-shadow: 1px 0px 3px 0px rgba(0,0,0,.3);
    display: block;
    z-index: 9999;
}
.bg-menu{
    position: fixed;
    top:0;
    left: 0;
    right:0;
    bottom:0;
    background: #000000;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    transition: .3s all ease;
}
.ro-main-nav ul a{
    text-decoration: none;
}
.ro-main-nav ul li{
    margin:0;
    padding:15px;
    display: block;
    border-bottom: 1px solid #d3d3d3;
    color: #777777;
    position: relative;
    transition: .3s all ease;
    
}
.ro-main-nav ul li::before{
    content:'';
    position: absolute;
    left: 10px;
    top: 50%;
    display: block;
    width: 0px;
    height: 2px;
    background: #d72b32;
    transition: .3s all ease;
}
.ro-main-nav ul li::after{
    content:'\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    opacity: 0;
    transition: .3s all ease;
}
.logo-instructive-nav{
    width: 80%;
    margin: 20px auto;
}
.catalog-go-home{
    display: flex;
    background: #ffffff;
    position: relative;
    border: 1px solid #d3d3d3;
    border-right: none;
    border-left: none;
}
.catalog-go-home a{
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -o-fit-content;
    width: fit-content;
    margin: 15px auto;
    padding: 10px 15px;
    border:1px solid #d3d3d3;
    border-radius: 50px;
    color:#777777;
}
.catalog-go-home a:nth-child(1) {
    color:#ffffff;
    background: #d72b32;
}
/*hover-nav-instructivo*/
.ro-main-nav ul li:hover{
    padding: 15px 15px 15px 30px     
}
.ro-main-nav ul li:hover::before{
    width: 15px;
}
.ro-main-nav ul li:hover::after{
    right: 15px;
    opacity: 1;
}
/*end-hover*/

.instructive-container {
    padding-left: 320px;
    position: relative;
    overflow: hidden:;
}
.decoration-element-home {
    width: 80%;
    height:100%;
    border-radius: 50px;
    background:#338f8e;
    position:absolute;
    top:0;
    left: 0;
    transform: rotate(45deg) translateY(-10%) translateX(-40%);
    box-shadow: 10px 20px #338f8e;
    overflow: hidden;
}
.decoration-element-home::before{
    content: '';
    display: block;
    width: 1920px;
    height: 1080px;
    background: url(../images/prueba-main-image.jpg);
    transform: rotate(-45deg) translateX(-50px) translateY(-50px);
}
.lectura-por-descarga-btn {
    display: flex;    
}
.lectura-por-descarga-btn a{
    display: block;
    margin: auto;
    padding: 10px 20px 10px 50px;
    border: 1px solid #d3d3d3;
    border-radius: 50px;
    position: relative;
}
.lectura-por-descarga-btn a::after{
    content:'';
    display: block;
    position: absolute;
    left: 0;
    top:0;
    height: 41px;
    width: 41px;
    background:#eeeeee;
    border: 1px solid #d3d3d3;
    border-radius: 50%;
}
#download-windows::after{
    background-image: url(../images/devices-icons/windows.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
#download-mac::after{
    background-image: url(../images/devices-icons/apple.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
#download-android::after{
    background-image: url(../images/devices-icons/android.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
#download-icon::after{
    background-image: url(../images/devices-icons/download-icon.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
.lectura-por-descarga-btn a::before{
    content:'';
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: transparent;
    box-shadow: 1px 0px 5px;
    top:50%;
    left:10px;
    transform:translateY(-50%);
}
.bg-content-img-1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 35%;
    background-image: url(../images/devices/MackBook-tablero-cuenta.png);
    background-size: 150%;
    background-position: left bottom;
    z-index: -2;
    background-repeat: no-repeat;
}
h2{
    font-size: 20px;
}
ol, ul{
    padding: 0
}

/*Responsive*/
@media (max-width:1700px){
    .decoration-element-home{
        display: none;
    }
    #section-home .main-title{
        text-align: center;
        line-height: 50px;
        font-size: 25px
    }
    #section-home .main-title::before{
        left: 50%;
        transform: translateX(-50%);
    }
    #section-home .col-md-6{
        width: 100%;
        margin-left: 0;
    }
    #section-home .text-right{
        text-align:center;
    }
}
@media (min-width:992px) and (max-width:1320px){
    #section-lectura-por-descarga .lectura-por-descarga-btn{
        display: block;
    }
    #section-lectura-por-descarga .lectura-por-descarga-btn a{
        width:49%;
        margin: 10px 0
    }
    #section-lectura-por-descarga .lectura-por-descarga-btn a:nth-child(1),
    #section-lectura-por-descarga .lectura-por-descarga-btn a:nth-child(3){
        float: left;
    }
    #section-lectura-por-descarga .lectura-por-descarga-btn a:nth-child(2),
    #section-lectura-por-descarga .lectura-por-descarga-btn a:nth-child(4){
        float: right;
    }
}
@media (min-width:0) and (max-width:991px){
    .ro-main-nav ul{
        transform: translateX(-100%);
        opacity: 0;
        visibility: hidden;
        transition: .5s all ease;
    }
    .ro-main-nav.active ul{
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
    .bg-menu.active{
        opacity: .3;
        visibility: visible;
    }
    .instructive-container{
        padding:0;
    }
    .decoration-element-home{
        display: none
    }
    #section-home .main-title,
    #section-user-panel .main-title{
        text-align: center;
        line-height: 50px;
        font-size: 25px
    }
    #section-home .main-title::before,
    #section-user-panel .main-title::before{
        left: 50%;
        transform: translateX(-50%);
    }
    #section-home .text-right{
        text-align:center;
    }
    .bg-content-img-1{
        display:none;
    }
    .bg-content-info-box{
        width:100%;
    }
    #section-user-panel .bg-content-info-box::after{
        top:35%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
    #section-user-panel .text-justify{
        text-align-last: center;
    }
    .bg-content-info-box-2,
    .bg-content-info-box-3{
        display: none;
    }
    h2, h4, li{
        text-align: center;
    }
}
@media (min-width:0) and (max-width:964px){
    #section-lectura-por-descarga .lectura-por-descarga-btn{
        display: block;
    }
    #section-lectura-por-descarga .lectura-por-descarga-btn a{
        width:49%;
        margin: 10px 0
    }
    #section-lectura-por-descarga .lectura-por-descarga-btn a:nth-child(1),
    #section-lectura-por-descarga .lectura-por-descarga-btn a:nth-child(3){
        float: left;
    }
    #section-lectura-por-descarga .lectura-por-descarga-btn a:nth-child(2),
    #section-lectura-por-descarga .lectura-por-descarga-btn a:nth-child(4){
        float: right;
    }
}
@media (min-width:0) and (max-width:582px){
    #section-lectura-por-descarga .lectura-por-descarga-btn{
        display: block;
    }
    #section-lectura-por-descarga .lectura-por-descarga-btn a{
        width: -webkit-fit-content !important;
        width: -moz-fit-content !important;
        width: -o-fit-content !important;
        width: fit-content !important;
        white-space: nowrap;
        margin: 10px auto;
        float: none !important;
    }
    #section-user-panel .bg-content-info-box::after{
        top:25%;
        width: 100px;
        height: 100px
    }
}