/*
Theme Name: SiteOrigin Corp Child
Author: SiteOrigin
Author URI: https://siteorigin.com/
Theme URI: https://siteorigin.com/theme/corp
Description: SiteOrigin Corp Child Theme
Version: 1.0.0
Template: siteorigin-corp
Text Domain: siteorigin-corp
Domain Path: /languages/
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

/*General*/

body {
	font-size: 21px !important;
	line-height: 1.3 !important;
	letter-spacing: 0.3px !important;
	max-width: 100vw;
	overflow-x: hidden;
}

.site {
	overflow-x: hidden;	
}

.corp-container {
	max-width: 82% !important;
}

.breadcrumbs {
	display: none !important;
}

h1, h2, h3, h4, h5, h6 {
	line-height:1 !important;
}

.black-font h1, .black-font h2, .black-font h3, .black-font h4, .black-font h5, .black-font h6 {
	color: #1a1a1a !important;
}

.white-font h1, .white-font h2, .white-font h3, .white-font h4, .white-font h5, .white-font h6 {
	color: white !important;
}

h1 {
	font-size: 56px !important;
	font-weight:700 !important;
}


h2 {
	font-size: 46px !important;
	font-weight:700 !important;
}


h3 {
	font-size: 35px !important;
	font-weight:700 !important;
}


h4 {
	font-size: 33px !important;
	font-weight:700 !important;
}


h5 {
	font-size: 30px !important;
	font-weight:700 !important;
}

.alignright, .alignleft, .aligncenter {
	margin-bottom:27px !important;
}

/*Header*/
.site-header {
	background: #0d5d9e !important;
	border:none!important;
}

.site-header .site-branding img {
	max-width:160px !important;
}

.site-header .site-header-inner {
	align-items: end !important;	
}

.main-navigation ul li {
	margin: 0 30px 0px 0 !important;
}

.main-navigation ul li a {
	font-size:19px !important;
	font-weight:500 !important;
	text-transform: capitalize !important;
	letter-spacing: normal !important;
}

.main-navigation .search-toggle {
	margin-left: 0 !important;
}

.main-navigation ul .children, .main-navigation ul .sub-menu {
	top:30px !important;
}

.top-nav-design {
	display: flex;
	flex-wrap: wrap-reverse;
	justify-content: end;	
}

.top-widget {
	display:block !important;
	margin-bottom: -75px;
	margin-top: 10px;
}

.top-widget .panel-grid-cell {
	display: flex ;
	justify-content: flex-end;
	gap:30px;
	position: relative;
}

.top-info-cont, .top-info a {
	display:flex;
	gap:10px;
	align-items: center;
}

.top-info br {
	display: none;
}

.top-info img {
	width:37px;
	height:37px;
}

.top-info a {
	color:#0d5d9e;
}

.top-info a:hover {
	color:#afd3df;
}

.top-info img {
	filter: invert(29%) sepia(18%) saturate(4612%) hue-rotate(181deg) brightness(96%) contrast(97%);
}

.top-info a:hover img {
	filter: invert(88%) sepia(15%) saturate(429%) hue-rotate(152deg) brightness(92%) contrast(89%);
}

.top-info-bg {
	position: relative;	
}

.top-info-bg:after {
	position: absolute;
	content: '';
	width: 400%;
	height: calc(100% + 10px);
	left: -15px;
	background: white;
	top: -5px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	z-index: -1;
}

/*Home*/
.osc-slider {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}

/* Track clips whatever is outside */
.osc-track {
	position: relative;
	width: 100%;
	overflow: hidden;
}
/*
* All slides are absolute and stacked.
* JS controls transform via inline style — NO transform in CSS.
* The active slide is position:relative so it drives the track height.
*/
.osc-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	height: 700px;
}

.osc-slide.is-active {
	position: relative;
	z-index: 1;
}

/* ── Split layout ── */
.osc-slide__inner {
	display: flex;
	align-items: stretch;
	min-height: 700px;
	width: 100%;
}

.osc-slide__content {
	position: relative;
	z-index: 2;
	width: 50%;		
	background: rgba(255, 255, 255, 0.80);
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
	padding-left: 10%;
	padding-right: 90px;
}

.osc-slide__title {
	font-size: clamp(50px, 55px, 60px) !important;
	font-weight: 700;
	color: #0d5d9e;	
	margin: 0;
	text-transform: uppercase;	
}

.osc-slide__body {
	font-size:21px !important;	
	color: #1a1a1a;
	margin: 0;
}

.osc-slide__body p { margin: 0 0 8px; }
.osc-slide__btn {
	display: inline-block;
	padding: 10px 15px;
	background: #0d5d9e;
	color: #fff !important;	
	font-weight: 700;	
	text-transform: uppercase;
	text-decoration: none;
	border-radius:5px;
	transition: background 0.25s, color 0.25s;
	align-self: flex-start;
}

.osc-slide__btn:hover { 
	background: #afd3df;
	color: #0d5d9e !important; }

/* ── Arrows ── */
.osc-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	background: #0d5d9e;
	color: #fff;
	border: none;
	width: 44px;
	height: 44px;
	font-size: 60px;
	/* line-height: 7; */
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	transition: background 0.2s;
	padding: 5px 0px 13px 0;
}

.osc-nav:hover { background: #afd3df; }
.osc-nav--prev { left: 4%; }
.osc-nav--next { right: 4%; }

.first-contet {
	position: relative;
	z-index: 1;	
}

.first-contet:after {
	position: absolute;
	content: '';
	width: 50%;
	height: calc(100% + 20px);
	top: -10px;
	left: 0;
	background: #afd3df;
	z-index: -1;	
	border-bottom-right-radius: 10px;
}

.mobility-products .sow-image-container {
	min-width:100%;
	min-height:290px;
	position: relative;
	overflow: hidden;
	background: #0e0e0e;
}

.mobility-products .sow-image-container img {
	position: absolute;
	position: absolute;
	width: auto;
	height: auto !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: none !important;
	transition: .3s;
	min-width: 100%;
	min-height: 100%;
	max-height: 130%;
}

.mobility-products .sow-image-container img:hover {
	opacity:.6;
}

.mobility-products .so-widget-sow-image {
	border: 2.5px solid #afd3df;
	border-radius: 10px;
	overflow: hidden;
}

.mobility-products .widget-title {
	font-size:30px !important;
	margin:30px 10px !important;
	min-height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mobility-products .so-widget-sow-image .widget-title a {
	padding:20px;
	background: #e6e6e6;
	display: inline-block;
	width: 100%;
	color: #2f4d64 !important;
}

.mobility-products .so-widget-sow-image .widget-title a:hover {
	background:#ffce55;
	color:#333333 !important;
}

.mobility-products .panel-grid-cell {
	width: calc(50% - (0.5 * 30px));
}

.blue-section {
	align-items: stretch !important;
}

.blue-section .full-img-cover, .blue-section .so-panel, .blue-section .so-widget-sow-image, .blue-section .sow-image-container {
	height:100%;
	overflow:hidden;
}

.blue-section .sow-image-container img {
	object-fit: cover;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	min-height: 250px;
	height: 100% !important;
}

.blue-section .panel-grid-cell:first-child {
	padding:90px 0 90px 9%;
	position:relative;
}

.blue-section .panel-grid-cell:first-child:after {
	position:absolute;
	content:'';
	width:150%;
	height:100%;
	background:#0d5d9e;
	top:0;
	right:-40px;
	z-index:-1;
}

.blue-section h2 {
	color:white !important;
}

.blue-section .service-btn {	
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Outfit;
    font-weight: 700;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background: #ffffff;
    border-width: 1px 0;
    border: 1px solid #ffffff;
    color: #0d5d9e !important;
    font-size: 22px;
    padding: 15px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    padding-inline: 30px;
	display:inline-block;
}

.our-products .sow-image-container a {
	min-width:100%;
	min-height:290px;
	position: relative;
	overflow: hidden;
	background: white;
	border-radius:10px;
}

.our-products .sow-image-container img {
	position: absolute;
	width:auto;
	height:100% !important;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	max-width: none !important;
	transition: .3s;
	min-width: 100%;
	min-height: 350px;

}

.our-products .sow-image-container img:hover {
	opacity:.6;
}

.our-products .widget-title {
	font-size:30px !important;
	margin: 10px !important;	
}

.our-products .so-widget-sow-image .widget-title a {
	padding:20px;
	background: #e6e6e6;
	display: inline-block;
	width: 100%;
	color: #2f4d64 !important;

}

.our-products .so-widget-sow-image .widget-title a:hover {
	background:#ffce55;
	color:#333333 !important;
}

.our-products .panel-grid-cell {
	width: calc(50% - (0.5 * 30px));
}

/* ── Outer wrapper ── */
.tsl-wrapper {
	padding: 48px 0 40px;
}
/* ── Slider row: arrows + viewport ── */
.tsl-slider {
	display: flex;
	align-items: center;
	gap: 0;
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 8px;
}

/* ── Viewport clips the track ── */
.tsl-viewport {
	flex: 1;
	overflow: hidden;
	min-width: 0; /* prevent flex blowout */
}

/* ── Track: flex row of slides ── */
.tsl-track {
	display: flex;
	/* width set by JS based on per-page count */
	transition: transform 0.55s ease-in-out;
	will-change: transform;
}
/* Usado por JS para snapear sin animacion en resize/init */
.tsl-track.no-transition {
	transition: none !important;
}

/* ── Each slide takes 1/perPage of the viewport ── */
.tsl-slide {
	/* width set by JS */
	flex-shrink: 0;
	padding: 0 20px;
	box-sizing: border-box;
}

/* ── Card ── */
.tsl-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: #fff;
}

.tsl-card__body {
	color: white;
	margin-bottom: 16px;
	text-align: center;
}

.tsl-card__body p {
	margin: 0;
}

.tsl-card__name {
	margin-top: auto; /* empuja el nombre al fondo */
	font-size: 30px;
	font-weight: 700;
	font-style: italic;
	color: #fff;
	text-align: right;
	font-family: "Outfit", sans-serif;
}

/* ── Arrows ── */
.tsl-nav {
	flex-shrink: 0;
	background: transparent;
	border: none;
	color: #fff;
	font-size: 42px;
	line-height: 1;
	cursor: pointer;
	padding: 0 12px;
	opacity: 0.75;
	transition: opacity 0.2s;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
}
.tsl-nav:hover { opacity: 1; }


/* ── Dots ── */
.tsl-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 24px;
}
.tsl-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(255,255,255,0.35);
	border: 2px solid rgba(255,255,255,0.6);
	cursor: pointer;
	padding: 0;
	transition: background 0.2s;
}

.tsl-dot.is-active {
	background: #fff;
}

.video-modal-style-1, .video-modal-style-2 {
	align-items: stretch !important;
}

.widget_youtube_video_modal_widget, .yt-widget-image {
	height:100%;
}

.video-modal-style-1 .panel-grid-cell:last-child {
	padding:90px 9% 90px 0;
}

.video-modal-style-2 .panel-grid-cell:first-child {
	padding:90px 0 90px 9%;
}

/*Contact*/

.contact-card .panel-grid-cell {
	position:relative;
	z-index:1;
	text-align: center;
}

.contact-card .panel-grid-cell:after {
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	border-radius:10px;
	top:0;
	left:0;
	background:#0d5d9e;
	z-index:-1;
}

.form-layout {
	display: flex;    
	width: 100%;
	gap: 30px;
	justify-content: space-between;
}

.form-layout label {
	font-size:21px !important;
	color:#1a1a1a !important;	
	font-weight:600;
}

.form-layout input, .form-message textarea {
	margin-top: 7px;	
}

.form-layout .f-element {
	flex:1;
}

.form-layout p {
	width: 100%;
	margin-bottom: 20px !important;
}

.form-layout input {
	width: 100% !important;
	padding: 15px 12px !important;
	font-size: 21px !important;
	border: 2px solid #0d5d9e !important;
	background: white;
	outline: none !important;
}

.form-message {
	align-items:end;
}

.form-message textarea {
	width: 100% !important;
	padding: 15px 12px !important;
	font-size: 21px !important;
	border: 2px solid #0d5d9e !important;
	background: white;
	outline: none !important;
}

.s-element input {
	background:#0d5d9e !important;
	border-radius:10px !important;
	border:none !important;
}

.s-element input:hover {
	background:#afd3df !important;
}

.m-element {
	width:66%;
}

.s-element {
	width: 33%;		
}

/*Blog*/

.blog-layout-grid article {
	box-sizing: border-box;
	border:3px solid #afd3df !important;
	border-radius:10px;
	overflow:hidden;
}

.blog-layout-grid .entry-header h2 {
	font-size:35px !important;	
}

.blog-layout-grid article .entry-content {
	font-size:21px !important;
}

.blog-layout-grid .more-text {
	background: #0d5d9e;
	padding:20px 30px;
	border-radius:5px;
	display: inline-block !important;
	color: white !important;
	transition: .3s;
}

.blog-layout-grid .more-text:hover {
	background:#afd3df;
}

.blog-layout-grid .more-link .icon-long-arrow-right {
	display: none !important;
}

.pagination .current {
	color:white !important;
	background: #0d5d9e !important;
	border-color: #0d5d9e !important;
}

.page-numbers {
	color:#0d5d9e !important;
	border:2px solid #0d5d9e !important;
	border-radius:10px;
}

/*Services*/

.services-box .panel-grid-cell {
	padding:25px;
	border:3px solid #afd3df;
	border-radius:10px;
}

.serv-last .panel-grid-cell:last-child, .serv-last .panel-grid-cell:first-child {
	border: none !important;
}

.services-box h3 {
	margin-top:0 !important;
}

.service-img .panel-grid-cell {
	display: flex;
	flex-wrap: wrap; /* Allows items to break into new lines */
}

.service-img .widget_sow-image {
	flex: 1 1 calc(33.333% - (32px / 3)); 
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:15px;
}

.service-img .sow-image-container {
	justify-content: center;
}

.service-img .so-widget-sow-image, .service-img img {
	width:100%;
}

/*Resource Center*/

.resource-center-btn .panel-grid-cell {
	border:3px solid #afd3df;
	border-radius:10px;	
	overflow:hidden;
	padding-bottom:30px !important;
}

.resource-center-btn .so-widget-sow-image {
	position: relative;
	height: 360px;
	overflow: hidden;
}

.resource-center-btn .sow-image-container img {  
	position: absolute;
	width: auto;
	height: auto !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: none !important;
	transition: .3s;
	min-width: 100%;
	min-height: 100%;
	max-height: 130%;
	z-index: -2;
}

.resource-center-btn .widget-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
}

.resource-center-btn .widget-title:after {
	position:absolute;
	content:'';
	width:150%;
	height:calc(100% + 40px);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background:rgba(255, 255, 255, 0.80);
	z-index:-1;
}

/*Page*/

.page-hero {
	width: 100vw;
	height: 400px;
	margin-bottom: 90px;
	margin-left: -13%;
	position: relative;
	overflow:hidden;
	display: flex;
	align-items: center;
}

.page-hero:after {
	position:absolute;
	content:'';
	width:50%;
	height:calc(100% + 10px);
	background: rgba(255, 255, 255, 0.80);
	left:0;
	z-index:-1;
}

.page-hero .entry-header {
	width: 35% !important;
	margin-left: 11%;
}

.page-hero .entry-header h1, .page-hero .entry-header h2 {
	font-size:60px !important;
	text-transform:uppercase;
}

.page-hero img {
	position: absolute;   
	z-index: -2;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.qualifica h4 {
	font-size:25px !important;
	color:#1a1a1a !important;
	text-transform:uppercase;
	display: flex;
    align-items: center;
}

.qualifica img {
	margin-right:10px;
}

.qualifica ul {
	margin-left:70px;
}

/*Services*/
.products-wrapper {
	display: flex;
	gap: 30px;
	align-items: flex-start;
}

.products-main {
	flex: 1 1 0;
	min-width: 0;
}

.products-sidebar {
	flex: 0 0 25%;
	width: 280px;
	background:white;
	border: 3px solid white;
}

.product-card {	
	padding:90px 0;
}

.product-card:first-child {
	padding-top:0 !important;
}

.product-card:nth-child(even) {
	position:relative;
}

.product-card:nth-child(even)::after {
	position: absolute;
	content:'';
	width:110vw;
	height:100%;
	background:#afd3df;
	top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
	z-index:-1;
}

.product-card:nth-child(even) .product-card__title {
	color:#1a1a1a !important;
}

.product-card:nth-child(even) .product-card__subtitle {
	color:#0d5d9e !important;
}

.product-card:last-child {
	border-bottom: none;
}

.card-title-holder {
	margin-bottom:30px;
}

.product-card__title {
	margin: 0 0 25px;
}

.product-card__subtitle {
	margin: 0 0 1rem;
	font-family: "Outfit", sans-serif;
	font-size: 35px;
	color: #afd3df;
	font-weight:700;
}

.product-card__image {
	width: 100%;
	max-width:320px;
	height: auto;
	display: block;
	margin-bottom: 30px;
	margin-right:50px;
	float:left;
}

.product-card__content {
	/* hereda estilos del tema */
}

.sidebar-menu-title {
	margin: 0 0 0.75rem;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #333;
}

.sidebar-nav .sidebar-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	border-left:3px solid #0d5d9e;
}

.sidebar-nav .sidebar-menu li {
	margin-bottom:30px;
}

.sidebar-nav .sidebar-menu li:last-child {
	border-bottom: none;
	margin-bottom:0;
}

.sidebar-nav .sidebar-menu li a {
	display: block;
	padding:30px 20px;
	color: #444;
	text-decoration: none;
	transition: color 0.2s;
	background:#afd3df;
}

.sidebar-nav .sidebar-menu li a:hover {
	background:#0d5d9e;
    color: white;
}

.sidebar-nav .sidebar-menu .page_item > a {
    background:#0d5d9e;
    color: white;
}

.logo-bathroom {
	display: flex;
    align-items: center; 
    gap: 30px;
    justify-content: center;
}

.four-layout {
	display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.four-layout div {
	flex: 0 0 calc(50% - 15px); 
	box-sizing: border-box; 
}

/*Gallery*/
.so-gallery-widget { font-family: system-ui, -apple-system, sans-serif; max-width: 1200px; margin: 2rem auto; clear: both; }
.so-gallery-grid { display: grid !important; grid-template-columns: repeat(1, minmax(0, 1fr)) !important; gap: 16px !important; }

.so-gallery-item { position: relative; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 8px; cursor: pointer; background-color: #f0f0f0; }
.so-gallery-item img { width: 100% !important; height: 100% !important; object-fit: cover !important; transition: transform 0.3s ease !important; margin: 0 !important; padding: 0 !important; display: block !important; }
.so-gallery-item:hover img { transform: scale(1.05) !important; }

.so-gallery-modal { border: none !important; border-radius: 12px; padding: 0 !important; max-width: 90vw; max-height: 85vh; background: transparent !important; box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); overflow: visible; }
.so-gallery-modal::backdrop { background-color: rgba(0, 0, 0, 0.85) !important; backdrop-filter: blur(4px); }
.so-modal-content { position: relative; background: #fff; border-radius: 12px; padding: 10px; display: flex; flex-direction: column; align-items: center; }
.so-modal-slider { display: flex; align-items: center; justify-content: center; position: relative; width: 100%; }
.so-modal-image-container { max-width: 100%; max-height: 75vh; display: flex; justify-content: center; align-items: center; }
.so-modal-image-container img { max-width: 100% !important; max-height: 75vh !important; object-fit: contain !important; border-radius: 6px; margin: 0 !important; padding: 0 !important; display: block !important; }

.so-nav-btn { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(0, 0, 0, 0.5) !important; color: white !important; border: none !important; width: 45px; height: 45px; border-radius: 50%; font-size: 1.25rem !important; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.2s; z-index: 10; padding: 0 !important; }
.so-nav-btn:hover { background: rgba(0, 0, 0, 0.8) !important; }

.so-prev-btn, .class-prev-target {
	left: 10px; 
}

.so-next-btn, .class-next-target {
	right: 10px;
}

.so-close-btn { 
	position: absolute;
	top: -40px; right: 0;
	background: none !important;
	border: none !important;
	color: white !important;
	font-size: 2.5rem !important;
	cursor: pointer; 
	line-height: 1 !important;
	padding: 0 !important; 
}

.video-height iframe {
	max-height:450px;
}

.video-height .fluid-width-video-wrapper {
	padding-top:350px !important;
}
/*Post*/

.new-post-header {
	display: flex;
	gap:30px;
	align-items: center;
	margin-bottom:90px;
}


.new-post-header .entry-thumbnail {
	min-width: calc(50% - 30px);
	min-height:450px;
	overflow:hidden;
	position: relative;
}

.new-post-header .entry-thumbnail img {
	position: absolute;
	top:50%;
	left:50%;
	min-width:100%;
	width:auto;
	min-height:100%;
	height:auto;
	transform: translate(-50%, -50%);
}

/*Footer*/

footer .menu-footer-menu-container .menu {
	list-style: disc !important;
	margin-left: 20px !important;	
}

footer .menu-footer-menu-container li {
	font-size:21px !important;
}

footer p {
	font-size:21px !important;
}

footer .top-info {
	margin-bottom:20px;
}

footer .top-info img {
	filter: invert(100%) sepia(2%) saturate(8%) hue-rotate(353deg) brightness(104%) contrast(104%);
}

.site-footer .widget .widget-title {
	text-transform: capitalize !important;
	font-size:25px !important;
}

.footer-bg {
	position: relative;
	overflow:hidden;
	z-index:1;
	background-position: center right !important;
	background-size: 57% !important;
	background-repeat: no-repeat !important;
}

.footer-bg h2 {
	color: white !important;
}

.footer-bg p {
	color: #1a1a1a !important;
}

.footer-bg:after {
	position: absolute;
	content: '';
	width: 36%;
	height: calc(100% + 20px);
	top: -10px;
	left: 0;
	background: #0d5d9e;
	z-index: -1;
	mix-blend-mode: multiply;	
}

.footer-bg:before {
	position: absolute;
	content: '';
	width: 70%;
	height: calc(100% + 20px);
	top: -10px;
	left: 0;
	background: #BCB9B2;
	background: linear-gradient(90deg, rgba(188, 185, 178, 1) 67%, rgba(188, 185, 178, 0) 97%);
	z-index: -2;	
}

.site-info span:last-child, .site-info span:after {
    display: none !important;
}
/* ---- Responsive ---- */

@media (min-width: 480px) { .so-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; } }
@media (min-width: 768px) { .so-gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; } }
@media (min-width: 1024px) { .so-gallery-grid { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; } }
@media (max-width: 600px) { .so-close-btn { top: 10px; right: 10px; color: #000 !important; background: white !important; width: 30px; height: 30px; font-size: 1.5rem !important; border-radius: 50%; display: flex; align-items: center; justify-content: center; } }


@media (max-width: 1200px) {
	.footer-bg {
		background-size: 90% !important;
	}
}

@media (max-width: 480px) {

	h1 {
		font-size: 50px !important;
	}


	h2 {
		font-size: 40px !important;
	}


	h3 {
		font-size: 30px !important;
	}


	h4 {
		font-size: 27px !important;
	}


	h5 {
		font-size: 25px !important;
	}

	.corp-container {
		max-width: 90% !important;
	}

	.site-header .site-branding img {
		max-width: 100px !important;
	}

	.site-header .site-header-inner {
		align-items: flex-start !important
	}

	.top-widget .panel-grid-cell {
		gap:15px;
	}

	.top-widget {	
		margin-bottom: -25px;
		margin-top: -30px;
	}

	.top-nav-design {
		flex-wrap: wrap;
		padding:0 !important;
	}

	.top-info span {
		display: none;
	}

	.top-info-bg:after {
		width: calc(400% + 45px);
	}

	.osc-slide {
		height: 85vh;
	}

	.osc-slide__inner { 
		flex-direction: column; 
		min-height: auto; 
	}

	.osc-slide__content {
		width: 100%;
		max-width: 100%;
		padding: 40px;		
	}

	.first-contet:after {		
		width: 100%;
		height: calc(50% + 50px);
		top: -10px;
		left: 0;		
	}

	.osc-nav {
		top: 90%;
	}

	.blue-section .panel-grid-cell:first-child {
		padding:50px 40px !important;
	}

	.blue-section .panel-grid-cell:first-child:after {
		height:120%;
	}

	.video-modal-style-1 .panel-grid-cell:last-child, .video-modal-style-2 .panel-grid-cell:first-child {
		padding:50px 40px !important;
	}

	.services-box .panel-grid-cell {
		padding: 20px !important;
	}

	.service-img .widget_sow-image {
		flex: 1 1 calc(50% - (32px / 3));	
	}

    .page-hero {
        width: 125vw;
        margin-left: -11%;
        align-items: end;
		margin-bottom:50px;
    }
	
	.page-hero .entry-header h1, .page-hero .entry-header h2 {
		font-size: 45px !important;
		position: relative;
	}
	
	.page-hero .entry-header h1:after, .page-hero .entry-header h2:after {
        position: absolute;
        content: '';
        width: 120vw;
        height: 200%;
        background: rgba(255, 255, 255, 0.80);
        left: 0;
        z-index: -1;
        top: -20px;
        left: -10vw;
    }
	
	.page-hero:after {
		display: none;
	}

	.page-hero .entry-header {
		width: 70% !important;
		margin: 0 5% 10px;
	}

	.page-hero img {
		height: 100%;
		width: auto;
		max-width: none;
		transform: translate(-70%, -50%);
	}

	.page-hero:after {
		width:100%;	
		top: 65%;
	}

	.page-hero .entry-header h1 {
		font-size: 50px !important;
	}

	.products-wrapper, .four-layout {
		flex-direction: column;
	}
	
	.four-layout div {
		flex: 0 0 100%;
	}
	
	.product-card {	
		padding:50px 0;
	}
	
	.products-sidebar {
		width: 100%;
		flex: none;
	}
	
	.product-card:nth-child(even)::after {
		transform: translate(-50%, -50%);
	}
	
	.product-card__image {
		max-width:100%;
	}
	
	.qualifica h4 {
		align-items: flex-start;
	}
	
	.logo-bathroom {
		flex-direction: column;
	}

	.form-layout {
		flex-direction: column;	
		margin-bottom: 30px;
	}

	.form-layout p {
		margin-bottom:0 !important;
	}

	.m-element, .s-element {
		width: 100%;
	}
	
	.new-post-header {	
		flex-direction:column;
		margin-bottom:50px;
	}
	
	.new-post-header .entry-thumbnail {
		width:100%;
		min-height: auto;
	}
	
	.new-post-header .entry-thumbnail img {
		position:relative;
		transform: none;
		top: unset;
    	left: unset;
	}

	.footer-bg {
		background-position: bottom right !important;
		background-size: 155% !important;
	}

	.footer-bg p {
		color: white !important;
	}

	.footer-bg:after {
		width: 100%;
		height: 470px;
		top: 0px;
		left: 0;
	}

	.footer-bg:before {
		background: #BCB9B2;
		background: linear-gradient(180deg, rgba(188, 185, 178, 1) 95%, rgba(188, 185, 178, 0) 97%);
		width: 100%;
		height: 470px;
		top: 0px;
		left: 0;	
	}

	footer .top-info span {
		display: inline-block;
	}
}
