﻿body {
    background-color: #F5FBFF;
    padding-bottom: 380px !important;
}

.b8 {
    padding-top: 48px;
    padding-bottom: 96px;
}

    .b8 .wancho {
        max-width: 1004px;
        margin:auto;
    }

    .b8 .slick-dots, .b8 .slick-prev, .b8 .slick-next {
        display: none !important
    }
.wancho {
    width: 94%;
    max-width: 1152px;
    margin: auto
}
.b8-wrap-info {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

    .b8-wrap-info figure {
        width: 49%;
        font-size: 0;
        margin: 0
    }

.b8-text {
    width: 51%;
    padding-left: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 60px;
}

    .b8-text .g1-title {
        margin-bottom: 8px
    }

    .b8-text .g1-parrafo {
        color: #8e8e93;
        line-height: 1.57;
        font-size: 14px
    }

.b8-line-time {
    margin-top: 38px;
    position: relative;
}

    .b8-line-time:before {
        content: '';
        background: #7dacf4;
        height: 2px;
        bottom: 35px;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto
    }

    .b8-line-time .slick-list {
        position: relative;
        padding-bottom: 60px !important;
    }

        .b8-line-time .slick-list:before, .b8-line-time .slick-list:after {
            content: '\e95f';
            position: absolute;
            font-family: 'icomoon';
            font-size: 20px;
            bottom: 22px;
            color: #7dacf4;
            font-weight: bold
        }

        .b8-line-time .slick-list:before {
            left: -1px
        }

        .b8-line-time .slick-list:after {
            right: -1px;
            display: inline-block;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg)
        }

.b8-line-item {
    position: relative;
}

    .b8-line-item:before {
        content: '';
        width: 12px;
        background: #7dacf4;
        position: absolute;
        height: 12px;
        border-radius: 50%;
        bottom: -30px;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 12
    }

    .b8-line-item:after {
        content: '';
        width: 24px;
        height: 24px;
        border: 2px solid #0154d2;
        position: absolute;
        border-radius: 50%;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -38px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        visibility: hidden;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        transition: all 400ms ease;
        background: #f5f7fa
    }

    .b8-line-item h2 {
        text-align: center;
        color: #7dacf4;
        font-size: 18px;
        font-family: 'ProximaNova-Semibold',sans-serif;
        line-height: normal;
        margin: auto;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        transition: all 400ms ease;
        cursor: pointer
    }

    .b8-line-item.slick-current:before {
        background: #0154d2
    }

    .b8-line-item.slick-current:after {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        visibility: visible;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        transition: all 400ms ease
    }

    .b8-line-item.slick-current h2 {
        color: #0154d2;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        transition: all 400ms ease
    }

.b8-wrap {
    position: relative
}

.b8-nav {
    position: absolute;
    top: 40%;
    width: 100%
}

.b8-next, .b8-prev {
    position: absolute;
    font-size: 0;
    cursor: pointer;
}

    .b8-next:before, .b8-prev:before {
        content: '\e95e';
        position: absolute;
        font-family: 'icomoon';
        font-size: 56px;
        color: #8e8e93;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        transition: all 400ms ease
    }

@media screen and (min-width: 1024px) {
    .b8-next:hover:before, .b8-prev:hover:before {
        color: #0d47a0;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        transition: all 400ms ease
    }
}

.b8-next {
    right: -40px
}

.b8-prev {
    left: -90px;
}

    .b8-prev:before {
        display: inline-block;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        transform: translate(15px, 10px) rotate(180deg);
    }

.b8-next:before {
    transform: translate(-24px, 10px);
}

        @media screen and (max-width: 1200px) {
            .b8-wrap {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex;
        -webkit-box-direction: reverse;
        -moz-box-direction: reverse;
        -o-box-direction: reverse;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -o-box-orient: vertical;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .b8-next, .b8-prev {
        display: none
    }

    .b8-line-time {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 768px) {
    .b8-wrap-info {
        -webkit-box-align: center;
        -moz-box-align: center;
        -o-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center
    }

    .b8-text {
        padding-top: 0;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width: 600px) {
    .b8-wrap-info {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -o-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .b8-wrap-info figure {
            width: 100%
        }

    .b8-text {
        width: 100%;
        margin-top: 20px
    }
}


/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}
