<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


/* animated elements */
.animate {
	visibility: hidden;
}

.no-js .animate,
.lt-ie10 .animate,
.lt-ie9 .animate {
	visibility: visible;
}

.animated {
	visibility: visible !important;
}




/*
**plugins
*/
/* Owl carousel v 2.1.6 styles */
/* Owl Carousel - Core */
.owl-carousel {
	display: ;
	position: relative;
	-webkit-tap-color-main-color: transparent;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	width: 100%;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel.owl-shadow-items .owl-stage {
	padding-bottom: 11px;
	padding-top: 11px;
}

.owl-carousel .owl-stage:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.owl-carousel .owl-stage-outer {
	margin-left: -10px;
	margin-right: -10px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	float: left;
	min-height: 1px;
	position: relative;
	-webkit-tap-color-main-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item .box-shadow {
	height: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	display: block;
	opacity: 0;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	display: none;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .owl-dots {
	line-height: 1;
	-webkit-tap-color-main-color: transparent;
	text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
	*display: inline;
	display: inline-block;
	zoom: 1;
}

.owl-carousel .owl-dots .owl-dot span {
	-webkit-backface-visibility: visible;
	background-color: #AAA;
	border: 1px solid #fff;
	border-radius: 50%;
	display: block;
	height: 8px;
	margin: 5px 12px;
	opacity: 1;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	width: 8px;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
	background-color: var(--main-color);
	border-color: var(--main-color);
	opacity: 1;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/* Owl Carousel - Animate Plugin */
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/* Owl Carousel - Auto Height Plugin */
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/* Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {
	background: #000;
	height: 100%;
	position: relative;
}

.owl-carousel .owl-video-play-icon {
	-webkit-backface-visibility: hidden;
	background: url("../img/owl.video.play.png") no-repeat;
	cursor: pointer;
	height: 80px;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	position: absolute;
	top: 50%;
	-webkit-transition: -webkit-transform 100ms ease;
	transition: -webkit-transform 100ms ease;
	transition: transform 100ms ease;
	transition: transform 100ms ease, -webkit-transform 100ms ease;
	width: 80px;
	z-index: 1;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}

/*
THEMES
Owl Default Theme
*/
.owl-theme:hover .owl-nav {
	opacity: 1;
}

.owl-theme .owl-nav {
	left: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	-webkit-tap-color-main-color: transparent;
	text-align: center;
	top: 45%;
}

.owl-theme .owl-nav &gt; div {
	position: absolute;
	text-align: center;
}

.owl-theme .owl-nav .disabled {
	cursor: default;
	opacity: 1;
}

.owl-theme .owl-dots {
	margin-top: 10px;
}

.item-media .owl-theme .owl-dots {
	bottom: 20px;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
}

/* .owl-center theme */
.owl-center .owl-nav {
	bottom: 0;
	margin-top: 0;
	opacity: 1;
	position: static;
	top: 0;
}

.owl-center .owl-nav &gt; div {
	background-color: rgba(50, 50, 50, 0.6);
	bottom: 0;
	height: auto;
	margin: 0;
	right: -15px;
	top: 0;
	width: 50px;
}

.owl-center .owl-nav &gt; div:first-child {
	left: -15px;
	right: auto;
}

.owl-center .owl-nav &gt; div:first-child:after {
	left: 13px;
}

.owl-center .owl-nav &gt; div:after {
	color: #fff;
	font-size: 20px;
	left: 17px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
}

/*theme with nav at the top right corner*/
.top-right-nav .owl-nav {
	position: absolute;
	right: -21px;
	top: -58px;
}

.top-right-nav .owl-nav &gt; div {
	background: transparent;
	min-width: 25px;
}

.top-right-nav .owl-nav &gt; div:first-child {
	left: auto;
	right: 3em;
}

.top-right-nav .owl-nav &gt; div i {
	font-size: 1em;
}

/*theme with text nav*/
.owl-text-nav .owl-nav {
	display: none;
	-webkit-tap-color-main-color: transparent;
	text-align: center;
}

@media (min-width: 1560px) {
	.owl-text-nav .owl-nav {
		display: block;
		left: -13vw;
		position: absolute;
		right: -13vw;
		top: 50%;
	}
}

@media (min-width: 1800px) {
	.owl-text-nav .owl-nav {
		left: -15vw;
		right: -15vw;
	}
}

.owl-text-nav .owl-nav &gt; div {
	margin-top: -30px;
	position: absolute;
	right: 10px;
	text-align: center;
}

.owl-text-nav .owl-nav &gt; div &gt; span {
	display: block;
	font-weight: 900;
	line-height: 1;
}

@media (min-width: 1560px) {
	.owl-text-nav .owl-nav &gt; div &gt; span {
		font-size: 38px;
		line-height: 1;
		max-width: 5em;
	}
}

.small-gallery-carousel a {
	display: block;
	overflow: hidden;
}

.small-gallery-carousel a img {
	opacity: 0.4;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.small-gallery-carousel a:hover img {
	opacity: 0.2;
	-webkit-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}

.small-gallery-carousel .owl-nav &gt; div {
	opacity: 1;
}

@media (min-width: 768px) {
	.small-gallery-carousel .owl-nav &gt; div {
		margin-top: -8px;
		right: 100px;
	}

	.small-gallery-carousel .owl-nav &gt; div:first-child {
		left: 100px;
	}
	
	.simpleheader.home-header-2024{
	    padding: 8px 20%;
	}
}

.small-gallery-carousel .owl-nav &gt; div i {
	font-size: 20px;
}

/* owl images fix */
.owl-carousel .owl-item {
	opacity: 0;
	-webkit-transition: opacity 0.2s ease 0.1s;
	transition: opacity 0.2s ease 0.1s;
}

.owl-carousel .owl-item.active {
	opacity: 1;
}

.owl-center .owl-item {
	opacity: 1;
}

.testimonials-sliders.ds .owl-dots .owl-dot {
	*display: inline;
	display: inline-block;
	zoom: 1;
}

.testimonials-sliders.ds .owl-dots .owl-dot span {
	background-color: #AAA;
}

.testimonials-sliders.ds .owl-dots .owl-dot.active span,
.testimonials-sliders.ds .owl-dots .owl-dot:hover span {
	background-color: var(--main-color);
	border: 1px solid var(--main-color);
	opacity: 1;
}

.widget_slider .owl-theme .owl-nav {
	color: #000;
	left: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 26%;
}

.gallery-owl-nav .owl-nav &gt; div {
	background-color: var(--main-color);
	border: 0;
	border-radius: 50% 0 0 50%;
	bottom: 0;
	height: 80px;
	margin: 0;
	right: -40px;
	text-align: center;
	top: 50%;
	width: 80px;
}



.gallery-owl-nav .owl-nav &gt; div i {
	color: #fff;
	font-size: 20px;
	left: 20%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.gallery-owl-nav .owl-nav &gt; div.owl-prev {
	border-radius: 0 50% 50% 0;
	left: -40px;
	right: auto;
}

.gallery-owl-nav .owl-nav &gt; div.owl-prev i {
	left: 70%;
}

.gallery-owl-nav .owl-nav &gt; div:hover {
	background-color: #fff;
	right: 0;
}

.gallery-owl-nav .owl-nav &gt; div:hover i {
	color: var(--main-color);
	left: 45%;
}

.gallery-owl-nav .owl-nav &gt; div.owl-prev:hover {
	left: 0;
	right: auto;
}

.gallery-owl-nav .owl-nav &gt; div.owl-prev:hover i {
	color: var(--main-color);
	left: 40%;
}

.products .owl-nav {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.products .owl-nav &gt; div {
	display: inline-block;
	opacity: 1;
	right: 10px;
	text-transform: uppercase;
}

.products .owl-nav &gt; div.disabled {
	cursor: default;
	opacity: 1;
}

.products .owl-nav &gt; div.disabled:hover {
	cursor: default;
	opacity: 1;
}

.products .owl-nav &gt; div i {
	color: #1f2732;
	font-size: 27px;
	font-weight: 300;
}

.products .owl-nav &gt; div i:hover {
	color: var(--main-color);
}

.products .owl-nav &gt; div:first-child {
	left: 10px;
	right: auto;
}



/*
** Flexslider
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	color: #000;
	list-style: none;
	margin: 0;
	padding: 0;
}

/* FlexSlider Necessary Styles */
.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides &gt; li {
	-webkit-backface-visibility: hidden;
	padding: 20px 10px 0;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	display: block;
	width: 100%;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
	clear: both;
	content: "\0020";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides &gt; li:first-child {
	display: block;
}

/* FlexSlider Default Theme */
.flexslider {
	margin: 0 0;
	position: relative;
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides {
	zoom: 1;
}

/* Direction Nav */
.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 50% 0 0 50%;
	color: var(--main-color);
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 80px;
	margin: -40px 0 0;
	opacity: 1;
	overflow: hidden;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 50%;
	width: 80px;
	z-index: 10;
}

.flex-direction-nav .flex-prev {
	border-radius: 0 50% 50% 0;
	left: -40px;
}

.flex-direction-nav .flex-prev:hover {
	background-color: var(--main-color);
	color: #fff;
	left: 0;
}

.flex-direction-nav .flex-next {
	right: -40px;
	text-align: right;
}

.flex-direction-nav .flex-next:hover {
	background-color: var(--main-color);
	color: #fff;
	right: 0;
}

.flexslider:hover .flex-prev {
	opacity: 0.7;
}

.flexslider:hover .flex-next {
	opacity: 0.7;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	cursor: default;
	filter: alpha(opacity=0);
	opacity: 0;
}

.flex-direction-nav a:before {
	content: "\f104";
	font-family: "FontAwesome";
	font-size: 20px;
	left: auto;
	position: absolute;
	right: 20px;
	top: 19px;
}

.flex-direction-nav a.flex-next:before {
	content: "\f105";
	left: 20px;
	right: auto;
}

/* Pause/Play */
.flex-pauseplay a {
	bottom: 5px;
	color: #000;
	cursor: pointer;
	display: block;
	height: 20px;
	left: 10px;
	opacity: 0.8;
	overflow: hidden;
	position: absolute;
	width: 20px;
	z-index: 10;
}

.flex-pauseplay a:before {
	content: "\f01d";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 20px;
}

.flex-pauseplay a:hover {
	opacity: 1;
}

.flex-pauseplay a.flex-play:before {
	content: "\f01d";
}

/* Control Nav */
.flex-control-nav {
	bottom: 20px;
	color: transparent;
	font-size: 0;
	line-height: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 10;
}

.flex-control-nav li {
	*display: inline;
	display: inline-block;
	padding: 0 14px;
	text-align: center;
	zoom: 1;
}

.flex-control-paging li a {
	border: 1px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	height: 8px;
	opacity: 0.5;
	width: 8px;
}

.ds .flex-control-paging li a,
.cs .flex-control-paging li a {
	border-color: #fff;
}

.flex-control-paging li a:hover {
	background-color: #fff;
	border-color: #fff;
	opacity: 1;
}

.flex-control-paging li a.flex-active {
	background-color: #fff;
	border-color: #fff;
	opacity: 1;
}

.flex-control-thumbs {
	margin: 1px -1px;
	overflow: hidden;
	position: static;
}

.flex-control-thumbs li {
	float: left;
	margin: 0 0 1px;
	padding: 0 0 0 1px;
	width: 25%;
}

.flex-control-thumbs img {
	cursor: pointer;
	display: block;
	opacity: .7;
	width: 100%;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .flex-active {
	cursor: default;
	opacity: 1;
}

/* custom nav for flex slider*/
.flex-custom-nav {
	bottom: 38px;
	left: 0;
	line-height: 1;
	position: absolute;
	right: 0;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 3;
}

.flex-custom-nav .flex-control-nav {
	display: inline-block;
	position: static;
	width: auto;
}

.flex-custom-nav .flex-custom-link {
	bottom: 7px;
	color: #323232;
	font-size: 12px;
	margin: 0 8px;
	position: relative;
}

.ds .flex-custom-nav .flex-custom-link,
.cs .flex-custom-nav .flex-custom-link {
	color: #fff;
}

.flex-custom-nav .flex-custom-link:hover {
	color: var(--main-color);
}

.page_slider:hover .flex-custom-nav {
	opacity: 1;
}


h1, h2, h3, h4, h5, h6, body {
    font-family: 'Raleway', sans-serif;
}

ul.slides li h1{
    font-size: 2rem;
    margin: 80px 0 20px;
    font-weight: bold;
}


.home-slider{
    background: url(../../images/sliderforbcn.jpg) ;
}


.home-slider p{
    font-weight: 600;
    font-size: 20px;
    color: var(--main-color) !important;
}

.intro_slider{
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.intro_slider p{
    font-size: 24px;
    line-height: 32px;
    color: #222 !important;
    text-shadow: 0px 2px 2px #FFF;
    letter-spacing: 1px;
    margin-top: -30px;
}

.flex-direction-nav a:before {
    font-size: 28px;
}
.flex-direction-nav .flex-next:hover {
    color: #fff !important;
}


#sectioncomousar{
    background: var(--main-color);
    padding: 0;
    color: #FFF;
}

#sectioncomousar h3{
    margin-top: 30px;
    font-weight: bold;
}

.comousar-pasos{
    padding: 15px 0 30px;
}

#sectioncomousar .imgcomousar{
    height: 100%;   
}

.ico_sumar{
    font-size: 50px;
    margin-top: 25px;
}

.ico-comousar{
    background: #FFF;
    border-radius: 50%;
    width: fit-content;
    padding: 20px;
    margin: 0 auto 10px;
}
.ico-comousar img{
    max-width: 80px;
}

.comousar-pasos span{
    line-height: 18px;
    display: block;
    font-size: 14px;
}


#section_cats_home{
    padding: 60px 0 40px;
}

#section_cats_home h2, #section_negocios_home h2{
    margin-bottom:30px;
}

#section_cats_home .quote-item{
    cursor: pointer;
}

#section_cats_home .quote-image, #section_cats_home .quote-image:before, #section_cats_home .quote-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#section_cats_home .quote-image-degree {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;

    margin: 0 auto;
}

#section_cats_home .quote-image{
    position: relative;
    border-radius: 50%;
    background: #ffffff;
    overflow: hidden;
}

#section_cats_home .quote-image:before {
    content: '';
    z-index: 1;

    transition: 0.2s all ease-out;
    border-radius: 50%;
}

#section_cats_home .quote-item:hover .quote-image:before {
    opacity: 0;
}



#section_cats_home .quote-item:hover img {
    top: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
}

#section_cats_home .quote-image img {
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    transition: 0.2s all ease-out;
}


.home_cat_text{
    font-size: 12px;
    margin-bottom: 2px;
    font-weight: 400;
    line-height: 15px;
}
.home_cat_subtext{
    font-size: 13px;
    margin-bottom: 10px;
}
.home_cat_title{
    font-size: 17px;
    font-weight: 400;
    color: var(--main-color);
    margin: 5px;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next{
    font-size: 20px;
    color: var(--main-color);
    font-weight: bold;
}

.owl-nav i:before{
    font-weight: bold;
}

.owl-carousel .owl-nav .owl-prev{
    right: 40px;
}

.owl-carousel .owl-nav .owl-next{
    right: 0;
}


.owl-theme .owl-nav {
    right: 100px;
    bottom: 20px;
    top: inherit;
}

div.owl-stage-outer{
    padding-bottom: 30px;
}
div.owl-stage-outer:before {
  content : "";
  position: absolute;
  left    : 0;
  bottom  : 0;
  height  : 1px;
  width   : 50%;  /* or 100px */
  border-bottom:1px solid #999;
}

.owl-next, .owl-prev{
    background: var(--main-color);
    color: #FFF !important;
    padding: 2px 13px;
    border-radius: 50%;
    border: 2px solid #FFF;
}
.owl-next:hover, .owl-prev:hover{
    background: #FFF;
    color: var(--main-color) !important;
    border: 2px solid var(--main-color);
}

/*#section_negocios_home{
    background: #f7f8fa;
    padding: 60px 0 50px;
}*/

#section_negocios_home .home_cat_title{
	color: #333;
	font-size: 14px;
	line-height: 16px;
	margin-top: 10px;
	font-weight: 400;
}

#section_negocios_home.quote-image img {
    background: initial;
    border-radius: initial;
    box-shadow: initial;
    padding: initial; 
}

#section_negocios_home .quote-item .sabermas-neg{
    font-size: 11px;
	color: var(--main-color);
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	width: fit-content;
	margin: 10px auto 0;
}

#section_negocios_home .owl-item{
    border: 2px solid #EEE;
    padding: 15px;
    border-radius: 15px;
    background: #FFF;
}


#sectionventajas{
    padding: 60px 0;
}

.col-ventaja{
    padding: 15px 25px;
    border-radius: 15px;
    height: 100%;
}
.col-ventaja-container1 .col-ventaja{
    background: #fde8e3;
}
.col-ventaja-container2 .col-ventaja{
    background: #ccfaed;
}
.col-ventaja-container3 .col-ventaja{
    background: #fff9e6;
}
.col-ventaja-container4 .col-ventaja{
    background: #fde8e3;
}

.col-ventaja .icon-ventaja{
    border-radius: 50%;
    background: #FFF;
    width: fit-content;
    padding: 10px;
    margin: 0 auto 15px;
}
.col-ventaja .icon-ventaja img{
    border-radius: 25%;
    max-width: 75px;
}

.col-ventaja h4{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
}

.col-ventaja p{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.col-ventaja-container1 .col-ventaja p,
.col-ventaja-container3 .col-ventaja p {
	color: white;
  }
.col-ventaja-container2 .col-ventaja p,
.col-ventaja-container4 .col-ventaja p {
	color: black;
}

.col-ventaja .btn-ventaja{
    border: 2px solid var(--main-color);
    border-radius: 40px;
    padding: 4px 18px;
    font-size: 15px;
    color: var(--main-color);
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 15px;
    display: inline-block;
    background: #FFF;
}

#sectionpropietario{
    background: #f7f8fa;
    padding: 60px 0 50px;
}

#sectionpropietario .icon-prop{
    margin-bottom: 30px;
}

#sectionpropietario .btn-descubre{
    border-radius: 40px;
    padding: 5px 20px;
    font-size: 15px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 15px;
    display: inline-block;
    background: var(--main-color);
    margin: 20px auto;
}

#sectionpropietario .col-prop{
    padding: 20px 50px;
}


.home-section-suscribe{
	padding: 30px 0 30px;
	background: #CCFAED !important;
}

.home-section-suscribe h2{
    font-size: 24px;
}

.home-section-suscribe h2, .home-section-suscribe p{
    color: #FFF;
    margin-top: 20px;
}

.home-section-suscribe form {
    background: transparent;
    text-align: center;
    box-shadow: none;
    padding: 0;
    margin: 40px 10px 10px;
}

.input-suscribe {
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    letter-spacing: 0.2em;
    line-height: 1.6em;
    height: auto !important;
    padding: 12px 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.btn-suscribe {
    border: 4px solid #333;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    letter-spacing: 0.2em;
    line-height: 1.6em;
    padding: 10px 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.btn-suscribe:hover {
    color:#FFF;
    background:#333;
}


.section-testimonials{
    background: url(../../images/map_light.jpg);
    padding: 60px 0 50px;
}


.section-testimonials h3{
    font-weight: 600px;
    font-size:18px;
    color: var(--main-color) !important;
}

.quote-image img {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    padding: 5px;
}

.home-testim-subtext{
    font-weight: 600px;
    font-size:12px;
}

.home-testim-stars::before, .home-title-testim{
    color: var(--main-color) !important;
}

.owl-carousel.testim img{
    max-width: 100px;
}

.section-testimonials .home-rowdata, .section-testimonials .col-lg-3{
    background: #FFFE;
    margin-bottom:10px;
    padding: 15px 20px 0;
}

.section-testimonials .home-data-num{
    font-size: 35px;
    font-weight: 600;
    display: block;
}

.section-testimonials .home-data-text{
    color: var(--main-color) !important;
    font-size:12px;
    font-weight: 600;
}

.section-testimonials .home-data-p{
    font-size: 13px;
    text-align:left;
    font-weight: 400;
}

.owl-carousel.testim p {
    line-height: 20px;
    font-size: 15px;
}

#section-home-lists-places{
    padding: 70px 0 60px !important;
}

.home-lists-places ul &gt; li a {
    margin-top: 0;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    display: block;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0;
    padding: 7px 15px 8px 15px;
    padding-bottom: 5px;
    background: #EEE;
    border-radius: 50px;
}

.home-lists-places ul &gt; li a:hover {
    background: var(--main-color) !important;
    padding-left: 30px;
    color: #fff !important;
}

.home-lists-places ul &gt; li a:hover::before {
    content: "\f105 ";
    font-family: 'FontAwesome';
    position: absolute;
    top: 3px;
    font-size: 17px;
    margin-right: 5px;
    left: 15px;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background: transparent !important;
    border: 0 !important;
}
.home-lists-places ul li::before {
    content: none;
}

.home-lists-places .title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    background: #a3182d;
    color: #FFF;
    padding-top: 10px;
    border-radius: 50px;
}

.home-lists-places li:nth-of-type(n+4){
    display:none;
}



.loadmore-homelist{
    content: "+";
    text-align: center;
    color: #FFF;
    background: var(--main-color) !important;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin: 20px auto;
    display: block;
    font-size: 25px;
    cursor: pointer;
}


.selector_cats, .selector_comments{
    display: flex;
    max-width: 650px;
    justify-content: space-around;
    margin: 30px auto;
}

.selector_comments{
    max-width: 300px;
}

.btn_selector_cats, .btn_selector_comments {
    border-radius: 25px;
    padding: 5px 10px;
    font-size: 14px;
    border: 2px solid #666;
    cursor: pointer;
    color: #444;
    font-weight: 500;
}

.btn_selector_selected {
    background: #FF000022;
    border: 1px solid #f7f8fa;
}

.btn_selector_selected i {
   color: var(--main-color);
   margin-right: 10px;
}

.slider_negocios_1, .slider_negocios_3, .slider_comments_2{
    display: none;
}

.slider_negocios_related h3 {
	font-size: 18px;
	margin: 10px 0 20px 0;
	text-align: left;
}

#section_negocios_home .quote-image img {
	background: inherit;
	padding: 0;
	width: 153px;
	height: 105px;
	border-radius: 5px 5px 0 0;
}
#section_negocios_home span {
    /*Utilizamos hyphens para obtener la mejor particiÃ³n posible*/
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    /*Y seguidamente word-wrap como graceful degradation para los navegadores que no lo soporten*/
    word-wrap: break-word;
}

.quote-subimage{
    position: absolute;
    top: 140px;
    left: 65px;
    width: 65px;
}

#section_comments_home{
    padding: 50px 0;
}

#section_comments_home h2{
    font-weight: bold;
}

#section_comments_home div.owl-stage-outer:before {
    border-bottom: 0;
}

.home-testim-stars{
    font-size: 30px;
}

.home_comments_title{
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 3px;
    display: block;
}
.home_comments_title + strong{
    font-size: 13px;
}
.home_comments_text{
    font-size: 14px;
    font-weight: 400;
    max-width: 250px;
    margin: 0 auto;
    line-height: 20px;
}

@media (max-width: 767px) {
	.gallery-owl-nav .owl-nav &gt; div {
		height: 70px;
		width: 70px;
	}
	
	.ico_sumar{
        font-size: 50px;
        margin-top: 0;
    }


    
.owl-theme .owl-nav {
    right: 5px;
}

#sectionventajas .col-md-3{
    margin-bottom:20px;
}

.selector_cats {
    display: block;
    max-width: 225px;
}

.btn_selector_cats2{
    margin: 10px 0;
}

}

#section_cats_home .owl-carousel a{

}


/* Newhome 2024 */

.home-slider.home-header-2024{
    background: url(../../images/homeplaces-bg-header.webp) ;
    background-size: cover;
    background-position: center;
}

.home-slider.home-header-2024 .intro_slider{
    padding: 250px;
}

.home-slider.home-header-2024 .partners-link{
    position: absolute;
    right: 10px;
    bottom: 20px;
    max-width: 150px;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    transition: all 0.4s;
}

.home-slider.home-header-2024 .partners-link a{
    color: #FFF;   
    cursor: pointer;
}
.home-slider.home-header-2024 .partners-link:hover{
    padding-bottom: 10px;
}

.home-slider.home-header-2024 .partners-link a span{
    display: block;   
}

.home-slider.home-header-2024 .partners-link img{
    border-radius: 150px;
    border: 5px solid #FFFFFF;
    width: 110px;
    margin-bottom: 15px;
}

.home-search_img{
    border-radius: 150px;
    border: 5px solid #FFFFFF;
    width: 150px;
    z-index: 20;
}

.home-header-2024 .easy-autocomplete {
    display: inline-block;
    opacity: 1;
    visibility: visible;
    position: relative;
    border: 0;
    top: 0;
}

.home-header-2024 .easy-autocomplete-container {
    position: absolute !important;
}

.home-header-2024 .easy-autocomplete #request-delay {
    border: 0;
    background: #FFFFFFAA;
    font-size: 20px;
    color: #333;
    font-weight: 400;
    padding: 10px 10px 13px 25px;
    height: 49px;
    margin-left: -12px;
    z-index: 5;
    position: relative;
}

 .easy-autocomplete ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#666 !important;
  opacity: 1; /* Firefox */
}

 .easy-autocomplete :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666 !important;
}

.easy-autocomplete ::-ms-input-placeholder { /* Microsoft Edge */
  color: #666 !important;
}

.h1home2024{
	padding: 20px 20px;
	text-align: center;
	max-width: 900px;
	margin: 10px auto;
	display: grid;
	justify-content: center;
}

.h1home2024 h1{
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}

.h1home2024 span{
    font-size: 18px;   
}

.home_cats_2024 .link-cats-home {
    flex-basis: 25%;
}

.home_cats_2024 .link-cats-home:nth-child(9) {
    display: none;
}

.home_cats_2024 .home_cat_title {
    font-size: 14px;
    font-weight: 600;
    color: #028F94;
    margin: 5px;
}

#section_cats_home.home_cats_2024 {
    padding: 20px 0 40px;
}

#section_negocios_home{
    background: #CCFAED;
    padding: 40px 10px;
}

#section_negocios_home h2{
    margin-bottom:10px;
}

#section_negocios_home span{
    font-weight: bold;
    margin-bottom: 25px;
    display: block;
}
#section_negocios_home a{
    max-width: 150px;
}

#section_negocios_home .home_neg_title {
	font-weight: 600;
	font-sizE: 13px;
	color: #000;
	line-height: 16px;
	margin: 15px 10px;
}

#section_negocios_home .quote-image img {
    background: inherit;
    padding: 0;
    width: 115px;
    height: 115px;
    border-radius: 100px;
}

        #section_negocios_home .outer {
			padding: 0 0;
			overflow-y: hidden;
		}

        #section_negocios_home .neg-hom-all {
			overflow-x: auto;
			overflow-y: hidden;
			height: calc(100% + 17px);
			padding-bottom: 17px;
			display: flex;
			flex-wrap: nowrap;
		}

        #section_negocios_home .homeneglink {
			flex: 1 0 145px;
			display: inline-block;
			margin: 5px;
			height: 156px;
        }
		




#sectionventajas.homeventajas2024 h3{
    font-weight: 500;
    margin-bottom: 30px;
}

#sectionventajas.homeventajas2024 .col-ventaja-container1 .col-ventaja, #sectionventajas.homeventajas2024 .col-ventaja-container3 .col-ventaja {
    background: #028F94;
}

#sectionventajas.homeventajas2024 .col-ventaja-container2 .col-ventaja, #sectionventajas.homeventajas2024 .col-ventaja-container4 .col-ventaja {
    background: #83E3D5;
}

#sectionventajas.homeventajas2024 .col-ventaja-container1 .col-ventaja h4, #sectionventajas.homeventajas2024 .col-ventaja-container3 .col-ventaja h4{
    color: #FFFFFF;
}

#sectionventajas.homeventajas2024 .col-ventaja-container2 .col-ventaja h4, #sectionventajas.homeventajas2024 .col-ventaja-container4 .col-ventaja h4{
    color: #028F94;
}


.iconsvg-home{
    width: 70px;
    height: 70px;
    margin: 12px 1px -7px 10px;
}

.iconsvg-home1{
    margin: 8px 8px -3px 3px;
}

#sectionpropietario.homeventajas2024{
    background: #CCFAED;
    margin-top: 50px;
}

#sectionpropietario.homeventajas2024 img{
    max-width: 200px;
}

#sectionpropietario.homeventajas2024 .col-prop{
    background: #FFF;
    border-radius: 20px;
    padding: 25px 30px 3px;
    margin: 12px 22px;
    height: 100%;
}

#sectionpropietario.homeventajas2024 .btn-descubre{
    background: #028F94;
    margin-top: 50px;
}

.btn_selector_selected {
    background: #CCFAED;
    font-weight: 600;
}

#section_comments_home.newhome2024 .btn_selector_comments {
    border: 1px solid #666;
}

#section_comments_home.newhome2024 .btn_selector_selected {
    background: #CCFAED;
    font-weight: 600;
    border: 0 !important;
}

.iconsvg-check {
    width: 15px;
    height: 15px;
    margin: 5px 6px -4px 2px;
}


#section_comments_home.newhome2024 .quote-image img {
    background: #FFF;
    border-radius: 50%;
    box-shadow: none;
    padding:0;
}

.home-slider.home-header-2024 .partners-link {
	position: absolute;
	right: 10px;
	bottom: 20px;
	max-width: 150px;
	color: #FFF;
	font-size: 14px;
	text-align: center;
  }

/*.home-slider.home-header-2024 .partners-link img {
	--s: 250px; /* the size of the image */
	/*--b: 8px; /* the border thickness*/
	/*--g: 14px; /* the gap */
	/*--c: var(--main-color); /* the color */
  
	/*width: var(--s);
	aspect-ratio: 1;
	outline: calc(var(--s) / 2) solid #0009;
	outline-offset: calc(var(--s) / -2);
	cursor: pointer;
	transition: 0.3s;
  }
  /*
  .home-slider.home-header-2024 .partners-link img:hover {
	outline: var(--b) solid var(--c);
	outline-offset: var(--g);
  }
  
  .home-slider.home-header-2024 .partners-link img + .home-slider.home-header-2024 .partners-link img {
	border-radius: 50%;
  }
*/
#section_comments_home.newhome2024 .quote-subimage {
    position: absolute;
    top: 131px;
    left: 85px;
    width: 60px;
}


/*.home-section-suscribe.newhome2024{
    background: #FFFFFF !important;
}*/

.home-section-suscribe.newhome2024 h2, .home-section-suscribe.newhome2024 p {
    color: #333;
}

.home-section-suscribe ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#028F94 !important;
  opacity: 1; /* Firefox */
}

.home-section-suscribe :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #028F94 !important;
}

.home-section-suscribe ::-ms-input-placeholder { /* Microsoft Edge */
  color: #028F94 !important;
}
.home-section-suscribe.newhome2024 .btn-suscribe {
    border: 0;
    color: #FFF;
    background: #028F94;
}

.home-section-suscribe.newhome2024 .btn-suscribe:hover {
    border: 1px solid #333;
    background: #FFF;
    color: #028F94;
}

#section_negocios_home .neg-hom-all::-webkit-scrollbar {
  height: 7px;              /* height of horizontal scrollbar â† You're missing this */
  width: 7px;               /* width of vertical scrollbar */
  border: 2px solid #AAA;
  cursor: pointer;
}

#section_negocios_home .neg-hom-all::-webkit-scrollbar-track {
  border-radius: 0;
  background: #83E3D5;
}

#section_negocios_home .neg-hom-all::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #028F94;
}

.weekly3-news-area h3{
	margin-bottom: 20px;
}

@media screen and (max-width: 768px){

	.inner-heading {
	padding: 0;
	background: transparent;
	}
 
    .home-slider.home-header-2024 .intro_slider {
        padding: 20px;
        flex-direction: column;
    }   

	.home-header-2024 .easy-autocomplete {
		display: inline-block;
		opacity: 1;
		visibility: visible;
		position: relative;
		border: 0;
		width: 100% !important;
		left: 9px;
	  }

	  .h1home2024 {
		padding: 10px 20px;
		text-align: center;
		max-width: 900px;
		margin: 10px auto;
	  }

	  .h1home2024 h1 {
		text-transform: uppercase;
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 1.5px;
		margin-bottom: 20px;
	  } 
    
    .home-search_img {
        width: 100px;
        margin-bottom: -30px;
        z-index: 5;
        margin-top: 50px;
    }
    
    .easy-autocomplete {
        width: 52% !important;
    }

	#eac-container-request-delay ul {
		margin: 0;
		  margin-top: 0px;
		background: none repeat scroll 0 0 #fff;
		border: 1px solid var(--main-color);
		padding-bottom: 0;
		padding-left: 0;
		position: relative;
		top: -29px;
	  }
	.easy-autocomplete-container {
		right: auto !important;
		position: absolute !important;
		width: 348px !important;
		left: auto !important;
		top: 56px;
	  }
    .home-slider.home-header-2024 .partners-link {
        position: relative;
        right: 0;
        bottom: 0;
        margin-top: 75px;
		max-width: 100px;
    }

	/*.home-slider.home-header-2024 .partners-link img {
		--s: 250px; /* the size of the image */
	/*	--b: 8px; /* the border thickness*/
	/*	--g: 14px; /* the gap */
	/*	--c: var(--main-color); /* the color */
	  
	/*	width: var(--s);
		aspect-ratio: 1;
		outline: calc(var(--s) / 2) solid #0009;
		outline-offset: calc(var(--s) / -2);
		cursor: pointer;
		transition: 0.3s;
	  }
	/*  .home-slider.home-header-2024 .partners-link img:hover {
		outline: var(--b) solid var(--c);
		outline-offset: var(--g);
	  }
	  
	  .home-slider.home-header-2024 .partners-link img + .home-slider.home-header-2024 .partners-link img {
		border-radius: 50%;
	  }
*/

	#section_cats_home.home_cats_2024 {
		padding: 0 0 15px 0;
	}

	#section_cats_home .quote-image-degree {
		position: relative;
		width: 110px;
		height: 110px;
		border-radius: 50%;
		margin: 0 auto;
	}

	.home_cats_2024 .home_cat_title {
		font-size: 12px;
		font-weight: 600;
		color: #028F94;
		margin: 5px;
		line-height: 15px;
	  }

	  #section_negocios_home {
		background: #CCFAED;
		padding: 20px 10px;
	  } 

    #section_cats_home h2, #section_negocios_home h2 {
        margin-bottom: 30px;
        display: block !important;
    }
    
    .homeventajas2024 .col-md-4, .slider_comments .quote-item{
        margin-bottom: 20px;
    }

	.home_cats_2024 .link-cats-home:nth-child(9) {
		display: block;
	}

	#sectionventajas {
		padding: 20px 0;
	  }

	#sectionventajas.homeventajas2024 h3 {
		font-weight: 400;
		margin-bottom: 30px;
		font-size: 22px;
	  }

	  #sectionpropietario.homeventajas2024 {
		background: #CCFAED;
		margin-top: 0px;
	  }

	  #sectionpropietario {
		background: #f7f8fa;
		padding: 60px 0 50px;
	  }

	  #sectionpropietario h3{
		font-size: 1.3em;
	  }
}

.simpleheader.home-header-2024{
	    background: var(--main-color); 
}</pre></body></html>