body{
    overflow-x: hidden;
}
.arrowContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 33px;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.divider-container {
    padding-top: 34px;
    padding-left: 38px;
    display: block;
    width: 100%;
}

.arrow {
    display: block;
    width: 15px;
    height: calc(100% - 10px);
    background: var(--item-color);
    position: relative;
}

    .arrow:after {
        position: absolute;
        display: block;
        content: '';
        border-top: 10px solid #f3f3f3;
        border-left: 7.5px solid transparent;
        border-right: 7.5px solid transparent;
        top: 0;
        left: 0;
    }

    .arrow:before {
        position: absolute;
        display: block;
        content: '';
        border-top: 10px solid var(--item-color);
        border-left: 7.5px solid transparent;
        border-right: 7.5px solid transparent;
        top: 100%;
        left: 0;
    }

.divider {
    width: 300px;
    height: 2px;
    position: relative;
}

    .divider .divider-dash {
        width: 300px;
        height: 2px;
        background: var(--item-color);
        position: absolute;
    }

        .divider .divider-dash:before,
        .divider .divider-dash:after {
            position: absolute;
            display: block;
            content: '';
        }

    .divider.divider-right:after {
        position: absolute;
        display: block;
        content: '';
        left: calc(100% - 9px);
        top: -9px;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid var(--item-color);
    }

    .divider.divider-right .divider-dash:before {
        right: 100%;
        top: -13px;
        width: 27px;
        height: 27px;
        border-radius: 50%;
        border: 3px solid var(--item-color);
    }

    .divider.divider-right .divider-dash:after {
        left: 100%;
        top: 50%;
        transform: translate(0,-50%);
        width: 220px;
        height: 220px;
        border-radius: 50%;
        border: 10px solid var(--item-color);
        background: var(--item-image) center no-repeat;
        background-size: auto;
        background-color: #fff;
    }

    .divider.divider-left:after {
        position: absolute;
        display: block;
        content: '';
        right: calc(100% - 9px);
        top: -9px;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid var(--item-color);
    }

    .divider.divider-left .divider-dash:before {
        right: 100%;
        top: 50%;
        transform: translate(0,-50%);
        width: 220px;
        height: 220px;
        border-radius: 50%;
        border: 10px solid var(--item-color);
        background: var(--item-image) center no-repeat;
        background-size: auto;
        background-color: #fff;
    }

    .divider.divider-left .divider-dash:after {
        left: 100%;
        top: -13px;
        width: 27px;
        height: 27px;
        border-radius: 50%;
        border: 3px solid var(--item-color);
    }

.about--item {
    display: inline-block;
}

    .about--item p {
        color: rgba(0, 0, 0, 0.62);
        cursor: default;
        -webkit-transition: color .4s ease-in-out;
        -o-transition: color .4s ease-in-out;
        transition: color .4s ease-in-out;
        word-break: break-word;
    }

    .about--item:hover p {
        color: #000;
    }

    .about--item .item--foot .text {
        padding-left: 5px;
        padding-right: 5px;
    }

.about--item-left .arrowContainer {
    margin-right: 0;
    margin-left: auto;
}

.about--item-left .item--head {
    height: 50px;
}

.about--item-left .item--body {
    height: 50px;
    position: relative;
}

    .about--item-left .item--body .body__divider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: absolute;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        right: 30px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

.about--item-left .item--foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .about--item-left .item--foot .arrowContainer {
        height: inherit;
    }

    .about--item-left .item--foot .text {
        width: 300px;
        text-align: justify;
        padding-bottom: 10px;
    }

        .about--item-left .item--foot .text .text__title {
            font-size: 24px;
            text-align: right;
            color: var(--item-color);
            text-transform: uppercase;
            font-weight: bold;
            padding: 10px 0;
        }

        .about--item-left .item--foot .text .text__content {
            text-align-last: right;
        }

.about--item .item--head {
    height: 50px;
}

.about--item .item--body {
    height: 40px;
    position: relative;
}

.about--item-right .item--body .body__divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 30px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.about--item-right .item--foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .about--item-right .item--foot .arrowContainer {
        height: inherit;
    }

    .about--item-right .item--foot .text {
        width: 300px;
        text-align: justify;
        padding-bottom: 10px;
    }

        .about--item-right .item--foot .text .text__title {
            font-size: 24px;
            color: var(--item-color);
            text-transform: uppercase;
            font-weight: bold;
            padding: 7px 0;
        }

.leftSide.animated:not(.fadeInLeft) {
    opacity: 0;
}

.rightSide.animated:not(.fadeInRight) {
    opacity: 0;
}

.leftSide {
    width: calc(50% + 17px);
    text-align: right;
}

.rightSide {
    width: calc(50% + 17px);
    text-align: left;
    margin-right: 0;
    margin-left: auto;
}

.body--nav {
    text-align: center;
    width: 100%;
    min-width: 750px;
    margin: 0 auto;
    margin-bottom: 30px;
}

    .body--nav button {
        color: #f15f23;
        background: #fff;
        padding: 20px 30px;
        font-weight: bold;
        font-size: 130%;
        border: 1px solid transparent;
        cursor: pointer;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        border-radius: 5px;
        width: 30%;
        outline: none;
    }

        .body--nav button:hover,
        .body--nav button.btn__selected {
            color: #fff;
            background: #f15f23;
        }

.badron {
    background-image: url("../public/img/Bandron.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    text-align: center;
    height: 90px;
    font-weight: bold;
    margin: 50px 0;
    padding-top: 10px;
}

.body--foot {
    width: 100%;
    padding: 40px;
    background: #f15f23;
    color: #fff;
    margin-top: 40px;
}


@media (max-width: 1200px) {
    .divider.divider-right .divider-dash:after,
    .divider.divider-left .divider-dash:before {
        width: 200px;
        height: 200px;
    }

    .divider {
        width: 200px;
    }

        .divider .divider-dash {
            width: 200px;
        }

    .about--item-left .item--foot .text,
    .about--item-right .item--foot .text {
        width: 190px;
    }
}

@media (max-width: 991px) {
    .banner,
    .body--search,
    .body--nav {
        display: none;
    }

    .about--item .item--foot .text {
        width: 150px;
    }

    .badron {
        margin: 0;
    }

    .divider.divider-right .divider-dash:after,
    .divider.divider-left .divider-dash:before {
        width: 150px;
        height: 150px;
        border: 5px solid var(--item-color);
    }

    .divider {
        width: 170px !important;
    }

        .divider .divider-dash {
            width: 170px !important;
        }

    .about--item-left .item--foot .text .text__title,
    .about--item-right .item--foot .text .text__title {
        font-size: 18px !important;
    }

    .about--item p {
        font-size: 14px !important;
    }
    .about--item-right .item--foot .text,
    .about--item-left .item--foot .text {
        width: 160px;
    }
}

@media (max-width: 425px) {
    .divider,
    .divider .divider-dash {
        width: 100px !important;
    }

        .divider.divider-right .divider-dash:after,
        .divider.divider-left .divider-dash:before {
            width: 70px !important;
            height: 70px !important;
            border: 5px solid var(--item-color) !important;
            background-size: 50px !important;
        }

    .about--item .item--foot .text {
        width: 90px;
    }

    .badron {
        margin: 0px 15px;
        padding-top: 20px;
        font-size: 16px;
    }
}
