.xplora-totales-container {
	padding: 25px;
	background-color: #FFFCFB;
	margin-top: 1.5rem;
}

.xplora-totales-tour{
	margin-top: 1rem;
}

.xplora-totales-tour > *{
	display: none;
}

.xplora-totales-tour > *:last-child {
	display: block;
}

.xplora-totales-info {
	display: flex;
	justify-content: space-between;
}

.xplora-totales-info svg {
	width: 40px;
	height: 40px;
}

.xplora-totales-info p {
	width: calc( 100% - 50px );
}

.xplora-condiciones-link {
	width: fit-content;
	margin: 0 auto;
}

.xplora-tour-total > h3 {
	width: 100%;
	padding: 5px 2px;
	font-family: 'PT Serif',Georgia,"Times New Roman",serif;
	font-size: 18px !important;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: center;
}

.xplora-totales-info p,
.xplora-totales-info p a,
.xplora-condiciones-link a {
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
	color: #292929;
}

.xplora-totales-info p,
.xplora-totales-info p a {
	font-size: 12px;
	line-height: 17px;
	text-align: left;
}

.xplora-condiciones-link a {
	font-size: 11px;
	line-height: 15px;
	text-align: center;
}

.xplora-totales-info p a,
.xplora-condiciones-link a {
	text-decoration: underline;
	transition: .3s color;
}

.xplora-totales-info p a:hover,
.xplora-condiciones-link a:hover {
	color: #F47E42;
	text-decoration: underline;
}

/* Accordion CSS */
 .xplo-producto-faq--item,
 #preguntas-destacadas-single {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #fff;
	border-style: solid;
 }
 .xplo-producto-faq--item .panel,
 #preguntas-destacadas-single .panel {
	background-color: transparent;
 }
.accordion,
.accordion-faq,
.accordion-preg-dest {
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: left;
	outline: none;
	transition: 0.4s;
	border: none;
	background-color: transparent;
}
.accordion:hover,
.accordion-faq:hover,
.accordion-preg-dest:hover {
	background-color: #f9f9f9;
}
.accordion-faq.active,
.accordion-preg-dest.active{
	background-color: transparent;
}
.panel {
	padding: 0 18px;
	background-color: white;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	transition: visibility 0s, height 0.5s linear;

}
.accordion-faq+.panel,
.accordion-preg-dest+panel{
	background-color: transparent;
}
.accordion:after,
.accordion-faq:after,
.accordion-preg-dest:after {
	content: '\f078';
	font-size: 13px;
	float: right;
	margin-left: 5px;
	font-family: "FontAwesome";
	color: #F47E42;
}

.active:after {
	content: "\f077";
	font-family: "FontAwesome";
}
.xplo-producto-faq>div{
    display: flex;
	gap: 2rem;
}
@media only screen and (max-width:1023px) {
	.xplo-producto-faq>div{
		display: block;
	}
}

#contactar {
	scroll-margin-top: 180px;
}