/* If you want to add your own CSS code, please do it in this file */

body, button, span.date_label, .timeline_items li h3 span, p,
input[type="submit"], input[type="reset"], input[type="button"],
input[type="text"], input[type="password"], input[type="tel"], input[type="email"],
textarea, select, .offer_li .title h3 {
	font-family: "Roboto", Arial, Tahoma, sans-serif;
	font-weight: 400;
}

#menu > ul > li > a, .action_button, #overlay-menu ul li a,
#Subheader .title,
h1, .text-logo #logo,
h2,
h3,
h4 {
	font-family: "Ubuntu", Arial, Tahoma, sans-serif;
}

h5,
h6 {
	font-family: "Lato", Arial, Tahoma, sans-serif;
}
.menu-star {
	padding-left: 10px;
}

#Top_bar .menu > li > a span:not(.description) {border: 0}

#Header .top_bar_left,
#Top_bar,
#Top_bar #menu {
	background-color: #ffffff;
}

#Top_bar .menu > li > a {color: #0095d4;}

#Top_bar .menu > li.current-menu-item > a,
#Top_bar .menu > li.current_page_item > a,
#Top_bar .menu > li.current-menu-parent > a,
#Top_bar .menu > li.current-page-parent > a,
#Top_bar .menu > li.current-menu-ancestor > a,
#Top_bar .menu > li.current-page-ancestor > a,
#Top_bar .menu > li.current_page_ancestor > a,
#Top_bar .menu > li.hover > a {
	color: #002f86;
}

#Top_bar .menu > li > a:after {
	background: #002f86;
}

.image_frame .image_wrapper .image_links,
.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc {
	background: rgba(46, 150, 219, 0.8);
}

.image_frame .image_wrapper .image_links a {
	color: #ffffff;
}

.image_frame .image_wrapper .image_links a:hover {
	background: #ffffff;
	color: #2e96db;
}

#Top_bar {
	background: rgba(255, 255, 255, 0.7);
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	top: 30px;
	transition: top 0.35s ease, opacity 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease;
}
body:not(.template-slider) #Wrapper #Header_wrapper {
    background-position: 50%;
	background-repeat: no-repeat;
	background-image: url('../images/water_texture2364.jpg');
}
@media only screen and (min-width: 1240px) {
	body:not(.header-simple) #Top_bar #menu { display: block !important; }
	#Top_bar.is-sticky {
		position: fixed !important;
		width: 100%;
		left: 0;
		top: -60px;
		height: 60px;
		z-index: 701;
		background: #fff;
		opacity: .97;
		filter: alpha(opacity = 97);
		-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	}
    #Top_bar.is-sticky #logo img {
        max-height: 45px;
        width: auto !important;
    }
    #Top_bar.is-sticky #logo {
        line-height: 60px
    }
}

@media only screen and (max-width: 1239px) {
	.header_placeholder { height: 0 !important; }
	#Top_bar #menu {
		display: none;
		height: auto;
		width: 300px;
		bottom: auto;
		top: 100%;
		right: 1px;
		position: absolute;
		margin: 0;
		background: #fff;
	}
	#Top_bar a.responsive-menu-toggle {
		display: block;
		width: 35px;
		height: 35px;
		text-align: center;
		position: absolute;
		top: 28px;
		right: 10px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	#Top_bar a:hover.responsive-menu-toggle { text-decoration: none; }
	#Top_bar a.responsive-menu-toggle i { font-size: 25px; line-height: 35px; }
	#Top_bar a.responsive-menu-toggle span { float: right; padding: 10px 5px; line-height: 14px; }
	#Top_bar #menu > ul { width: 100%; float: left; }
	#Top_bar #menu ul li { width: 100%; padding-bottom: 0; border-right: 0; position: relative; }
	#Top_bar #menu ul li a { padding: 0 20px; margin: 0; display: block; height: auto; line-height: normal; border: none; }
	#Top_bar #menu ul li a:after { display: none; }
	#Top_bar #menu ul li a span { border: none; line-height: 48px; display: inline; padding: 0; }
	#Top_bar #menu ul li a span.description { margin: 0 0 0 5px; }
	#Top_bar #menu ul li.submenu .menu-toggle {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 48px;
		height: 48px;
		line-height: 48px;
		font-size: 30px;
		text-align: center;
		color: #d6d6d6;
		border-left: 1px solid #eee;
		cursor: pointer;
	}
	#Top_bar #menu ul li.submenu .menu-toggle:after { content: "+"; }
	#Top_bar #menu ul li.hover > .menu-toggle:after { content: "-"; }
	#Top_bar #menu ul li.hover a { border-bottom: 0; }
	#Top_bar #menu ul li a span:after { display: none !important; }
	#Top_bar #menu ul.mfn-megamenu li .menu-toggle { display: none; }
	#Top_bar #menu ul li ul {
		position: relative !important;
		left: 0 !important;
		top: 0;
		padding: 0;
		margin-left: 0 !important;
		width: auto !important;
		background-image: none !important;
		box-shadow: 0 0 0 0 transparent !important;
		-webkit-box-shadow: 0 0 0 0 transparent !important;
	}
	#Top_bar #menu ul li ul li { width: 100% !important; }
	#Top_bar #menu ul li ul li a { padding: 0 20px 0 30px; }
	#Top_bar #menu ul li ul li a .menu-arrow { display: none; }
	#Top_bar #menu ul li ul li a span { padding: 0; }
	#Top_bar #menu ul li ul li a span:after { display: none !important; }
	#Top_bar #menu ul li ul li ul { border-left: 0 !important; padding: 0; top: 0; }
	#Top_bar #menu ul li ul li ul li a { padding: 0 20px 0 40px; }
}

.header-transparent.ab-hide #Top_bar {top: 30px}

#Top_bar:not(.is-sticky) .menu > li > a span:not(.description) {
	line-height: 100px;
}

#Top_bar #logo {line-height: 100px}

.header-transparent #Top_bar a.responsive-menu-toggle {
	top: 34px;
}

body:not(.template-slider) #Header {
	min-height: 140px;
}
.section-border-top {border-top: 1px solid rgba(128, 186, 217, 0.25)}

#Subheader {
	background-color: rgba(247, 247, 247, 0);
}

#Subheader .title {
	color: #074e97;
	font-family: "Ubuntu", Arial, Tahoma, sans-serif;
	font-weight: 400;
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 40px;
}

.cta {background-image: url('../images/background2.jpg'); background-position: center bottom; background-repeat: no-repeat;}
.cta h2 { font-size: 32px; font-weight: 300; margin-top: 14px; color: #000; }
.cta .button {background-color: #f7f7f7;} 

@media only screen and (max-width: 767px) {
	body:not(.template-slider):not(.header-simple) #Header {
		min-height: 170px;
	}
}

/* ── Detalle de Producto – Sidebar ── */
.widget-cotizacion .btn-cotizar {
	display: block;
	width: 100%;
	padding: 13px 0;
	background: linear-gradient(135deg, #0073e6 0%, #002f86 100%);
	color: #fff !important;
	font-family: "Ubuntu", Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.5px;
	border-radius: 4px;
	text-decoration: none;
	transition: opacity 0.2s ease, transform 0.15s ease;
	box-shadow: 0 4px 12px rgba(0,46,134,0.28);
	margin-top: 18px;
}
.widget-cotizacion .btn-cotizar:hover {
	opacity: 0.9;
	transform: translateY(-1px);
	color: #fff !important;
}
.widget-cotizacion .btn-cotizar i {
	margin-right: 8px;
	font-size: 16px;
	vertical-align: middle;
}

.widget-relacionados .related-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget-relacionados .related-list li {
	border-bottom: 1px solid #f0f0f0;
	padding: 10px 0;
}
.widget-relacionados .related-list li:last-child {
	border-bottom: none;
}
.widget-relacionados .related-list a {
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	color: inherit;
	transition: color 0.2s;
}
.widget-relacionados .related-list a:hover { color: #0073e6; }
.widget-relacionados .related-list .rel-thumb {
	width: 64px;
	height: 52px;
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 4px;
	background: #f5f5f5;
}
.widget-relacionados .related-list .rel-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.widget-relacionados .related-list .rel-name {
	font-size: 13px;
	font-family: "Lato", Arial, sans-serif;
	font-weight: 600;
	line-height: 1.35;
}

#Footer h4,
#Footer h4 a,
#Footer h4 a:hover {
	font-family: "Ubuntu", Arial, Tahoma, sans-serif;
	color: #ffffff;
	font-weight: 700;
	font-size: 19px;
}

#Footer {
	background-color: #5a7483;
	background-image: url("../images/home_cleaner_footer_bg.jpg");
}

#Footer,
#Footer .widget_recent_entries ul li a {
	color: #aebdc6;
}

#Footer a {
	color: #86bfe2;
}

#Footer a:hover {
	color: #87c9f2;
}

#Footer h1, #Footer h1 a, #Footer h1 a:hover,
#Footer h2, #Footer h2 a, #Footer h2 a:hover,
#Footer h3, #Footer h3 a, #Footer h3 a:hover,
#Footer h4, #Footer h4 a, #Footer h4 a:hover,
#Footer h5, #Footer h5 a, #Footer h5 a:hover,
#Footer h6, #Footer h6 a, #Footer h6 a:hover {
	color: #ffffff;
}

#Footer .themecolor,
#Footer .widget_meta ul,
#Footer .widget_pages ul,
#Footer .widget_rss ul,
#Footer .widget_mfn_recent_comments ul li:after,
#Footer .widget_archive ul,
#Footer .widget_recent_comments ul li:after,
#Footer .widget_nav_menu ul,
#Footer .widget_price_filter .price_label .from,
#Footer .widget_price_filter .price_label .to,
#Footer .star-rating span {
	color: #86bfe2;
}

#Footer .themebg,
#Footer .widget_categories ul,
#Footer .Recent_posts ul li .desc:after,
#Footer .Recent_posts ul li .photo .c,
#Footer .widget_recent_entries ul li:after,
#Footer .widget_mfn_menu ul li a:hover,
#Footer .widget_product_categories ul {
	/* background-color: #86bfe2; */
}

#Footer .Recent_posts ul li a .desc .date,
#Footer .widget_recent_entries ul li .post-date,
#Footer .tp_recent_tweets .twitter_time,
#Footer .widget_price_filter .price_label,
#Footer .shop-filters .woocommerce-result-count,
#Footer ul.product_list_widget li .quantity,
#Footer .widget_shopping_cart ul.product_list_widget li dl {
	color: #a8a8a8;
	font-size: 12px;
}

#Footer .widget > h4 {
	margin-bottom: 25px;
}

body.page-contacto .entry-content > .section.mcb-section:first-child h2 {
	color: #074e97;
	font-family: "Ubuntu", Arial, Tahoma, sans-serif;
	font-weight: 300;
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 0;
}

body.page-contacto .entry-content > .section.mcb-section:first-child h3 {
	color: #074e97;
	font-family: "Ubuntu", Arial, Tahoma, sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height: 30px;
}

body.page-contacto .entry-content > .section.mcb-section:first-child p,
body.page-contacto .entry-content > .section.mcb-section:first-child p.big {
	color: #5D7577;
	font-size: 14px;
	line-height: 22px;
}

body.page-contacto .entry-content > .section.mcb-section:first-child a {
	color: #2e96db;
}

body.page-contacto .entry-content > .section.mcb-section:first-child a:hover {
	color: #2275ac;
}

body.page-nosotros .entry-content h3,
body.page-nosotros .entry-content h3 a,
body.page-nosotros .entry-content h3 a:hover {
	color: #074e97;
	font-family: "Ubuntu", Arial, Tahoma, sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height: 30px;
}

body.page-nosotros .entry-content p {
	color: #5D7577;
	font-family: "Roboto", Arial, Tahoma, sans-serif;
	font-size: 14px;
	line-height: 22px;
}

body.page-blog .column_blog .post-title .entry-title,
body.page-blog .column_blog .post-title .entry-title a,
body.page-blog .column_blog .post-title .entry-title a:hover,
body.page-productos .column_blog .post-title .entry-title,
body.page-productos .column_blog .post-title .entry-title a,
body.page-productos .column_blog .post-title .entry-title a:hover {
	color: #074e97;
	font-family: "Ubuntu", Arial, Tahoma, sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height: 30px;
}

body.page-blog .column_blog .post-excerpt span,
body.page-blog .column_blog .post-excerpt p,
body.page-productos .column_blog .post-excerpt span,
body.page-productos .column_blog .post-excerpt p {
	color: #5D7577;
	font-family: "Roboto", Arial, Tahoma, sans-serif;
	font-size: 14px;
	line-height: 22px;
}

body.page-blog .column_blog .post-excerpt ul,
body.page-blog .column_blog .post-excerpt ol,
body.page-blog .column_blog .post-excerpt li,
body.page-productos .column_blog .post-excerpt ul,
body.page-productos .column_blog .post-excerpt ol,
body.page-productos .column_blog .post-excerpt li {
	color: #5D7577;
	font-family: "Roboto", Arial, Tahoma, sans-serif;
	font-size: 14px;
	line-height: 22px;
}

body.page-blog .column_blog .post-excerpt ul,
body.page-blog .column_blog .post-excerpt ol,
body.page-productos .column_blog .post-excerpt ul,
body.page-productos .column_blog .post-excerpt ol {
	margin: 0 0 18px 22px;
	padding: 0;
}

body.page-blog .column_blog .post-excerpt li,
body.page-productos .column_blog .post-excerpt li {
	margin-bottom: 6px;
}

body.page-blog .widget-area .widget h3,
body.page-blog .widget-area .widget h3 a,
body.page-blog .widget-area .widget h3 a:hover,
body.page-productos .widget-area .widget h3,
body.page-productos .widget-area .widget h3 a,
body.page-productos .widget-area .widget h3 a:hover {
	color: #074e97;
	font-family: "Ubuntu", Arial, Tahoma, sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height: 30px;
}

body.home .home-blog-mobile-title {
	display: none;
}

body.home .home-blog-news .blog_slider {
	margin-bottom: 15px;
}

body.home .home-blog-news .blog_slider_ul li .item_wrapper .image_frame {
	margin-left: 0;
	margin-bottom: 15px;
}

body.home .home-blog-news .blog_slider_ul li .item_wrapper .image_wrapper {
	height: 240px;
	overflow: hidden;
}

body.home .home-blog-news .blog_slider_ul li .item_wrapper .image_wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.home .home-blog-news .home-blog-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: nowrap;
	margin-top: 20px;
}

body.home .home-blog-news .home-blog-actions .button {
	margin: 0;
}

body.home .home-blog-news .home-blog-actions-right {
	display: flex;
	align-items: center;
	gap: 10px;
}

body.home .home-intro-content .home-company-card .column_attr {
	display: flex;
	flex-direction: column;
	height: 100%;
}

body.home .home-intro-content .home-company-card .image_frame .image_wrapper {
	height: 240px;
	overflow: hidden;
}

body.home .home-intro-content .home-company-card .image_frame .image_wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.home .home-intro-content .home-company-card .home-company-copy {
	min-height: 95px;
}

body.home .home-intro-content .home-company-card .home-company-actions {
	display: flex;
	align-items: center;
	min-height: 42px;
	margin-top: auto;
}

body.home .home-intro-content .home-company-card .home-company-actions .button {
	margin: 0;
}

body.home .home-blog-news .blog_slider_ul h5,
body.home .home-blog-news .blog_slider_ul h5 a,
body.home .home-blog-news .blog_slider_ul h5 a:hover {
	color: #074e97;
	font-family: "Ubuntu", Arial, Tahoma, sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 28px;
	margin: 0;
}

body.home .home-blog-news .blog_slider_ul .date_label {
	position: static;
	display: block;
	background: transparent;
	padding: 0;
	margin-top: 8px;
	color: #a8a8a8;
	font-size: 13px;
	line-height: 20px;
}

@media only screen and (max-width: 767px) {
	body.home .home-intro-headings .home-blog-top-title {
		display: none;
	}

	body.home .home-blog-mobile-title {
		display: block;
	}

	body.home .home-blog-mobile-title .fancy_heading {
		margin-bottom: 15px;
	}

	body.home .home-blog-news .home-blog-actions {
		flex-wrap: wrap;
	}

	body.home .home-blog-news .home-blog-actions-left,
	body.home .home-blog-news .home-blog-actions-right {
		width: 100%;
	}

	body.home .home-blog-news .home-blog-actions-right {
		justify-content: flex-end;
	}

	body.home .home-intro-content .home-company-card .image_frame .image_wrapper {
		height: auto;
	}

	body.home .home-blog-news .blog_slider_ul li .item_wrapper .image_wrapper {
		height: auto;
	}

	body.home .home-intro-content .home-company-card .image_frame .image_wrapper img {
		height: auto;
	}

	body.home .home-blog-news .blog_slider_ul li .item_wrapper .image_wrapper img {
		height: auto;
	}

	body.home .home-intro-content .home-company-card .home-company-copy {
		min-height: 0;
	}
}

body.page-blog .widget-area .widget p,
body.page-blog .widget-area .widget p.big,
body.page-productos .widget-area .widget p,
body.page-productos .widget-area .widget p.big {
	color: #5D7577;
	font-family: "Roboto", Arial, Tahoma, sans-serif;
	font-size: 14px;
	line-height: 22px;
}

body.page-blog .column_blog .date_label,
body.page-blog .widget-area .Recent_posts .desc .date,
body.page-blog .widget-area .Recent_posts .desc .date i,
body.page-productos .column_blog .date_label,
body.page-productos .widget-area .Recent_posts .desc .date,
body.page-productos .widget-area .Recent_posts .desc .date i {
	color: #a8a8a8;
	font-size: 13px;
	line-height: 20px;
}

body.page-blog .column_blog a,
body.page-blog .widget-area a,
body.page-productos .column_blog a,
body.page-productos .widget-area a {
	color: #2e96db;
}

body.page-blog .column_blog a:hover,
body.page-blog .widget-area a:hover,
body.page-productos .column_blog a:hover,
body.page-productos .widget-area a:hover {
	color: #2275ac;
}

body.page-blog .column_blog .post-links .post-more,
body.page-productos .column_blog .post-links .post-more {
	font-weight: 700;
}

body.page-blog .column_blog .post-desc > .date,
body.page-blog .column_blog .post-desc > .date i,
body.page-productos .column_blog .post-desc > .date,
body.page-productos .column_blog .post-desc > .date i {
	color: #a8a8a8;
	font-size: 13px;
	line-height: 20px;
}

body.page-blog .column_blog .post-footer .icon_bar,
body.page-productos .column_blog .post-footer .icon_bar {
	display: inline-block;
	vertical-align: middle;
}

body.page-blog .blog-detail .post-desc-wrapper,
body.page-productos .blog-detail .post-desc-wrapper {
	width: 100%;
	float: none;
	margin-right: 0;
}

#Footer #widget_mfn_recent_posts-3 .Recent_posts ul li .photo {
	float: left;
	padding-right: 10px;
}

#Footer #widget_mfn_recent_posts-3 .Recent_posts ul li .desc {
	margin-right: 0;
	margin-left: 0px;
}

#Footer #widget_mfn_recent_posts-3 .Recent_posts ul li .desc:after {
	right: auto;
	left: 0;
}

#Footer #widget_mfn_recent_posts-3 .Recent_posts ul li .photo .c {
	right: auto;
	left: -12px;
}

#Footer .logo {
	display: block;
	margin-bottom: 20px;
}

body.page-productos .entry-content h2,
body.page-productos .entry-content h2 a,
body.page-productos .entry-content h2 a:hover,
body.page-productos .entry-content h5,
body.page-productos .entry-content h5 a,
body.page-productos .entry-content h5 a:hover {
	color: #074e97;
	font-family: "Ubuntu", Arial, Tahoma, sans-serif;
	font-weight: 300;
}

body.page-productos .entry-content p,
body.page-productos .entry-content .desc-wrapper {
	color: #5D7577;
	font-family: "Roboto", Arial, Tahoma, sans-serif;
	font-size: 14px;
	line-height: 22px;
}

body.page-productos .entry-content a {
	color: #2e96db;
}

body.page-productos .entry-content a:hover {
	color: #2275ac;
}

#home-main-slider .home-simple-slider {
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 450px;
	overflow: hidden;
	background: #fff;
}

#home-main-slider .home-simple-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.55s ease;
}

#home-main-slider .home-simple-slide.is-active {
	opacity: 1;
	visibility: visible;
	z-index: 2;
}

#home-main-slider .home-simple-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#home-main-slider .home-simple-dots {
	position: absolute;
	left: 50%;
	bottom: 40px;
	transform: translateX(-50%);
	z-index: 5;
	display: flex;
	align-items: center;
	gap: 12px;
}

#home-main-slider .home-simple-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 0;
	padding: 0;
	margin: 0;
	background: #b7c3cc;
	cursor: pointer;
}

#home-main-slider .home-simple-dot.is-active {
	background: #074e97;
}

@media only screen and (max-width: 959px) {
	body.home .home-intro-content > .column {
		width: 100% !important;
		margin-right: 0 !important;
		margin-bottom: 25px;
	}

	body.home .home-blog-news .home-blog-actions {
		flex-wrap: wrap;
	}

	body.home .home-blog-news .home-blog-actions-left,
	body.home .home-blog-news .home-blog-actions-right {
		width: 100%;
	}

	body.home .home-blog-news .home-blog-actions-right {
		justify-content: flex-end;
	}

	body.page-nosotros .entry-content .section .wrap.one-second {
		width: 100% !important;
		margin-right: 0 !important;
		margin-bottom: 20px;
	}

	body.page-nosotros .entry-content .clients_slider_header {
		display: flex;
		justify-content: center;
		gap: 10px;
		margin-bottom: 12px;
	}

	body.page-blog .section_wrapper > .column.three-fourth.column_blog,
	body.page-blog .section_wrapper > .column.one-fourth {
		width: 100% !important;
		margin-right: 0 !important;
	}

	body.page-blog .column_blog .post-item {
		margin-bottom: 28px;
	}

	body.page-blog .column_blog .post-item .date_label {
		position: static;
		display: inline-block;
		margin-bottom: 10px;
	}

	body.page-blog .column_blog .post-photo-wrapper,
	body.page-blog .column_blog .post-desc-wrapper {
		width: 100% !important;
		float: none !important;
		margin-right: 0 !important;
	}

	body.page-contacto .entry-content > .section.mcb-section:first-child .wrap.one > .column {
		width: 100% !important;
		margin-right: 0 !important;
		margin-bottom: 18px;
	}

	body.page-contacto .entry-content > .section.mcb-section:first-child .column_attr.align_center {
		text-align: left;
	}

	body.page-contacto .entry-content > .section.mcb-section:first-child .wpcf7-form .column.one-second,
	body.page-contacto .entry-content > .section.mcb-section:first-child .wpcf7-form .column.one {
		width: 100% !important;
		margin-right: 0 !important;
	}
}

@media only screen and (max-width: 767px) {
	body.home .home-intro-headings .fancy_heading .title,
	body.home .home-blog-mobile-title .fancy_heading .title {
		font-size: 28px;
		line-height: 32px;
	}

	#home-main-slider .home-simple-slider {
		height: 72vh;
		min-height: 320px;
	}

	#home-main-slider .home-simple-dots {
		bottom: 20px;
		gap: 16px;
	}

	#home-main-slider .home-simple-dot {
		width: 14px;
		height: 14px;
	}

	body.page-nosotros .entry-content h3,
	body.page-nosotros .entry-content h3 a,
	body.page-nosotros .entry-content h3 a:hover,
	body.page-blog .column_blog .post-title .entry-title,
	body.page-blog .column_blog .post-title .entry-title a,
	body.page-blog .column_blog .post-title .entry-title a:hover,
	body.page-contacto .entry-content > .section.mcb-section:first-child h2,
	body.page-contacto .entry-content > .section.mcb-section:first-child h3 {
		font-size: 24px;
		line-height: 30px;
	}

	body.page-contacto .entry-content iframe {
		height: 340px;
	}
}

/* ─── Utilidades generales ──────────────────────────────── */

#searchform .submit {
	display: none;
}

#Footer .logo img {
	height: 80px;
	width: auto;
}

/* ─── Secciones: inicio ─────────────────────────────────── */

.section-home-intro {
	padding-top: 50px;
	padding-bottom: 10px;
}

.section-home-products {
	padding-top: 50px;
	padding-bottom: 20px;
	background-color: #eff3f5;
}

.section-home-cta {
	padding-top: 70px;
	padding-bottom: 10px;
	background-color: #f7f9fa;
}

.home-company-card .no_line {
	margin: 0 auto 15px;
}

/* ─── Secciones: nosotros ───────────────────────────────── */

.section-about-hero {
	padding-top: 0;
	padding-bottom: 20px;
}

.section-about-mission {
	padding-top: 10px;
	padding-bottom: 30px;
}

.section-about-clients {
	padding-top: 0;
	padding-bottom: 40px;
}

/* ─── Secciones: blog ───────────────────────────────────── */

.section-blog-list {
	padding-top: 20px;
}

/* ─── Secciones: contacto ───────────────────────────────── */

.section-contact-info {
	padding-top: 30px;
	padding-bottom: 20px;
}

.section-contact-map {
	padding: 0;
}

.contact-info-detail p {
	margin-bottom: 4px;
}

.contact-submit-wrap {
	text-align: left;
}

.contact-form .wpcf7-submit {
	display: inline-block;
	padding: 13px 36px;
	background: linear-gradient(135deg, #0073e6 0%, #002f86 100%);
	color: #fff;
	font-family: "Ubuntu", Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.5px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(0, 46, 134, 0.28);
	transition: opacity 0.2s ease, transform 0.15s ease;
}

.contact-form .wpcf7-submit:hover {
	opacity: 0.9;
	transform: translateY(-1px);
}

/* ─── Contacto – tarjetas de info ───────────────────────── */

.contact-info-cards {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-top: 10px;
}

.contact-info-card {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	background: #f4f8fd;
	border-left: 3px solid #0073e6;
	border-radius: 4px;
	padding: 12px 14px;
}

.contact-info-card .ci-icon {
	font-size: 22px;
	color: #0073e6;
	flex-shrink: 0;
	margin-top: 2px;
}

.contact-info-card .ci-icon.ci-whatsapp {
	color: #25D366;
}

.contact-info-card .ci-body {
	font-size: 14px;
	line-height: 1.5;
}

.contact-info-card .ci-label {
	display: block;
	font-family: "Ubuntu", Arial, sans-serif;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	color: #6b7f8e;
	margin-bottom: 2px;
}

.contact-info-card .ci-body a {
	color: #002f86;
	text-decoration: none;
}

.contact-info-card .ci-body a:hover {
	color: #0073e6;
	text-decoration: underline;
}

.btn-wa {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 18px;
	padding: 11px 22px;
	background: #25D366;
	color: #fff !important;
	font-family: "Ubuntu", Arial, sans-serif;
	font-weight: 700;
	font-size: 14px;
	border-radius: 4px;
	text-decoration: none !important;
	box-shadow: 0 3px 10px rgba(37,211,102,0.30);
	transition: opacity 0.2s ease, transform 0.15s ease;
}

.btn-wa:hover {
	opacity: 0.9;
	transform: translateY(-1px);
	color: #fff !important;
}

.form-hidden-fields {
	display: none;
}

.map-embed {
	width: 100%;
	border: 0;
	display: block;
}

/* ─── Botones globales frontend ─────────────────────────── */

.button.button_js:not(.slider_prev):not(.slider_next) {
	background: linear-gradient(135deg, #0073e6 0%, #002f86 100%) !important;
	color: #fff !important;
	border: none !important;
	box-shadow: 0 4px 12px rgba(0, 46, 134, 0.25);
	transition: opacity 0.2s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.button.button_js:not(.slider_prev):not(.slider_next):hover {
	opacity: 0.9 !important;
	transform: translateY(-1px);
	box-shadow: 0 6px 16px rgba(0, 46, 134, 0.32) !important;
	color: #fff !important;
}

.button.button_js:not(.slider_prev):not(.slider_next) .button_label,
.button.button_js:not(.slider_prev):not(.slider_next) .button_icon,
.button.button_js:not(.slider_prev):not(.slider_next) .button_icon i,
.button.button_js:not(.slider_prev):not(.slider_next) i {
	color: #fff !important;
}

.cta .button {
	background: linear-gradient(135deg, #0073e6 0%, #002f86 100%) !important;
	color: #fff !important;
	box-shadow: 0 4px 12px rgba(0, 46, 134, 0.25) !important;
}

/* ─── Formulario de contacto ────────────────────────────── */

.contact-form .column {
	margin-bottom: 10px;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	box-sizing: border-box;
}

.contact-form-message {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 16px 20px;
	border-radius: 4px;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 22px;
}

.contact-form-message span {
	font-size: 22px;
	flex-shrink: 0;
	margin-top: 1px;
}

.contact-form-message p {
	margin: 0;
	color: inherit;
	font-size: 15px;
	line-height: 22px;
}

.contact-form-message--success {
	background-color: #eaf7ee;
	color: #2e7d4f;
	border: 1px solid #b6dfc4;
}

.contact-form-message--error {
	background-color: #fdf2f2;
	color: #c0392b;
	border: 1px solid #f0b8b3;
}

.contact-form .g-recaptcha {
	margin-top: 6px;
	margin-bottom: 4px;
}
