.theme-btn {
    background-color: var(--fondo-botones);
}

body {
    background-color: var(--fondo-pagina);
}

.logo-bg {
    background-color: white;
    padding: 20px;
    border-radius: 12px;
}

.bg-light-black {
    background-color: var(--fondo-menu);
}

.view-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 4px;
}

.view-icons {
    color: #3B71FE;
    font-size: 18px;
}

.view-column {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info-detail {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
}

.view-column ul {
    list-style: none;
    color: var(--secondary);
    font-size: 16px;
    margin: 16px 0px;

}

.card {
    border: none;
}

.view-card-body {
    padding: 0px;
    margin: 16px 0px;
    font-size: 16px;
}

.form-style {
    /* border-radius: 16px; */
    padding: 32px 44px;
    box-shadow: 0 8px 16px rgba(176, 176, 176, 0.2);
    border: 1px solid #e7e7e7ee;
}

.form-style h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.label-price-style {
    font-size: 14px;
    color: var(--texto-titulos);
    font-weight: 400;
    margin-bottom: 20px;
    margin-right: 8px;
}

.price-style {
    font-size: 32px;
    color: var(--texto-titulos);
    font-weight: 700;
    margin-bottom: 20px;
}

.form-btn-style {
    background-color: var(--fondo-botones);
    color: #ffffff;
    padding: 14px 38px;
    font-weight: 700;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
}

.form-btn-style:hover {
    background-color: var(--iconos-color);
    color: #ffffff;
}

.footer-widget-menu-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    justify-content: between;
}

.cont-all-product {
    border-radius: 20px !important;
    -webkit-box-shadow: -2px 2px 15px -2px rgba(0, 0, 0, 0.15) !important;
}

.descripcion-corta {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
}

.cont-detalle {
    padding: 20px 25px !important;
    height: 100%;
}

.cont-detalle hr {
    margin: 16px 0px;
}

.cont-detalle h5 {
    font-size: 26px;
}

.card-detail-row {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
}

.card-detail-content {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: var(--texto-general);
}

.card-price {
    font-size: 24px;
    font-weight: 700;
    color: var(--texto-titulos);
}

.card-options-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

.card-options-content ul {
    display: flex;
    list-style: none;
    background-color: #e9e9ed;
    padding: 5px 12px;
    gap: 16px;
    margin: 0;
    border-radius: 6px;
}

.card-options-content .btn-style {
    color: #5e6f92;
    background-color: transparent;
}

.card-options-content .btn-style:hover {
    color: var(--fondo-botones);
    background: none !important;
}

.card-options-btn {
    background-color: var(--fondo-botones);
    color: #ffffff;
    padding: 10px 56px;
    font-weight: 700;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    border-radius: 12px;
}

.card-options-btn:hover {
    color: #ffffff;
    background-color: #012664;
}

.card-body h5 {
    font-size: 22px;
    color: var(--fondo-menu);
}

.card-body .card-body-text {
    font-size: 16px;
}

table {
    border-collapse: collapse;
}

table thead th {
    border: none;
}

table tbody td {
    border: none;
}

.collapse-tr {
    background-color: #E5E5E5;
}

.collapse-tr .th-title {
    font-size: 16px;
}

.table-striped>tbody>tr:nth-of-type(2n+1)>* {
    --bs-table-accent-bg: none;
    color: var(--bs-table-striped-color);
}

.tbody-style {
    font-size: 16px;
}

.btn-booking {
    background-color: var(--fondo-botones);
    color: #ffffff;
    padding: 6px 12px;
    font-weight: 700;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    border-radius: 12px;
}

.btn-booking:hover {
    color: #ffffff;
    background-color: #012664;
}

.card-body h3 {
    font-size: 26px;
}

.form-label {
    color: var(--texto-general);
    font-size: 15px;
}

.list-group-item {
    border: none;
}

.detail-text-style {
    color: var(--secondary);
    font-size: 15px;
}

.detail-content-text {
    font-size: 16px;
    text-align: end;
    display: flex;
    justify-content: end;
    gap: 4px;
    font-weight: 600;
}

.hr-style {
    margin: 8px 16px;
}

.booking-card {
    display: flex;
    flex-direction: column;
}

.booking-card h5 {
    margin: 0;
    font-size: 18px;
}

.booking-title {
    display: flex;
    gap: 14px;
    color: #FFA700;
    flex-direction: column;
}

.booking-title .container-icon {
    background-color: #FFEDCB;
    padding: 8px 14px;
    border-radius: 50%;
}

.booking-title-card {
    display: flex;
    flex-direction: column;
    background-color: #DFF9EE;
    padding: 10px 16px;
    border-radius: 8px;
    margin-bottom: 48px;
}

.booking-title-card h2 {
    font-size: 18px;
    margin: 0;
}

.booking-title-card span {
    font-size: 15px;
    margin-left: 48px;
}

.booking-title-card .booking-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #1AB171;
    /* background-color: #c6ebdb; */
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.booking-content {
    /* padding: 30px 48px; */
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.booking-content p, span {
    color: var(--texto-general);
}

.booking-content p {
    font-size: 18px;
    color: #5e6f92;
}

.booking-content h1 {
    font-size: 24px;
    padding: 16px 0;
    font-weight: 600;
    text-align: center;
}

.booking-content h2 {
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 12px;
}

.booking-content-title {
    font-size: 15px;
    font-weight: 600;
}

.booking-content-subtitle {
    font-size: 16px;
    font-weight: 600;
    
}

.booking-content-subtitle iframe {
    width: 100%;
    height: 350px;
    border: none;
    margin-top: 12px;
    border-radius: 12px;
}

.booking-title-rent {
    font-size: 18px;
    font-weight: 500;
    margin-top: 8px;
}

.scrollup-wrapper {
    right: 20px;
    bottom: 166px;
}

.booking-content-file {
    font-size: 18px;
    font-weight: 600;
}

.booking-info-container {
    display: flex;
    gap: 8px;
    width: 100%;
    margin-bottom: 8px;
}

.booking-logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 32px 0;
}

.payment-method-container {
    border-radius: 10px;
    box-shadow: 0px 3px 15px 2px rgba(0,0,0,0.1);
    padding: 16px;
}



/* CARD */

.image-wrapper.catalago {
    width: 100%;
    height: 400px !important;
    overflow: hidden;
}

.location-card.style-2 {
    border: none;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.5s ease-out;
}

.location-card .content-title {
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
    overflow: visible;
    white-space: normal;
    margin: 0 auto;
}

.location-card .descripcion-corta {
    display: block;
    max-height: 100px;
    overflow: hidden;
    text-align: left !important;
    padding: 5px;
}

.content-title a {
    font-size: 24px;
    margin: 12px 0;
    font-weight: 900;
}

.location-card.style-2 .image-wrapper .image-inner {
    border-radius: 0;
}

.location-card.style-2:hover {
    margin-top: 0;
    transition: none !important;
}

a:hover, button:hover {
    /* color: #ff6731; */
    transition: none;
}

.location-card.style-2:hover .image-wrapper .image-inner::before {
    -webkit-animation: none !important;
    animation: none !important;
}

.image-inner:hover img {
    transform: scale(1.03);
}

.location-card.style-2 .content-title {
    transition: all 0.4s ease-in-out; 
  }

.location-card.style-2:hover .content-title {
    color: var(--fondo-botones);
}

a:hover, button:hover {
    color: var(--texto-titulos);
    transition: all 0.5s ease-out;
}

.location-area .section-title {
    margin-bottom: 80px;
}

.input-styled {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.input-styled input, .input-styled select, .input-styled button {
    width: 80%;
    height: 55px;
    font-size: 14px;
    border-radius: 6px;
}

.line-styled {
    height: 30px;
    width: 1px;
    border: none;
    border-left: 1px solid hsla(200, 10%, 50%,100);
    margin: 0 0 0 8px;
}

.characteristics-card {
    margin-top: 32px;
    background-color: #f5f5f5;
    color: #949494;
    border-style: solid;
}

.characteristics-card h6 {
  font-size: 14px;
  font-weight: 500;
  padding: 35px 27px 0px;
  margin-bottom: 13px;
  color: #252525;
}

.characteristics-card ul {
  list-style: none;
  margin-left: 0px;
  padding-bottom: 5px;
}

.characteristics-card ul li {
  padding: 13px 27px;
  border-color: #e1e1e1;
  font-size: 14px;
}

.characteristics-card li:first-child {
  border-top: none;
}

.gdlr-core-widget-box-shortcode {
    font-size: 13px;
    padding: 40px 35px 10px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.gdlr-core-widget-box-shortcode .gdlr-core-widget-box-shortcode-title {
    font-size: 16px;
    color: #fff;
}

.gdlr-core-widget-box-shortcode ul {
    list-style: none;
    margin-left: 0px;
    padding-bottom: 5px;
    padding-left: 0;
}

.gdlr-core-widget-box-shortcode ul li i {
    color: #fdd756;
    margin-right: 12px;
    font-size: 17px;
}

.gdlr-core-widget-box-shortcode ul li {
    font-size: 14px;
    font-weight: 700;
}

.booking-content-info {
    display: flex;
}

.card-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 6px;
}

.card-subtitle {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
    color: var(--secondary);
}

.blog-details-wrapper .single-post-item .post-thumbnail img {
    transform: none !important;
    transition: none !important;
}

.list-item-wrapper-not li::before {
    content: "\f00d";
    font-family: "Font Awesome 6 Pro";
    color: #ffffff;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    border-radius: 50px;
    background: #3B71FE;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.rent-title {
    font-size: 20px;
    margin-bottom: 24px;
    color: var(--texto-general);
    font-weight: 600;
}

.rent-success-img {
    width: 80px;
}

.responsive-search-products {
    display: none;
}

.responsive-search-wrapper {
    border-radius: 12px;
    background-color: #3B71FE;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 38px;
}

/* @media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1200px;
    }
} */

@media (max-width: 800px) {
    .label-terms {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .responsive-search-products {
        display: block;
    }
}

@media (max-width: 768px) {
    .booking-content-info {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
}

@media (max-width: 400px) {
    .booking-content h1 {
        font-size: 20px;
        padding: 0;
        text-align: left;
    }
    .booking-logo-container {
        margin: 8px 0;
    }
    .rent-success-img {
        display: none;
    }
    .label-terms {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .rent-descripcion {
        line-height: 22px;
    }
    .rent-subtitle {
        font-size: 16px;
        font-weight: 500;
    }
    .rent-title {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .zsiq_custommain{
        width: 100px !important;
        height:100px !important;
    }
    #zsiq_float img {
        max-width: 100px !important;
        max-height: 100px !important;
    }
    .titulo-product {
        font-size: 18px !important;
    }
    .descripcion-corta {
        font-size: 14px !important;
    }
    .cont-detalle {
        padding: 18px 12px !important;
    }
    .card-detail-content h5 {
        font-size: 16px !important;
    }
    .card-options-btn {
        padding: 6px 30px;
        font-size: 14px;
    }
    .card-options-content ul {
        gap: 8px;
    }
    .card-options-content .btn-style {
        font-size: 14px;
    }
    .margin-responsive {
        margin-top: 20px;
    }
    .img-responsive {
        height: 200px !important;
    }
    .img-responsive-border {
        border-radius: 6px 6px 0px 0px !important;
    }
    .booking-title-card h2, .booking-icon {
        font-size: 14px;
    }
    .contCotizador{
        transform: translate(20%, 0) !important;
    }



@media (max-width: 375px) {
    .card-options-btn {
        padding: 6px 20px;
        font-size: 12px;
    }

    .contCotizador{
        transform: translate(20%, 0) !important;
    }

    .prueba{
        margin-top: 10px !important;
    }
}
}

@media (max-width: 900px) {
    .container-tablet {
        max-width: 95% !important;
    }
}



/* COTIZADOR */

.form-location-container {
    display: flex;
    justify-content: center;
    align-items: center;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: var(--fondo-botones);
    border-color: none !important;
    font-weight: 500;
    font-size: 16px;
  }

  .nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: 16px;
    font-weight: 500;
    color: var(--bs-nav-link-color);
    text-decoration: none;
    /* transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out; */
  }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    /* color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg); */
    border-color: none !important;
}

.nav-tabs {
    /* --bs-nav-tabs-border-width: 1px; */
    /* --bs-nav-tabs-border-color: #dee2e6; */
    --bs-nav-tabs-border-radius: 0.375rem;
    --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
    --bs-nav-tabs-link-active-color: #495057;
    --bs-nav-tabs-link-active-bg: #fff;
    --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.nav-tabs {
    --bs-nav-tabs-border-width: none !important;
}

.nav-tabs .nav-link {
    border-radius: var(--bs-nav-tabs-border-radius) !important;
}

