@font-face{
    font-family: "Cerebri Sans Pro";
    src: url("https://db.onlinewebfonts.com/t/0435447fd9d43de93de189e00f2f3dcf.eot");
    src: url("https://db.onlinewebfonts.com/t/0435447fd9d43de93de189e00f2f3dcf.eot?#iefix")format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/0435447fd9d43de93de189e00f2f3dcf.woff")format("woff"),
        url("https://db.onlinewebfonts.com/t/0435447fd9d43de93de189e00f2f3dcf.woff2")format("woff2"),
        url("https://db.onlinewebfonts.com/t/0435447fd9d43de93de189e00f2f3dcf.ttf")format("truetype"),
        url("https://db.onlinewebfonts.com/t/0435447fd9d43de93de189e00f2f3dcf.svg#Cerebri Sans Pro")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

.page-template-page-hoteis-sesc-pacotes #content {
    padding-top: 0;
}

.page-template-page-hoteis-sesc-pacotes #breadcrumbs {
  display: none;
}

.new-archive-container {
    background-color: #002340;
}

.new-archive-slide {
    display: block;
}

@media (max-width: 768px) {
    .new-archive-slide {
        display: none;
    }
}

.new-archive-container .slick-prev,
.new-archive-container .slick-next {
  display: none !important;
}

.new-archive-container .slick-dots {
    display: none !important;
}

.new-archive-menu {
    padding: 4rem 0 0 0;
    max-width: 1420px;
}

.new-archive-packages {
    font-family: "Cerebri Sans Pro";
    max-width: 1420px;
}

.new-archive-packages-title {
    font-size: 70px;
    color: #1baee5;
    font-weight: 800;
    text-align: center;
    padding: 48px 0 0 0;
    word-break: normal;
    overflow-wrap: break-word;
}

@media (max-width: 768px) {
    .new-archive-packages-title {
        font-size: 48px;
    }
}

.new-archive-packages-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    padding: 58px 20px 88px 20px;
}

.new-archive-packages-card {
    position: relative;
    cursor: pointer;
    transition: opacity, 0.3s ease-in-out;
    width: 100%;
    max-width: 430px;
}

.new-archive-packages-card:hover {
    opacity: 0.8;

}

.new-archive-packages-card-figure {
    padding-bottom: 136%;
    position: relative;
    width: 100%;
    max-width: 430px;
    margin-bottom: 0;
    overflow: hidden;
}

.new-archive-packages-card-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.new-archive-packages-card-label {
    font-size: 100px;
    position: absolute;
    bottom: 46px;
    line-height: 0.8;
    color: white;
    font-weight: 600;
    height: 254px;
}

.new-archive-packages-card-label-line {
    background: #1baee5;
    padding: 0 9px 0 2px;
    word-break: break-word;
    text-transform: uppercase;
    line-height: 1;
}

.new-archive-packages-card-label-yellow {
    background: #e5d41b;
    color: white;
}


.modal-archive-hoteis-container {
    height: 100%;
}

@media (max-width: 1280px) {
    .modal-archive-hoteis-container {
        height: max-content;
    }
}

dialog {
    background: transparent;
    border: none;
}

dialog:open {
  opacity: 1;
  transform: scaleY(1);
}

dialog {
  opacity: 0;
  transform: scaleY(0);
  transition:
    opacity 0.3s ease-out,
    transform 0.3s ease-out,
    overlay 0.3s ease-out allow-discrete,
    display 0.3s ease-out allow-discrete;
}

@starting-style {
  dialog:open {
    opacity: 0;
    transform: scaleY(0);
  }
}

dialog::backdrop {
  background-color: rgb(0 0 0 / 0%);
  transition:
    display 0.3s allow-discrete,
    overlay 0.3s allow-discrete,
    background-color 0.3s;
}

dialog:open::backdrop {
  background-color: rgb(0 0 0 / 60%);
}


@starting-style {
  dialog:open::backdrop {
    background-color: rgb(0 0 0 / 0%);
  }
}

.modal-archive-hoteis-wrapper {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1420px;
}

.modal-archive-hoteis-content {
    width: 100%;
    background-color: #002340;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    border-radius: 20px;
    box-shadow: -1px 1px 11px 1px rgba(0,17,31,0.86);
    -webkit-box-shadow: -1px 1px 11px 1px rgba(0,17,31,0.86);
    -moz-box-shadow: -1px 1px 11px 1px rgba(0,17,31,0.86);
}

.modal-archive-hoteis-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-archive-hoteis-header-button {
    padding: 5px 14px;
    border-radius: 22px;
    color: #fff;
    border: 2px solid #fdc502;
    font-size: 24px;
    transition: all, 0.3s ease-in-out;
}

.modal-archive-hoteis-header-button:hover {
    background-color: #fdc502;
    border: 2px solid #002340;
    color: #002340;
}

.modal-archive-hoteis-header-button:active {
    transform: scale(1.1);
}

.modal-archive-hoteis-header-title {
    font-size: 36px;
    color: #1baee5;
    font-weight: 800;
    word-break: normal;
    overflow-wrap: break-word;
    font-family: "Cerebri Sans Pro";
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .modal-archive-hoteis-header-title {
        font-size: 36px;
    }
}

.modal-archive-hoteis-header-select {
    max-width: 443px;
    border-radius: 0;
}

.modal-archive-hoteis-info-table {
    font-family: "Cerebri Sans Pro";
    width: 100%;
    table-layout: fixed;
    border-radius: 10px;
    overflow: hidden;
}

.modal-archive-hoteis-info-table thead {
    background: #fdc502;
    color: #002340;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.modal-archive-hoteis-info-table th {
    padding: 16px;
    text-align: center;
}

.modal-archive-hoteis-info-table tbody {
    background: white;
}

.modal-archive-hoteis-info-table tr {
    border-bottom: 1px solid #ebebeb;
}

.modal-archive-hoteis-info-table td {
    padding: 16px 12px;
    color: #666666;
    font-size: 14px;
    text-align: center;
}

.modal-archive-hoteis-info-table th:nth-child(1),
.modal-archive-hoteis-info-table td:nth-child(1) {
  text-align: left;
}


@media (max-width: 768px) {

    .modal-archive-hoteis-header {
        justify-content: center;
    }

    .modal-archive-hoteis-info-table thead {
        font-size: 14px;
    }

    .modal-archive-hoteis-info-table th {
        padding: 10px;
        text-align: center;
    }

    .modal-archive-hoteis-info-table td {
        padding: 5px 10px;
        font-size: 14px;
        word-break: break-all;
        text-align: center;
    }

    .modal-archive-hoteis-info-table th:nth-child(2),
    .modal-archive-hoteis-info-table td:nth-child(2) {
        width: 70px;
    }
}