.carousel {
    position: relative;
    width: 100%;
    height: 340px;
    overflow: hidden;
}

.carousel-inner {
    display: flex;
    transition: transform 0.5s ease;
    touch-action: pan-y;
    user-select: none;
}

.carousel-item {
    min-width: 100%;
    box-sizing: border-box;
    padding: 20px;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    background-color: #fff;
    color: #000;
    border: none;
    padding: 10px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.carousel-control-prev {
    left: 10px;
}

.carousel-control-next {
    right: 10px;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.indicator {
    width: 13px;
    height: 13px;
    background-color: #d9d9d9;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.indicator.active {
    background-color: #f3803f;
}

.cx-foto-evento {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 150px;
}

.cx-foto-evento img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gm-style .gm-style-iw-c {
    width: 290px;
    max-width: 290px !important;
    padding: 0px !important;
}

.gm-style-iw-chr {
    height: 0px;
    z-index: 1;
}

button.gm-ui-hover-effect {
    background-color: #ffffff !important;
    border-radius: 50%;
    margin-right: 4px !important;
    margin-top: 13px !important;
    opacity: 1 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 40px !important;
    height: 40px !important;
}

.gm-style-iw-chr span {
    margin: 0 !important;
}

.cx-olho-curtida-x {
    position: fixed;
    z-index: 1;
    width: 79%;
    height: 41px;
    margin-top: 13px;
    margin-left: 8px;
    display: flex;
    justify-content: space-between;
}

.olho {
    width: 24px;
}

.cx-olho p {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    width: 60px;
    height: 100%;
    margin: 0px !important;
}

.like-button img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.like-button {
    height: 100%;
    width: 60px;
    border: none;
    background-color: #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cx-olho-curtida-x img {
    margin-right: 5px;
}

.cx-inicio-fim p {
    font-size: 14px;
    color: #929292;
}

.cx-pai-evento {
    margin-top: 5px;
}

.redes-sociais i {
    color: #171717;
    font-size: 33px;
    margin: 6px 6px 6px 0px !important;
    transition: all .2s;
}

.redes-sociais i:hover {
    transform: scale(1.1);
}

.cx-redes {
    height: 85px;
}

.p-inicio-fim-event {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

.cx-compartilhar button {
    border: 1px solid #bebebe;
    color: #070707;
    background-color: transparent;
    margin-top: 17px;
    transition: .4s;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cx-compartilhar button:hover {
    color: #fff;
    background-color: #f3813f;
}