/* GRID DE COLUNAS */
.aunica-container{
    font-family: Helvetica, Arial, sans-serif;
    max-width: 970px;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
}

.aunica-container img{
	width: 100%;
}

.aunica-4col {
    float: left;
    width: 25%;
}

.aunica-2col{
    float: left;
    width: 50%;
}

.aunica-2col h5, .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 h5{
    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);
}

h5{
    font-size: 38px;
    letter-spacing: -1.52px;
    line-height: 43.9px;
    font-weight: 400;
    padding: 20px 0;
}

h6{
    font-size: 18px;
    font-weight: 500;
    line-height: 25.9999px;
    letter-spacing: -0.72px;
}

.aunica-container img{
    margin: 15px 0;
}

.aunica-cropped-img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.aunica-feature h6, .aunica-feature p{
    padding: 0 10px;
}

.aunica-vantagens{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}

.aunica-vantagens h5{
    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;
}