.special-content{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
}

/* GRID DE COLUNAS */
.aunica-container {
    max-width: 990px;
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

.aunica-container.bigger {
    max-width: 1400px;
}

.aunica-4col {
    float: left;
    width: 25%;
}

.aunica-2col {
    float: left;
    width: 50%;
}

.aunica-2col h4,
.aunica-2col p {
    text-align: left;
}

.aunica-2col img {
    width: 50%;
}

.aunica-row {
    display: flex;
    justify-content: center;
}

.aunica-row:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 768px) {
    .aunica-row {
        display: block;
    }

    .aunica-4col,
    .aunica-2col {
        width: 100%;
    }

    .aunica-vantagens {
        display: block !important;
    }
}

/* FIM DO GRID */

/* ESTILOS CARROSSEL */
.slideShow-aunica img,
.slideShow-aunica .pagination {
    width: 100%;
}

.slideShow-aunica {
    position: relative;
}

.slide-aunica {
    display: none;
    position: relative;
}

.slideContent-aunica {
    background: rgba(255, 255, 255, 0.95);
    position: absolute;
    width: 35%;
    text-align: left;
    padding: 10px 10px 50px 25px;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
}

.slideContent-aunica-right {
    left: 70%;
}

.slideContent-aunica>img {
    width: 40%;
    margin-top: 5%;
}

.slideContent-aunica h4 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -1.2px;
    font-weight: 400;
    margin-bottom: 12px;
    text-align: left;
}

.slideContent-aunica p {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: normal;
    font-weight: 400;
    color: #83838f;
    width: 99%;
    text-align: left;
}

.control-aunica {
    position: absolute;
    width: 98%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.prev-aunica,
.next-aunica {
    cursor: pointer;
    position: absolute;
    padding: 20px 16px;
    margin-top: -60px;
    color: #fff;
    background-color: rgb(33, 37, 48, .5);
    font-weight: bold;
    font-size: 18px;
    border-radius: .1875em;
    transition: .2s;
}

.prev-aunica:hover,
.next-aunica:hover {
    background-color: rgb(33, 37, 48);
}

.prev-aunica {
    left: 0;
}

.next-aunica {
    right: 0;
}

.pagination-aunica {
    display: flex;
    justify-content: center;
    position: relative;
    padding-bottom: 10px;
}

.indicator-aunica {
    padding: 20px;
    width: 80%;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: normal;
    font-weight: 550;
    color: #2f353d;
    border-top: 4px solid transparent;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    align-self: center;
    margin-top: -4px;
    transition: .5s;
}

.indicator-aunica:after {
    content: " Alto-falantes angulares";
}

.indicator-aunica:nth-child(2):after {
    content: " Alto-falantes em forma de cone";
}

.indicator-aunica:nth-child(3):after {
    content: " Gerador de som disseminado";
}

.indicator-aunica:nth-child(4):after {
    content: " Proteção contra surtos elétricos";
}

.indicator-aunica i {
    border: 1px solid;
    padding: 5px 8px;
    font-size: 12px;
    border-radius: 50%;
    font-style: normal;
}

.indicator-aunica:hover {
    border-top: 4px solid #5887f5;
}

.active-aunica {
    background: rgb(66, 134, 244, .1);
    border-top: 4px solid #5887f5;
}

@media(max-width: 900px) {
    .slideContent-aunica {
        position: relative;
        width: 100%;
        left: 50%;
        transform: translate(-50%, 0);
        padding: 10px 0;
    }

    .prev-aunica,
    .next-aunica {
        opacity: 0;
    }
}

@media(max-width: 700px) {
    .indicator-aunica {
        align-self: flex-start;
    }
}

@media(max-width: 692px) {
    .indicator-aunica:after {
        content: "";
    }

    .indicator-aunica:nth-child(2):after {
        content: "";
    }

    .indicator-aunica:nth-child(3):after {
        content: "";
    }

    .indicator-aunica:nth-child(4):after {
        content: "";
    }
}

/* FIM DOS ESTILOS CARROSSEL */

p {
    font-size: 15px;
    line-height: 22px;
    color: rgb(131, 131, 143);
}

h4 {
    font-size: 38px;
    letter-spacing: -1.52px;
    line-height: 43.9px;
    font-weight: 400;
    padding: 30px 0;
}

h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 25.9999px;
    letter-spacing: -0.72px;
}

.aunica-container img {
    width: 100%;
    margin: 15px 0;
}

.aunica-cropped-img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.aunica-feature h3,
.aunica-feature p {
    padding: 0 10px;
}

.aunica-vantagens {
    display: flex;
    justify-content: center;
    align-items: center;
}

.aunica-vantagens h4 {
    padding: 0 20px;
    font-size: 30px;
    letter-spacing: -1.2px;
    font-weight: 300;
}

.aunica-vantagens p {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: normal;
    padding: 0 20px;
}

.c1 {
    background: #3dc9ff;
}
.c2 {
    background-color: #f1f1f1;
}

.white-text,
.white-text p {
    color: #fff;
}

.pad-tb {
    padding: 3em 0;
}

.pad-top {
    padding-top: 2em;
}

.japan {
    background: url(bg-design-in-japan.jpg) no-repeat center;
    background-size: cover;
    padding: 20px;
    color: white;
    display: block;
    width: 100%;
}

.japan h1 {
    text-align: left;
    font-size: 2.4em;
    margin-bottom: 15px;
}

.japan p {
    font-size: 1.3em;
    line-height: 1.5;
    color: white;
    text-align: left;
}

.d-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

section {
    text-align: center;
    padding: 0 0 2em;
    max-width: 1080px;
    margin: 0 auto;
}

.wrapper {
    padding: 0 8rem;
    display: flex;
}

.wrapper-amaz {
    padding: 0 3rem;
    display: flex;
}

.wrapper img {
    max-width: 100%;
    margin: 0 auto;
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.m-7 {
    margin-top: 7em;
    margin-bottom: 7em;
}

#small-text {
    font-size: 12px;
    text-align: center;
}

.japa img {
    margin: 1em 0 0;
}

.footer img {
    width: 7em;
    margin-right: 10em;
}
