/*:root{
    --peru-red: #a72b2b;
    --qasiy-gold: #E6B32A;
    --peru-teal: #2aa19a;
    --card-radius: 14px;
    --avatar-size: 120px;
}*/

/* GLOBAL STYLES */
/* COLOR PALETTE */

:root {
    --primary-bg-color: linear-gradient(#ecc307, #ecd407);
    --primary-color-text: #ECC307 !important;
    --color-text-bold: #4B4B4B !important;
    --card-radius: 14px;
    --card-box-shodow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    --secondary-bg-color: linear-gradient(#4B4B4B, #4B4B4B);
}



body {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-text-bold);
    text-align: left;
    background-color: #f6f7fb;
    font-family: 'Maven Pro', sans-serif;
}

.horizontalMenu{
    padding: 0.8rem 0;
}
.banner-1 .header-text h1 {
    font-size: 40px;
    font-weight: 600 !important;
}
.bg-background4:before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));

}
.bg-background4 .header-text {
    position: relative;
    z-index: 10;
}
.bg-background4:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 1;
    top: 0;
}
.required::after {
    content: " *";
    color: red;
}


.btn-close {
    float: right;
    font-size: 1.40625rem;
    font-weight: 700;
    line-height: 1;
    color: #a0afc7;
    background: white;
    text-shadow: 0 1px 0 #fff;
    opacity: .7;
}

.btn-close:hover,
.btn-close:focus {
    color: #a0afc7;
    text-decoration: none;
    opacity: .75;
}

.btn-close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-close {
    font-size: 1rem;
    line-height: 1.5;
    transition: .3s color;
    background: none;
}

button.btn-close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.btn-check:focus+.btn-info,
.btn-info:focus {
    color: #fff;
}

.text-secondary{
    /*color:#ECC307 !important;*/
}

/*BUTTONS*/

.btn-qasiy{
    color: black !important;
    background: var(--primary-bg-color);
    border-radius: 11px;
    border-color: #ECC307;
    font-weight: 500;
    border: none;
}

.btn-qasiy-secondary{
    color: white;
    background: var(--secondary-bg-color);
    border-radius: 11px;
    border-color: #ECC307;
    font-weight: 500;
    border: none;
}
.bg-qasiy-transparent{
    background: var(--primary-bg-color) !important;
}
.bg-qasiy-transparent i {
    color: black !important;
}
/*.btn-qasiy:hover {
    background: red;
    color: #fff;
}*/

.btn-primary{
    color: black !important;
    background-color: #ECC307;
    border-color: #ECC307;
    font-size: 14px !important;
}

.btn-primary:hover{
    color: black !important;
    background-color: #ECC307;
    border-color: #ECC307;
}

.btn-outline-primary{
    color: #ECC307 !important;
    background-color: transparent;
    background-image: none;
    border-color: #ECC307 !important;
}

.btn-outline-primary:hover {
    border-color: #ECC307 !important;
    background-color: #ECC307;
}


/*MENU HORIZONTAL*/
.horizontalMenu>.horizontalMenu-list>li>a.active {
    background: var(--primary-bg-color);
    color: black !important;
    font-weight: bold;
    border: none;
}
.horizontalMenu>.horizontalMenu-list>li>a.active .fa {
    color: black !important;
    font-size: 16px;
    font-weight: bold;
}


.horizontalMenu > .horizontalMenu-list > li:hover > a {
    background: var(--primary-bg-color);
    color: black !important;
    font-weight: bold;
    border: none;
}

.horizontalMenu>.horizontalMenu-list>li>a:hover .fa {
    color: black !important;
    font-size: 16px;
    font-weight: bold;
}

.horizontalMenu > .horizontalMenu-list > li:hover > a i {
    color: black !important;
}
.header-main-banner .horizontalMenu>.horizontalMenu-list>li>a {
    color: white;
    font-size: 16px;
    font-weight: bold;
}
.header-main-banner .horizontalMenu>.horizontalMenu-list>li>a>i {
    color: white !important;
    font-size: 16px;
    font-weight: bold;
}


/* TEXTO */
.page-header .breadcrumb-item a, .breadcrumb-item1 a:hover, .panel-title1 a{
    color: black !important;
}
a:hover, a:focus {
    color: black !important;
}
.text-dark {
    color: black !important;
}
a.text-dark:hover, a.text-dark:focus {
    color: #ECC307 !important;
}

.header-main i{
    color:black !important;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
    background-color: #ECC307 !important;
}
.bg-background-color:before {
    background: linear-gradient(to right, rgba(255, 255, 204, 0.4), rgba(255, 229, 204, 0.4));
}
.bg-dark {
    background-color : #4B4B4B !important;
}
.sub_heading-title{
    font-size: 38px;
    color: #000;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
}


.arrow-ribbon-event{
    color: #000000;
    padding: 2px 8px;
    position: absolute;
    bottom: 10px;
    left: 0px;
    z-index: 99;
    font-size: 14px;
    background-color: #ECC307;
}

#back-to-top {
    background: var(--primary-bg-color) !important;
}
#back-to-top i {
    color: #000000 !important;
}

.container,
.container-fluid {
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1260px) {
    .container {
        max-width: 1300px;
    }
}

.text-amber{
    color: #ECC307;
}

.bg-background2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 700px !important;

    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    z-index: 1;
}

.header-text {
    position: relative;
    z-index: 2; /* Asegura que el contenido esté por encima del pseudoelemento */
}
.product-filter-desc .product-filter-icons a {
    width: 3.0em;
    height: 3.0em;
    line-height: 2.4em;
    border-radius: 1%;
    font-size: 1em;
    display: inline-block;
    vertical-align: middle;
}
.fs-20 {
    font-size: 14px !important;
    font-weight: 600;
}

.footer-links a:hover {
    color: #ECC307;
}
.owl-nav button, .owl-carousel:hover .owl-nav button {
    color: #ECC307 !important;
}
.btn-primary.disabled, .btn-primary:disabled {
    color : #FFFFFF;
    background-color : #F6D94B;
    border-color : #F6D94B;
}

.btn-primary:focus, .btn-primary.focus {
    color : #FFFFFF;
    background-color : #F6D94B;
    border-color : #F6D94B;
    box-shadow : 0 0 0 0.2rem rgba(75, 75, 75, 0.44)

}

hr.divider:after {
    content: "o" !important;
}


.circle-icon {

    border-radius: 50%; /* Hace el contenedor circular */
    background-color: #fff; /* Fondo blanco */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Sombra para el círculo */
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.circle-icon:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Incrementa la sombra */
}


/* COOKIES */
#gdpr-cookie-message button {
    border: none;

    background: #F6D94B;
    color: black;
}


button#gdpr-cookie-advanced {
    background-color: #4B4B4B !important;
    color: #ffffff;
}

#gdpr-cookie-message h4, #gdpr-cookie-message h5{
    color: black;
}
#gdpr-cookie-message a{
    color: black;
    font-weight: bold;
}


.card{
    box-shadow: var(--card-box-shodow);
    border-radius: var(--card-radius);
}

.card .item-user{
    border-top: none;
}

.border-qasiy{
    border: 1px solid #ECC307 !important;
}


.flip-effect img {
    transition: transform 0.6s;
    transform-style: preserve-3d;
}
.flip-effect:hover img {
    transform: rotateY(180deg);
}

/*Breadcrumb*/

.page-header .breadcrumb-item + .breadcrumb-item::before {
    content: "";
    height: 20px;
    background-image: url('/frontend/images/icon-peru/nazca-lines.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 5px;
    transform: rotate(180deg);
}
@media (max-width: 480px) {
    .breadcrumb-item+.breadcrumb-item::before {
        display: inline-block;
        padding-right: 0.2rem;
        padding-left: 0.7rem;
        color: #605e7e;
        content: "/";
    }
}
/*HEADER*/
.bg-background2 .header-text{
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.2);
}

.item-search-tabs .tab-content {
    border: none;
    background: transparent;
}

.banner-1 .header-text p {
    font-size: 18px;
}


/*BUTTON CERT*/

.badge-cert {
    background: var(--primary-bg-color);
    color: #111;
    font-weight:600;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 0.8rem;
    display:inline-flex;
    align-items:center;
    gap:8px;
}

.arrow-qasiy {

    padding: 2px 8px;
    position: absolute;
    top: 10px;
    left: 14px;
    z-index: 99;
}

.text-justify{
    line-height: 32px;
    font-size:16px
}

/* EFFECT PARALLAXY */
.parallax-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 350px;
}

.form-checkbox .custom-control-input:checked~.custom-control-label::before{
    background: var(--primary-bg-color);
}


.sub_heading-title{
    color: var(--color-text-bold);
}

.item7-card-img{
    box-shadow: var(--card-box-shodow);
    border-radius: var(--card-radius);
}

.bg-ribbon {
    position: absolute;
    top: 10px;
    background-color: #4B4B4B;
    opacity: 0.9;
    color: #fff;
    padding: 5px 10px;
    font-size: 0.8rem;
    font-weight: 600;
}



.search-card {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: var(--card-radius);
    padding: 8px 10px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

/* Hover elegante */
.search-card:hover {
    box-shadow: 0 10px 35px rgba(0,0,0,0.2);
}

/* Icono */
.search-icon {
    padding: 0 12px;
    color: #888;
    font-size: 18px;
}

/* Input wrapper */
.search-input-wrapper {
    flex: 1;
}

/* Input minimal */
.search-input {
    width: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    padding: 8px 0;
    background: transparent;
    border-bottom: 2px solid #eee;
    transition: border-color 0.3s;
}

/* Focus estilo premium */
.search-input:focus {
    border-bottom: 2px solid var(--color-text-bold);
}

/* Botón */
.search-button button {
    background: var(--primary-bg-color);
    border: none;

    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 500;
    transition: all 0.3s;
}

/* Hover botón */
.search-button button:hover {
    background: var(--primary-bg-color);
}

.btn-google-modern {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    width: 100%;
    padding: 10px 16px;

    background: #fff;
    color: #444;

    border: 1px solid #ddd;
    border-radius: 14px;

    font-size: 14px;
    font-weight: 500;

    text-decoration: none;

    transition: all 0.2s ease;
}

.btn-google-modern img {
    width: 20px;
    height: 20px;
}

/* Hover */
.btn-google-modern:hover {
    background: #f7f7f7;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Active click */
.btn-google-modern:active {
    transform: scale(0.98);
}


.see-all-link {
    font-weight: 500;
    font-size: 14px;
    color: var(--color-text-bold);
    text-decoration: none;
}

.see-all-link:hover {
    text-decoration: underline;
}


.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li a {
    color: #4B4B4B !important;
    font-weight: 500;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li a:hover {
    color: #ECC307 !important;
    font-weight: 500;
}


.category-scroll {
    scrollbar-width: none;
}

.category-scroll::-webkit-scrollbar {
    display: none;
}

/* Pills estilo Airbnb */
.qasiy-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: var(--card-radius);
    background: #f5f7fb;
    color: var(--color-text-bold);
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.qasiy-pill .icon {
    font-size: 12px;
    color: #777;
}

/* Hover */
.qasiy-pill-hover:hover {
    background: var(--primary-bg-color);
    transform: translateY(-2px);
}

/* Activo (IMPORTANTE) */
.qasiy-pill.active {
    background: #000;
    color: #fff;
}

.qasiy-pill.active .icon {
    color: var(--primary-bg-color);
}

.meta-number {
    font-size: 15px;
    font-weight: 700;
    color: #111;
}
.meta-left {
    gap: 10px;
}

.link-list li a:hover {
    background: rgba(0, 0, 0, 0.05);
    transform: translateX(4px);
}

.hover-region i {
    font-size: 13px;
    font-weight: bold;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background: var(--primary-bg-color) !important;
}
.nav-link:focus, .nav-link:hover {
    color: #fff !important;
    background: var(--primary-bg-color) !important;
}

.app-sidebar .side-menu__item.active:hover {
    background: var(--primary-bg-color) !important;
    color: #fff !important;
}

/* GUIAS */

/*.
                card {
                    overflow: hidden;
                    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
                    transition: all 0.3s ease;
                }
                */
/*.card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.25);
}*/
.media-container {
    position: relative;
    height: auto;
    overflow: hidden;
}
.media-container img,
.media-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
/*.media-container:hover img,
.media-container:hover video {
    transform: scale(1.05);
}*/
.media-container video {
    display: none;
}
/*.media-container:hover img {
    display: none;
}
.media-container:hover video {
    display: block;
}*/
.overlay-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    color: white;
    padding: 10px 15px;
}
.overlay-info h4 {
    margin: 0;
    font-weight: bold;
}
.city-text {
    font-size: 0.9rem;
    opacity: 0.9;
}
.badge-cert {
    background-color: #27ae60;
    font-size: 0.8rem;
}

/* MOBILE */
@media (max-width: 767px) {
    h1{
        font-size: 28px !important;
    }
    p{
        font-size: 14px !important;
    }
    .cover-image{
        height: auto !important;
        background-attachment: scroll !important;
    }
    .list-breadcrumb{
        display: none !important;
    }

    .title-main-breadcrumb h1{
        font-size: 40px;
        font-weight: 600;
    }

    .item-search-tabs .tab-content{
        padding: 5px;
    }

    .item-search-tabs .tab-content .search-card{
        padding: 6px 8px;
    }

    .item-search-tabs .tab-content .search-card .search-icon{
        font-size: 16px;
    }
    .item-search-tabs .tab-content .search-card .search-input{
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .item-search-tabs .tab-content .search-card .search-button button{
        padding: 8px 16px;
        font-size: 14px;
    }
}
