/* *** source App.css  *** */
.app-row {
  display:flex;
  flex-wrap: wrap;
  gap: 24px;
}
.app-row > div {
  flex: 1 1 calc(25% - 18px); /* 3 gaps de 24px ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬â„¢ 72px / 4 = 18px */
}
.editor-visual-editor .app-row {
    gap: 17px;
    flex-wrap: nowrap;
}
.editor-visual-editor .app-row > div {
    flex: 1;
}
.editor-visual-editor .vapp-row > .block-editor-inner-blocks > .block-editor-block-list__layout{
    display: flex;
    gap: 17px;
    flex-wrap: nowrap;
}
.editor-visual-editor .row {
    display: flex;
    flex-wrap: wrap;
}
.editor-visual-editor .row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
}
a.bnolink {
    text-decoration: none;
}
@media (min-width: 768px) {
    .editor-visual-editor .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}
/* *** backend *** */
.backend-bloque {
    border: 1px dashed #e29dff;
    padding: 5px;
}
.backend-bloque button{
    border: 1px dashed;
    border-radius: 5px;
}
.backend-bloque .components-text-control__input {
    margin-bottom: 16px;
}
.backend-bloque .components-input-control__container {
	margin-bottom: 16px;
}
.backend-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
}
.backend-col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.backend-col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.backend-col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.backend-d-flex {
    display: flex;
}
/* *** source: Hero.css *** */

.hcover {
    background: url(../img/mapiportada.jpg);
    height: 600px;
    margin-bottom: 30px;
    background-position: top center;
    background-size: cover;
    background-blend-mode: multiply;
    /* position: relative; */
    /* margin-left: -40px; */
    width: calc(100vw);
    margin-left: calc(-50vw + 547px);
    margin-top: -24px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-right: -40px; */
    /* outline: 1px dotted red; */
}
.main-content.expanded .hcover {
	width: calc(100vw - 60px);
	margin-left: calc(-50vw + 570px);
}
.backend-bloque .hcover {
    margin-left: -10%;
    margin-right: -40px;
    margin-top: 0;
    width: 120%;
    margin-bottom: 0;
}
.hcover-txt {
    /* position: absolute; */
    /* bottom: 40px; */
    /* right: 40px; */
    /* text-align: right; */
    /* left: 0; */
    /* bottom: 40px; */
    width: 580px;
    text-align: center;
}
.hcover-desc, .hcover-desc2 {
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0,0,0,1);
    font-family: 'Barlow Condensed';
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.hcover-desc {
	font-size: 62px;
	line-height: 1.2;
}
.hcover-desc2 {
	font-size: 35px;
	line-height: 1.2;
}
.hcover-button {
    padding-top: 20px;
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* display: block; */
}
.hcover-button a {
    display: inline-block;
    color: white;
    text-decoration: none;
    background-color: #c6252c;
    width: 218px;
    text-align: center;
    font-weight: 500;
    font-size: 19px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 25px;
    border-radius: var(--elborde);
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.hcover-button a:hover {
    background-color: #d80c0c;
    /* color: white; */
}
.hcover-logo {
    width: 36%;
    padding-left: 20px;
    padding-top: 14px;
}
.hcover-logo img {
    width: 100%;
}
/** visual **/
.editor-visual-editor .hcover button {
    background: rgba(255,255,255,0.5);
    font-weight: bold;
    border: 1px dashed;
}
/** visual **/
@media (max-width: 1440px) {
	.hcover,.main-content.expanded .hcover {
    /* margin-left: -20px; */
    /* margin-right: -20px; */
    /* width: auto; */
}
}
@media (max-width: 1136px) {
	.hcover {margin-left: -20px;margin-right: -20px;width: auto;height: 500px;}
}
@media (max-width: 767px) {
.hcover {
    height: 400px;
    margin-top: -25px;
}
.hcover-txt {
    bottom: 20px;
    /* right: 20px; */
    /* left: 20px; */
    width: 80%;
}
.hcover-desc {
    font-size: 45px;
}
.hcover-desc2 {
    font-size: 28px;
}
.hcover-button {}
.hcover-button a {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 19px;
    width: 209px;
}
.hcover-logo {}
.hcover-logo img {}
}
@media (max-width: 575.98px) {
.hcover {
    height: 300px;
}
.hcover-txt {
    bottom: 10px;
    right: 10px;
    width: 90%;
    padding-top: 20px;
}
.hcover-desc {
    font-size: 38px;
}
.hcover-desc2 {
    font-size: 22px;
}
.hcover-button {
    padding-top: 16px;
}
.hcover-button a {}
.hcover-logo {
    width: 50%;
    padding-top: 6px;
    padding-left: 10px;
}
.hcover-logo img {}
}
@media (max-width: 400px) {
.hcover {
    height: 265px;
}
.hcover-txt {}
.hcover-desc {
    font-size: 27px;
}
.hcover-desc2 {
    font-size: 17px;
}
.hcover-button {}
.hcover-button a {}
.hcover-logo {}
.hcover-logo img {}
}

/* *** source: AreaIcons.css *** */

.card-icons-row {
    margin-bottom: 25px;
    display: flex;
    /* display: grid; */
    /* grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); */
    gap: 20px;
}
.card-icon  {
    padding: 16px;
    border-radius: 20px;
    border-radius: var(--elborde);
    text-align: center;
    transition: margin 0.3s ease;
    background: white;
    display: flex;
    flex: 1;
    flex-direction: column;
    /* justify-content: space-between; */
}
/*
.card-icon:hover {
    margin-top: -13px;
    margin-bottom: 13px;
}
*/
.card-icon a {
    text-decoration: none;
    color: black;
}
.card-icon-img {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 26px;
    margin-top: 20px;
}
.card-icon-img img {
    width: 100%;
}
.card-icon-img svg {
    width: 100%;
    fill: #306913;
    fill: #2a2a2a;
}
.card-icon-txt {
    text-transform: uppercase;
    font-family: 'Barlow Condensed';
    font-weight: 500;
    font-size: 17px;
    line-height: 1.2;
}
.card-icon-read {
    padding-top: 8px;
}
.card-icon-read a {
    color: #0248af;
    font-weight: bold;
    text-decoration: none;
    display: block;
    background-color: #f5f7f9;
    border-radius: 20px;
    border-radius: var(--elborde);
    padding-top: 5px;
    padding-bottom: 5px;
}
.card-icon-description {
    margin-bottom: 50px;
    margin-top: 10px;
}

/***/

@media (max-width: 800px) {
	.card-icons-row {
	    gap: 16px;
	}
	.card-icon  {
	    padding: 12px;
	}
	.card-icon-img {
	    width: 45%;
	    margin-top: 10px;
	    margin-bottom: 12px;
	}
	.card-icon-txt {}
}
@media (max-width: 700px) {
	.card-icons-row {
	    display: grid;
	    grid-template-columns: repeat(3, 1fr);
	}
	.card-icon  {}
	.card-icon:hover {
	    margin-top: 0;
	    margin-bottom: 0;
	}
	.card-icon-img {}
	.card-icon-txt {}
}
@media (max-width: 400px) {
	.card-icons-row {
	    grid-template-columns: repeat(2, 1fr);
	}
	.card-icon-img {
	    width: 35%;
	}
}
/* *** source: AreaTours.css *** */

.tours-title {
    text-align: center;
}
.tours-title h2 {
    /* color: #046dc2; */
    background: white;
    border-radius: 7px;
    border-radius: var(--elborde);
    font-size: 29px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 30px;
    /* text-shadow: 1px 1px 3px rgba(0,0,0,0.2); */
    position: relative;
}
.tours-title h2:before {
    content:"";
    /* box-shadow: 0 1px 8px rgba(0,0,0, 0.2); */
    position: absolute;
    width: 98%;
    height: 50%;
    border-radius: 20px;
    left: 1%;
    bottom: 0;
    z-index: -1;
}
.tours-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
}
.cardtour {
    /* border-radius: 20px; */
    /* border-radius: var(--elborde); */
    overflow: hidden;
    margin-bottom: 50px;
    /* border: solid 1px #ccced1; */
    /* border-radius: var(--elborde); */
    text-decoration: none;
    color: inherit;
    display: block;
}
.cardtour.col-md-4 {
    width: 100%;
}
.cardtour-frame, .bcc-categoria-frame {
    position: relative;
    border-top-left-radius: var(--elborde);
    border-top-right-radius: var(--elborde);
    overflow: hidden;
}
.cardtour-frame img, .bcc-categoria-frame img {
    width: 100%;
    height: auto;
    /* border-top-left-radius: var(--elborde); */
    /* border-top-right-radius: var(--elborde); */
    transition: .5s ease-in-out;
}
.cardtour-tag, .bcc-tag {
    position: absolute;
    transform: rotate(-45deg);
    background-color: #3a3a3a;
    background-color: #83df3a;
    color: white;
    width: 179px;
    padding-top: 2px;
    padding-bottom: 3px;
    left: -41px;
    top: 32px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    z-index: 11;
}
.cardtour-tag2, .bcc-tag2 {
    background-color: #c72b2b;
}
.cardtour-top {
    position: relative;
}
.cardtour-title, .bcc-title {
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-family: 'Barlow Condensed';
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 22px;
    font-size: 18px;
    line-height: 1.2;
    /* border-bottom: solid 1px #ccced1; */
    border-right: solid 1px #ccced1;
    border-left: solid 1px #ccced1;
    /* box-shadow: 0 1px 8px rgba(0,0,0,0.2); */
    color: #046dc2;
    /* min-height: 56px; */
    text-align: center;
}
.editor-visual-editor .cardtour-title {
    padding: 0;
}
.cardtour-price,.bcc-price {
    position: absolute;
    background-color: rgba(0,15,53,0.3);
    color: white;
    border-radius: 15px;
    border-radius: var(--elborde);
    right: 10px;
    top: 8px;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    text-shadow: 1px 1px 2px black;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 9px;
    padding-bottom: 9px;
    text-align: center;
    backdrop-filter: blur(4px);
    z-index: 10;
    transition: .5s ease-in-out;
}
.cardtour:hover img, .bcc-categoria-item:hover img {transform: scale(1.3);}
.cardtour-frame:hover .cardtour-price, .bcc-categoria-frame:hover .bcc-price {
    background-color: rgba(0,15,53,0.5);
}
.cardtour-foot, .bcc-footer {
    background-color: #f5f7f9;
    background-color: white;
    padding-top: 11px;
    padding-bottom: 13px;
    padding-left: 10px;
    padding-right: 10px;
    border: solid 1px #ccced1;
    border-bottom-right-radius: var(--elborde);
    border-bottom-left-radius: var(--elborde);
}
.cardtour-txt, .bcc-txt {
    padding-bottom: 10px;
    font-size: 15px;
}
.cardtour-txt1, .bcc-txt1 {
    font-weight: 500;
    /* color: #0248af; */
    margin-bottom: 10px;
}
.cardtour-items {}
.cardtour-items > ul, .bcc-items > ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.cardtour-items > ul > li, .bcc-items > ul > li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 7px;
    line-height: 1.4;
    /* font-size: 15px; */
}
.cardtour-items > ul > li:before, .bcc-items > ul > li:before {
	content: "check_circle";
	font-family: "Material Symbols Outlined";
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 0;
	color: #4CAF50; 
	display: inline-block;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	direction: ltr;
}

.editor-visual-editor .cardtour-items > ul {padding: revert;list-style: circle;}
.editor-visual-editor .cardtour-items > ul > li {padding: 0;margin: 0;}
.editor-visual-editor .cardtour-items > ul > li:before {content: none;}


.cardtour-info {}
.cardtour-info > div {
    display: block;
    background-color: #3e850f;
    background-color: white;
    border-radius: 20px;
    border-radius: var(--elborde);
    text-align: center;
    color: white;
    color: black;
    text-decoration: none;
    font-weight: 500;
    padding-top: 4px;
    padding-bottom: 4px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.cardtour:hover .cardtour-info > div {
    /*background-color: #285d05;*/
    color: white;
	color: #046dc2;
	text-decoration:underline;
    /* color: gray; */
}
.editor-visual-editor .hcard-tour button {
    border: 1px dashed;
    border-radius: 5px;
}
@media (max-width: 991px) {
	.tours-cards {
	    column-gap: 25px;
	}
}
@media (max-width: 767px) {
	.tours-cards {
	    display: block;
	    max-width: 560px;
	    margin-left: auto;
	    margin-right: auto;
	}
}
@media (max-width: 450px) {
	.tours-title h2	{
	    font-size: 27px;
	    margin-bottom: 16px;
	}
	.cardtour-title {
	    padding-left: 16px;
	    padding-right: 16px;
	}
	.cardtour-items > ul > li {
	    margin-bottom: 4px;
	}
	.cardtour-txt1 {
	    margin-bottom: 5px;
	}
	.cardtour-foot {
	    padding-top: 9px;
	    padding-bottom: 11px;
	}
	.cardtour {
	    margin-bottom: 35px;
	}
}
@media (max-width: 400px) {
	.tours-title h2	{
    font-size: 25px;
}
}
/******/

/***/

.bcc-categorias {
    width: 100%;
}
.bcc-categorias-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* gap: 42px; */
    column-gap: 30px;
    row-gap: 40px;
}
.bcc-categoria-item {
    /* overflow: hidden; */
    display: block;
    text-decoration: none;
    color: inherit;
}
.bcc-link {}
.bcc-link > div {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: white;
    color: black;
    font-weight: 500;
    background: #3e850f;
    background-color: white;
    text-decoration: none;
    padding: 4px;
    border-radius: var(--elborde);
    transition: background-color 0.3s ease, color 0.3s ease;
}
.bcc-categoria-item:hover .bcc-link > div {
    /*background-color: #285d05;*/
    color: white;
    color: #046dc2;
    text-decoration:underline;
}

.bcc-categorias-inner {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 30px;
	row-gap: 40px;
}

@media (max-width: 1600px) {
	.bcc-categorias-inner {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 1200px) {
	.bcc-categorias-inner {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.bcc-categorias-inner {
		grid-template-columns: repeat(1, 1fr);
	}
}

/* *** source: Categorias.css *** */
.categorias-top {
    margin-bottom: 37px;
    margin-top: 10px;
}
a.cat-item {
    display: flex;
    color: #0248af;
    background: #f5f7f9;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 21px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 20px;
    border-radius: var(--elborde);
    font-size: 17px;
    padding-left: 26px;
    transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
    line-height: 1.3;
}
a.cat-item:hover {}
a.cat-item svg {
    display: inline-block;
    width: 19px;
    margin-top: -5px;
    margin-right: 16px;
    fill:#0248af;
    transition: fill 0.4s ease;
}
a.cat-item:hover  svg {
    /*fill:white;*/
}
.h-categorias.backend-bloque .block-editor-inner-blocks > div > div  {
    margin-top: 0;
    margin-bottom: 0;
}
.h-categorias.backend-bloque .h-categoria-item {
    border: 1px dashed gray;
    margin-bottom: 5px;
}
.cat-item-url-editor {
    font-size: 15px;
    color: gray;
}

@media (max-width: 450px) {
	a.cat-item {
	    padding-left: 14px;
	    /* display: flex; */
	}
	a.cat-item svg {
	    margin-right: 8px;
	    /* margin-bottom: 8px; */
	}
	span.hsvg {
    /* margin-bottom: 31px; */
}
}

/* *** source: OtrosTours.css *** */
.otrostours-title h2 {
    /* color: #0248af; */
    background: white;
    border-radius: 7px;
    border-radius: var(--elborde);
    font-size: 29px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 38px;
    margin-top: 20px;
    /* text-shadow: 1px 1px 3px rgba(0,0,0,0.2); */
    position: relative;
    text-align:center;
}
.backend-bloque .otrostours-title h2 {
    border: 1px solid gray;
}
.otrostours-title h2:before {
    content:"";
    /* box-shadow: 0 1px 8px rgba(0,0,0, 0.2); */
    position: absolute;
    width: 98%;
    height: 50%;
    border-radius: 20px;
    left: 1%;
    bottom: 0;
    z-index: -1;
}
.otrostours {background-image: url(/wp-content/themes/bmachupicchu/img/photo/vinicunca.jpg);border-radius: 20px;border-radius: var(--elborde);margin-bottom: 31px;margin-top: 31px;height: 385px;position: relative;}

/* *** source: Testimonios.css *** */


.testimonios {
    /* background-color: #ebebeb; */
    padding: 20px 0;
    padding-bottom: 0;
    text-align: center;
    border-radius: 20px;
    border-radius: var(--elborde);
    margin-bottom: 40px;
  }

  .testimonios h2 {
    margin-bottom: 25px;
    margin-top: 0;
    /* color: #046dc2; */
    font-size: 29px;
  }

  .testimonios-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    margin: 0 auto;
  }

  .testimonio {
    background: #ffffff;
    padding: 24px;
    border-radius: 12px;
    border-radius: var(--elborde);
    position: relative;
    min-width: 280px;
  }
  .testimonio-photo {}
  .testimonio-photo img {
    width: 51%;
    border-radius: 50%;
}
  .testimonio p::before {
    content: "\201F";
    font-family: sans-serif;
    font-size: 4rem;
    color: #ccc;
    position: absolute;
    top: 12px;
    left: -17px;
  }

  .testimonio p {
    font-size: 16px;
    color: #444;
    margin-bottom: 20px;
    line-height: 1.6;
    position: relative;
    font-style: italic;
    line-height: 151%;
    padding-left: 4px;
    padding-right: 4px;
  }

  .testimonio .cliente {
    font-weight: bold;
    color: #222;
  }

  .testimonio .ubicacion {
    font-size: 0.9rem;
    color: #777;
  }
  .testimonio-stars {
    margin-bottom: 10px;
    margin-top: 10px;
}
.svg-star {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
}
.svg-star svg {
    width: 20px;
    height: 20px;
    fill: #FFD700;
}
.testimonios-link {
    padding-top: 20px;
    /* padding-bottom: 20px; */
    /* display: inline-block; */
}
.testimonios-link a{
    background-color: #046dc2;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-decoration: none;
    /* font-weight: bold; */
    border-radius: var(--elborde);
    color: white;
}
.testimonios .glider-track {
    gap: 20px;
}
.testimonios-container {
    /* overflow: hidden; */
    position: relative;
}
/* *** new testimonios *** */

.testimonios {
	/*padding: 2rem;*/
}
.testimonios-grid {
	/* display: flex; */
	/* gap: 1rem; */
	/* overflow: hidden; */
}
.testimonio.glider-slide {
	align-content: start;
}
.testimonio-photo img {
	width: 50%;
	/* height: 80px; */
	object-fit: cover;
	border-radius: 50%;
	margin-bottom: 0.5rem;
}
.testimonio-stars {
	/* margin-bottom: 0.5rem; */
}
.svg-star svg {
	/* fill: #FFD700; */
}



.testimonios .glider-next, .testimonios .glider-prev {
    position: absolute;
    background: white;
    /* box-shadow: 0 1px 3px rgba(0,0,0,0.2); */
    /* font-size: 31px; */
    width: 45px;
    text-align: center;
    height: 45px;
    /* line-height: 45px; */
    border-radius: 50px;
    top: 34%;
    margin-top: -23px;
    cursor: pointer;
}
.testimonios .glider-next span, .testimonios .glider-prev span {
    font-size: 47px;
    line-height: 45px;
    /* display: block; */
}
.testimonios .glider-next {
    right: 0;
}
.testimonios .glider-prev {
    left: 0;
}

/* *** Bc Ancla *** */
.bc-ancla {
	width: 100%;
	height: 0;
	position: relative;
}
.bc-ancla > div {
	position: absolute;
	top: -80px;
}
.backend-bloque.backend-ancla {
	padding: 0.75rem 1rem;
	border: 1px dashed #ddd;
	background: #f9f9f9;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 14px;
	color: #555;
}

/* *** source: FAQ.css *** */
.faq {
    /* max-width: 800px; */
    margin: auto;
    background: #fff;
    border-radius: 20px;
    border-radius: var(--elborde);
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    padding: 30px;
}

.faq h2 {
    margin-bottom: 25px;
    margin-top: 0;
    /* color: #046dc2; */
    font-size: 29px;
    /* text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); */
}

.pregunta {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.pregunta-header {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    cursor: pointer;
}

.pregunta h3 {
    font-size: 1.05rem;
    color: #0248af;
    margin: 0;
    padding-top: 5px;
    text-align: left;
}

.faq-icono {
    font-size: 1.5rem;
    color: #0248af;
    transition: transform 0.3s ease;
    user-select: none;
    padding-left: 10px;
}

.pregunta.open .faq-icono {
    transform: rotate(45deg); /* convierte + en ÃƒÆ’Ã¢â‚¬â€ visualmente */
}

.respuesta {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    color: #333;
    line-height: 1.6;
}

.pregunta.open .respuesta {
    max-height: 300px;
    margin-top: 10px;
}

.respuesta {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: all 0.4s ease;
    color: #333;
    line-height: 1.6;
    margin-top: 0;
  }
.respuesta-text p {
    margin: 0;
}
  
  .respuesta.visible {
    max-height: 300px; /* ajusta segÃƒÆ’Ã‚Âºn tu contenido */
    opacity: 1;
    margin-top: 10px;
  }
  
@media (max-width: 767px) {
	.faq {
	    padding-left: 0;
	    padding-right: 0;
	}
}


/* *** bc-card-incluye *** */

.card-incluye-container {}
.card-incluye-row {
	margin-bottom: 25px;
    display: flex;
    gap: 20px;
}
.card-incluye {
    border: 1px solid #52aaf1;
    border-radius: var(--elborde);
    display: flex;
    flex: 1;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}
.backend-bloque .card-incluye {
    display: block;
}
.card-incluye:before {
	/* content: "check"; */
	font-family: "Material Symbols Outlined";
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	position: absolute;
	left: -9px;
	top: -11px;
	/* right: -9px; */
	color: white;
	background: #4CAF50;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	direction: ltr;
	display: block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.backend-bloque .card-incluye:before {
    content: unset;
}
.card-incluye-inner {
    padding-top: 14px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 14px;
}
.card-incluye-imagen, .card-incluye-svg {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.card-incluye-imagen img {
    width: 100%;
    height: auto;
}
.card-incluye-txt {
    text-align: left;
}
.card-incluye-description {
    /* margin-bottom: 50px; */
}
.backend-bloque .card-incluye-description {
    margin-bottom: 0;
}
.card-incluye-actions {
    text-align: right;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 8px;
}
.card-incluye-img-uploader {
    min-height: 80px;
}
.card-incluye-img-uploader img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.components-button.card-incluye-button {
    font-size: 12px;
    padding: 0 8px;
    height: 32px;
    /* line-height: 1; */
}
.card-incluye-actions button{
    width: 17px!important;
    height: 26px;
    padding: 0!important;
}
.card-incluye-button {}
@media (max-width: 800px) {
	.card-incluye-row {
	    column-gap: 16px;
		row-gap:24px;
	    display: grid;
	    grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 600px) {
	.card-incluye-row {
	    grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 450px) {
	.card-incluye-row {
	    /* grid-template-columns: repeat(1, 1fr); */
	}
}
/****************************************************************/

/* *** source: GaleriaImagenes.css *** */
.imagen-principal {opacity: 1;transition: opacity 0.4s ease-in-out; /* Define la transiciÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â³n de opacidad */border-radius: 16px;border-radius: var(--elborde);width: 100%;}

.imagen-principal.fade-out {
	opacity: 0;
}
.imagen-mini {
border-radius: 16px;
border-radius: var(--elborde);
width: 100%;
height: 33.3333%;
object-fit: cover;
cursor: pointer;
}

/** t top **/

h2.t-1 {
    font-family: 'Barlow Condensed';
    font-size: 33px;
    line-height: 1.1;
}
h2.t-1 {
    margin-bottom: 30px;
    color: #046dc2;
    /* text-shadow: 1px 1px 3px rgba(0,0,0,0.2); */
}

.t-top {}
.t-top-titulo {
    /* margin-top: 19px; */
}
.t-l-row {
    margin-bottom: 30px;
}
.backend-blox .t-l-row {
    margin-bottom: 0;
}
.backend-blox .t-l-row > div > div > div {}
.t-l {
    display: flex;
    gap: 11px;
    padding-bottom: 11px;
}
.t-l > div {}
.t-l-icon {}
.t-l-icon svg {
    width: 20px;
}
.t-l-text {
    font-size: 14px;
}
.t-l-text > div {
    padding-top: 3px;
}
.t-price {
    /* margin-top: 26px; */
    background-color: white;
    border: solid 1px #e1e1e1;
    /* box-shadow: 0 1px 14px rgba(0,0,0,0.2); */
    border-radius: 20px;
    border-radius: var(--elborde);
    top: 10px;
    padding-top: 14px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    text-align: center;
    margin-left: 29px;
}
#cloneprice.t-price {
    display: none;
}
.t-price-text {
    color: #0248af;
    font-weight: bold;
    font-size: 20px;
}
.t-price-number {
    font-family: 'Barlow Condensed';
    font-weight: 600;
    font-size: 35px;
    line-height: 100%;
}
.t-price-pax {
    font-weight: bold;
    font-size: 18px;
}
.t-price-dispo {
    font-size: 15px;
}
.t-price-button {
    padding-top: 10px;
    padding-bottom: 10px;
}
.t-price-button a {background: #046dc2;}
.t-price-button button {}
.t-price-respuesta {
    font-size: 15px;
    font-weight: bold;
    color: #3273ad;
}
.t-row {
    display: flex;
}
.t-top-col1 {
    width: 74.5%;
}
.t-top-col2 {
    width: 25.5%;
}
.backend-row.t-l-row > div {
    width: 100%;
}
.backend-row.t-l-row > div > div {
    display: flex;
    flex-wrap: wrap;
    /* width: 100%; */
}
.backend-row.t-l-row > div > div > div {
    width: 50%;
    margin-top: 0;
    margin-bottom: 15px;
}
@media (max-width: 1300px) {
	.t-top-col1	{
	    width: 70%;
	}
	.t-top-col2	{
	    width: 30%;
	}
	.t-price {
	    margin-left: 19px;
	}
}
@media (max-width: 900px) {
	.t-top-col1	{
	    width: 65%;
	}
	.t-top-col2	{
	    width: 35%;
	}
	.t-l-text {
	    line-height: 1.2;
	}
}
@media (max-width: 767px) {
	.t-top-col1	{
	    width: 60%;
	}
	.t-top-col2	{
	    width: 40%;
	}
}
@media (max-width: 600px) {
	.t-top-col1	{
	    width: 100%;
	}
	.t-top-col2	{
		display: none;
	}
	#cloneprice.t-price {
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
	    max-width: 315px;
	    margin-bottom: 18px;
	    margin-top: -15px;
	}
}
@media (max-width: 450px) {
	h2.t-1 {
    font-size: 28px;
    line-height: 1.1;
}
}
/** t separator **/
.t-separator {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}
.t-separator::after {
    content:"";
    display: block;
    height: 2px;
    background: linear-gradient(to right, 
    transparent 0%, 
    #cccccc 15%, 
    #cccccc 85%,
    transparent 100%);
}
.backend-bloque .t-separator::before {
	content:"Separador";
	position: absolute;
	display: block;
	background: white;
	top: 19px;
	font-size: 15px;
	/* outline: 1px dotted; */
	width: 100px;
	text-align: center;
	left: 50%;
	margin-left: -50px;
}
/** t titulo **/
h1.t-0, h2.t-0 {
	font-family: 'Barlow Condensed';
	font-size: 37px;
	color: #046dc2;
	/* text-shadow: 1px 1px 3px rgba(0,0,0,0.2); */
	margin-bottom: 24px;
	text-align:center;
}
h2.t-2 {
    font-family: 'Barlow Condensed';
    font-size: 33px;
    color: #046dc2;
    /* text-shadow: 1px 1px 3px rgba(0,0,0,0.2); */
    margin-bottom: 24px;
}
.t-icon svg {
    width: 25px;
    fill: #046dc2;
    margin-top: -7px;
    margin-right: 9px;
}
/* t titulo editor */
.bc-select-icon {}
.bc-select-icon button {
    width: 40px;
    height: 40px;
}
.bc-select-icon button svg {
    width: 100%;
}
@media (max-width: 450px) {
	h2.t-2 {
    font-size: 28px;
    line-height: 1.1;
}
	.t-icon svg {
    margin-right: 7px;
    width: 23px;
}
}
/** t itinerario day **/ 

.t-itinerario-day {
    position: relative;
    overflow: hidden;
}
.t-itinerario-day:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 25px;
    height: 100%;
    border-left: 1px solid #b1d39b;
    z-index: 1;
}
.t-itinerario-day-titulo {
    display: flex;
    align-items: center;
}
.t-itinerario-day-numero {
    background: #599930;
    color: white;
    text-align: center;
    border-radius: var(--elborde);
    padding-top: 5px;
    padding-bottom: 5px;
    width: 50px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    z-index: 2;
}
.t-itinerario-day-numero span {
    display: block;
}
.t-itinerario-day-numero span:first-child {
    line-height: 1;
}
.t-itinerario-day-numero span:last-child {
    font-size: 24px;
    line-height: 1;
    padding-top: 2px;
    font-weight: 500;
}
.t-itinerario-day-titulo h4 {
    font-size: 20px;
    margin: 0;
    position: relative;
    /* flex: 1; */
}
.t-itinerario-day-titulo h4:after {
    content:"";
    display: block;
    border-top: 1px solid #599930;
    position: absolute;
    left: 0;
    top: 18px;
    width: 50px;
    z-index: 1;
}
.t-itinerario-day-titulo h4 > span {
    display: block;
    border: 1px solid #599930;
    background: white;
    padding: 5px 20px;
    border-radius: var(--elborde);
    margin-left: 11px;
    position: relative;
    z-index: 2;
}
.t-itinerario-day-descripcion {
    padding-left: 60px;
    padding-top: 6px;
    padding-bottom: 10px;
	font-size: 15px;
}
.backend-bloque .t-itinerario-day-descripcion p {
    margin-top: 5px;
    margin-bottom: 10px;
}
.t-itinerario-day-descripcion > ul, .backend-bloque .t-itinerario-day-descripcion ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
    /* outline: 1px dotted; */
}
.t-itinerario-day-descripcion > ul > li, .backend-bloque .t-itinerario-day-descripcion ul > li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 7px;
}
.t-itinerario-day-descripcion > ul > li:before, .backend-bloque .t-itinerario-day-descripcion ul > li:before {
    content: "arrow_right";
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 2px;
    color: #599930;
    display: inline-block;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    direction: ltr;
}
@media (max-width: 767px) {
	.t-itinerario-day-titulo h4 {
	    font-size: 18px;
	    flex: 1;
	}	
}
@media (max-width: 520px) {
	.t-itinerario-day-titulo h4 {
	    font-size: 17px;
	}
	.t-itinerario-day-titulo h4 > span {
	    padding: 5px 13px;
	    margin-left: 9px;
	}
	.t-itinerario-day-descripcion > ul > li {
	    padding-left: 12px;
	    line-height: 1.4;
	}
	.t-itinerario-day-descripcion > ul > li:before {
	    left: -8px;
	}
	.t-itinerario-day-numero {
	    width: 38px;
	    padding-top: 4px;
	    padding-bottom: 4px;
	    /* flex: 1; */
	}
	.t-itinerario-day-numero span {}
	.t-itinerario-day-numero span:first-child {
	    font-size: 14px;
	}
	.t-itinerario-day-numero span:last-child {
	    font-size: 20px;
	}
	.t-itinerario-day:before {
	    left: 19px;
	}
	.t-itinerario-day-descripcion {
	    padding-left: 48px;
	}
}
@media (max-width: 450px) {
	.t-itinerario-day-titulo h4 > span {
    padding: 5px 10px;
}
}
/** t includes **/

.t-includes {}
.t-includes-inner {}
.t-includes-titulo {
    position: relative;
}

.t-includes-titulo h4 {
    font-size: 20px;
    color: #3d850e;
}
.backend-bloque .t-includes-titulo h4 {
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 20px;
}
.t-includes-content {
    position: relative;
    /* padding-left: 33px; */
    overflow: hidden;
    padding-bottom: 15px;
    padding-top: 10px;
    font-size: 15px;
}
.backend-bloque .t-includes-content ul {
    margin-top: 0;
    margin-bottom: 20px;
}
.t-includes-content > ul {
    padding: 0;
    list-style: none;
    margin: 0;
    padding-left: 33px;
}
.t-includes-content > ul > li {
    position: relative;
    margin-top: 7px;
    margin-bottom: 7px;
}
.t-includes-content > ul > li:before 
{
    content: "";
    position: absolute;
    left: -25px;
    top: 7px;
    background: #599930;
    border-radius: 50%;
    display: block;
    width: 5px;
    height: 5px;
}

/** t incluye **/
.t-subsection {
    margin-top: 22px;
    margin-bottom: 22px;
    border-bottom: #cccccc solid 1px;
}
.backend-bloque .t-subsection::before {
	content:"Separador PequeÃ±o";
	position: absolute;
	display: block;
	background: white;
	top: 19px;
	font-size: 13px;
	/* outline: 1px dotted; */
	width: 140px;
	text-align: center;
	left: 50%;
	margin-left: -70px;
}
.t-incluye-lista {
    font-size: 15px;
}
.t-incluye-lista > ul, .backend-bloque .t-incluye-lista ul{
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
}
.t-incluye-lista > ul > li, .backend-bloque .t-incluye-lista ul > li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 7px;
}
.t-incluye-lista > ul > li:before, .backend-bloque .t-incluye-lista ul > li:before {
    content: "check";
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 3px;
    color: #599930;
    /* color: #2183ff; */
    display: inline-block;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    direction: ltr;
}
.t-incluye-lista.t-not > ul > li:before, .backend-bloque .t-incluye-lista.t-not ul > li:before {
	content: "close"; color: gray
}
.t-incluye h4 {
    color: #0248af;
    font-size: 19px;
    margin-top: 25px;
}
.t-incluye h5 {
    font-size: 17px;
    font-style: italic;
}
/** t mapa **/

.t-mapa {}
.t-mapa-map {
    border: 1px solid #bdbdbd;
    border-radius: var(--elborde);
    overflow: hidden;
    background-color: #bdbdbd;
    padding: 0;
}
.mapa-container {}
.mapa-img {
    /* border-radius: var(--elborde); */
    /* overflow: hidden; */
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    /* border-radius: var(--elborde); */
}
.mapa-img a {
    border: 0;
}
.mapa-img a img {
    width: 100%;
    border-radius: var(--elborde);
}
.mapa-multiple {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.mapa2-img {}
.mapa2-img img {
    width: 100%;
    border-radius: var(--elborde);
}
@media (max-width: 767px) {
	.mapa-img {}
    .mapa-multiple {
    display: block;
}
    .mapa2-img {
    margin-bottom: 20px;
}
}
/** t mapa backend **/

.map-panel {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 10px;
}
.map-panel button.components-button, .map-panel-add button.components-button {
    border-radius: 5px;
    padding: 5px 16px;
}
.map-panel button.components-button.mpb-imagen {
    border: green 1px solid;
    color: green;
    box-shadow: none;
    margin-bottom: 10px;
}
.map-panel button.components-button.mpb-eliminar {border: #cc1818 solid 1px;}
.map-backend {
    background: #fff3cd;
    padding: 1em;
    border: 1px solid #ffeeba;
    border-radius: 4px;
}
.map-panel-add {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 10px;
    text-align: center;
}
.map-panel-add button.components-button.mpb-agregar {}

/** t porque **/
.t-porque-main {}
.t-porque-row {
    display: flex;
    gap: 20px;
}
.t-porque-inner {
    padding: 14px;
}
.t-porque {
    background: white;
    font-size: 15px;
    border-radius: var(--elborde);
    /* padding: 14px; */
    /* min-height: 175px; */
    border: 1px solid #cccccc;
    flex: 1;
    /* box-shadow: 0 1px 12px rgba(0,0,0,0.2); */
}
.t-porque h5 {
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
}
.t-porque h5 strong {
    font-weight: 500;
}

@media (max-width: 767px) {
	.t-porque-row {
	    display: block;
	}
	.t-porque-inner {}
	.t-porque {
	    margin-bottom: 20px;
	}
}










/* *** sliders *** */


/* Contenedor principal */
.otrostours-wrapper {
	margin: 2rem 0;
	/* padding: 1rem; */
	/* background-color: #f8f8f8; */
	border-radius: 12px;
	overflow: hidden;
}

/* TÃƒÆ’Ã‚Â­tulo */
.otrostours-title {
	text-align: center;
	margin-bottom: 1.5rem;
}

.otrostours-title h2 {
	font-size: 1.8rem;
	/* color: #046dc2; */
	margin: 0;
}

/* Contenedor del slider */
.otrostours-glider {
	position: relative;
	width: 100%;
}

/* Cada slide */
.otrostours-glider .glider-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* padding: 1rem; */
	box-sizing: border-box;
	position: relative;
}

/* Imagen de fondo del slide */
.slide-image {
	width: 100%;
	height: 400px;
	background-size: cover;
	background-position: center;
	border-radius: 8px;
	/* margin-bottom: 1rem; */
}
.otrostour-txt1 {
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    font-size: 44px;
    /* width: 498px; */
    font-family: 'Barlow Condensed';
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.otrostour-button {
    position: absolute;
    bottom: 28px;
    width: 100%;
    left: 0;
}
.otrostour-button a {
	 display: block;
	 color: white;
	 text-decoration: none;
	 background-color: #046dc2;
	 width: 246px;
	 text-align: center;
	 font-weight: 500;
	 font-size: 18px;
	 padding-top: 6px;
	 padding-bottom: 6px;
	 border-radius: 25px;
	 border-radius: var(--elborde);
	 /* text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); */
	 margin-left: auto;
	 margin-right: auto;
}

.otrostour-button a:hover {
	background-color: #005c88;
}

/* Flechas del slider */
.glider-prev,
.glider-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	border: none;
	font-size: 2rem;
	cursor: pointer;
	padding: 0.2rem 0.6rem;
	z-index: 10;
	border-radius: 4px;
}

.glider-prev {
	left: 10px;
}

.glider-next {
	right: 10px;
}

/* Dots del slider */
.otrostours-glider .glider-dots {
	display: flex;
	justify-content: center;
	margin-top: 11px;
	gap: 8px;
	/* padding-top: 5px; */
}
.otrostours-glider .glider-next, .otrostours-glider .glider-prev {
    position: absolute;
    background: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    /* font-size: 31px; */
    width: 45px;
    text-align: center;
    height: 45px;
    /* line-height: 45px; */
    border-radius: 50px;
    top: 50%;
    margin-top: -23px;
    cursor: pointer;
}
.otrostours-glider .glider-next span, .otrostours-glider .glider-prev span {
    font-size: 31px;
    line-height: 45px;
    /* display: block; */
}
.otrostours-glider .glider-next {
    right: 15px;
}
.otrostours-glider .glider-prev {
    left: 15px;
}
.otrostours-glider .glider-next.disabled, .otrostours-glider .glider-prev.disabled {}

.glider-dots button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: none;
	background-color: #ccc;
	cursor: pointer;
	padding: 0;
}

.glider-dots .glider-dot.active {
	background-color: #0073aa;
}

@media (max-width: 450px) {
	.slide-image {
	    height: 280px;
	}
	.otrostour-txt1 {
	    font-size: 37px;
	}
	.otrostour-button {
	    bottom: 14px;
	}
	.otrostour-button a {
	    background-color: #046dc2a8;
	}
	.otrostours-glider .glider-next {
	    right: 10px;
	}
	.otrostours-glider .glider-prev {
	    left: 10px;
	}
}
/**/



/** BC bc-tour-gallery  **/

.bc-tour-gallery {
	display: flex;
	margin-bottom: 22px;
	/* gap: 25px; */
}
.backend-bloque .bc-tour-gallery {
    overflow: hidden;
}
.bc-tour-gallery .main-column {
	width: 74.5%;
	position: relative;
}

.bc-tour-gallery .main-image {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.bc-tour-gallery .arrow, .bc-tour-gallery .arrow2{
	/* position: absolute; */
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, 0.4);
	color: white;
	border: none;
	/* padding: 0.5rem 1rem; */
	width: 52px;
	height: 52px;
	text-align: center;
	line-height: 52px;
	cursor: pointer;
	font-size: 1.5rem;
	z-index: 1;
	border-radius: 50%;
	transition: background-color 0.2s ease;
	user-select: none;
}

.bc-tour-gallery .arrow:hover, .bc-tour-gallery .arrow2:hover {
	background-color: rgba(0, 0, 0, 0.6);
}

.bc-tour-gallery .arrow.left, .bc-tour-gallery .arrow2.left{
	left: 10px;
}

.bc-tour-gallery .arrow.right, .bc-tour-gallery .arrow2.right {
	right: 10px;
}
.bc-tour-gallery .space-column {
    /* width: .5%; */
}
.bc-tour-gallery .thumb-column {
	width: 25.5%;
}
.bc-tour-gallery.is-frontend .thumb-column {
	position: relative;
}
.bc-tour-gallery .thumb-items {
    display: flex;
    flex-direction: column;
    gap: 18px;
    scroll-behavior: smooth;
    /* padding-right: 4px; */
}
.thumb-items-backend {
    /* display: grid; */
    padding-left: 5px;
}
.thumb-items-backend > div {margin-bottom: 7px;border: 1px dashed;border-radius: 8px;overflow: hidden;}
.thumb-items-backend > div > img {
    display: block;
}
.thumb-buttons {display: flex;gap: 5px;position: absolute;top: 5px;right: 5px;}
.editor-visual-editor .thumb-buttons button {
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 0px 8px;
    border-style: solid;
    height: 27px;
    box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
    outline: none;
}
.editor-visual-editor .thumb-buttons button span {
    height: 27px;
    line-height: 27px;
}
.editor-visual-editor .thumb-buttons button:focus {
    outline: 0;
    box-shadow: none;
}
.editor-visual-editor button.th-move {
    border-color: black;
}
.editor-visual-editor button.th-move:hover {
    color: #ffca00;
    background: black;
}
.editor-visual-editor button.th-move:disabled {
    color: gray;
    background: rgba(0,0,0,0.5);
    border-style: dashed;
    border-color: #363636;
}
.editor-visual-editor button.th-close {
    background: rgba(150,0,0,0.7);
    border-color: rgb(150,0,0);
}
.editor-visual-editor button.th-close:hover {
	background-color:rgb(150,0,0);
	color:#ffca00;
}
.bc-tour-gallery.is-frontend .thumb-items {
    height: 100%;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    left: 28px;
    /* margin-left: -20px; */
    right: 0;
    bottom: 0;
    /* width: 100%; */
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
    padding-bottom: 6px;
}
.bc-tour-gallery.is-frontend .thumbnail {
	width: 100%;
	border: 2px solid;
	border-color: white;
	object-fit: cover;
	cursor: pointer;
	border-radius: 8px;
	opacity: 0.6;
	transition: opacity 0.2s, border 0.2s;
}

.bc-tour-gallery.is-frontend .thumbnail:hover {
	opacity: 1;
}

.bc-tour-gallery.is-frontend .thumbnail.selected {
	/* border: 3px solid #007cba; */
	border-color: #007cba;
	/* outline: 3px solid; */
	box-shadow: inset 0 0 12px 16px black;
	opacity: 1;
	/* display: block; */
}
.bc-tour-gallery .nav-buttons, .bc-tour-gallery .nav-buttons-mobile {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}
.bc-tour-gallery .nav-buttons-mobile {
	display:none;
}
.bc-tour-lightbox {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.bc-tour-lightbox a {
    color: white;
    text-decoration: none;
    display: block;
    /* border: 1px solid; */
    /* border-radius: 5px; */
    display: none;
    opacity: 0.8;
    /* outline: 1px dotted; */
}
.bc-tour-lightbox a:hover {
	opacity:1;
}
.bc-tour-lightbox a.selected {
    display: block;
}
.bc-tour-lightbox a span {
    display: block;
    /* width: 32px; */
    /* height: 32px; */
    /* line-height: 32px; */
    font-size: 36px;
    /* padding: 5px; */
}
.bc-tour-lightbox a span:before {
    font-size: 28px;
}
.backend-bloque .bc-tour-gallery .nav-buttons {
    top: 150px;
    padding: 0;
}
.backend-bloque .bc-tour-gallery .nav-buttons button {
    background: rgba(255,255,255,0.5);
}
/* Estilos del scrollbar */
.bc-tour-gallery .thumb-items::-webkit-scrollbar {
	width: 6px;
}

.bc-tour-gallery .thumb-items::-webkit-scrollbar-track {
	background: transparent;
}

.bc-tour-gallery .thumb-items::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}

.bc-tour-gallery .thumb-items::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 991px) {
	.bc-tour-gallery .main-column {
	    width: 76%;
	}
	.bc-tour-gallery .thumb-column {
	    width: 24%;
	}
	.bc-tour-gallery.is-frontend .thumb-items {
	    left: 18px;
	}
}
@media (max-width: 600px) {
	.bc-tour-gallery {
	    display: block;
	}
	.bc-tour-gallery .main-column {
	    width: 100%;
	}
	.bc-tour-gallery .thumb-column {
	    width: 100%;
	    padding-top: 10px;
	}
	.bc-tour-gallery.is-frontend .thumb-items {
	    left: 10px;
	    gap: 2%;
	    position: static;
	    display: flex;
	    flex-direction: row;
	}
	.bc-tour-gallery .nav-buttons {
		display:none;
	}
	.bc-tour-gallery .nav-buttons-mobile {
		display:flex;
	}
	.bc-tour-gallery .arrow2 {
	    /* background-color: transparent; */
	    width: 40px;
	    height: 40px;
	    line-height: 40px;
	}
	.bc-tour-gallery.is-frontend .thumbnail {
	    width: 32%;
	}
}
@media (max-width: 450px) {
	
}


/** BC BotonInfo  **/

.bc-botoninfo a {
	display: block;
	max-width: 250px;
	padding: 6px 20px;
	background: #eee;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	transition: background-color 0.4s ease, color 0.4s ease;
}


/** BC Categorias 2 **/
.bc-cat-items-container {
    background-color: #f3f3f3;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 20px;
}
.bc-cat-items-container h2 {
    font-size: 1.8rem;
    color: #046dc2;
    text-align: center;
    margin-bottom: 20px;
}
.bc-cat-items-container.backend-bloque h2 {
    margin-top: 0;
}
.bc-cat-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 22px;
    row-gap: 18px;
}
.bc-cat-item {
    background-color: white;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}
.bc-cat-item-img {
    position: relative;
    overflow: hidden;
}
.bc-cat-item-img::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 108%;
	height: 22px;
	background-color: white;
	clip-path: polygon(0 100%, 0 0, 100% 100%);
	pointer-events: none;
}
.bc-cat-item-img img {
    width: 100%;
    transition: .5s ease-in-out;
    /* display: block; */
}
.bc-cat-item:hover img {
	transform: scale(1.3);
}
.bc-cat-item-txt {
    text-align: center;
    font-weight: 500;
    line-height: 1.2;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 6px;
    padding-bottom: 69px;
}
.bc-cat-item-link {
    text-align: center;
    position: absolute;
    bottom: 17px;
    left: 0;
    width: 100%;
}
.bc-cat-item-link > div {
    background-color: #3478c9;
    color: white;
    text-decoration: none;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 20px;
	transition: padding 0.3s ease, background-color 0.3s ease;
}
.bc-cat-item:hover .bc-cat-item-link > div {
	padding-left: 25px;
    padding-right: 25px;
	background-color: #4b4f54;
}
.bc-cat-items-backend {}
.bc-cat-item-backend {
    padding: 8px;
    position: relative;
}
.bc-cat-item-backend-img {
    position: relative;
    min-height: 100px;
}
.bc-cat-item-backend-img button.components-button {
    position: absolute;
    background: rgba(255,255,255,0.8);
}
.bc-cat-item-backend-txt {}
.bc-cat-item-backend-link {
    font-size: 14px;
}
.bc-cat-item-backend-actions {
    position: absolute;
    top: 8px;
    right: 9px;
    zoom: 0.8;
}
.bc-cat-item-backend-actions button.components-button.has-icon {
    background: rgba(255,255,255,0.7);
    border-style: solid;
    padding: 3px;
    margin-left: 4px;
}
.bc-cat-item-backend button.backend-button-trash {

}
.bc-cat-item-additem {
    padding-top: 16px;
}
.bc-cat-item-additem button {
    background: white;
}


@media (max-width: 767px) {
	.bc-cat-items {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 450px) {
	.bc-cat-items {
        grid-template-columns: repeat(1, 1fr);
    }
}


/*****************************************/

.ncat-header {
    background-color: #046dc2;
    padding: 10px 10px;
    border-radius: var(--elborde);
    margin-bottom: 25px;
    overflow-x: auto;
}
.ncat-header ul {
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    /* padding-right: 10px; */
    /* margin-right: 10px; */
    /* border-radius: var(--elborde); */
}
.ncat-header ul > li > a {
    /* background: white; */
    color: white;
    border-radius: 20px;
    padding: 5px 14px;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid;
	display: block;
	text-decoration:none;
}
.ncat-header ul > li > a:hover {
	background-color: #05599d;
}
.ncat-header ul > li.isselected > a {
    background-color: white;
    color: #046dc2;
}
.ncat-body {}
.ncat-body .ncat-item {
    display: none;
}
.ncat-body .ncat-item.isselected {
    display: block;
}
@media (max-width: 767px) {
	.ncat-header {
		/* overflow-x: hidden; */ /* Ocultamos barra ya que vamos a mover con transform */
		/* white-space: nowrap; */ /* Para que el contenido no salte de línea */
		/* position: relative; */
		}
	.ncat-header ul {
		/* will-change: transform; */
	}
}
/** titulo normal **/ 
h1.t-normal, h2.t-normal, h3.t-normal, h4.t-normal {
	font-family: 'Barlow Condensed';
	margin-bottom: 24px;
	margin-top: 0;
	font-size: 33px;
	color: #046dc2;
}
/** mensaje sucesss **/

.cf-success {
	border: 1px solid green;
	color: green;
	background: #fffbdc;
	border-radius: 5px;
	padding: 13px;
	font-size: 17px;
	margin-bottom: 23px;
	box-shadow: 2px 2px;
}

/** testimonios **/
/* ---------- Tabs ---------- */

.bc-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.bc-tab {
    padding: 10px 18px;
    border-radius: 6px;
    border: 1px solid #ccc;
    background: #f1f1f1;
    cursor: pointer;
    transition: 0.25s;
}

.bc-tab.active {
    background: #333;
    color: #fff;
}

/* ---------- Contenido con animación ---------- */

.bc-tab-content {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .4s ease, transform .4s ease;
    display: none;
}

.bc-tab-content.active {
    opacity: 1;
    transform: translateY(0);
    display: block;
}

/* ---------- Grid de testimonios ---------- */

.bc-testimonios-grid {
    display: grid;
    gap: 20px;
}

.columnas-1 { grid-template-columns: 1fr; }
.columnas-2 { grid-template-columns: repeat(2, 1fr); }

/* Responsive */
@media(max-width: 768px) {
    .columnas-2 {
        grid-template-columns: 1fr;
    }
}

/* Tarjeta */
.bc-testimonio-item {
    border: 1px solid #ddd;
    padding: 18px;
    border-radius: 10px;
    background: #fff;
}
.columnas-1 .bc-testimonio-item > div {
    display: flex;
}
.bc-testimonio-items {
	display: flex;
	margin-bottom: 17px;
}
.columnas-1 .bc-testimonio-img {
    width: 150px;
    flex-shrink: 0;
}
.columnas-1 .bc-testimonio-details {
    flex: 1;
    padding-left: 20px;
}
.bc-testimonio-item2 {
	flex:1;
	padding-left: 26px;
	padding-top: 10px;
}
.columnas-1 .bc-testimonio-img img {
    width: 100%;
    border-radius: 121px;
}
.columnas-2 .bc-testimonio-img img {
    height: 100px;
    border-radius: 121px;
}

/* ---------- Estrellas ---------- */

.bc-testimonio-stars {
    margin: 10px 0;
    display: flex;
    gap: 4px;
}

.bc-testimonio-stars .bc-star {
    width: 20px;
    height: 20px;
}

/* Texto */
.bc-testimonio-nombre {
    font-size: 15px;
    margin-bottom: 14px;
}
.columnas-2 .bc-testimonio-nombre {
	text-align:left;
}

.bc-testimonio-texto {
    font-size: 14px;
    line-height: 1.4;
    opacity: 0.85;
}

.leer-mas-btn {
    background: none;
    border: none;
    padding: 0;
    /* margin-top: 6px; */
    color: #0066cc;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

.leer-mas-btn:hover {
    text-decoration: underline;
}
/* Flecha */
.leer-mas-btn .flecha {
    transition: transform 0.5s ease;
    fill: #3384d6;
}
.leer-mas-btn .leer2 {
	display:none;
}
/* Flecha rotada cuando está abierto */
.flecha.flecha2 {
    transform: rotate(180deg);
}

@media(max-width: 768px) {
    .columnas-1 .bc-testimonio-img {
    margin-left: auto;
    margin-right: auto;
}
	.columnas-1 .bc-testimonio-item > div {
    display: block;
}
	.columnas-1 .bc-testimonio-stars {
    text-align: center;
    /* display: inline-block; */
    display: block;
    margin-left: auto;
}
	.columnas-1 .bc-testimonio-nombre {
    text-align: center;
}
	.columnas-1 .bc-testimonio-details {
    padding-left: 0;
}
	.bc-testimonio-item2 {
    padding-left: 15px;
}
}