.section-1{
    position: relative;
    background-color: black;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
    padding-top:120px;
}
.section-1 video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.section-1-p{
    color: #B7BABA;
}
.section-1-logo-img{
    width: 85px;
}
.section-1-h{
    font-size: 30px;
}
.section-1-a{

    height: 40px;
    width: 134px;
    display: inline-block;
    padding: 9px;
    border-radius: 20px;
    font-size: 12px;
    border: 2px solid #3CA8E1;
    color: #3CA8E1;
}
.section-1-a:hover{
    text-decoration-line: none;
    color: white;
    background-color: #3CA8E1;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.section-1-div2{
    display: flex;
    align-items: flex-end;
}
.section-1-img{
    width: 100%;
}
.section-2{
    background-color: #F5FCFD;
    padding: 30px 0;
}
.section-2-div-vertical{
    display: flex;
    align-items: center;
}
.section-2-p{
    color: #B7BABA;
}
.section-2-img{
    padding-top:40px;
}
.section-3{
    background-color: white;
    padding: 150px 0px;
}
.section-3-div1{
    margin-bottom: 70px;
}
.section-3-div1-p{
    color: #B7BABA;
}
.section-3-shadow-transation{
    height: 35vh;
    cursor: pointer;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.22);
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.22);
}
.section-3-shadow-transation:hover{

    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;

}
.section-3-underline-reveal:after {
    content: '';
    display: block;
    width: 0;
    height: 5px;
    background: #3CA8E1;
    transition: width .3s;

}
.section-3-underline-reveal{
    height: 100%;
}

.section-3-underline-reveal:hover:after {
    width: 100%;
    transition: width .3s;
}
.section-3-cube{
    padding: 30px;
    height: 100%;
}
.section-3-padding-row{
    padding-top: 15px;
    padding-bottom: 15px;
}
.section-3-circle{
    display: inline-block;
    background-color: #DFECFF;
    padding: 15px;
    border-radius: 50%;
    margin-bottom: 25px;
}
.section-3-img{
    width: 35px;
    height: 35px;
}
.section-3-h{
    font-size: 16px;
}
.section-3-p{
    color: #B7BABA;
}
.section-4{
    padding: 63px 0;
    background: url("../../img/background/background-03-agua.png") left no-repeat,url("../../img/background/background-03.png") right no-repeat;
    background-size: 50%, 50%;
}
.section-4-div1-img{
    background-color: #F5FCFD;
    display: flex;
    align-items: center;
}
.section-4-div1-div{
    padding: 0px 0px 0px 223px;
}
.section-4-div1-h{
    font-size: 29px;
}
.section-4-div1-p{
    font-family: "MyriadPro-Light";
    color: #B7BABA;
    font-size: 20px;
    line-height: 21px;
}
.section-4-div2-img{
    background-image: url('../../img/background/background-03.png');
    background-repeat: round;
    display: flex;
    align-items: center;
}
.section-4-div2-div1{
    text-align: center;
}
.section-4-div2-md365{
    width: 230px;
}
.section-4-div2-div2{
    text-align: end;
}
.section-4-div2-oracle{
    width: 400px;
}
.section-5{
    background-color: white;
    padding: 200px 0px 0px 0px;
}
.section-5-div2{
    padding: 35px 0 15px 0;
    margin:0px auto;
}
.section-5-div2-img{
    width: 350px;
}
.slick-slide{
    margin:10px;
}
.slick-slide img{
    width:100%;
}
.section-6{
    background-color: #F5FCFD;
}
.section-6-padding{
    padding: 120px 0;
}

.section-6-flex{
    display: flex;
    justify-content: center;
}
.section-6-section{
    width: 280px;
    height: 450px;
}
.section-6-div1{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-6-div1-a1{
    cursor: pointer;
    display: block;
    height: 40px;
    border-radius: 20px 0px 0px 20px;
    border: 2px solid #3490dc;
    padding: 8px 0;
    font-size: 13px;
    color: #3490dc;

}
.section-6-div1-a2{
    cursor: pointer;
    display: block;
    height: 40px;
    border-radius: 0px 20px 20px 0px;
    border: 2px solid #3490dc;
    padding: 8px 0;
    font-size: 13px;
    color: #3490dc;

}

.section-6-div1-a1:hover, .section-6-div1-a2:hover{
    text-decoration-line: none;
    background-color: #3490dc;
    color: white;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.section-6-div1-a-active{
    background-color: #3490dc;
    color: white;
}

.section-6-div1-p{
    color: #B7BABA;
    font-size: 13px;
}

.section-6-div2{
    padding: 30px 55px;
    color: #B7BABA;
    background-color: white;
    -webkit-box-shadow: 0px 0px 34px 1px rgba(0,0,0,0.32);
    -moz-box-shadow: 0px 0px 34px 1px rgba(0,0,0,0.32);
    box-shadow: 0px 0px 34px 1px rgba(0,0,0,0.32);
}
.section-6-div2-div-circle{
    display: inline-block;
    background-color: #CFE4FD;
    border: 10px solid #DFEDFE;
    padding: 10px;
    border-radius: 50%;
}
.section-6-div2-img{
    width: 40px;
}
.section-6-div2-h{
    font-size: 19px;
    color: #494949;
}
.section-6-div2-hr{
    width: 70%;
}

.section-6-div3{
    padding: 30px 10px;
    color: #B7BABA;
    background-color: white;
    -webkit-box-shadow: 0px 0px 34px 1px rgba(0,0,0,0.32);
    -moz-box-shadow: 0px 0px 34px 1px rgba(0,0,0,0.32);
    box-shadow: 0px 0px 34px 1px rgba(0,0,0,0.32);
}
.section-6-div3-div-circle{
    display: inline-block;
    background-color: #CFE4FD;
    border: 10px solid #DFEDFE;
    padding: 10px;
    border-radius: 50%;
}
.section-6-div3-img{
    width: 40px;
}
.section-6-div3-h{
    font-size: 19px;
    color: #494949;
}
.section-6-div3-hr{
    width: 70%;
}

.section-7-padding{
    padding: 120px 0;
}
.section-7-h{
    font-size: 25px;

}
.section-7-p{
    color: #B7BABA;
    font-size: 13px;
    margin-bottom: 32px;
}
.section-7-video{
    width: 600px;
}

.section-8{
    background-color: #F5FCFD;
}
.section-8-div{
    padding: 60px 0;
}
.section-8-h{
    font-family: "MyriadPro-Light";
    font-size: 24px;
}
.section-8-p{
    font-family: "MyriadPro-Light";
    color: #B7BABA;
    font-size: 15px;
}
.section-8-a{
    background-color: #1D7FFB;
    color: white;
    height: 55px;
    display: inline-block;
    width: 180px;
    text-align: center;
    padding: 20px 0;
    font-size: 12px;
    border-radius: 5px;
    text-decoration-line: none;
}

/* TRANSFORM MOVER */
.tm-01 {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.tm-01-desactive {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.how-it-works-list{
    color:#B7BABA;
    list-style: none;
}
.how-it-works-list>li:before {
    content: '✓';
}
.how-it-works-list ul{
    list-style: none;
}
.how-it-works-list ul li:before{
    content: '-';
}
.fiscal-reports{
}
.coming-soon{
    /* position: absolute;
    top:10px;
    right: 20px; */
    padding-left: .75rem;
    color:red;
}
.card{
    border:none;
}
.card-header{
    border:none;
}
.card-header button{
    font-size: 1.2rem;
}
.card-header button:hover{
    text-decoration: none;
}
.btn-link.focus, .btn-link:focus {
    text-decoration: none;
}
/* ESTEBAN JUAREZ */
@media (min-width: 320px) and (max-width: 480px) {
    .coming-soon{
        position: initial;
        border:1px solid transparent;
        padding-left:.75rem;
        color:red;
        margin:0;
    }
    .section-3-shadow-transation{
        height: 40vh;
    }

    #section-1-mobile{
        position: relative;
        background-color: black;
        height: 50vh;
        min-height: 25rem;
        width: 100%;
        overflow: hidden;
    }
    #section-1-mobile video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 0;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
    #section-1{
        display:none;
    }
    .first-text-mobile{
        color: #B7BABA;
        font-size: .9em;
        margin-bottom: 30px;
    }
    #mobile-navigation{
        padding-top: 20px;
    }
    #mobile-navigation a{
        padding: 10px;
        color:white;
    }
    #mobile-navigation button{
        border-radius: .50rem;
    }
    #section-nav{
        display: none;
    }
    #section-6,#section-8{
        display: none;
    }
    #banner-section-4{
        background-image: url('../../img/background/background-03.png');
        background-repeat: no-repeat;
        background-size: cover;
    }
    .section-4-div2-md365{
        padding-left: 30px;
        padding-top: 20px;
    }
    .section-4-div2-oracle{
        padding-left: 20px;
        padding-bottom: 20px;
    }
    .section-4-div1-h{
        font-size: .9em;
    }
    .section-4-div1-p{
        font-size: .7em;
        line-height: 1em;
    }


    .section-6-mobile,.section-8-mobile {
        margin-top: 100px;
    }
    .section-6-mobile p{
        color:#B7BABA;
        padding-left: 30px;
    }

    .section-6-mobile h3{
        padding-left: 30px;
    }
    .secif-on-premise{
        background-color: white;
        -webkit-box-shadow: 0px 0px 34px 1px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 34px 1px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 34px 1px rgba(0,0,0,0.2);
        text-align: center;
        padding-top:10px;
        color:black;
        height: 50vh;
    }
    .secif-cloud{
        background-color: white;
        -webkit-box-shadow: 0px 0px 34px 1px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 34px 1px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 34px 1px rgba(0,0,0,0.2);
        text-align: center;
        padding-top: 10px;
        color:black;
        height: 50vh;
    }
    .choose-secif-type {
        margin-top:30px;
    }
    .choose-secif-type h4{
        font-size: 1em;
        margin-top:20px;
        margin-bottom: 10px;
    }
    .choose-secif-type p{
        font-size: .5em;
    }
    .choose-secif-type p{
        padding:0;
        font-size: .8em;
        margin-bottom: 5px;
    }
    .section-6-div3-div-circle{
        display: inline-block;
        background-color: #CFE4FD;
        border: 10px solid #DFEDFE;
        padding: 10px;
        border-radius: 50%;
    }
    .section-6-div1-a1{
        padding: 6px 0;
        font-size: 16px;
        text-align: center;
    }
    .section-6-div1-a2{
        padding: 6px 0;
        font-size: 16px;
        text-align: center;

    }
    .section-6-div3-img{
        width: 20px;
    }
    #section-7-mobile{
        padding-top:30px;
    }
    #section-7-mobile h5{
        text-align: center;
    }
    #section-7-mobile p{
        font-size: .8em;
        text-align: center;
        color:#B7BABA;
    }
    .section-8-mobile p{
        font-size: .8em;
        color:#B7BABA;
    }
    .monthly{
        padding-left: 40px;
    }
    .annually{
        padding-right: 40px;
    }
    .section-footer-div4{
        margin-top:25px;
    }
    #section-1-2-mobile button{
        border-radius: 10px;
    }
    #section-1-2-mobile{
        margin-top: 50px;
        margin-bottom: 50px;
    }
    #section-4{
        padding:0;
        margin-top:-50px;
        margin-bottom: -80px;
        background: url(../../img/background/background-03-agua.png) left ,url(../../img/background/background-03.png) right no-repeat;
    }
    #section-3{
        padding-top:50px;
    }
    #section-5{
        padding:50px 0 0 0;;
    }
    .buttons-1-2-mobile{
        margin-top:30px;
    }
    #section-1-mobile img{
        margin-top:20px;
    }

  }

