.destino-container .image-destino-box {
    max-width: 100%;
    height: 420px;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    transition: 0.5s ease;
}

.destino-container .image-destino-box img {
    width: 100%;
    height: 100%;
    transition: 0.5s ease;
    transform: scale(1); 
}

.destino-container:hover .image-destino-box img {
    transform: scale(1.1);
}

.destino-container {
    display: flex;
}

.destino-container .destino-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
}

.destino-container .container-about-destino {
    flex-direction: column;
    display: flex;
    height: calc(100% - 410px);
}

.destino-container .image-destino-box img.wp-post-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-destino-box::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgba(29, 48, 46, 0.00) 76%, rgba(29, 48, 46, 0.60) 100%);
    top: 0;
}

.destino-container .image-destino-box {
    max-width: 100%;
    height: 410px;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.destino-container .title-destino {
    color: var(--Brand-Color-2, #26282A);
    font-family: "Playfair Display";
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	margin-top: 10px;
	z-index: 10;
}

.destino-container .list-destino-container {
    margin-top: 20px;
}

.destino-container ul.list-destino {
    padding: 0;
    list-style-position: inside;
	list-style-type: none;
}

.destino-container li.list-destino-single::before {
    content: url(/wp-content/uploads/2024/11/sparkle.svg);
    margin-right: 10px;
    top: 3px;
    left: 0;
    position: absolute;
}

.destino-container li.list-destino-single {
    color: var(--Brand-Color-2, #26282A);
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}

.destino-container li.list-destino-single:last-child{
	margin-bottom: 0
}

.destino-container .container-info-destino {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    row-gap: 15px;
    margin-top: 30px;
    margin-bottom: auto;
}

.destino-container .block-single {
    color: var(--Brand-Color-2, #26282A);
    font-family: "Noto Sans";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
    position: relative;
    padding-left: 30px;
}

span.icone-block-destino {
    width: 19px;
    height: 19px;
    display: flex;
    margin-right: 10px;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.destino-container .button-destino {
    display: flex;
    height: auto;
    width: auto;
    margin-top: 30px;
}

.destino-container .button-destino a.direction-destino {
    color: #2E7F75;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
    padding: 13px 84px;
    border: 1px solid;
    border-radius: 50px;
}

a.direction-destino:hover {
    color: white !important;
    background: #2E7F75;
}

.block-mes-viagem.block-single span.icone-block-destino{
	background-image: url(/wp-content/uploads/2024/11/destinos-Icon-meses.svg)
}

.block-continente.block-single span.icone-block-destino{
	background-image: url(/wp-content/uploads/2024/11/destinos-Icon-local.svg)
}

.block-tipo-viagem.block-single span.icone-block-destino{
	background-image: url(/wp-content/uploads/2024/11/destinos-Icon-tipo.svg)
}

.block-tempo-viagem.block-single span.icone-block-destino{
	background-image: url(/wp-content/uploads/2024/11/destinos-Icon-dias.svg)
}