* {
    margin: 0px;
    box-sizing: border-box;
}

body {
    --bs-body-font-family: 'Shentox';
    font-family: 'Shentox';
}

ul {
    margin: 0;
}

.header-section {
    display: flex;
    /* justify-content: space-around; */
    /* padding: 35px 0px; */
    padding: 20px 0px;
    align-items: center;
}

.header-section li {
    list-style: none;
}

.header-section li a {
    text-decoration: none;
    color: #494747;
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
}

.header-section .info-btn a {
    padding: 8px 24px;
    background: none;
    border: 1px solid gray;
    font-size: 14px;
    font-weight: 600;
}

.header-section .info-btn a:hover {
    background-color: #b52323;
    color: #fff;
}

.tag {
    display: inline-flex;
    background: #b52323;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
}

.header-section .logo img {
    width: 100%;
    display: inline-block;
    max-width: 180px;
}

.header-section .center-logo img {
    width: 100%;
    max-width: 50px;
}

.sec-header {
    display: flex;
    justify-content: center;
    background: #b52323;
    padding: 20px 0px;
    flex-wrap: wrap;
    gap: 20px;
}

.sec-header li {
    list-style: none;
}

.sec-header li a {
    /* margin-right: 20px; */
    width: 225px;
    font-size: 12px;
    padding: 14px;
    background: rgb(146, 6, 6);
    color: #fff;
    font-weight: 600;
    display: flex;
    justify-content: center;
    text-decoration: none;

}

.banner-img img {
    width: 100%;
    margin: -2px 0;
}

.content-section {
    display: flex;
    align-items: center;
    padding: 100px 0px;
    justify-content: center;
}

.content {
    width: 50%;
    padding-left: 50px;
}

.content p {
    font-size: 22px;
    margin: 18px 0px;
}

.content h2 {
    font-size: 54px;
    color: rgb(146, 6, 6);
    font-weight: 600;
    line-height: 1.1;
}

.sec-mayor .content h5 {
    margin: 0 0 6px 0;
    font-size: 25px;
}

.sec-mayor .content p {
    font-size: 17px;
}

.sec-mayor .right-img img {
    max-height: 500px;
}

.contact-area {}

.contact-btn {
    display: flex;
    justify-content: center;
    padding: 22px 0px;
    background-color: #b52323;
}

.contact-btn button {
    background: none;
    border: none;
    color: #fff;
    font-weight: 700;
}

.location-area {
    text-align: center;
    padding: 50px 0px;
}

.location-area img {
    width: 36px;
    margin-bottom: 16px;
    /* width: 42px; */
}

.location-area p {
    font-size: 22px;
    margin-bottom: 28px;
}

.location-area a {
    font-size: 22px;
    color: #000;
    text-decoration: none;
}

footer {
    padding: 28px 0px;
    background-color: #494747;
}

.app-store {
    width: 112px;
}

.footer-content-area {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.footer-content {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #fff;
}

.points-section p {
    text-align: center;
    padding: 26px 0;
    font-size: 22px;
    font-weight: 700;
    background-color: #494747;
    color: #fff;
}

.karina-section {
    text-align: center;
    padding: 26px 0;
    font-size: 22px;
    font-weight: 600;
    color: #494747;
}

.alsina-section {
    background-color: #e5e5e5;
}

.after-map-text p {
    color: #b52323;
}

.map iframe {
    width: 100%;
    min-height: 300px;
}

.map #map {
    min-height: 400px;
}

.location iframe {
    height: 600px;
    margin-bottom: 0px;
}

.buy-parking {
    display: flex;
    justify-content: center;
    text-align: center;
}

.domain p {
    margin: 25px 0;
    font-size: 22px;
    color: #494747;
    font-weight: 600;
}

.domain input {
    height: 75px;
    width: 330px;
    text-align: center;
    font-size: 24px;
    outline: none;
    border: 2px solid #a9a9a9;
    font-weight: bolder;
}

#codLocation{
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border: 2px solid #a9a9a9;
}

.time-section {
    display: flex;
    align-items: center;
    height: 57px;
    justify-content: center;
}

.time-section button {
    height: 55px;
    width: 55px;
    border: none;
    background: deeppink;
}

.time-section button i {
    font-size: 24px;
    color: #fff;
}

.time-section .green-btn {
    background: #009688;
}

.time-section input {
    border: none;
    background: #e5e5e5;
    font-weight: bold;
}

.completed {
    width: 230px;
    height: 55px;
    background: darkgray;
    border: none;
    padding: 0;
    color: #fff;
}

.completed:hover {
    background-color: #b52323;
}

.comprar-btn {
    margin: 24px 0px;
}

.consultar{
    margin: 24px 0px;
}

.consultar button {
    background: #b52323;
    color: #fff;
    width: 230px;
    height: 55px;
    border: none;
    font-size: 18px;
    font-weight: 500;
}

.comprar-btn button {
    background: #b52323;
    color: #fff;
    width: 230px;
    height: 55px;
    border: none;
    font-size: 18px;
    font-weight: 500;
}

.councilor {
    text-align: center;
    padding-bottom: 50px;
}

.footer-content p {
    margin: 0;
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec-header li a.green-btn:hover {
    background-color: #7FC6A8;
    color: #B30731;
}

.header-section li.centerd {
    margin: 0 auto;
}

.cus_container {
    margin: 0 auto;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
}

.sec-header li:last-child a {
    margin-right: 0;
}

.btn_menu {
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    font-size: 26px;
    background: transparent;
    line-height: 1;
    width: 34px;
    height: 34px;
}

.sec-header li #volverMenu{
    font-size: 16px;
}

.right_men {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
}

.header-spacer {
    background: transparent;
    width: 100%;
    height: 100px;
}

.btn_menu.expanded i.fa-bars::before {
    content: "\f00d";
}

.points-section p {
    padding: 26px 20px;
    font-size: 18px;
}

.main {
    min-height: calc(100vh - 190px);
}

.councilor .domain {
    margin-bottom: 32px;
}

.points-section p {
    margin: 0;
}

table {
    width: 100%;
}

table tr th {
    font-size: 18px;
}

table tr td {
    font-size: 14px;
}

table tr th,
table tr td {
    padding: 16px 20px;
    background-color: #fff;
}

table tr:nth-child(2n+1) td {
    background-color: #f2f2f2;
}

table tr td:empty {
    height: 56px;
}

.table-wrap {
    padding-bottom: 50px;
}

.domain input:focus,
input:focus {
    border-color: #1ac9b5;
}

table tr>th:first-child,
table tr>td:first-child {
    width: 100px;
}

.responsive_bars {
    padding: 0 10px 60px 10px;
}

.responsive_bars ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.responsive_bars ul li {
    padding: 16px;
    align-items: center;
    border: 1px solid #b3b3b3;
    margin-bottom: 12px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #4c4c4c;
}

.responsive_bars .title .square {
    font-weight: bold;
    background-color: #b52323;
    color: #fff;
    padding: 6px 10px;
    width: 200px;
    text-align: center;
    letter-spacing: 1px;
}

.responsive_bars .title .square.bg-blue {
    background-color: #006ebd;
}
.responsive_bars .title .square.bg-green {
    background-color: #1ac9b5;
}

.responsive_bars .action .btn {
    background-color: #1ac9b5;
    color: #fff;
    border-radius: 0px;
    font-weight: bold;
    text-align: center;
    padding: 6px 24px;
    letter-spacing: 2px;
}
.responsive_bars .action .btn_red {
    background-color: #b52323;
}

.responsive_bars .action {
    text-align: right;
}

.modal.pagar_modal .modal-content {
    border-radius: 0px;
    max-width: 490px;
}

.modal.pagar_modal .modal-header {
    background-color: #cccccc;
    text-align: center;
    justify-content: center;
    border-radius: 0;
}

.modal.pagar_modal .modal-header h5 {
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}

.modal.pagar_modal .target-btns {
    align-items: center;
    justify-content: center;
    gap: 12px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.modal.pagar_modal .target-btns .btn.btn-blue {
    background-color: #006ebd;
}

.modal.pagar_modal .target-btns .btn.btn-green {
    background-color: #1ac9b5;
}

.modal.pagar_modal .target-btns .btn {
    color: #fff;
    border-radius: 0px;
    padding: 14px;
    transition: all 0.3s;
}

.modal.pagar_modal .target-btns .btn:hover {
    opacity: 0.9;
}

.modal.pagar_modal .target-btns .btn .icon {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 8px;
}

.modal.pagar_modal .target-btns .btn h5 {
    margin: 0;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 16px;
}

.modal.pagar_modal .action .btn {
    width: 100%;
    background: #b52323;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 30px;
    padding: 12px;
}

.pagar_modal .modal-body {
    padding: 20px 70px 70px;
}

.modal.pagar_modal .modal-body .detail {
    font-size: 26px;
    font-weight: 600;
    margin: 0 auto 30px auto;
    line-height: normal;
}

.modal.qr_modal .modal-content {
    background: transparent;
    border: none;
}

.modal.qr_modal .modal-content .modal-footer {
    border: none;
    justify-content: center;
    padding-top: 20px;
}

.modal.qr_modal .modal-content .modal-body {
    background-color: #fff;
    padding: 50px;
}

.modal.qr_modal .modal-content .modal-footer .btn-icon {
    width: 62px;
    height: 62px;
    background: #1ac9b5;
    border: none;
    margin: 8px;
    color: #fff;
    font-size: 32px;
}

.modal.qr_modal .modal-content .modal-body img {
    max-width: 340px;
    width: 100%;
}
.responsive_bars.classic ul li {
    grid-template-columns: repeat(6, 1fr);
}
.modal.detail_modal .modal-body {
    padding: 20px;
}
.modal.detail_modal .modal-body .modal_banr img {
    max-width: 100%;
}
.modal.detail_modal .modal-body .modal_content {
    padding: 30px 20px 20px 20px;
    text-align: left;
    font-size: 18px;
    line-height: normal;
    color: #4c4c4c;
    font-weight: 600;
}
.modal.detail_modal .modal-body .modal_content p {
    margin-bottom: 22px;
}
.modal.detail_modal .modal-body .modal_content p {
    margin-bottom: 22px;
}
.modal.detail_modal .modal-body .modal_content .others p {
    font-weight: 400;
    font-style: italic;
    margin: 0;
}
.modal.detail_modal .modal-body .modal_content .others h6 {
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 18px;
}
.modal.detail_modal .modal-body .modal_content .info {
    font-size: 12px;
    font-weight: 400;
}

.btn-estadia {
    display: inline-block;
    margin-top: 10px;
    padding: 10px;
    cursor: pointer;
    user-select: none;
    text-align: center;
    font-weight: bold;
}

#importe{
    font-weight: bold;
}

#estadiaCompleta:checked + .btn-estadia {
    filter: brightness(0.95);
    box-shadow: 0 0 0 3px rgba(0,0,0,.05) inset;
}

.visually-hidden {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}

.btn-estadia{
    display: flex;
    justify-content: center;
    align-items: center;
    justify-self: center;
}

.section-sale{
    padding-top: 32px;
}

.modal-dialog{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    width: auto;
    max-width: 90vw;
}

.col1{
    height: 400px;
    overflow: scroll;
}


@media (min-width:1025px) {
    .only-mobile {
        display: none !important;
    }

    .img-nav-dektop {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display:block;
    }

    .responsive_bars ul li>div.usd,
    .responsive_bars ul li>div.date,
    .responsive_bars ul li>div.act {
        padding: 0 10px;
    }

    .responsive_bars ul li>div.action {
        padding-left: 10px;
    }

    .responsive_bars ul li>div.title {
        padding-right: 10px;
    }
}

@media (max-width:1024px) {
    .only-dektop {
        display: none !important;
    }

    .domain input{
        width: 230px;
        font-size: 18px;
    }

    .section-sale{
        padding-top: 0px;
    }

    #map_canvas {
        height: 60vh !important;
        min-height: 300px;
        width: 100%;
    }

    .map {
        margin: 0 -20px;
        width: calc(100% + 40px);
    }

    ul.navbar {
        position: fixed;
        left: 0;
        right: 0;
        top: 72px;
        background: #f1f1f1;
        bottom: 0;
        padding: 0px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        max-height: 0;
        overflow: hidden;
        z-index: 9999;
        transition: all 0.3s;
    }

    ul.navbar.expanded {
        max-height: calc(100vh - 72px);
        overflow-y: auto;
        padding: 20px;
    }

    .header-section li.centerd {
        margin-left: 10px;
        border-left: 2px solid #000;
        padding-left: 10px;
    }

    .header-section {
        padding: 10px 0px;
    }

    .header-section .logo img {
        max-width: 130px;
    }

    .header-section .center-logo img {
        height: 50px;
        max-width: 162px;
    }

    .location-map{
        overflow: hidden;
    }

    #thumbnail{
        width:80%;
        z-index: auto;
        display:block;
        margin:0 auto;
    }

    .content-section {
        flex-wrap: wrap;
    }

    .footer-content-area {
        flex-wrap: wrap;
    }

    .footer-content,
    .footer-content-area {
        flex-direction: column;
    }

    .content {
        width: 100%;
        padding: 0 20px;
    }

    .content h2 {
        font-size: 26px;
    }

    .sec-mayor .content h5 {
        font-size: 18px;
    }

    .sec-mayor .content p {
        font-size: 15px;
    }

    .sec-mayor .right-img img {
        max-height: 80vw;
    }

    .content-section {
        padding: 40px 0px;
        justify-content: flex-start;
    }

    .content-section .right-img {
        padding: 0 20px 20px 20px;
    }

    .header-spacer {
        height: 72px;
    }

    .sec-header {
        gap: 14px;
    }

    .location-area {
        padding: 40px 20px;
    }

    .location-area p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .location-area a {
        font-size: 20px;
    }

    .cus_container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-content {
        gap: 10px;
        margin-bottom: 15px;
    }

    header {
        height: 72px;
    }

    ul.navbar li.info-btn {
        width: 100%;
    }

    ul.navbar li.info-btn a {
        width: 100%;
    }

    .location iframe {
        height: 400px;
    }

    .responsive_bars ul li {
        flex-direction: column;
        display: flex;
    }

    .responsive_bars ul li>div {
        padding: 5px;
    }

    .responsive_bars ul li>div.title {
        padding-bottom: 20px;
    }

    .responsive_bars ul li>div.action {
        padding-top: 20px;
    }

    .responsive_bars,
    .councilor {
        padding-bottom: 30px;
    }

    .col1 {
        display: none;
    }
}

@media (max-width:575px) {
    .pagar_modal .modal-body {
        padding: 20px 20px 20px;
    }
}