/*

************* ESTILOS PARA O SLIDER DA HOMEPAGE ***********

*/

#carouselExampleIndicators{
    padding: 20px 0px 20px 0px;
}


.me-new-container {
    padding: 2rem 2rem 2rem 32px;
    background-color: var(--e-global-accent);
}


.me-slider-new-description {
    font-family: 'Roboto','Arial';
    color: var(--pc-bg-black);
    font-size: 16px;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 350px;
}

#control-prev-btn, #control-next-btn {
    justify-content: normal;
    width: auto;
}

/* OVERRIDE THE ARROW DO CAROUSEL */
#control-prev-btn > span {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

#control-next-btn > span {/* CHANGE THE fill property, last 3 letters to 000 to be black */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
/* =================================== */
.me-link-btn {
    font-family: "Open Sans", Sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px 15px 30px;
    height: 41px;
    border: none;
    border-radius: 16px;
    font-weight: 500;
    background: var(--pc-green-titles);
    color: var(--pc-bg-white);
    box-shadow: 0 0 0 #000000;
    transition: all 0.35s;
    font-size: 16px;
}

.me-link-btn:hover {
    color: var(--pc-bg-white);
    text-decoration: none;
}

h2.me-new-title{
    font-family: "Open Sans", Sans-serif;
    color: var(--pc-bg-black);
    font-size: 2rem;
    text-shadow: none;
    line-height: 1.2;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-transform: capitalize;
    text-align: left;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 500;
}
.mireme-slider-copy {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.mireme-slider-img {
    aspect-ratio: 21 / 9;
    object-fit: cover;
    object-position: center;
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(224,224,224,1);

}
.carousel-indicators li.active{
    background-color: rgba(0,0,0,1);
}