body {
    background-color: black;
    font-family: 'Work Sans', sans-serif;
}

.row {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

.nav {
    background-color: white;
}

.wrapper {
    width: 1500px;
    margin: 0 auto;
}

/* TIMELINE */
.timeline{
    width: 100%;
    height: 0;
    margin: 5em auto 3em;
    position: relative;
    display: flex;
}
.timeline .timeline-step{
    height: 5px;
    position: relative;
    background: #fff;
    flex: 1 1 0px;
}
.timeline:before,
.timeline .timeline-step:after{
    width: 22px;
    height: 22px;
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11px;
    background: #fff;
    border-radius: 50%;
}
    .timeline:before{
        right: auto;
        left: 0;
        top: 0;
        margin-top: -9px;
        background-color: black;
    }
    .timeline .step-covered{
        background-color: black;
    }
    .timeline .step-covered:after{
        background-color: black;
    }
    .timeline .step-active{
        background-color: black;
    }
    .timeline .step-active:after{
        width: 44px;
        height: 44px;
        margin-top: -22px;
        background-color:#A58AE8;
        border: 5px solid black
    }
/*
    Decoration
*/
.background-decoration{
    width: 100%;
    height: 0;
    display: block;
    position: relative;
}
    .background-decoration.circle-right:after{
        width: 25vw;
        height: 0;
        display: block;
        content: '';
        position: absolute;
        right: -15vw;
        top: -80px;
        padding-bottom: 50%;
        background: url('../img/bordeCircular-light.svg') no-repeat center center;
        background-size: cover;
    }

/* Block Type 1  */
.block-type-1 {
    overflow: hidden;
    background: black;
    padding: 18em 5em 6em;
}

.block-type-1 h2{
    font-weight: 600;
}
.block-type-1 h2 span {
    font-size: 66px;
    padding: 5px 15px;
    border: 3px solid white;
    color: white;
}

.block-type-1 h2 span:first-child {
    position: relative;
    top: 4px;
}

.block-type-1 p {
    margin: 3.5vw auto;
    color: #ABABAB;
    font-size: 21px;
}

.block-type-1 button {
    padding: 5px 10px;
    background: white;
    color: #4E43A7;
    font-size: 12px;
    border: none;
}

.block-type-1 h4 {
    font-size: 200px;
    margin: 0px;
    position: absolute;
    top: -160px;
    left: -15px;
    color: #ffffff0d;
}

.block-type-1.masthead-internal {
    padding: 5em 5em 1em;
}
.block-type-1.masthead-internal .col-md-7{
    margin-top: 5vw;
    margin-bottom: 5vw;
}
.block-type-1.masthead-internal .col-md-4{
    margin-top: 2vw;
}
.block-type-1.masthead-internal h4{
    top: -100px;
}

/* End Block Type 1 */

/* Block Type 2 */
.block-type-2 {
    background: white;
    padding-bottom: 16vw;
}

.block-type-2 h2 {
    font-size: 66px;
    color: #EAEAEA;
    margin-left: 1em;
    padding-top: 1.5em;
}

.block-type-2 .card-header {
    color: #FFFFFF;
    font-size: 28px;
    background-color: #4E43A7;
    line-height: 33px;
    font-weight: bold;
    padding: 20px 20px 15px;
}

.block-type-2 span {
    display: block;
    height: 5px;
    width: 82.71px;
    background-color: #FFFFFF;
    margin-bottom: .5em;
}

.block-type-2 .card-body {
    background-color: #F4E4F6;
    position: relative;
    top: 0;
    overflow: auto;
    max-height: 266px;
}

.block-type-2 ol {
    list-style: none;
    counter-reset: my-awesome-counter;
}

.block-type-2 ol li {
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 15px;
    counter-increment: my-awesome-counter;
}

.block-type-2 ol li::before {
    content: counter(my-awesome-counter);
    color: #A58AE8;
    font-size: 38px;
    font-weight: bold;
    margin-right: .3em;
    line-height: 48px;
    width: 30px;
    display: inline-block;
}

/* End Block Type 2 */

/* Block Type  3*/
.block-type-3 {
    background-color: white;
    padding: 1em 5em;
}

.block-type-3 p {
    color: #ABABAB;
    font-size: 21px;
}

.block-type-3 img {
    width: 100%;
}

.block-type-3 span {
    color: #4E43A7;
    font-size: 38px;
    font-weight: bold;
}

.block-type-3 .line-type-3 {
    height: 5px;
    width: 83px;
    background-color: #4E43A7;
    display: block;
}

.block-type-3 h2 {
    margin-top: 0px;
    font-size: 66px;
    font-weight: bold;
    line-height: 77px;
    color: black;
}

/* End Block Type 3  */


/* Block Type 4  */
.block-type-4 {
    padding: 1em 5em;
    background-color: #4E43A7;
}

.block-type-4 span {
    font-size: 12px;
    line-height: 22px;
    color: #FFFFFF;
}

.block-type-4 h3 {
    font-size: 28px;
    line-height: 27px;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 10px;
}

.block-type-4 .line-type-4 {
    height: 5px;
    width: 82.71px;
    background-color: #FFFFFF;
    display: block;
}

.block-type-4 .black-block-3 {
    width: 187px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    display: block;
    background-color: black;
    color: white;
    padding: 1em 2em;
    margin: 25px auto;
}

/* End Block Type 4 */

/* Block Type 5 */
.block-type-5 {
    padding: 1em 5em 5em;
    background-color: white;
}

.block-type-5 h3 {
    line-height: 77px;
    font-weight: bold;
    font-size: 66px;
    color: #EAEAEA;
    margin-bottom: 0px;
}

.block-type-5 p {
    font-size: 16px;
    line-height: 24px;
}

.block-type-5 span {
    color: #A58AE8;
    font-size: 12px;
    line-height: 22px;
}

.block-type-5 .line-type-5 {
    height: 5px;
    width: 82.71px;
    background-color: #000000;
    display: block;
}

.block-type-5 h4 {
    font-size: 28px;
    font-weight: bold;
    line-height: 33px;
    margin-top: 0px;
    color: black;
    margin-bottom: .5em;
}

/* End Block Type 5 */

/* Block Type 6 */
.block-type-6 {
    background: white;
    padding: 1em 5em;
    position: relative;
}

.block-type-6 .slider {
    color: #A58AE8;
    transform: rotate(90deg);
    position: absolute;
    left: -40px;
    top: 110px;
}

.block-type-6 .slider .dot-filled {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #A58AE8;
    display: inline-block;
    margin-right: 5px;
}

.block-type-6 .slider .dot-empty {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #d8d8d8;
    display: inline-block;
    margin-right: 5px;
}

.block-type-6 h2 {
    color: #4E43A7;
    font-size: 38px;
    font-weight: bold;
    line-height: 48px;
}

.block-type-6 .nota {
    border: 2px solid #000000;
    padding: 1em;
    padding-bottom: 5em;
}

.block-type-6 .nota span {
    font-size: 12px;
    line-height: 22px;
    color: #A58AE8;
}

.block-type-6 .nota .line-type-6 {
    height: 5px;
    width: 82.71px;
    background-color: #000000;
    display: block;
}

.block-type-6 h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 33px;
    color: #000000;
    margin-bottom: 0px;
    margin-top: 5px;
}

.block-type-6 p {
    font-size: 16px;
    line-height: 24px;
}

.block-type-6 img {
    margin-top: 2em;
    float: right;

}

/* End Block Type 6 */
/* Block Type 7 */
.block-type-7 {
    background: white;
    padding: 7em 5em;
    position: relative;
}

.block-type-7 h2 {
    line-height: 77px;
    font-weight: bold;
    font-size: 66px;
    color: #EAEAEA;
    margin-bottom: 0px;
}

.block-type-7 .line-type-6 {
    height: 5px;
    width: 82.71px;
    background-color: #000000;
    display: block;
}

.block-type-7 span {
    font-size: 12px;
    line-height: 22px;
    color: #A58AE8;
}

.block-type-7 p {
    font-size: 16px;
}

.block-type-7 h3 {
    font-size: 28px;
    font-weight: bold;
    color: black;
    margin-top: 0px;
    line-height: 33px;
}

.block-type-7 .block-details{
    margin-top: 70px;
}

.bighand {
    position: absolute;
    right: 50px;
    top: 0px;
    z-index: 1;
}

/* End Block Type 7 */

/* Block Type 8 */
.block-type-8 {
    background: white;
}

.block-type-8 img {
    width: 100%;
}

.block-type-8 h2 {
    line-height: 77px;
    font-weight: bold;
    font-size: 66px;
    color: #EAEAEA;
    margin-bottom: 0px;
}

.block-type-8 h2 {
    line-height: 77px;
    font-weight: bold;
    font-size: 66px;
    color: #EAEAEA;
    margin-bottom: 0px;
}

.block-type-8 .case-status {
    background-color: #4E43A7;
    padding: 0px;
}

.block-type-8 .case-status h3 {
    color: white;
    font-size: 38px;
    font-weight: bold;
    line-height: 48px;
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 33px;
}

.block-type-8 .step {
    border-left: 6px solid #FFFFFF;
}

.block-type-8 .step h3 {
    margin-top: 0px;
}

.block-type-8 .step span {
    font-size: 12px;
    color: #FFFFFF;
}

.block-type-8 .step-info span {
    color: #A58AE8;
    font-size: 12px;
    margin-bottom: .5em;
}

.block-type-8 .step-info h3 {
    margin-top: 0px;
}

.block-type-8 .step-info p {
    color: #FFFFFF;
    margin-top: 0px;
}

/* End Block Type 8*/

/* Block Type 9 */
.block-type-9 {
    background: white;
    padding: 1em 5em;
}

.block-type-9 h2 {
    color: #4E43A7;
    font-size: 38px;
    font-weight: bold;
    line-height: 48px;
}

.block-type-9 .card {
    position: relative;
    background: #fff;
    margin-bottom: 1em;
    z-index: 0;
}

.block-type-9 .card-header {
    font-size: 21px;
    color: #FFFFFF;
    background-color: black;
    font-weight: bold;
    padding: .5em .5em;
}

.block-type-9 .card-header img {
    float: right;
}

.block-type-9 .card-body {
    padding-bottom: 50px;
    border: 1px solid black;
}

.block-type-9 .quotes figure {
    height: 100px;
    display: block;
}

.block-type-9 .quotes {
    margin-top: 4em;
    margin-bottom: 4em;
}

.block-type-9 .quotes span {
    font-size: 21px;
    font-weight: 500;
    color: #A58AE8;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.block-type-9 .quotes p {
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    line-height: 24px;
    margin-top: 10px;
}

.block-type-9 p {
    font-size: 28px;
    font-weight: bold;
    line-height: 33px;
    color: #000000;
}

.block-type-9 .number {
    font-size: 100px;
    font-weight: 600;
    color: #EAEAEA;
    text-align: right;
}

.block-type-9 .steps {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
}

.block-type-9 .steps p {
    color: #A58AE8;
    font-size: 21px;
    font-weight: bold;
    margin-top: 3.5em;
}

/* End Block Type 9 */

/* Block Type 10 */
.block-type-10 {
    background: white;
    padding: 1em 5em;
    position: relative;
}

.block-type-10 .card {
    background-color: #FFF;
    border: 2px solid #000000;
    padding: .5em;
    padding-bottom: 4em;
}

.block-type-10 .card .card-image img {
    width: 100%;
}

.block-type-10 .card-body span {
    color: #A58AE8;
    font-size: 12px;
    line-height: 22px;
}

.block-type-10 .card-body img {
    float: right;
}

.block-type-10 h2 {
    color: #4E43A7;
    font-size: 38px;
    font-weight: bold;
    line-height: 48px;
}

.block-type-10 h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 33px;
    margin-top: .5em;
    margin-bottom: 0px;
}

.block-type-10 p {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    margin-top: .5em;
}

.border-circular-index-1 {
    position: absolute;
    right: 0px;
    max-width: 100%;
    margin-right: auto;
}

.borderCircular {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

/* End Block Type 10 */

/* Block Type 11 */
.block-type-11 {
    background: white;
    padding: 1em 5em;
}

.block-type-11 h2 {
    color: #4E43A7;
    font-size: 38px;
    font-weight: bold;
    line-height: 48px;
}

/* End Block Type 11 */

/* Pagination Block */
.pagination-block {
    background: white;
    padding: 1em 5em 8vw;
}

.btn-case-anterior img,
.btn-case-siguiente img{
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -14px;
}

.btn-case-anterior {
    position: relative;
    padding: 10px 15px 10px 75px;
    background-color: white;
    border: 2px solid black;
    color: #4E43A7;
    font-size: 12px;
    text-transform: uppercase;
    text-align: right;
}

.btn-case-siguiente {
    position: relative;
    padding: 10px 75px 10px 15px;
    background-color: black;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
}

.btn-case-anterior img {
    transform: rotate(180deg);
}

.btn-case-siguiente img{
    left: auto;
    right: 5px;
}

/* End Pagination Block */

/* Footer */
footer {
    padding: 4em 5em 2em;
}

footer img {
    margin-top: 3em;
}

footer p {
    font-size: 12px;
    line-height: 22px;
    color: #FFFFFF;
}

footer a {
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    color: #FFFFFF;
}

footer h2 {
    border: 3px solid #FFFFFF;
    color: #FFFFFF;
    width: 123px;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}

footer .copy {
    text-align: right;
    font-size: 16px;
    color: #FFFFFF;
}

footer h4 {
    font-size: 200px;
    margin: 0px;
    position: absolute;
    top: -120px;
    left: -60px;
    color: #ffffff0d;
}

footer .social-icons{
    text-align: right;
}

/* End Footer */
/* Header */
header {
    background-color: #FFFFFF;
    position: fixed;
    width: 100%;
    z-index: 99999;
    border-bottom: 2px solid black;
}

header .btn-menu {
    display: none;
    width: 45px;
    height: 45px;
    position: fixed;
    right: 15px;
    top: 5px;
    border: 2px solid black;
    outline: none;
    background: url('../img/menu-button.png') no-repeat center center;
    background-size: 60%;
}
header.active .btn-menu {
    background-image: url('../img/close-button.png');
}

header nav{
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

header .row .col-md-1:first-child{
    border-left: none;
    position: relative;
    border-right: 0px;
    height: 56px;
}
header nav .col-md-1:first-child {
    border-right: 2px solid black;
}
header .col-md-1:first-child span{
    width: 2px;
    height: 100%;
    position: absolute;
    left: 15px;
    top: 0;
    display: block;
    background: black;
}

header .col-md-1 {
    border-left: 2px solid black;
    border-right: 2px solid black;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 2em 0em 1em;
    text-transform: uppercase;
}

header .col-md-1 a {
    padding: 0 5px;
    display: inline-block;
    color: #363636;
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
}
header .col-md-1 a:hover,
header .col-md-1 a.active {
    border-bottom-color: #4E43A7
}


/* End Header */
/* Helpers */
.btn-black {
    background: black;
    color: white;
    border: none;
}

.pr-1 {
    padding-right: 8px !important;
}

.br-0 {
    border-right: 0px !important;
}

.mb-4 {
    margin-bottom: 4em;
}

.mb-3 {
    margin-bottom: 3em;
}

.mb-2 {
    margin-bottom: 2em;
}

.mt-3 {
    margin-top: 3em;
}

.mt-5 {
    margin-top: 5em;
}

.padding {
    padding: 1em 5em;
}

.mt-0 {
    margin-top: 0px;
}

.line-type-6 {
    height: 5px;
    width: 82.71px;
    background-color: #000000;
    display: block;
}

.line-type-white {
    height: 5px;
    width: 82.71px;
    background-color: #FFFFFF;
    display: block;
}

.text-center {
    text-align: center;
}

/* End Helpers */


/* BreakPoints */
@media (max-width: 991px) {
    header{
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
    }
    header.active nav{
        display: block;
    }
    header .btn-menu{
        display: block;
    }
    header nav{
        display: none;
        width: 100%;
        height: 100%;
        padding: 30vh 20vw;
        background: #fff;
        position: fixed;
    }
    header nav .col-md-1,
    header nav .col-md-1.br-0{
        padding-top: 3em;
        padding-bottom: 3em;
        border-left: 2px solid black !important;
        border-right: 2px solid black !important;
        border-bottom: 2px solid black !important;
        border-top: none;
    }
    header nav .col-md-1:first-child{
        border-top: 2px solid black !important;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1450px;
    }
    .pagination-block .col-md-3{
        text-align: right;
    }
}

/* Responsive */

@media (max-width: 500px) {
    footer h4 {
        font-size: 80px;
        margin: 0px;
        position: absolute;
        top: -40px;
        color: #ffffff0d;
    }

    .block-type-1 h4 {
        font-size: 80px;
        margin: 0px;
        position: absolute;
        top: -40px;
        color: #ffffff0d;
    }

    .block-type-3 h2 {
        margin-top: 0px;
        font-size: 55px;
        font-weight: bold;
        line-height: 47px;
    }

    .block-type-5 h3 {
        line-height: 77px;
        font-weight: bold;
        font-size: 45px;
        color: #EAEAEA;
        margin-bottom: 0px;
    }

    .block-type-7 h2 {
        line-height: 46px;
        font-weight: bold;
        font-size: 47px;
        color: #EAEAEA;
        margin-bottom: 0px;
    }

    .block-type-8 h2 {
        line-height: 77px;
        font-weight: bold;
        font-size: 66px;
        color: #EAEAEA;
        margin-bottom: 0px;
    }

    .block-type-8 h2 {
        line-height: 77px;
        font-weight: bold;
        font-size: 66px;
        color: #EAEAEA;
        margin-bottom: 0px;
    }

    .block-type-8 h2 {
        line-height: 77px;
        font-weight: bold;
        font-size: 66px;
        color: #EAEAEA;
        margin-bottom: 0px;
    }

    .block-type-9 h2 {
        color: #4E43A7;
        font-size: 27px;
        font-weight: bold;
        line-height: 25px;
    }

    .block-type-11 h2 {
        color: #4E43A7;
        font-size: 30px;
        font-weight: bold;
        line-height: 22px;
    }

    .block-type-10 {
        background: white;
        padding: 1em 1em;
        position: relative;
    }

    .block-type-9 {
        background: white;
        padding: 1em 1em;
    }

    .padding {
        padding: 1em 1em;
    }

    .block-type-6 {
        background: white;
        padding: 1em 1em;
        position: relative;
    }

    .bighand {
        display: none;
    }

    .block-type-7 {
        background: white;
        padding: 1em 1em;
        position: relative;
    }

    .block-type-5 {
        padding: 1em 1em;
        background-color: white;
    }

    .block-type-4 {
        padding: 1em 1em;
        background-color: #4E43A7;
    }

    .block-type-3 {
        background-color: white;
        padding: 1em 2em;
    }

    .quotes {
        text-align: center;
    }

    .block-type-9 .quotes span {
        margin: 0px auto;
    }

    .steps p {
        margin-top: 0px !important;
    }

    .block-type-11 {
        background: white;
        padding: 1em 2em;
    }

    .block-type-11 div {
        text-align: center;
    }

    header {
        padding: 0em !important;
        background-color: #FFFFFF;
        position: sticky;
        width: 100%;
        z-index: 99999;
    }

    .block-type-6 .slider {
        display: none;
    }
}