.m-aroundworld {
    background-color: #005187;
    background-image: url(/images/background-pelomundo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 90px 0;
    position: relative;
}

.m-aroundworld__text {
    /* width: 540px; */
}

.m-aroundworld__text h2,
.m-aroundworld__text p {
    color: #ffff;
}

.m-aroundworld__comment {
    display: flex;
    color: #ffff;
    margin-top: 100px;
    background-image: linear-gradient(to right, #002A3F 100%, transparent 50%); /* gradiente linear com 50% de uma cor e 50% transparente */
}

.m-aroundworld__comment::before {
    position: absolute;
    background-color: #002A3F;
    content: "";
    width: 36px;
    height: 36px;
    margin-top: 300px;
    margin-left: -37px;
}

.aspas::before {
    position: absolute;
    background-color: #83d0f5;
    content: "";
    width: 36px;
    height: 36px;
    right: 36px
}

.aspas::after {
    position: absolute;
    background-color: #fff;
    content: "";
    width: 36px;
    height: 36px;
    right: 0px;
    top: 136px;
}

.aspas {
    margin-bottom: 140px;
    font-size: 100px !important;
    margin-left: 25px !important;
}

.m-aroundworld__comment__text {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    padding-right: 73px;
}

.m-aroundworld__comment__text p {
    margin-left: 10px;
    font-size: 26px;
    font-style: italic;
}

.m-aroundworld__comment img {
    width: 300px;
    max-width: 300px;
}


.m-aroundworld__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.m-aroundworld__buttons a {
    display: flex;
    width: 176px;
    height: 80px;
    font-weight: 700;
    font-size: 12px;
    color: #ffffff;
    padding: 12px 42px 16px 12px;
    border: 1px solid #eff2f4;
    position: relative;
    transition: all .3s;
}
.m-aroundworld__buttons a::after {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 11px;
    right: 12px;
    bottom: 12px;
    background: url("../../../assets/images/icons/arrow-white.svg") no-repeat;
    transition: all .3s;
}
.m-aroundworld__buttons a:hover {
    text-decoration: none;
    transform: scale(1.05);
}
.m-aroundworld__buttons a:hover::after {
    transform: translateX(3px);
}

.m-aroundworld__comments {
    margin-bottom: 50px;
}

@media(max-width:768px) {
    .m-aroundworld__text {
        width: 100%;
    }

    .m-aroundworld {
        /* height: 1000px; */
    }

    .m-aroundworld__comment img {
        max-width: 200px;
    }

    .m-aroundworld__comment {
        background-image: unset;
        flex-direction: column;
        width: 100%;
    }
    
    .m-aroundworld__comment__text {
        flex-direction: column;
        background-color: #002A3F;
        padding: 60px 30px 30px 60px;


    }

    .m-aroundworld__comment__text p {
        width: unset;
        font-size: 20px;
        position: unset;
        margin: unset;
    }

    .aspas {
        width: unset;
        position: absolute !important;
        margin-top: 190px !important;
        margin-bottom: unset;
        margin-left: unset;
    }

    .m-aroundworld__comment::before {
        margin-left: 200px;
        margin-top: unset;
        width: 50px;
        height: 50px;
        background-color: var(--white-blue);
    }

    .aspas:before{
        display: block;
        width: 50px;
        height: 50px;
        top: -90px;
        left: 225px;
    }

    .aspas::after {
        display: block;
        width: 50px;
        height: 50px;
        top: -40px;
        left: 175px;
    }
}

@media (max-width: 576px) {
    .m-aroundworld__buttons a {
        width: 100%;
    }
}

.m-aroundworld .owl-stage-outer:before {
    content: "";
    background:#eaeaea;
    position: absolute;
    width: 100%;
    height: calc(100% + 40px);
    left: -100%;
    margin-top: -20px;
    margin-left: -10px;
    top: 0;
    z-index: 10;
}
.m-aroundworld .owl-nav {
    position: absolute;
    width:100%;
    bottom: -25px;
}
.m-aroundworld .owl-nav .owl-prev,
.m-aroundworld .owl-nav .owl-next {
    position: absolute;
    transition: all .3s;
}
.m-aroundworld .owl-nav .owl-prev.disabled,
.m-aroundworld .owl-nav .owl-next.disabled {
    display: none;
}
.m-aroundworld .owl-nav .owl-prev {
    left: 35%;
    transform: rotate(-180deg);
}
.m-aroundworld .owl-nav .owl-next {
    right: 35%;
}
.m-aroundworld .owl-nav .owl-next:before,
.m-aroundworld .owl-nav .owl-prev:before {
    display: block;
    content: "";
    width: 56px;
    height: 56px;
    background: #fff url("../../../assets/images/icons/arrow-big.svg") no-repeat 17px center;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
    border-radius: 100%;
    transition: all 0.3s;
}
.m-aroundworld .owl-nav .owl-next:hover:before,
.m-aroundworld .owl-nav .owl-prev:hover:before {
    background-color: #002a3f;
    background-position-x: -32px;
}
.m-aroundworld .owl-nav .owl-next:before:hover,
.m-aroundworld .owl-nav .owl-prev:before:hover {
    background: var(--light-blue) url("../../../assets/images/icons/arrow-big-white.svg") no-repeat center center;

}
.m-aroundworld .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.m-aroundworld .owl-dots .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    border: solid 1px #fff;
    margin: 6px;
    background: #cccccc;
}
.m-aroundworld .owl-dots .owl-dot.active span {
    background: #0bbbef;
    border-color: #0bbbef;
}
.m-aroundworld .owl-stage {
    left: 0px;
}

@media (max-width: 768px) {
    .m-aroundworld .owl-nav .owl-prev {
        left: 0;
    }
    .m-aroundworld .owl-nav .owl-next {
        right: 0;
    }
}

/* @media (max-width: 1200px) {

    .m-aroundworld .owl-stage-outer {
        overflow: hidden;
    }
    .m-aroundworld .owl-stage-outer:before {
        display: none;
    }
    .m-aroundworld .owl-nav .owl-prev {
        left: 0px;
        transform: rotate(-180deg);
    }
    .m-aroundworld .owl-nav .owl-next {
        right: 0px;
    }
    .m-aroundworld .owl-stage {
        left: -70px;
    }
} */