<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* home slider texts */
.home-slider .custom-html {
	display: block;
	top: 0;
	left: 0;
	padding: 50px;
	text-align: left;
	color: #FFF;
	font-size: 1.3em;
}
@media (max-width: 480px) {
	.home-slider .custom-html {
		padding: 20px;
		font-size: 0.9em;
	}
}
.home-slider .custom-html p {
	max-width: 350px;
	line-height: 1.5;
	color: #FFF;
}
.home-slider .custom-html .btn {
	text-transform: uppercase;
	color: #555;
}
.home-slider .custom-html h2 {
  font-size: 2.1em;
  color: #FFF;
  margin: 0;
  padding: 0;
}
.custombanners .home-slider .bx-wrapper .bx-controls-direction a {
	height: 50px;
	margin-top: -25px;
}
.home-slider {
	margin-bottom: 10px;
}
.home-slider img {
	width: 100%;
}

/* BANNER PEQUE FOOTER */
.cuadrados-home .banner-item {
padding: 0 7px;
margin-bottom: 12px;
}
.cuadrados-home{
margin-bottom: 50px;
}

/* ACORDEON HOME */
.btn {
  white-space: normal; /* Permite que el texto se ajuste a varias lineas */
  line-height: 1.2;    /* Ajusta el interlineado si lo deseas */
  overflow-wrap: break-word; /* Rompe palabras largas */
}
.btn-link {
    font-weight: 600;
    color: #967F6D;
}
.btn-link:focus, .btn-link:hover {
    color: #000;
    text-decoration: underline;
    background-color: transparent;
}
.card-body {
	margin: 10px 20px;
}
.card-header {
    padding: .75rem 1.25rem;
    border-radius: 10px;
    margin-bottom: 0;
    background-color: #ebebeb;
    border-bottom: 1px solid rgba(0, 0, 0, .200);
}</pre></body></html>