/*!
Theme Name: Grupo Residencial
Theme URI: https://www.gruporesidencial.com/
Author: WX Digital Agency
Author URI: https://wx.agency/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: grupo-residencial
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Grupo Residencial is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

p{
	
}
.banner-sec{
	height: 710px;
	position: relative;
}
.banner-sec:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    background: #000;
    z-index: 9;
    opacity: 0.5;
}
.banner-sec img{
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
}
.banner-sec .banner-header{
	position: absolute;
	bottom: 75px;
	left: 0;
	right: 0;
	margin: auto;
/* 	width: fit-content; */
	text-align: center;
}
.banner-sec .banner-header h2,
.banner-sec .banner-header h1{
	font-size: 35px;
	font-weight: 400;
	color: #fff;
	margin: 0px;
	z-index: 9;
	position: relative;
}
.hidden-select {
            visibility: hidden;
            height: 0;
            padding: 0;
            margin: 0;
            position: absolute;
            left: -9999px;
        }
.three-col-sec{
	background-color: #231F20;
	padding: 20px 0px;
}
.gallery-sec .modula-item-content img{
	object-fit: cover !important;
}
.three-col-sec .container{
	width: 570px !important;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.three-col-sec .lotes-col .col-head{
	font-size: 15px;
	font-weight: 600;
	color: #ffff;
	margin-bottom: 0px;
}
a.fancybox-nav {
    display: none;
}
.three-col-sec .lotes-col .col-sub{
	font-size: 13px;
	font-weight: 500;
	color: #ffff;
	margin: 0px;
	line-height: normal;
}
.three-col-sec .lotes-col{
	padding-left: 10px;
	border-left: 1px solid #fff;
}
.add-fac-sec{
	padding-top: 50px;
	padding-bottom: 35px;
	background-color: #FAFAFA;
}
.add-fac-sec .address-facility{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.add-fac-sec .address-facility .add-col{
	width: 38%;
}
.add-fac-sec .address-facility .facility-col{
	width: 50%;
	padding-top: 25px;
}
.add-fac-sec .address-facility .add-col img.project-logo{
	width: 250px;
}
.add-fac-sec .address-facility .add-col .add-map{
	display: flex;

}
.add-fac-sec .address-facility .add-col .add-map .add-loc{
	padding-right: 55px;
}
.add-fac-sec .address-facility .add-col .add-map .add-loc p{
	margin: 0px;
	display: flex;
	align-items: center;
	font-weight: 500;
}
.add-fac-sec .address-facility .add-col .add-map .map-link a{
	color: #BA212F;
	padding-bottom: 5px;
	border-bottom: 1px solid #BA212F;
	font-weight: 500;
	font-size: 13px;
	text-decoration: none;
}
.add-fac-sec .address-facility .add-col .add-map{
	padding: 20px 0px;
	border-bottom: 1px solid #AAAAAA;
}
.add-fac-sec .address-facility .add-col .add-map .add-loc img{
	width: 15px;
	margin-right: 10px;
}
.img-row-sec .image-text-col img {
    height: 130px;
    width: 100%;
        object-fit: cover;
}
.img-row-sec .image-text-col{
	margin: 0 19px !important;
}
.add-fac-sec .address-facility .add-col .description01{
	padding-top: 25px;
	padding-bottom: 20px;
	font-weight: 500;
	font-size: 13px;
	line-height: 24px;
}
.add-fac-sec .address-facility .add-col .description .des-head{
	font-size: 15.3px;
	color: #68696A;
	font-weight: 400;
	margin-bottom: 5px;
}
.add-fac-sec .address-facility .add-col .description02 .des-head{
	margin-bottom: 5px;
}
.add-fac-sec .address-facility .add-col .description03 .des-head{
	margin-bottom: 20px;
}
.add-fac-sec .address-facility .add-col .description .des-text{
	color: #231F20;
	font-weight: 500;
}
.add-fac-sec .address-facility .add-col .description .two-text-icon{
	display: flex;
	align-items: center;
}
.add-fac-sec .address-facility .add-col .description .deschargables{
	display: flex;
	align-items: center;
	padding-left: 40px;
	position: relative;
}
.add-fac-sec .address-facility .add-col .description .deschargables a{
	text-decoration: none;
	color: #BA212F;
	font-weight: 500;
	background-color: transparent;
	outline: none;
	border: none;
}
.add-fac-sec .address-facility .add-col .description .deschargables a:focus,
.add-fac-sec .address-facility .add-col .description .deschargables a:visited{
	background-color: transparent;
	outline: none !important;
	border: none;
}
/*.add-fac-sec .address-facility .add-col .description .deschargables:before{
	position: absolute;
	content: '';
	left: 0;
	top: 0px;
	bottom: 0px;
	margin: auto;
	width: 30px;
	height: 1px;
	background-color: #BA212F;
}*/
.add-fac-sec .address-facility .add-col .brochure{
	padding-right: 45px;
}
.add-fac-sec .address-facility .add-col .description .deschargables img{
	width: 25px;
	height: 25px;
	object-fit: contain;
	object-position: center;
	margin-left: 20px;
}
.add-fac-sec .address-facility .add-col .description03{ 
	padding-top: 15px;
	padding-bottom: 35px;
}
.facility-col .facility-box{
	background-color: #fff;
	box-shadow: #ddd 2px 2px 15px;
	padding: 25px 36px 6px 45px;
}
.facility-col .facility-box .des-head{
    font-size: 15.3px;
    color: #68696A;
    text-align: center;
    margin: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #AAAAAA;
}
.facility-col .facility-box .box-icon-text{
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
}
.facility-col .facility-box .box-icon-text ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
	padding: 0px;
	margin: 0px;
}
.facility-col .facility-box .box-icon-text ul li{
	display: flex;
	align-items: center;
	list-style-type: none;
	padding-bottom: 30px;
	font-size: 11.66px;
	font-weight: 500;
	color: #2A2B2D;
	width: 48%;
}
.facility-col .facility-box .box-icon-text ul li img{
	width: 25px;
	height: 25px;
	object-fit: contain;
	object-position: center;
	margin-right: 15px;
}
.facility-col .facility-box .box-icon-text ul li:last-child{
	/*padding-bottom: 0px;*/
}
.facility-col .facility-box .right-content{
	padding-right: 25px;
}
.three-col-sec02{
	padding-top: 35px;
	padding-bottom: 50px;
	background-color: #231F20;
	color: #fff;
}
.three-col-sec02 h2{
	padding-bottom: 40px;
	margin: 0;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}
.three-col-sec02 .images-row{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.three-col-sec02 .images-row .image-text-col{
	width: 22%;
}
.three-col-sec02 .images-row .image-text-col img{
	height: 130px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.three-col-sec02 .images-row .image-text-col p{
	margin: 0;
}
.two-col-sec{
	padding: 55px 0px;
}
.two-col-sec .two-img-row{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.two-col-sec .two-img-row .img-col{
	width: 48%;
	position: relative;
}
.two-col-sec .two-img-row .img-col img{
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.two-col-sec .two-img-row .img-col .zoom-img{
	width: 36px;
	height: 36px;
	position: absolute;
	right: 0;
	bottom: -10px;
	cursor: pointer;
}
.two-col-sec .two-img-row .img-col .img-head{
	margin: 0;
	font-size: 15.3px;
	color: #2A2B2D;
	margin-bottom: 40px;
	margin-left: 45px;
	position: relative;
	width: fit-content;
	margin-bottom: 40px !important;
}
.two-col-sec .two-img-row .img-col .img-head:before{
	position: absolute; 
	content: '';
	left: -30px;
	bottom: -9px;
	width: 100%;
	height: 1px;
	background-color: #B8212F;
} 
.two-col-sec .two-img-row .img-col img.mfp-img{
	height: 400px;
	object-fit: contain;
}
.slider-tab-sec .your-class img{
	width: 100%;
	height: 600px;
	display: block;
}

.slider-tab-sec .tab-pane.fade.show.active{
	display: block !important;
}
.slider-tab-sec .tab-pane{
	display: none;
}
.slider-tab-sec .nav.nav-tabs{
	list-style-type: none;
	padding: 0;
	text-align: center;
	padding-bottom: 30px;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px;
}
.slider-tab-sec .nav.nav-tabs .nav-item .nav-link.active{
	font-size: 15.3px;
	font-weight: 600;
	color: #2A2B2D;
	border-bottom: 1px solid #2A2B2D !important;
	border: none;
}
.slider-tab-sec .nav.nav-tabs .nav-item{
	padding-bottom: 5px;
	border: none;
	padding-right: 66px;
}
.slider-tab-sec .nav.nav-tabs .nav-item .nav-link:hover{
	outline: none;
	border: none;
}
.slider-tab-sec .nav.nav-tabs .nav-item .nav-link{
	font-size: 15.3px;
	font-weight: 400;
	color: #AAAAAB;	
	padding: 0px;
	outline: none;
	border: none;
	text-decoration: none;
}
.slider-tab-sec{
	padding-top: 40px;
	padding-bottom: 40px;
	/*position: relative;*/
}
.con-start {
    position: relative;
}
.slider-tab-sec [type=button].slick-arrow{
	-webkit-appearance: none !important;
	border: none;
	padding: 0;
	font-size: 0px;
	position: absolute;
	content: '';
	top: 45%;
	width: 20px;
	height: 40px;
	cursor: pointer;
	outline: none;
}
.slider-tab-sec [type=button].slick-next.slick-arrow{
	right: -50px;
	background: url('https://gruporesidencial.com/wp-content/themes/grupo-residencial/images/tab-right-arrow.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.slider-tab-sec [type=button].slick-prev.slick-arrow{
	left: -50px;
	background: url('https://gruporesidencial.com/wp-content/themes/grupo-residencial/images/tab-left-arrow.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.slider-tab-sec .slick-dots{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 8px;
}
.slider-tab-sec .slick-dots li button{
	width: 6px;
	height: 6px;
	border-radius: 45px;
	margin: 0 5px;
	background-color: #C0C0C0;
	-webkit-appearance: none !important;
	border: none;
	padding: 0;
	font-size: 0px;
	cursor: pointer;
	outline: none;
}
.slider-tab-sec .slick-dots li.slick-active button{
	background-color: #222B32; 
}
.slider-tab-sec .right-bar-box-sec .right-bar-box{
	position: absolute; 
	top: 0px;
	right: 0;
	z-index: 9;
}
.sticky-sec-rt{
	padding: 0 !important;
}
.right-bar-box-sec {
    z-index: 99;
}
.slider-tab-sec .right-bar-box-sec .right-bar-box{
	padding: 30px 25px 5px 20px; 
	background-color: rgb(255 255 255 / 95%);
    box-shadow: #ddd 0px 2px 5px 0px;
}
.slider-tab-sec .right-bar-box-sec .right-bar-box a.bar-text{
	text-decoration: none;
	color: #B8212F;
	font-size: 15px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 18px !important;
    border-bottom: 1px solid #AAAAAA !important;
    background-color: transparent;
    outline: none !important;
    border: none;
}
.slider-tab-sec .right-bar-box-sec .right-bar-box a.bar-text:focus,
.slider-tab-sec .right-bar-box-sec .right-bar-box a.bar-text:visited{
	background-color: transparent;
	outline: none !important;
}
.slider-tab-sec .right-bar-box-sec .right-bar-box a.bar-text:first-child{
	padding-top: 0px !important;
}
.slider-tab-sec .right-bar-box-sec .right-bar-box a.bar-text:last-child{
	border-bottom: none !important;
}
.slider-tab-sec .right-bar-box-sec .right-bar-box a.bar-text .img-text img{
	width: 25px;
	height: 25px;
	object-fit: contain;
	object-position: center;
	margin-right: 16px;
}
.slider-tab-sec .right-bar-box-sec .right-bar-box a.bar-text .download img{
	width: 15px;
	height: 15px;
	object-fit: contain;
	object-position: center;
}
.slider-tab-sec .right-bar-box-sec .right-bar-box a.bar-text .download{
	padding-left: 40px;
}
img.mfp-img{
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.mfp-bottom-bar{
	display: none;
}
.popup-frame{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 70px 40px 40px 40px;
	background-color: #fff;
	height: 100% !important;
}
.popup-frame .content-col{
	width: 35%;
}
.popup-frame .content-col h2{
	font-size: 29.17px;
	font-weight: 500;
	color: #333333;
	margin-bottom: 45px;
}
.popup-frame .content-col .qns-text{
	margin-bottom: 17px;
	font-size: 15.3px;
	color: #6A6B6C;
}
.popup-frame .content-col .c-text{
	margin-bottom: 0;
	font-weight: 500;
	color: #231F20;
}
.popup-frame .content-col .c-text01{
	display: none;
}
.fancybox-skin{
	padding: 0px !important;
}
.fancybox-inner{
	width: 968px !important;
	margin: auto;
}
.popup-frame .vector-text{
	margin-top: 78px;
	position: relative;
	font-size: 15px;
	font-weight: 500;
	padding-left: 40px;
	color: #B8212F;
}
.popup-frame  .vector-text02{
	display: none;
}
.popup-frame .vector-text:before{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 28px;
	height: 1px; 
	background-color: #B8212F;
}
.popup-frame .iframe-col{
	width: 55%;
}
.popup-frame .iframe-col img{
	width: 100%;
	height: 380px;
	object-position: center;
	object-fit: cover;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('https://gruporesidencial.com/wp-content/themes/grupo-residencial/images/pop-up-close.svg') !important;
    width: 16px !important;
	height: 16px !important;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.fancybox-close {
    top: 35px !important;
    right: 40px !important;
}
.img-video-gallery-sec{
	padding-top: 30px;
	padding-bottom: 73px;
}
.img-video-gallery-sec .sec-head{
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	color: #231F20;
	margin: 0;
	padding-bottom: 34px;
	width: 60%;
    text-align: center;
    margin: 0 auto;
    line-height: 34px;
}
.img-video-gallery-sec .masonry-columns .card-columns {
    column-count: 2;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
}
.img-video-gallery-sec .masonry-columns .card-columns .card img{
	width: 100%;
	object-fit: cover;
	object-position: center;
}
/*.img-video-gallery-sec .masonry-columns .card-columns .card01 img{
	height: 700px;
}
.img-video-gallery-sec .masonry-columns .card-columns .card02 img{
	height: 346px;
}
*/
.img-video-gallery-sec .masonry-columns .card-columns .card {
    margin-bottom: 5px !important;
}
.three-link-sec{
	padding-top: 65px;
	padding-bottom: 60px;
	background-color: #F8F8F8;
	text-align: center;
}
.three-link-sec .sec-head{
	font-weight: 600;
	font-size: 20px;
	color: #231F20;
	text-transform: uppercase;
}
.three-link-sec .c-text{
	font-weight: 400;
	font-size: 15px;
	color: #231F20;
	margin: 0;
}
.three-link-sec .link-row-sec{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-top: 65px;
}
.three-link-sec .link-row-sec .deschargables {
    display: flex;
    align-items: center;
    padding-left: 45px;
    padding-right: 42px;
    position: relative;
}
.three-link-sec .link-row-sec .deschargables a,
.three-link-sec .link-row-sec .deschargables button {
    text-decoration: none;
    color: #BA212F;
    font-weight: 500;
    font-size: 15px;
    background-color: transparent;
        border: none;
        outline: none !important;
}
.three-link-sec .link-row-sec .deschargables a:focus,
.three-link-sec .link-row-sec .deschargables a:visited{
	background-color: transparent;
	border: none;
	outline: none !important;
}
.three-link-sec .link-row-sec .deschargables img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    object-position: center;
    margin-left: 20px;
}
.slider-tab-sec .your-class img{
	object-fit: cover;
	object-position: center;
}

/* BLog */

.blog-banner-sec{
	background: url('https://gruporesidencial.com/wp-content/themes/grupo-residencial/images/blog-header-img.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 470px;
	width: 100%;
    display: flex;
    align-items: flex-end;
}
.blog-banner-sec .blog-banner p{
	text-align: center;
	color: #fff;
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 67px;
	line-height: 31.2px;
	padding-bottom: 55px;
}
.blog-tab-sec .tabs{
	padding-top: 60px;
}
.blog-tab-sec .tabs .tabs-text{
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	padding-bottom: 68px;
}
.blog-tab-sec .tabs .tabs-text li{
	margin: 0px 20px;
}
.blog-tab-sec .tabs .tabs-text li a{
	font-size: 15.3px;
    font-weight: 400;
    color: #2A2B2D;
    border: none;
    padding: 0px 25px;
    outline: none;
    text-decoration: none;
    padding-bottom: 5px;
}
.blog-tab-sec .tabs .tabs-text li.active a{
	font-weight: 600;
	border-bottom: 1px solid #2A2B2D !important;
}
.blog-tab-sec .blog-tab-row{
	display: grid;
	grid-template-columns: auto auto auto;
    grid-gap:50px 34px;
    padding-bottom: 95px;
}
.blog-tab-sec .blog-tab-row .blog-col .post-date{
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 3px;
	color: #8C8C8C;
	padding-top: 15px;
}
.blog-tab-sec .blog-tab-row .blog-col .post-text{
	color: #333333;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 0px;
}
.blog-tab-sec .blog-tab-row .blog-col .post-text a{
	text-decoration: none;
	color: #333333;
	font-weight: 500;
}
.blog-tab-sec .blog-tab-row .blog-col .post-text a:hover{
	opacity: 0.8;
}
.blog-tab-sec .blog-tab-row .blog-col img{
	width: 100%;
	height: 420px;
	object-fit: cover; 
	object-position: center;
}
.blog-tab-sec .blog-tab-row .blog-col .img-hover{
	position: relative;
}
.blog-tab-sec .blog-tab-row .blog-col:hover .img-hover .hover-text{
	/*display: none; */
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-color: rgb(183 33 47 / 90%);
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.blog-tab-sec .blog-tab-row .blog-col .hover-text .hover-contents{
	position: relative;
	color: #fff;
	padding-left: 50px;
	padding-right: 50px;
}
.blog-tab-sec .blog-tab-row .blog-col .hover-text .hover-contents p{
	font-size: 15px;
	font-weight: 400;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.thankYouMessage {
    text-align: center;
}
.blog-tab-sec .blog-tab-row .blog-col:hover .img-hover .hover-text p:first-child {
    display: none;
}
.blog-tab-sec .blog-tab-row .blog-col .hover-text .author-name{
	position: absolute;
    bottom: 50px;
    right: 50px;
}
.blog-tab-sec .blog-tab-row .blog-col .hover-text .author-name a{
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	position: relative;
}
.blog-tab-sec .blog-tab-row .blog-col .hover-text .author-name a:before{
	position: absolute;
	content: '';
	width: 38px;
	height: 1px;
	background-color: #fff;
	left: -50px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}
.blog-tab-sec .blog-tab-row .blog-col .hover-text{
	display: none;
}
.blog-tab-sec .blog-tab-row .blog-col:hover .hover-text{
	display: block;
}
.blog-tab-sec .video-tab-row .video-col{
	display: grid;
    grid-template-columns: auto auto;
    grid-gap: 40px 32px;
    padding-bottom: 76px;
}
.blog-tab-sec .video-tab-row .video-col .video-contents .text-contents{
	display: flex;
	justify-content: space-between;
	padding-top: 15px;
}
.blog-tab-sec .video-tab-row .video-col .video-contents .left-text .post-text{
	font-size: 15px;
	font-weight: 500;
	color: #333333;
	margin: 0;}
.blog-tab-sec .video-tab-row .video-col .video-contents img{
	width: 100%;
	height: 280px;
	object-fit: cover;
	object-position: center;
}
.blog-tab-sec .video-tab-row .video-col .video-contents .video-outer-sec{
/*	height: 280px;*/
}
.blog-tab-sec .video-tab-row .video-col .video-contents .right-icons{
	display: flex;

}
.blog-tab-sec .video-tab-row .video-col .video-contents .right-icons img{
	width: 20px;
	height: 20px;
	object-fit: contain;
	object-position: center;
}
.blog-tab-sec .video-tab-row .video-col .video-contents .right-icons a{
	margin-right: 18px;
}
.blog-tab-sec .video-tab-row .video-col .video-contents .right-icons a:last-child{
	margin: 0px;
}
.blog-tab-sec .layout-row{
	display: grid;
    grid-template-columns: 1fr;
    grid-gap:55px 42px;
    padding-bottom: 75px;
}
.blog-tab-sec .layout-row .layout-col:hover {
    transform: translateY(-25px);
    transition: 1s;
}
.blog-tab-sec .layout-row .layout-col{
	display: flex;
	justify-content: space-between;
	box-shadow: #ddd 0px 0px 10px 0px;
	transition: 1s;

}
.blog-tab-sec .layout-row .layout-col .left-img{
	width: 40%;
}
.blog-tab-sec .layout-row .layout-col .left-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.blog-tab-sec .layout-row .layout-col .right-content{
	width: 55%;
	position: relative;
	padding-right: 40px;
}
.blog-tab-sec .layout-row .layout-col .right-content {
	
}
.blog-tab-sec .layout-row .layout-col .right-content h2{
	font-size: 20px;
	color: #333333;
	font-weight: 500;
	margin-bottom: 18px;
	padding-top: 28px;
}
.blog-tab-sec .layout-row .layout-col .right-content p{
	position: relative;
	color: #2C2E2E;
	display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    /*max-height: 101px;*/
    line-height: 24px;
    margin: 0px;
}
.blog-tab-sec .layout-row ul li:before {
    content: "";
    background: url(https://gruporesidencial.com/wp-content/uploads/2022/08/red-rt-arrow.png);
    position: absolute;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    left: -26px;
    top: 5px;
    background-size: contain;
}
.blog-tab-sec .layout-row ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    list-style-type: none;
    position: relative;
    margin-bottom: 20px;
}
.blog-tab-sec .layout-row .layout-col .right-content .map-link{
	padding-top: 53px;
	padding-bottom: 26px;
	text-align: right;

}
.blog-tab-sec .layout-row .layout-col .right-content a{
	position: relative;
	text-decoration: none;
	color: #B8212F;
	font-size: 15px;
	font-weight: 500;
}
.blog-tab-sec .layout-row .layout-col .right-content a:before{
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	margin: auto;
	left: -42px;
	width: 28px;
	height: 1px;
	background-color: #B8212F;
}



/*body.residencialInnerPages.fixed {
    margin-top: 76px;
}*/

.gallery_video video {
    width: 100%;
    height: 90vh;
    object-fit: cover;
    display: block;
}
.image-ga {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-bottom: 15px;
}
.image-ga img{
	width: 100%;
	height:395px;
	object-fit: cover;
}
.amenties-outer-sec ul.slick-dots {
    display: none !important;
}
.woocommerce .woocommerce-breadcrumb{
	display: none;
}
.product-listing-inner-sec{
	padding-top: 50px;
}
.product-listing-inner-sec h2.woocommerce-loop-product__title {
	color: #222B32;
	font-weight: 500;
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
}
.product-listing-inner-sec ul.products.columns-4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    margin-bottom: 50px;
}
.product-listing-inner-sec ul.products.columns-4:before {
    display: none;
}
.product-listing-inner-sec ul.products.columns-4 li {
    width: 100% !important;
    margin: 0 !important;

}
/*woocommerce*/
span.woocommerce-Price-amount.amount {
    color: #222B32;
}
.woocommerce ul.products li.product .button{
	background-color: transparent !important;
    color: #B8212F !important;
    position: relative !important;
    padding: 15px !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    font-size: 15px !important;
    font-family: 'Montserrat', sans-serif !important;
    border: 1px solid #B8212F !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    line-height: normal !important;
    border-radius: 0 !important;
}
.woocommerce ul.products li.product .button:hover{
	background-color: #B8212F !important;
    color: #fff !important;
}
button.single_add_to_cart_button:hover{
	background: transparent !important;
	color: #231F20 !important;
	border: 1px solid #231F20 !important;
}
button.single_add_to_cart_button{
	background: #231F20 !important;
	color: #fff !important;
    position: relative !important;
    padding: 15px !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    font-size: 15px !important;
    font-family: 'Montserrat', sans-serif !important;
    border: 1px solid #231F20 !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    line-height: normal !important;
    border-radius: 0 !important;

}
a.added_to_cart.wc-forward,
.woocommerce a.button.alt,
.woocommerce #payment #place_order{
	background-color: #B8212F !important;
    color: #fff !important;
    position: relative !important;
    padding: 15px !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    font-size: 15px !important;
    font-family: 'Montserrat', sans-serif !important;
    border: 1px solid #B8212F !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    line-height: normal !important;
    border-radius: 0 !important;
}
a.added_to_cart.wc-forward:hover,
.woocommerce a.button.alt:hover,
.woocommerce #payment #place_order:hover{
	background-color: transparent !important;
    color: #B8212F !important;
}
.woocommerce div.product form.cart div.quantity input{
	padding: 15px !important;
	line-height: normal;
	border-radius: 0;

}
body.product-template-default.single.single-product main#main {
    margin-top: 85px;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
    float: none;
    border-radius: 0;
    padding: 10.5px 15px;
}
.woocommerce table.cart td.actions .input-text{
	border-radius: 0;
}
a.added_to_cart.wc-forward{
	margin-left: 10px;
}
body.single-product div#header{
	width: 100%;
    top: 0;
    background: #231F20;
    left: 0;
    z-index: 999;
    margin-bottom: 110px;
}
.woocommerce-product-gallery.check {
    margin-top: 90px;
}
.woocommerce-message {
    margin-top: 85px !important;
}
.woocommerce-notices-wrapper{
	    margin-top: 20px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: left;
    width: 100%;
    max-width: 50%;
    padding-left: 20px;
}
.woocommerce form .form-row-first input, .woocommerce form .form-row-last input, .woocommerce-page form .form-row-first input, .woocommerce-page form .form-row-last input{
	width: 100%;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select,
.select2-container--default .select2-selection--single .select2-selection__rendered{
	width: 100% !important;
	background-color: #EBEBEB !important;
    border: none !important;
    height: 40px !important;
    padding: 0 6px !important;
    outline: none !important;
    padding-right: 15px !important;
    border-radius: 0 !important;
}
.select2-container--default .select2-selection--single{
	border: none !important;
	background-color: transparent !important;
	height: 40px !important;
}
span.woocommerce-input-wrapper {
    width: 100%;
}
li.wc_payment_method.payment_method_factilo {
    width: 200px;
    /*display: flex;*/
}
form.checkout.woocommerce-checkout label {
    color: #8D8D8D !important;
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
}
.woocommerce form .form-row textarea {
    height: 200px !important;
    padding: 10px !important;
}
h3#order_review_heading {
    margin-top: 30px;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    color: #231F20;
}
.woocommerce table.cart td.actions .input-text{
	width: 220px !important;
}
td.product-name a{
	text-decoration: none;
	color: #231F20;
}
tr.woocommerce-cart-form__cart-item.cart_item td.product-remove a{
	color: #000 !important;
}
tr.woocommerce-cart-form__cart-item.cart_item td.product-remove a:hover{
	    color: #fff!important;
    background: #000 !important;
}
p.woocommerce-result-count{
	display: none;
}
.woo-cart {
	margin-bottom: 30px;
}
.wpgs-nav.slick-initialized.slick-slider img {
    height: 120px !important;
}
tr.woocommerce-cart-form__cart-item.cart_item td.product-name a {
    color: #B8212F;
}
.woocommerce span.onsale{
	background-color: #B8212F !important;
	color: #fff !important;
}
.woocommerce div.product p.price{
	color: #B8212F !important;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: right;
}
.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
}
.woocommerce .products ul, .woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
}
ul.wc_payment_methods.payment_methods.methods label img {
    width: 150px;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    margin-top: 50px;
    margin-bottom: 20px !important;
}

ul.wc_payment_methods.payment_methods.methods .grid-container {
    padding: 0;
    display: block !important;
    width: auto;
    margin-top: 0;
    margin-left: 0 !important;
}
.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
	display: none !important;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
	width: 40% !important;
}
.woocommerce table.shop_table th{
	font-weight: 400 !important;
}
.woocommerce-cart table.cart img{
	width: auto !important;
}
nav.woocommerce-MyAccount-navigation {
    margin: 25px 0;
}
nav.woocommerce-MyAccount-navigation ul{
    list-style-type: none;
    padding-left: 0;
}
nav.woocommerce-MyAccount-navigation li a {
    color: #231F20;
}
nav.woocommerce-MyAccount-navigation li.is-active a{
	font-weight: 500;
}
.back-arrow.slick-arrow,
.next-arrow.slick-arrow{
	-webkit-appearance: none !important;
	border: none;
	padding: 0;
	font-size: 0px;
	position: absolute;
	content: '';
	top: 45%;
	width: 20px;
	height: 40px;
	cursor: pointer;
	outline: none;
}
.back-arrow.slick-arrow{
	left: -20px;
}
.next-arrow.slick-arrow{
	transform: rotate(180deg);
	right: -20px;
}
/*Open House*/
/* marquee div container */
.info-bar{
	background: #b7212f;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9999;
}
.marquee {
    font-weight: 600;
    line-height: 1.25;
    font-size: 16px;
    color: #fff;
    height: 66px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}
/* nested div inside the container */
.marquee div {
    display: block;
    width: 200%;
    position: absolute; 
    overflow: hidden;
    animation: marquee 12s linear infinite;
}
/* span with text */
.marquee span {
    float: left;
    width: 50%;
}
/* keyframe */
@keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}


/* close button */
.close-btn {
    cursor: pointer;
    font-size: 24px;
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 20px;
    background: #b7212f;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.marquee a {
    cursor: pointer;
    background: #ffffff !important;
    border-radius: 3px;
    color: rgb(183, 33, 47);
    text-align: center;
    margin-bottom: 0;
    text-transform: none;
    font-size: 13px;
    line-height: normal;
    padding: 10px 32px;
    text-decoration: none;
    display: inline-block;
}
.open-house-content-section {
    padding: 80px 0 95px 0;
    background: #F8F8F8;
}
.open-house-content-section .content-title h2{
	color: #231F20;
	font-size: 36px;
	font-weight: 600;
	line-height: 44px;
	margin-bottom: 20px;
}
.open-house-content-section .content-des p {
    color: #231F20;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    max-width: 350px;
}
.open-house-content-section .content-des p:last-child{
	margin-bottom: 0;
}
.open-house-content-section .content-des{
	margin-bottom: 41px;
}
.open-house-content-section .button-section-des{
	display: flex;
	grid-gap: 43px;
	flex-wrap: wrap;
}
.open-house-content-section .button-section-des a{
	color: #B7212F;
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	text-decoration: underline;

}
.ext-loc-outer-open-house-1{
	padding-bottom: 54px;
}
.ext-loc-outer-open-house-2{
	padding-bottom: 147px;
}
.open-house-banner{	
	background-position: center !important;
}
section.banner-with-text-v2.paseo-connect-banner.location-page-banner.open-house-banner h1{
	margin-bottom: 2px !important; 
}
.next-loc-outer.next-loc-outer-open-house .next-loc-des p {
    color: #231F20;
    font-size: 16px;
    font-style: normal;
    line-height: 26px;
    margin-bottom: 10px !important;
}
.next-loc-outer.next-loc-outer-open-house .next-loc-des p:last-child{
	margin-bottom: 0 !important;
}
.next-loc-outer.next-loc-outer-open-house .next-loc-text {
    padding: 93px 60px 61px 60px;
}
.footer-left .bottom-right {
    margin-top: 30px;
}
.banner-outer-03.banner-outer-04 .banner-inner::before{
	display: none;
}
@media only screen and (max-width: 900px){
.marquee div{
	 display: flex;
    width: 500%;
    position: absolute;
    overflow: hidden;
    animation: marquee 27s linear infinite;
    white-space: nowrap;
}
.next-loc-outer .next-loc-text{
	min-height: 350px !important;
}
@keyframes marquee {
    0% { left: 0; }
    100% { left: -500%; }
}
}
.popup-frame.active{
	display: block !important;
}
.popup {
width:100%;
height:100%;
display:none;
position:fixed;
top:0px;
left:0px;
background:rgba(0,0,0,0.75);
    z-index: 9999;
}

/* Inner */
.popup-inner {
max-width:900px;
width:90%;
height:  90%;
padding:40px;
position:absolute;
top:50%;
left:50%;
-webkit-transform:translate(-50%, -50%);
transform:translate(-50%, -50%);
box-shadow:0px 2px 6px rgba(0,0,0,1);
border-radius:3px;
background:#fff;
}

/* Close Button */
.popup-close {
width:30px;
height:30px;
padding-top:4px;
display:inline-block;
position:absolute;
top:0px;
right:0px;
transition:ease 0.25s all;
-webkit-transform:translate(50%, -50%);
transform:translate(50%, -50%);
border-radius:1000px;
background:rgba(0,0,0,0.8);
font-family:Arial, Sans-Serif;
font-size:20px;
text-align:center;
line-height:100%;
color:#fff;
}

.popup-close:hover {
-webkit-transform:translate(50%, -50%) rotate(180deg);
transform:translate(50%, -50%) rotate(180deg);
background:rgba(0,0,0,1);
text-decoration:none;
}



.popup-scroll{
overflow-y: scroll !important;
max-height: 90%;
padding:0 1em 0 0;
}
body.stop{
overflow: hidden;
}
.banner-inner::before {
    content: "";
    background: #00000080;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner-inner {
    position: relative;
}
.popup-scroll::-webkit-scrollbar {background-color:#EEE;width:10px;}
.popup-scroll::-webkit-scrollbar-thumb {
border:1px #EEE solid;border-radius:2px;background:#777;
-webkit-box-shadow: 0 0 8px #555 inset;box-shadow: 0 0 8px #555 inset;
-webkit-transition: all .3s ease-out;transition: all .3s ease-out;
}
.popup-scroll::-webkit-scrollbar-track {-webkit-box-shadow: 0 0 2px #fff;box-shadow: 0 0 2px #ccc;}	
a.popup-close {
color: #fff !important;
}
.benfits-slider .slick-arrow:before{
	display: none;
}
@media only screen and ( min-width: 1025px ) {
	li#menu-item-12960{
		display: none;
	}
}
/**************iPad Landscape***************/
@media only screen and ( max-width: 1024px ) {
.popup-scroll{
	max-height: 85%;
}   
.popup-inner {
	 height:  70%;
}  
}
.text-02-section-2 p{
    	font-weight: 400;
        font-size: 15px !important;
        color: #231F20 !important;
        margin: 0 !important;
        line-height: 24px !important;
    }
/*End Open House*/
/*Deco Center*/
.deco-center-banner {
    display: flex;
    align-items: end;
}
section.banner-with-text-v2.paseo-connect-banner.deco-center-banner .section-title-inner{
	padding-bottom: 114px;
	padding-top: 0 !important;
}
.deco-center-banner .section-title-inner h1{
	margin-bottom: 10px;
}
div#popupContent {
    display: none;
    margin-bottom: 0 !important;
}
.deco-rt-con .subtitle p {
    color: #231F20;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    font-variant: all-small-caps;
    letter-spacing: 4.2px;
    margin-bottom: 10px;
    padding-top: 53px;
}
.deco-rt-con .subtitle {
    margin-bottom: 0 !important;
}
.deco-rt-con h2,
.deco-rt-des-sec h2{
	color: #231F20;
	font-size: 36px;
	font-weight: 600;
	line-height: 44px;
	margin-bottom: 30px;
}
.image-con-section.lt-con-rt-img-sec .deco-rt-des-sec h2{
	padding-top: 28px;
}
.deco-rt-con p,
.deco-rt-des-sec p{
	color: #231F20;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}
.deco-rt-con p:last-child{
	margin-bottom: 0;
}
.deco-listing-heading h2{
	color: #231F20;
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	line-height: 44px;
	margin-bottom: 15px;
}
.deco-listing-heading p{
	color: #231F20;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px; /* 155.556% */
}
.deco-listing-heading p:last-child{
	margin-bottom: 0 !important;
}
.deco-listing-heading{
	margin-bottom: 68px !important;
}
.listing-decor-inner > .vc_column-inner > .wpb_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 34px 19px;
}
.listing-decor-inner .decor-listing{
	background: #FFF;
	box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.07);
	padding: 25px 20px 31px;
}
.listing-decor-inner .decor-listing h2{
	color: #231F20;
	font-size: 24px;
	font-weight: 600;
	line-height: 34px; /* 141.667% */
	position: relative;
	padding-bottom: 19px;
	margin-bottom: 19px;
}
.listing-decor-inner .decor-listing h2:before{
	content: "";
	background: #B7212F;
	height: 1px;
	width: 165px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.listing-decor-inner .decor-listing ul li{
	color: #231F20;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px; /* 137.5% */
	margin-bottom: 20px;
}
.listing-decor-inner .decor-listing ul li strong{
	font-weight: 700;
}
.listing-decor-inner .fancybox-outer a {
    color: #B7212F !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500;
    line-height: 22px !important;
    text-decoration-line: underline !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    padding-left: 15px !important;
}
.fancybox-close {
    top: 20px !important;
    right: 20px !important;
    width: 20px !important;
    height: 20px !important;
}
.popup-frame-decor h2 {
    color: #231F20;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 26px;
}
.popup-frame-decor h3{
	color: #231F20;
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px; /* 140% */
	margin-bottom: 20px;
	margin-top: 15px;
}
.popup-frame-decor ul {
    padding-left: 0;
    margin-left: 24px;
}
.popup-frame-decor ul li,
.popup-frame-decor p{
	color: #231F20;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 5px;
}
.popup-frame-decor ul li strong{
	font-weight: 700;
}
.wpb_single_image.wpb_content_element.vc_align_left.wpb_content_element {
    margin-bottom: 0;
}
.res-ls-inner-sec {
    opacity: 0; /* Hide the slider initially */
    animation: showSlider 1s ease-in-out forwards; /* Animate the opacity to 1 */
}

@keyframes showSlider {
    to {
        opacity: 2; /* Show the slider */
    }
}
.category-name h1 {
	font-size: 25px;
	color: #fff !important;
	position: relative;
}
.banner-outer-03 .title-banner.res-title .location-cat a {
    display: flex;
    align-items: center;
    position: relative;
    color: #fff;
}
@media only screen and (max-width: 850px){
section.banner-with-text-v2.paseo-connect-banner.location-page-banner h1{
	font-size: 35px !important;
}
}
@media only screen and (max-width: 985px) and (min-width: 320px){
.fancybox-inner {
/*    width: 100% !important;*/
    width: calc(100vw - 40px) !important;
}
}
@media only screen and (min-width: 1200px){
	.popup-frame-decor {
	    padding: 72px 140px 94px 80px;
	    margin-bottom: 0 !important;
	}
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
    .fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened {
        width: calc(100% - 20px) !important; /* Adjust as needed */
        margin: 0 auto !important;
        left: 10px !important; /* Adjust for mobile view */
    }
}
@media only screen and (max-width: 767px){
	.deco-lt-image .vc_column-inner {
	    padding-right: 0 !important;
	}
	.footer-left{
		width: 100%;
	}
	.fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened {
	    width: calc(100% - 40px) !important;
	    min-width: 300px !important;
	    margin: 0 auto !important;
	    left: 20px !important;
	    -webkit-width: calc(100% - 40px) !important;
	    -webkit-margin: 0 auto !important;
	    -webkit-left: 20px !important;
	}
	.subtitle p,
	.deco-rt-con span{
		padding-top: 30px !important;
	}
	.listing-decor-inner > .vc_column-inner > .wpb_wrapper {
	    grid-template-columns: 1fr;
	}
	.fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened {
	    width: calc(100% - 40px) !important;
	    margin: 0 auto !important;
	    left: 20px !important;
	    -webkit-width: calc(100% - 40px) !important;
	    -webkit-margin: 0 auto !important;
	    -webkit-left: 20px !important;
	    z-index: 99999 !important;
	}
	.vc_row.wpb_row.vc_row-fluid.vc_custom_1727239960782.vc_row-has-fill.vc_row-no-padding.ult-vc-hide-row{
		padding-top: 0px !important;
	}
	.vc_row.wpb_row.vc_row-fluid.image-con-section.lt-con-rt-img-sec.vc_custom_1727266330203.vc_row-has-fill.vc_row-no-padding{
		padding-top: 0px !important;
	}
	.deco-rt-con .vc_custom_1727240497544 {
    	padding-left: 0px !important;
	}
	.image-con-section.lt-con-rt-img-sec {
    	padding-top: 0 !important;
    	padding-bottom: 20px !important;
	}
}
@media only screen and (max-width: 1100px) and (min-width: 768px){
	.fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened {
	   width: calc(100% - 40px) !important;
    margin: 0 auto !important;
    left: 20px !important;
    -webkit-width: calc(100% - 40px) !important;
    -webkit-margin: 0 auto !important;
    -webkit-left: 20px !important;
	}
	.listing-decor-inner > .vc_column-inner > .wpb_wrapper {
	    grid-template-columns: 1fr 1fr;
	}
	.deco-rt-con span{
		padding-top: 0 !important;
	}
	.deco-lt-image{
		padding-top: 52px !important;
	}
	.image-con-section.lt-con-rt-img-sec .deco-lt-image,
	.deco-rt-des-sec h2{
		padding-top: 0px !important;
	}
	.image-con-section.lt-con-rt-img-sec .deco-rt-con{
		padding-top: 52px !important;
	}
	.fancybox-inner {
	    width: calc(100vw - 40px) !important;
	    margin: 0 !important;
	    min-width: 700px !important;
	}
}
/*End Deco Center*/
@media only screen and (min-width: 1000px){
.ubermenu .ubermenu-image:not(.ubermenu-image-lazyload) {
    height: 194px !important;
}
}
.author-admin p,
.author-admin li {
    font-size: 22px;
    line-height: 40px;
}
.author-admin .post a{
	margin: 0 10px !important;
	word-break: break-all;
	font-size: 22px;
}

.author-admin li{
	padding: 0;
}
.project-detail-main-section.project-detail-main-section-new {
    padding-bottom: 254px;
}
.fancybox-overlay{
/*	z-index: 99999 !important;*/
}
@media only screen and (max-width: 892px) and (min-width: 769px){
	.summary.entry-summary {
	    width: 100% !important;
	    display: flex;
	    justify-content: flex-end;
	}
	.summary.entry-summary label{
		margin-bottom: 10px !important;
	}
}
/*************Responsive Styles*****************/
/***************iPhone Portrait**************/
@media only screen and (max-width: 300px){
.fancybox-inner {
    width: calc(100vw - 40px) !important;
    min-width: 220px !important;
}
}
@media only screen and (max-width: 479px) and (min-width: 220px){
.add-fac-sec .address-facility .add-col .description .deschargables img {
    margin-left: 10px;
	}
	.add-fac-sec .address-facility .add-col .description03{ 

	padding-bottom: 15px !important;
}
.fancybox-overlay{
/*	z-index: 99999 !important;*/
}
.form-sec-sales.form-sec-sales-ft input[type=submit]{
	width: 130px !important;
}
.img-video-gallery-sec .masonry-columns .card-columns .card01 img{
	height: 300px;
}
.img-row-sec .image-text-col img {
    height: 180px;
    width: 100%;
    object-fit: cover;
}
.two-text-icon .btn.btn--white:before {
    width: 22px;
}
.fancybox-close {
    top: 18px !important;
    right: 15px !important;
}
.amenties-outer-sec .slick-list{
	padding:0 10% 0 0!important;
}
.img-row-sec .image-text-col {
    margin-right: 10px !important;
}
.img-video-gallery-sec .masonry-columns .card-columns .card02 img{
	height: 200px;
}
.slider-tab-sec .nav.nav-tabs{
	width: 550px;
}
.two-col-sec .two-img-row .img-col img{
	height: 185px;
}
.slider-tab-sec .your-class img{
	height: 230px;
}
.add-fac-sec .address-facility .add-col .description .two-text-icon{
	justify-content: space-between;
	padding-right: 0px;
}
.add-fac-sec .address-facility .add-col .brochure{
	padding-right: 0px;
}
.facility-col .facility-box .box-icon-text ul li{
	flex-direction: column;
/* 	height: 95px; */
}
.facility-col .facility-box .box-icon-text ul li img{
	margin-right: 0;
	margin-left: 10px;
	margin-bottom: 12px;
}
.fancybox-inner {
    width: calc(100vw - 40px) !important;
    min-width: 300px !important;
}
.three-col-sec .container{
	flex-direction: column;
}
.three-col-sec .lotes-col{
	margin-bottom: 25px;
}

.blog-tab-sec .blog-tab-row {
    grid-template-columns: auto;
    grid-gap: 45px 0px;
}
.blog-tab-sec .tabs .tabs-text li a{
	padding: 0px 15px;
	font-size: 14px;
}
.blog-tab-sec .blog-tab-row .blog-col img{
	height: 338px;
}
.blog-tab-sec .tabs .tabs-text li {
    margin: 0px 0px;
}
.blog-tab-sec .video-tab-row .video-col {
    grid-template-columns: auto;
    grid-gap: 45px 0px;
    padding-bottom: 55px;
}
.blog-tab-sec .video-tab-row .video-col .video-contents .text-contents{
	flex-direction: column;
		flex-wrap: wrap;
    word-break: break-word;
}
.blog-tab-sec .video-tab-row .video-col .video-contents img{
	height: 145px;
	position: relative;
}
.blog-tab-sec .layout-row{
	grid-template-columns: 1fr;
    grid-gap: 45px 0px;
}
.blog-tab-sec .layout-row .layout-col {
    flex-direction: column;
}
.blog-tab-sec .layout-row .layout-col .left-img {
    width: 100%;
}
.blog-tab-sec .layout-row .layout-col .right-content{
	width: 100%;
}
.blog-tab-sec .layout-row .layout-col{
	height: 100%;
}
.blog-tab-sec .layout-row .layout-col .right-content {
    padding: 0px 50px 0px 20px;
}
.blog-tab-sec .layout-row .layout-col .right-content .map-link {
    padding-top: 55px;
    padding-bottom: 30px;
}
.blog-tab-sec .layout-row .layout-col .left-img img{
	/*height: 140px;*/
}
.blog-tab-sec .blog-tab-row .blog-col .img-hover:before{
	position: absolute;
	content: "";
	background: url('https://gruporesidencial.com/wp-content/themes/grupo-residencial/images/left-arrow.png');
	background-size: 10px 10px;
	background-repeat: no-repeat;
	background-position: center; 
	right: 15px;
	bottom: 20px;
	width: 25px; 
	height: 25px;
	border-radius: 45px;
	background-color: #B7212F;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.blog-tab-sec .video-tab-row .video-col .video-outer-sec{
	height: 160px !important;
}
.blog-tab-sec .video-tab-row .video-col iframe {
    height: 160px !important;
}
.desktop-footer {
    display: none;
}
.footer-mobile {
    display: block;
    display: block !important;
}
.footer-mobile .footer-inner-sm ul li a img {
    width: 30px;
    height: 20px;
}
.footer-mobile .footer-inner-sm {
    margin-top: 10px;
    margin-bottom: 45px;
}
.menu-sec-ft.menu-sec-ft-02 {
    margin-top: 50px;
}
.content-with-Cta .two-ctas .two-ctas-sec:first-child a:after {
    display: none;
}
.content-with-Cta .two-ctas .cta-02 a:after{
	display: none;
}
.slider-tab-sec [type=button].slick-prev.slick-arrow{
	left: -25px !important;
}
.slider-tab-sec [type=button].slick-next.slick-arrow{
	right: -25px !important;
}
.image-ga {
    display: grid;
    grid-template-columns: auto;
    grid-column-gap: 0;
    grid-row-gap: 15px;
}
.img-video-gallery-sec .sec-head {
    width: 100%;
}
.slider-tab-sec .right-bar-box-sec.is_stuck {
    position: fixed;
    top: auto !important;
    right: 0;
    z-index: 99;
    bottom: 0;
    width: 100%;
    display: flex !important;
    justify-content: space-between;
	    padding-top: 0 !important;
	        align-items: flex-start;
	        /*display: block;*/
}
.slider-tab-sec .right-bar-box-sec .right-bar-box {
	/*display: none;*/
	    position: initial;
    top: auto;
    right: 0;
    z-index: 99;
    bottom: 0;
    width: 100%;
    display: flex !important;
    justify-content: space-between;
	    padding-top: 0 !important;
	        align-items: flex-start;
}
.slider-tab-sec .right-bar-box-sec {
    display: block !important;
}
.slider-tab-sec	span.img-text {
    flex-wrap: wrap;
    display: flex;
	    text-align: center;
    justify-content: center;
}
	.slider-tab-sec	span.img-text img{
		width: 100% !important;
		margin-right: 0!important;
		margin-bottom: 10px!important;
	}
	.slider-tab-sec .right-bar-box-sec .right-bar-box a.bar-text:first-child {
		padding-top: 20px !important;
		border: none !important;
	}
	.slider-tab-sec .right-bar-box-sec .right-bar-box a.bar-text {
    padding: 20px 18px !important;
    flex-wrap: wrap;
		text-align: center;
    justify-content: center;
	border: none;
}
	.slider-tab-sec .right-bar-box-sec .right-bar-box a.bar-text .download {
    padding-left: 0 !important;
}
	.float{
		bottom: 75px !important;
	}
}
/**********************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
 .slider-tab-sec .your-class img{
 	width: 95%;
 	margin: auto;
 }

	.float{
		bottom: 75px!important;
	}
	.form-sec-sales.form-sec-sales-ft input[type=submit]{
	width: 130px !important;
}
.slider-tab-sec .right-bar-box-sec.is_stuck {
    position: fixed;
    top: auto !important;
    right: 0;
    z-index: 99;
    bottom: 0;
    width: 100%;
    display: flex !important;
    justify-content: space-between;
	    padding-top: 0 !important;
	        align-items: flex-start;
}
.slider-tab-sec .right-bar-box-sec .right-bar-box {
	/*display: none;*/
	    position: initial;
    top: auto;
    right: 0;
    z-index: 99;
    bottom: 0;
    width: 100%;
    display: flex !important;
    justify-content: space-between;
	    padding-top: 0 !important;
	        align-items: flex-start;
}
.slider-tab-sec .right-bar-box-sec .right-bar-box a.bar-text:first-child {
    padding-top: 20px !important;
    border: none !important;
}
.slider-tab-sec .right-bar-box-sec {
    display: block !important;
}
	.facility-col .facility-box .box-icon-text ul li{
		text-align: left !important;
	}
 .img-row-sec .image-text-col img {
    height: 180px;
    width: 100%;
    object-fit: cover;
}
 .two-text-icon .btn.btn--white .btn__text {
    padding: 15px 25px;
}
.fancybox-close {
    top: 18px !important;
    right: 15px !important;
}
.amenties-outer-sec .slick-list{
	padding:0 10% 0 0!important;
}
.img-row-sec .image-text-col {
    margin-right: 10px !important;
}
 .slider-tab-sec [type=button].slick-next.slick-arrow{
 	right: -10px;
 }
 .slider-tab-sec [type=button].slick-prev.slick-arrow{
 	left: -10px;
 }
 .fancybox-inner {
    width: calc(100vw - 40px) !important;   
    margin-top: 20px !important;
    height: calc(100vh - 40px) !important;
}
.fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened {
    width: calc(100% - 40px) !important;
    margin: 0 auto !important;
    left: 20px !important;
    -webkit-width: calc(100% - 40px) !important;
    -webkit-margin: 0 auto !important;
    -webkit-left: 20px !important;
}
.three-col-sec .container{
	flex-direction: column;
} 
.three-col-sec .lotes-col{
	margin-bottom: 25px;
}
 .blog-tab-sec .blog-tab-row {
    grid-template-columns: auto auto;
}
.blog-tab-sec .video-tab-row .video-col .video-contents img {
    height: 200px;
}
.blog-tab-sec .video-tab-row .video-col .video-contents .text-contents{
	flex-direction: column;
	flex-wrap: wrap;
    word-break: break-word;
}
.blog-tab-sec .layout-row .layout-col {
    flex-direction: column;
}
.blog-tab-sec .layout-row .layout-col .left-img {
    width: 100%;
}
.blog-tab-sec .layout-row .layout-col .right-content{
	width: 100%;
}
.blog-tab-sec .layout-row .layout-col{
	height: 100%;
}
.blog-tab-sec .layout-row .layout-col .right-content {
    padding: 0px 50px 0px 20px;
}
.blog-tab-sec .layout-row .layout-col .right-content .map-link {
    padding-top: 55px;
    padding-bottom: 30px;
}
.blog-tab-sec .layout-row .layout-col .left-img img{
	/*height: 140px;*/
}
.blog-tab-sec .video-tab-row .video-col .video-outer-sec {
    height: 300px !important;
    width: 100%;
}
.blog-tab-sec .video-tab-row .video-col {
    grid-template-columns: auto;
    grid-gap: 45px 0px;
    padding-bottom: 55px;
}
.blog-tab-sec .video-tab-row .video-col .video-outer-sec iframe{
	height: 100%;
	width: 100%;
}
.desktop-footer {
    display: none;
}
.footer-mobile {
    display: block;
    display: block !important;
}
.footer-mobile .footer-inner-sm ul li a img {
    width: 30px;
    height: 20px;
}
.footer-mobile .footer-inner-sm {
    margin-top: 10px;
    margin-bottom: 45px;
}
.menu-sec-ft.menu-sec-ft-02 {
    margin-top: 50px;
}
.content-with-Cta .two-ctas .two-ctas-sec:first-child a:after {
    display: none;
}
.content-with-Cta .two-ctas .cta-02 a:after{
	display: none;
}
.slider-tab-sec [type=button].slick-prev.slick-arrow{
	left: -10px !important;
}
.slider-tab-sec [type=button].slick-next.slick-arrow{
	right: -10px !important;
}
.image-ga {
    display: grid;
    grid-template-columns: auto;
    grid-column-gap: 0;
    grid-row-gap: 15px;
}
.img-video-gallery-sec .sec-head {
    width: 100%;
}
.img-video-gallery-sec .sec-head {
    width: 100%;
}
 .page-template-template_contact_v2 section.banner-with-text-v2.paseo-connect-banner.location-page-banner .section-title-inner {
    padding-top: 100px !important;
    padding-bottom: 33px !important;
}
}
/*************************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
 .slider-tab-sec .your-class img{
 	width: 95%;
 	margin: auto;
 }
  .page-template-template_contact_v2 section.banner-with-text-v2.paseo-connect-banner.location-page-banner .section-title-inner {
    padding-top: 130px !important;
    padding-bottom: 33px !important;
}
.slider-tab-sec .right-bar-box-sec.is_stuck {
    position: fixed;
    top: auto !important;
    right: 0;
    z-index: 99;
    bottom: 0;
    width: 100%;
    display: flex !important;
    justify-content: space-between;
	    padding-top: 0 !important;
	        align-items: flex-start;
}
.form-sec-sales.form-sec-sales-ft input[type=submit]{
	width: 130px !important;
}
.slider-tab-sec .right-bar-box-sec .right-bar-box {
	/*display: none;*/
	    position: initial;
    top: auto;
    right: 0;
    z-index: 99;
    bottom: 0;
    width: 100%;
    display: flex !important;
    justify-content: space-between;
	    padding-top: 0 !important;
	        align-items: flex-start;
}
.slider-tab-sec .right-bar-box-sec .right-bar-box a.bar-text:first-child {
    padding-top: 20px !important;
    border: none !important;
}
.slider-tab-sec .right-bar-box-sec {
    display: block !important;
}
 .slider-tab-sec [type=button].slick-next.slick-arrow{
 	right: -10px;
 }
 .slider-tab-sec [type=button].slick-prev.slick-arrow{
 	left: -10px;
 }
.fancybox-inner {
    width: calc(100vw - 40px) !important;
    min-width: 700px !important;
}

 .blog-tab-sec .blog-tab-row {
    grid-template-columns: auto auto;
}
.blog-tab-sec .video-tab-row .video-col .video-contents img {
    height: 200px;
}
.blog-tab-sec .video-tab-row .video-col .video-contents .text-contents{
	flex-direction: column;
	flex-wrap: wrap;
    word-break: break-word;
}
.blog-tab-sec .layout-row .layout-col {
    flex-direction: column;
}
.blog-tab-sec .layout-row .layout-col .left-img {
    width: 100%;
}
.blog-tab-sec .layout-row .layout-col .right-content{
	width: 100%;
}
.blog-tab-sec .layout-row .layout-col{
	height: 100%;
}
.blog-tab-sec .layout-row .layout-col .right-content {
    padding: 0px 50px 0px 20px;
}
.blog-tab-sec .layout-row .layout-col .right-content .map-link {
    padding-top: 55px;
    padding-bottom: 30px;
}
.blog-tab-sec .layout-row .layout-col .left-img img{
	/*height: 140px;*/
}
.blog-tab-sec .video-tab-row .video-col .video-outer-sec{
	height: 200px !important;
}
.blog-tab-sec .video-tab-row .video-col .video-outer-sec iframe{
	height: 100%;
}
.content-with-Cta .two-ctas .two-ctas-sec:first-child a:after {
    display: none;
}
.content-with-Cta .two-ctas .cta-02 a:after{
	display: none;
}
.img-video-gallery-sec .sec-head {
    width: 70%;
}
.fancybox-close {
    top: 18px !important;
    right: 15px !important;
}
	.float{
		bottom: 80px !important;
	}
	.back-arrow.slick-arrow{
	left: -8px;
}
.next-arrow.slick-arrow{
	transform: rotate(180deg);
	right: -8px;
}
}
/**************iPad Landscape***************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){
.slider-tab-sec [type=button].slick-prev.slick-arrow{
	left: -25px !important;
}
.slider-tab-sec [type=button].slick-next.slick-arrow{
	right: -25px !important;
}
.slider-tab-sec .container {
    padding: 0 30px !important;
}
.img-video-gallery-sec .sec-head {
    width: 80%;
}
.fancybox-close {
    top: 18px !important;
    right: 15px !important;
}
.back-arrow.slick-arrow{
	left: -8px;
}
.next-arrow.slick-arrow{
	transform: rotate(180deg);
	right: -8px;
}
}
@media only screen and ( max-width: 1200px ) and (min-width: 986px){
.back-arrow.slick-arrow{
	left: 5px;
}
.next-arrow.slick-arrow{
	transform: rotate(180deg);
	right: 5px;
}
}
/*******************************************/
@media only screen and ( max-width: 1100px ) and (min-width: 986px){
.page-template-template_contact_v2 section.banner-with-text-v2.paseo-connect-banner.location-page-banner .section-title-inner {
    padding-top: 130px !important;
    padding-bottom: 33px !important;
}
}

@media only screen and ( max-width: 985px ) and (min-width: 320px){

.banner-sec{
	height: 405px;
}
.three-link-sec {
    padding-bottom: 55px;
}
.mfp-wrap{
	z-index: 99999 !important;
}
.slider-tab-sec [type=button].slick-arrow {

    width: 15px;
    height: 25px;
}
.three-col-sec .lotes-col:last-child{
	margin-bottom: 0px;
}
.add-fac-sec .address-facility{
	flex-direction: column;
}
.add-fac-sec .address-facility .add-col,
.add-fac-sec .address-facility .facility-col{
	width: 100%;
}
.banner-sec .banner-header{
	bottom: 30px;
}
.add-fac-sec .address-facility .add-col .add-map{
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 27px;
    padding-top: 28px;
}
.add-fac-sec .address-facility .add-col .add-map .add-loc{
	padding-bottom: 20px;
}
.add-fac-sec .address-facility .add-col .description01{
	padding: 30px 0px;
}
.add-fac-sec .address-facility .add-col .description .deschargables a{
	font-size: 15px;
}

.add-fac-sec .address-facility .add-col .description .deschargables{
	padding-left: 12px;
}
.add-fac-sec .address-facility .facility-col{
	padding-top: 45px;
}
.facility-col .facility-box{
	padding: 20px 15px;
}
.facility-col .facility-box .box-icon-text{
	padding-left: 10px;
	padding-right: 10px;
}
.facility-col .facility-box .box-icon-text ul li{
	padding-bottom: 39px;
/* 	    text-align: center; */
}
.add-fac-sec {
    padding-top: 25px;
    padding-bottom: 45px;
}
.three-col-sec02 .images-row{
	width: 1200px;	
}
.three-col-sec02 .img-row-sec{
	overflow: scroll;
}
.two-col-sec .two-img-row{
	flex-direction: column;
}
.two-col-sec .two-img-row .img-col{
	width: 100%;
}
.two-col-sec .two-img-row .img-col:first-child{
	margin-bottom: 50px;
}

.two-col-sec .two-img-row .img-col .zoom-img{
	bottom:  0;
}
.slider-tab-sec .right-bar-box-sec{
	display: none;
}

.slider-tab-sec .tab-list-text{
	overflow: scroll;
}

.slider-tab-sec [type=button].slick-arrow{
	top: 34%;
}

.img-video-gallery-sec .masonry-columns .card-columns{
	column-count: 1;
}
.img-video-gallery-sec .masonry-columns .container{
	padding: 0px !important;
}
.three-link-sec .link-row-sec .deschargables{
	margin-bottom: 30px;
}
.three-link-sec .link-row-sec .deschargables:last-child{
	margin-bottom: 0px;
}
.img-video-gallery-sec .masonry-columns .card-columns .card{
	margin-bottom: 23px !important;
}
.img-video-gallery-sec{
	padding-bottom: 20px;
	padding-top: 5px;
}
.popup-frame{
	flex-direction: column;
	padding: 60px 30px 50px 30px;
	flex-wrap: initial !important;
    max-height: 100vh;
	overflow: auto;
	padding-top: 100px;
	justify-content: flex-start !important;
}
.popup-frame .content-col {
    width: 100%;
}
.popup-frame .iframe-col {
    width: 100%;
    margin-top: 20px;
}
.fancybox-inner {
    margin: auto !important;  
    margin-top: 20px !important;
	height: calc(100vh - 140px);
/*    min-width: 300px !important;*/
    width: calc(100vw - 40px);
}
.fancybox-overlay.fancybox-overlay-fixed{
	z-index: 999 !important;
}
.popup-frame .content-col h2{
	text-align: center;
	margin-bottom: 0px;
}
.popup-frame .content-col .c-text01{
	display: block;
	margin-bottom: 45px;
	text-align: center;
}
.popup-frame .vector-text02{
	display: block;
}
.popup-frame .content-col .c-text02{
	display: none;
}
.popup-frame .vector-text01{
	display: none;
}
.back-arrow.slick-arrow{
	left: -2px;
}
.next-arrow.slick-arrow{
	transform: rotate(180deg);
	right: -2px;
}
}
@media only screen and (max-width: 768px){
.woocommerce .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .cross-sells, .woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .shipping_calculator{
	width: 100% !important;
}
}

@media only screen and (max-width: 374px) and (min-width: 320px){
.add-fac-sec .address-facility .add-col .description .two-text-icon{
	flex-wrap: wrap;
}
.deschargables.brochure {
    width: 100%;
    margin-bottom: 30px;
}
}
.category .entry-content p,
.category .entry-content li,
.blog .entry-content p,
.blog .entry-content li {
    font-size: 18px;
}
.theme-grupo-residencial span.cat-links a {
    margin: 0 10px;
    font-size: 18px;
}
.category span.comments-link,
.blog span.comments-link {
    margin: 0 10px;
}

{"mode":"full","isActive":false}

/*New Design*/
.banner-with-text-v2{
		height: 768px;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;
		z-index: 9;
    	background-size: cover !important;
    	background-repeat: no-repeat !important;
	}
	.banner-with-text-v2:before {
	    content: "";
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    background: #000;
	    top: 0;
	    opacity: 0.4;
	}
	.banner-with-text-v2.paseo-connect-banner .section-title-inner{
		padding-top: 208px;
		position: relative;
	}
	.banner-with-text-v2 h1{
		color: #FFF !important;
		font-size: 50px !important;
		font-style: normal !important;
		font-weight: 600 !important;
		line-height: normal !important;
		text-transform: uppercase !important;
		margin-bottom: 21px !important;
	}
	.banner-with-text-v2.paseo-connect-banner  .section-title-inner p.section-title-new-subtitle{
		color: #FFF;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 20px;
		text-transform: uppercase;
		letter-spacing: 4.8px;
		margin-bottom: 30px !important;
	}
	.banner-with-text-v2 .section-title-inner p.section-title-new-subtitle:before{
		border-color: #fff !important;
		display: block;
	}
	.banner-with-text-v2 .section-title-inner p:before{
		display: none;
	}	
	.banner-with-text-v2.paseo-connect-banner .banner-description p {
	    color: #FFF;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px; /* 155.556% */
		margin-bottom: 15px;
	}
	.banner-with-text-v2.paseo-connect-banner .banner-description p:last-child {
	    margin-bottom: 0 !important;
	}
	.banner-with-text-v2 .banner-description{
		margin-bottom: 40px;
	}
	.button-banner-new a {
	    background: #B7212F;
	    color: #FFF;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 20px;
	    text-decoration: none;
	    padding: 14.25px 46px;
	    display: inline-block;
	    min-width: 236px;
	    min-height: 48px;
	    cursor: pointer;
	    text-transform: uppercase;
	}
	.button-banner-new a:hover,
	.button-handyman button:hover{
		opacity: 0.8;
	}
	.handyman-form{
		background: #FFF;
		box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.07);
		padding: 77.5px 102px 35px 102px;
		position: relative;
		z-index: 99;
	}
	.lost-section,
	.lost-section.vc_custom_1695269043346 {
	    background-size: contain !important;
	    background-repeat: no-repeat !important;
	    background-position: right 50% !important;
	}
	.lost-heading {
	    color: #231F20;
	    font-size: 36px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: 44px;
	    margin-bottom: 10px;
	}
	.lost-description p {
	    color: #231F20;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: 28px;
	    margin-bottom: 15px;
	}
	.lost-description p:last-child {
		margin-bottom: 0 !important;
	}
	.lost-btn{
		margin-bottom: 0 !important;
	}
	.lost-btn button,
	.lost-btn a {
	    background: #B7212F !important;
	    color: #FFF !important;
	    font-size: 16px !important;
	    font-style: normal !important;
	    font-weight: 600 !important;
	    line-height: 20px !important;
	    text-decoration: none !important;
	    padding: 12px 16px !important;
	    display: flex !important;
	    min-width: 214px;
		min-height: 48px;
		align-items: center;
		justify-content: center;
		border-radius: 0 !important;
		cursor: pointer;
	}
	.lost-description {
    	margin-bottom: 30px;
    	max-width: 418px;
	}
.bg-route{
	
}
.bg-route > .vc_column-inner{
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: bottom !important;
}
.stop-heading {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    line-height: 44px;
    margin-bottom: 10px;
}
.stop-description{
	margin-bottom: 50px !important;
}
.stop-description p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 15px;
}
.stop-description p:last-child {
	margin-bottom: 0 !important;
}
.stop-description {
    max-width: 389px;
}
.spot-image img {
    width: 402px;
    height: 505px;
}
.circle img {
    width: 18px;
    height: 18px;
}
.circle {
    margin-bottom: 34px !important;
}
h2.benefits-heading.paseo-box-heading {
    margin-bottom: 15px !important;
}
.pseo-des-box-outer{
	margin-bottom: 60px !important;
	max-width: 542px;
	margin: 0 auto;
}
.pseo-des-box-outer p{
	color: #231F20;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px; /* 155.556% */
}
.benefits-box.paseo-box-inner {
    padding: 30px 20px 50px 20px !important;
}
.paseo-box .box-heading-benefits {
    color: #FFF;
    font-size: 16.416px;
    font-weight: 600;
    line-height: 20px;
    width: 34px;
    height: 34px;
    background: #B7212F;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.paseo-box .box-heading-benefits:before{
	width: 165px;
	margin-top: 30px !important;
	left: 0;
	bottom: -30px;
}
.paseo-box .benefits-des {
    margin-top: 20px !important;
    display: inline-block;
    margin-bottom: 0;
}
.how-to-use-service-button button,
.how-to-use-service-button a {
    color: #B7212F !important;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 17px !important;
    border: 2px solid #B7212F !important;
    background: transparent !important;
    min-width: 165px;
    min-height: 39px;
    border-radius: 0 !important;
    padding: 9px 18px !important;
}
.how-to-use-service-button button:hover,
.how-to-use-service-button a:hover,
.lost-btn button:hover,
.lost-btn a:hover {
	opacity: 0.8;
}
.how-to-use-service-button{
	margin-top: 47px;
	margin-bottom: 0 !important;
}
.paseo-box .benefits-des p {
    color: #231F20;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 17px;
}
p.section-title-new-subtitle img {
    width: 155px;
    height: 35px;
    object-fit: contain;
}
.paseo-box .benefits-des p:last-child{
	margin-bottom: 0 !important;
}

/*pdn*/
.top-img-bt-con .service-image img,
.top-img-bt-con .service-image figure {
    width: 100%;
    height: 100%;
}
.top-img-bt-con .new-post-venta-ls .vc_column-inner{
	width: calc(100% - 76px) !important;
	padding: 40px 30px !important;
}
.top-img-bt-con h5.sub-heading-top-img-bt-con {
    color: #231F20 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 27px !important;
    font-variant: all-small-caps !important;
    letter-spacing: 4.2px !important;
    margin-bottom: 0px !important;
}
.top-img-bt-con .new-post-venta-ls h3.service-head-post{
	color: #231F20 !important;
	font-size: 27px !important;
	font-weight: 600 !important;
	line-height: 33px !important;
	position: relative;
	margin-bottom: 20px !important;
	padding-bottom: 20px !important;
}
.top-img-bt-con .new-post-venta-ls h3.service-head-post:before{
	content: "";
	background: #B7212F;
	width: 118px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.top-img-bt-con .new-post-venta-ls p{
	color: #231F20 !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 22px !important;
}
.top-img-bt-con .new-post-venta-ls p:last-child{
	margin-bottom: 0 !important;
}
.top-img-bt-con .service-con{
	margin-bottom: 22px !important;
}
.top-img-bt-con .new-post-venta-ls .service-link a{
	padding: 12px 30px !important;
}
.nuestros-beneficios-outer a.prev,
.nuestros-beneficios-outer a.next {
    display: none;
}
.nuestros-beneficios-outer .prev{
	padding-right: 11px;
}
.nuestros-beneficios-outer .next{
	padding-left: 11px;
}
.nuestros-beneficios-outer .prev svg {
    transform: rotate(180deg);
}
.nuestros-beneficios-outer span.disabled svg{
	opacity: 0.2;
	cursor: no-drop;
}
.nuestros-beneficios-outer .prev svg,
.nuestros-beneficios-outer .next svg{
	width: 9.749px;
	height: 20.933px;
}
.box-con-pdn {
    background: #FFF;
    box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.07);
    width: calc(100% - 60px) !important;
    margin: 0 auto;
    padding: 40px 30px !important;
    margin-top: -109px;
    position: relative;
}
.nuestros-beneficios-outer a.prev.page-numbers,
.nuestros-beneficios-outer a.next.page-numbers{
	display: flex;
	align-items: center;
}
.nuestros-beneficios-outer .pagination {
    display: flex;
    grid-gap: 30px;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}
.nuestros-beneficios-outer .pagination span.disabled{
	display: flex;
	align-items: center;
}
.nuestros-beneficios-outer .pagination a.prev.page-numbers,
.nuestros-beneficios-outer .pagination a.next.page-numbers{
	opacity: 1;
}
.nuestros-beneficios-outer .pagination a.page-numbers{
    color: #231F20;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-decoration: none;
    opacity: 0.5;
}
.nuestros-beneficios-outer .pagination a.page-numbers:hover,
.nuestros-beneficios-outer .pagination a.prev.page-numbers:hover svg,
.nuestros-beneficios-outer .pagination a.next.page-numbers:hover svg{
	color: #B7212F;
	stroke: #B7212F;
}
.nuestros-beneficios-outer .pagination span.page-numbers.current {
    color: #B7212F;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
.nos-beneficio-content h2 {
    color: #231F20;
    text-align: center;
    font-size: 36px;
    font-weight: 600 !important;
    line-height: 44px;
    margin-bottom: 15px;
}
.nos-beneficio-content p{
	color: #231F20;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}
.nuestros-beneficios-outer .nb-inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
    grid-gap: 20px;
}
.nuestros-beneficios-outer .nb-inner .nuestro-beneficio{
	padding: 40px 30px 70px 30px;
}
.nuestros-beneficios-outer .nb-inner .nuestro-beneficio:hover{
	background: #FFF;
	box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.07);
}
.nuestros-beneficios-outer .nb-inner .nuestro-beneficio .nb-image img {
    width: 160px;
    margin-bottom: 28px !important;
}
.nuestros-beneficios-outer .nb-inner .nuestro-beneficio .nb-title h3 {
    color: #231F20;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 18px;
    position: relative;
    margin-bottom: 24px;
}
.nuestros-beneficios-outer .nb-inner .nuestro-beneficio .nb-title h3:before{
	content: "";
	background: #B7212F;
	width: 165px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.nuestros-beneficios-outer .nb-inner .nuestro-beneficio .nb-description,
.nuestros-beneficios-outer .nb-inner .nuestro-beneficio .nb-description p {
    color: #231F20;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.nuestros-beneficios-outer .nb-inner .nuestro-beneficio .nb-description p:last-child{
	margin-bottom: 0 !important;
}
.nos-beneficio-content p {
    max-width: 542px;
    margin: 0 auto;
}
.nos-beneficio-content p:last-child{
	margin-bottom: 0 !important;
}
.nos-beneficio-content{
	margin-bottom: 60px !important;
}
.box-con-pdn h3 {
    color: #231F20 !important;
    font-size: 27px !important;
    font-weight: 600 !important;
    line-height: 33px !important;
    position: relative;
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
}
.box-con-pdn h3:before {
    content: "";
    background: #B7212F;
    width: 118px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.box-con-pdn p {
    color: #231F20 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 22px !important;
}
.box-con-pdn p:last-child{
	margin-bottom: 0 !important;
}
.service-link a{
	 color: #FFF !important;
    text-align: center;
    font-size: 16px;
    font-weight: 600 !important;
    line-height: 20px;
    padding: 13px 25px;
    background: #B7212F;
    border: 1px solid #B7212F;
}
.service-link a:hover {
    color: #B7212F;
    border: 1px solid #B7212F;
    background: #fff;
}
.box-con-pdn .service-link a {
    padding: 11.5px 30px;
}
.pdn .button-banner-new a {
    padding: 12px 30px !important;
    min-width: auto;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    min-height: 44px;
}
.nuestros-beneficios-outer {
    padding-bottom: 45px;
}
/*end pdn*/
a.hidden-btn {
    padding: 0 !important;
    visibility: hidden;
}
@media only screen and (max-width: 900px) {
	.nos-beneficio-content h2 {
		font-size: 30px;
		font-weight: 600;
		line-height: 37px;
	}
	.nuestros-beneficios-outer .nb-inner .nuestro-beneficio{
		background: #FFF;
		box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.07);
	}
	.nuestros-beneficios-outer .pagination{
		margin-top: 40px;
		padding-bottom: 45px !important;
	}
	.vc_row.wpb_row.vc_row-fluid.vc_custom_1721212418469.vc_row-has-fill{
		padding-top: 15px !important;
	}
	.box-section-outer {
    	margin-bottom: 60px;
	}
	.nuestros-beneficios-outer {
    	padding-bottom: 0px;
	}
	.box-section-outer:last-child {
	    margin-bottom: 0px;
	}
	section.banner-with-text-v2.paseo-connect-banner.nostros-banner.pdn{
		padding-top: 150px;
		max-height: max-content;
		height: auto;
	}
	section.banner-with-text-v2.paseo-connect-banner.nostros-banner.pdn p.section-title-new-subtitle{
		margin-bottom: 30px !important;
	}
	.listing-new.top-img-bt-con .service-image img{
		height: 338px;
		object-fit: cover;
	}
	.box-con-pdn {
    	width: calc(100% - 20px) !important;
	}
}
@media only screen and (max-width: 1100px){
	.left-padding{
		padding-left: 22px !important;
	}
}
@media only screen and (max-width: 1999px) and (min-width: 1101px){
	.left-padding{
		padding-left: 80px !important;
	}
	.right-padding{
		padding-right: 80px !important;
	}
}
@media only screen and (min-width: 1500px) {
	.bg-route > .vc_column-inner{
		background-position: center !important;
	}
}
@media only screen and (max-width: 480px) {
	.banner-with-text-v2.paseo-connect-banner .section-title-inner p.section-title-new-subtitle {
	    font-size: 12px;
	    line-height: 15px;
	    letter-spacing: 3.6px;
	    margin-bottom: 40px !important;
	}
	.banner-with-text-v2.paseo-connect-banner .section-title-inner h1 {
	    font-size: 32px !important;
	    line-height: 40px !important;
	    margin-bottom: 10px !important;
	}
	.banner-with-text-v2.paseo-connect-banner .section-title-inner{
		padding-top: 242px !important;
	}
	.banner-with-text-v2.paseo-connect-banner .banner-description{
		margin-bottom: 30px !important;
	}
	.banner-with-text-v2.paseo-connect-banner .button-banner-new a{
		padding: 14.25px 40px;
	}
	h2.benefits-heading.paseo-box-heading {
	    font-size: 30px;
	    line-height: 37px;
	    text-align: left !important;
	}
	.lost-heading {
	    font-size: 30px;
	    line-height: 37px;
	    margin-bottom: 10px !important;
	}
	.lost-description p,
	.stop-description p {
    	font-size: 16px;
    	line-height: 26px;
	}
	.spot-image img {
    	width: 100%;
    	height: 100%;
	}
	.spot-image img {
    	width: 100%;
    	height: 100%;
	}
}
@media only screen and (max-width: 995px) and (min-width: 768px){
	.benefits-box-outer.paseo-box {
	    display: grid !important;
	    grid-template-columns: 1fr 1fr !important;
	    grid-gap: 30px;
	}
	.benefits-box.paseo-box-inner{
		width: 100% !important;
	}
	.bg-route {
    	display: none;
	}
	.left-padding.lost-left-sec {
    	width: 100% !important;
	}
	.lost-left-sec{
		padding-right: 22px;
	}
	.lost-left-sec > .vc_column-inner.vc_custom_1695283204036{
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
	
}
@media only screen and (max-width: 1150px){
	.material{
		padding-top: 50px !important;
	}
}
@media only screen and (max-width: 950px){
	.vc_row.wpb_row.vc_inner.vc_row-fluid.container-new.faq-container.faq-container-new.vc_custom_1709276678211{
		padding-left: 0 !important;
	}
	.vc_row.wpb_row.vc_inner.vc_row-fluid.container-new.faq-container.faq-container-new.vc_custom_1709276678211 h2.faq-head-new{
		margin-left: 110px !important;
	}
	.faq-listing-new{
		padding-left: 0px;
		margin-bottom: 0 !important;
	}
}
div#Paseo .no-post:first-child {
    display: none;
}
@media only screen and (max-width: 1150px) and (min-width: 768px){
	.bg-route > .vc_column-inner {
    	background-size: contain !important;
    	padding-top: 166px !important;
	}
	.lost-left-sec > .vc_column-inner.vc_custom_1695283204036 {
    	padding-top: 80px !important;
    	padding-bottom: 80px !important;
	}
}
@media only screen and (max-width: 850px) and (min-width: 768px){
	.map-left, .map-right {
    	width: 100%;
	}
}


@media only screen and (max-width: 767px) {
	.circle {
	    display: none;
	}
	.banner-with-text-v2 h1{
		font-size: 35px !important;
		line-height: 40px !important
	}
	.nuestros-beneficios-outer .nb-inner{
		grid-gap: 30px;
	}
	.vc_column-inner.vc_custom_1721218667051{
		padding-right: 0 !important;
	}
	.vc_column-inner.vc_custom_1721218671796{
		padding-left: 0 !important;
	}
	
	/*.faq-container-new .mejs-overlay-button {
    	background-position: 2px -20px !important;
    	height: 40px !important;
    	width: 40px !important;
    	background-size: 200px !important;
	}*/
	.form-sec-sales .form-sales-inner,
	.form-sec-sales .form-sales-inner p{
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 18px;
	}
	    .blog-tab-sec.res .tabs .tabs-text {
        max-width: 20000px;
        overflow: auto;
        white-space: nowrap;
        justify-content: flex-start;
        padding-bottom: 15px !important;
        margin-bottom: 20px;
    }

	.box-main-outer.vc_custom_1695276844061 {
	    padding-top: 80px !important;
	}
	h2.benefits-heading.paseo-box-heading {
	    font-size: 30px;
	    line-height: 37px;
	    text-align: left !important;
	    margin-bottom: 10px !important;
	}
	.pseo-des-box-outer p{
		text-align: left !important;
		font-size: 16px;
		line-height: 26px;
	}
	.benefits-box-outer.paseo-box {
    	display: grid !important;
    	grid-gap: 20px;
    	padding: 0 24px !important;
	}
	.lost-left-sec{
		padding-right: 22px;
	}
	.lost-left-sec > .vc_column-inner.vc_custom_1695283204036{
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
	.bg-route{
		display: none;
	}
	.stop-outer.vc_custom_1695274775895 {
    	padding-top: 70px !important;
    	padding-bottom: 70px !important;
	}
	.stop-heading {
	    font-size: 30px;
	    line-height: 37px;
	    margin-bottom: 10px !important;
	}
	.lost-btn button, .lost-btn a{
		min-height: 48px;
		min-width: 275px;
	}
	.spot-image {
	    margin-bottom: 0 !important;
	}
	.spot-map {
    	margin-bottom: 0 !important;
	}
	.paseo-connect-banner .section-title-inner {
		font-size: 36px !important;
    	line-height: 44px !important;
	}
}
@media only screen and (min-width: 1201px)  {
.paseo-connect-banner .section-title-inner{
	max-width: 600px;
	width: 100%;
}
section.banner-with-text-v2.paseo-connect-banner.location-page-banner.media-center-banner .section-title-inner{
	max-width: 450px;
}
}
section.banner-with-text-v2.paseo-connect-banner.location-page-banner {
    height: 100vh;
}
section.banner-with-text-v2.paseo-connect-banner.location-page-banner {
    height: 80vh;
}
section.banner-with-text-v2.paseo-connect-banner.location-page-banner .section-title-inner{
	padding-top: 0;
	height: 80vh;
	display: flex;
	flex-direction: column;
	justify-content: end;
	padding-bottom: 60px;
    padding-top: 60px;
}
section.banner-with-text-v2.paseo-connect-banner.location-page-banner .button-banner-new a {
    background: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    grid-gap: 7px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    min-height: auto;
}
section.banner-with-text-v2.paseo-connect-banner.location-page-banner .button-banner-new a span{
	text-decoration: underline;
}
section.banner-with-text-v2.paseo-connect-banner.location-page-banner h1{
	margin-bottom: 20px !important;
}
section.banner-with-text-v2.paseo-connect-banner.location-page-banner p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
/*new media*/
.blog-tab-nw-inner{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px 20px;
}
.blog-tab-nw-inner .post-text a {
    color: #231F20;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    text-decoration: none;
    margin-bottom: 12px;
    display: inline-block;
    min-height: 66px;
}
.blog-tab-nw-inner .post-text a:hover {
    color: #B7212F;
}
.blog-tab-nw-inner .post-cat {
	display: flex;
	grid-gap: 6px;
	word-break: break-all;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.blog-tab-nw-inner .post-cat .post-cat-sec{
	color: rgba(35, 31, 32, 0.50);
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px; /* 216.667% */
	border-radius: 2px;
	background: rgba(35, 31, 32, 0.06);
	padding: 0 10px;
}
.blog-tab-nw-inner .post-date{
	color: rgba(35, 31, 32, 0.40);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 17px;
	font-variant: all-small-caps;
	margin-bottom: 12px;
}
.blog-tab-nw-inner .blog-tab-nw-image img{
	width: 100%;
	height: 245px;
	object-fit: cover;
	display: flex;
}
.blog-tab-sec {
    background: #F8F8F8;
}
.blog-tab-nw-inner-box {
    background: #FFF;
    box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.05);
}
.blog-tab-nw-content {
    padding: 20px;
}
/* Custom dropdown */
.custom-dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.custom-dropdown .current-category {
    width: 236px;
	height: 51px;
	background-color: #FFF !important;
	box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.05);
	color: rgba(35, 31, 32, 0.50);
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	display: flex;
	align-items: center;
	padding: 10px 30px 10px 20px;
	background: url('https://gruporesidencial.com/wp-content/themes/grupo-residencial/images/arrow-down.svg') no-repeat;
    background-position: right 12px center;
    cursor: pointer;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.custom-dropdown .category-list {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1;
    padding: 8px 0;
    list-style-type: none;
    margin: 0;
    display: none;
    max-height: 250px;
    overflow-y: auto;
}

.custom-dropdown .category-list li {
    padding: 8px 16px;
    cursor: pointer;
    text-transform: capitalize;
}

.custom-dropdown .category-list li:hover {
    background-color: #f1f1f1;
}

/* Search input */
#search {
    width: 439px;
	height: 51px;
	display: flex;
	background-color: #EFEFEF !important;
	border: none !important;
	padding: 13px 20px 13px 46px;
	background: url('https://gruporesidencial.com/wp-content/themes/grupo-residencial/images/icon-search.svg') no-repeat;
    background-position: left 20px center;
    cursor: pointer;
    outline: none;
}
div#post-filter-form {
    display: flex;
    flex-direction: row;
    grid-gap: 20px;
    margin-bottom: 60px;
}

.blog-tab-sec .tabs .tabs-text.new-tab-text li:last-child a{
	margin-right: 0;
}
.blog-tab-sec .tabs .tabs-text.new-tab-text li{
	border-bottom: 2px solid #E3E3E3;
	margin: 0;
}
.blog-tab-sec .tabs .tabs-text.new-tab-text li a{
	color: rgba(35, 31, 32, 0.50);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	text-transform: uppercase;
	padding: 0;
	margin-right: 30px;
}
.blog-tab-sec .tabs .tabs-text.new-tab-text li.active a{
	color: #231F20;
	font-weight: 600;
	line-height: 22px;
	border-bottom: 2px solid #B7212F !important;
    padding-bottom: 2px;
}
.blog-tab-sec{
	padding-bottom: 80px;
}
.right-icons a {
    color: transparent;
}
/*ebook new*/
.ebook-outer-sec{
	display: grid;
	grid-gap: 120px;
	margin-bottom: 40px;
}
.ebook-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    flex-direction: row;
}
.ebook-text {
    margin-left: -193px;
    margin-bottom: -40px;
}
.ebook-image {
    width: calc(100% - 346px);
}
.ebook-image img {
    width: 100%;
    display: flex;
    object-fit: cover;
    height: 524px;
}
.ebook-text-inner {
    width: 539px;
    background: #FFF;
    box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.07);
    padding: 119px 40px 60px 40px;
    position: relative;
}
.ebook-title {
    color: #231F20;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px;
}
.ebook-title:before{
	content: "";
	width: 120px;
	height: 1.2px;
	background: #B7212F;
	position: absolute;
	left: 0;
	bottom: 0;

}
.bialty-container ul li{
	color: #231F20;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;

}
.ebook-btn a{
	color: #FFF !important;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	max-width: 212px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #B7212F;
	margin-top: 20px;
	text-decoration: none;
	border: 1px solid #B7212F;
	text-transform: uppercase;
}
.bialty-container ul {
    margin-left: 15px;
}
.ebook-btn a:hover{
	background-color: #fff;
	color: #B7212F !important;
	border: 1px solid #B7212F;
}
.free-download-tag {
	color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 12.5px;
    position: absolute;
    top: 0;
    z-index: 99;
    width: 81px;
    height: 79px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
    right: 80px;
}
.free-download-tag:before{
	content: "";
	background: url('https://gruporesidencial.com/wp-content/themes/grupo-residencial/images/bg-free.svg') no-repeat;
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
@media only screen and (max-width: 760px){
	.blog-tab-nw-inner {
	    grid-template-columns: repeat(1, 1fr);
	}
	div#post-filter-form{
		flex-wrap: wrap;
	}
	div#post-filter-form #search{
		width: 100%;
	}
	div#post-filter-form .inner-sec-form-top{
		width: 100%;
	}
	.custom-dropdown .current-category,
	.custom-dropdown{
		width: 100%;
	}
	.custom-dropdown .category-list{
		max-width: 100% !important;
		width: 100%;
	}
	
}
@media only screen and (max-width: 1250px) and (min-width: 761px){
	.blog-tab-nw-inner {
	    grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 1150px){
	.ebook-inner {
	    flex-wrap: wrap;
	    flex-direction: column;
	}
	.ebook-text,
	.rse-material-outer .ebook-text {
	     margin-left: 0px !important; 
	    margin-bottom: 0px !important;
	        width: 90% !important;
    margin: 0 auto !important;
    margin-top: -50px !important;
	}
	.ebook-image,
	.ebook-text-inner,
	.rse-material-outer .ebook-text-inner{
		width: 100% !important;
	}
	.ebook-image img,
	.rse-material-outer .ebook-image img,
	.rse-material-outer .ebook-image img{
		height: auto !important;
	}
	.blog-tab-sec.res.rese-new-tab{
		padding-bottom: 0;
	}
	/*	RSE*/
	.outer-lf-rt.rse-left-image-rt-con .inner-rt-lt .img-rt-res {
	    margin-right: 0 !important;
	}
	.rse-new-listing-outer{
		grid-template-columns: 1fr !important;
	}
	.rse-new-listing-outer .cat-dec{
		padding-left: 0 !important;
		padding-right: 22px !important;
		margin-bottom: 30px;
	}
	/*end RSE*/
}
/*contact us*/
.con-ls .con-sec-ls-new .office-sales {
    color: rgba(35, 31, 32, 0.50);
    font-size: 12px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    font-variant: all-small-caps;
    letter-spacing: 3.6px;
    margin-bottom: 6px !important;
}
.con-ls .con-sec-ls-new h2{
    color: #231F20;
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 27px;
    text-align: left !important;
    padding-bottom: 20px;
    margin-bottom: 23px;
    position: relative;
    border: none;
}
.con-address-new p{
	color: #231F20 !important;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 26px !important; /* 162.5% */
	margin-bottom: 0 !important;
}
.direction-con.direction-con-new p {
    color: #B7212F !important;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    margin-bottom: 0px !important;
}
.direction-con.direction-con-new{
	margin-bottom: 5px !important;
}
.con-ls .con-sec-ls-new h2:before{
	content: "";
	height: 1px;
	width: 162px;
	background: #B7212F;
	position: absolute;
	left: 0;
	bottom: 0;
}
.con-ls .con-sec-ls-new.direction-con-new p{
	color: #B7212F;
	font-size: 11px;
	font-weight: 500;
	line-height: 15px; /* 136.364% */
	margin-bottom: 0 !important;
}
.con-ls .con-sec-ls-new .direction-con:before{
	width: 8px;
	height: 10px;
	top: 2px;
}
.con-ls .con-sec-ls-new .direction-con{
	padding-left: 15px;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
}
.con-ls .con-sec-ls-new .con-address{
	color: #231F20;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
	margin-bottom: 26px;
}
.con-ls .con-sec-ls-new .telephone-sec-con:before,
.con-ls .con-sec-ls-new .mobile-con:before{
	display: none !important;
}
.con-ls .con-sec-ls-new .telephone-sec-con p a:before{
	background: url('https://gruporesidencial.com/wp-content/themes/grupo-residencial/images/phone-new.svg');
	width: 18px;
	height: 18px;
	top: 2px;
}
.con-ls .con-sec-ls-new .mobile-con p a:before{
	background: url('https://gruporesidencial.com/wp-content/themes/grupo-residencial/images/mail-new.svg');
	width: 18px;
	height: 13px;
	top: 7px;
}
.con-ls .con-sec-ls-new .telephone-sec-con p,
.con-ls .con-sec-ls-new .mobile-con p {
	margin-bottom: 0 !important;
}
.con-ls .con-sec-ls-new .telephone-sec-con{
	margin-bottom: 6px !important;
}
.con-ls .con-sec-ls-new .mobile-con{
	margin-bottom: 30px !important;
}
.con-ls .con-sec-ls-new .telephone-sec-con p a,
.con-ls .con-sec-ls-new .mobile-con p a{
	color: #B7212F;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
	text-decoration-line: underline;
}
.con-ls .con-sec-ls-new .telephone-sec-con a,
.con-ls .con-sec-ls-new .mobile-con a{
	padding-left: 28px;
}
.con-ls .con-sec-ls-new .telephone-sec-con,
.con-ls .con-sec-ls-new .mobile-con{
	padding-left: 0px;
}
.con-ls .con-sec-ls-new .map-link-sec a:before{
	display: none;
}
.con-ls .con-sec-ls-new .map-link-sec a{
	color: #FFF !important;
	text-align: center !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 20px !important;
	background-color: #B7212F !important;
	padding: 13px 30px !important;
	margin: 0 !important;
	border: 1px solid #B7212F;
}
.con-ls .con-sec-ls-new .map-link-sec a span{
	font-size: 16px !important;
}
.con-ls .con-sec-ls-new .map-link-sec a:hover{
	background-color: #fff !important;
	color: #B7212F !important;
}
.con-ls .con-sec-ls-new .map-link-sec a:hover span{
	color: #B7212F !important;
}
/*rse*/
.outer-lf-rt.rse-left-image-rt-con .inner-rt-lt .img-rt-res img {
    max-height: 517px;
    object-fit: cover;
}
.outer-lf-rt.rse-left-image-rt-con .inner-rt-lt{
	grid-gap: 20px !important;
}
.outer-lf-rt.rse-left-image-rt-con .inner-rt-lt .img-rt-res{
	margin-right: 102px;
}
.blog-tab-sec.res.rese-new-tab .tabs-text li a {
    display: flex !important;
    align-items: center !important;
    background: #FFF !important;
    box-shadow: 0px 3.039px 20.514px 0px rgba(0, 0, 0, 0.07) !important;
    padding: 15px 30px !important;
    height: 56px !important;
    grid-gap: 10px !important;
    color: #231F20 !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	line-height: 22px !important;
}
.blog-tab-sec.res.rese-new-tab .tabs-text li{
	margin: 0 !important;
}
.blog-tab-sec.res.rese-new-tab .tabs-text{
	grid-gap: 18px;
	justify-content: left;
}
.blog-tab-sec.res.rese-new-tab .tabs .tabs-text li a svg path{
	fill: #B7212F !important;
}
.blog-tab-sec.res.rese-new-tab .tabs .tabs-text li.active a svg path{
	fill: #fff !important;
}
.blog-tab-sec.res.rese-new-tab .tabs .tabs-text li.active a {
    color: #FFF !important;
    background: #B7212F !important;
    box-shadow: 0px 3.039px 20.514px 0px rgba(0, 0, 0, 0.07) !important;
}
.outer-lf-rt{
	background: #F8F8F8;
}
.outer-lf-rt.rse-left-image-rt-con h3 {
    color: #231F20;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 30px;
}
.outer-lf-rt.rse-left-image-rt-con p {
    color: #231F20;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.rse-new-listing-outer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
}
.rse-new-listing-outer .cat-dec {
    width: 100%;
    text-align: left;
    padding-right: 120px;
    padding-bottom: 0;
}
.rse-new-listing-outer .cat-dec h3{
	color: #231F20;
	font-size: 36px;
	font-weight: 600;
	line-height: 44px;
	margin-bottom: 20px;						
}
.rse-new-listing-outer .cat-dec p{
	color: #231F20;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 16px !important;
}
.rse-new-listing-outer .blog-tab-nw-inner{
	grid-template-columns: 1fr;
	display: grid !important;
	grid-gap: 20px !important;
	position: initial;
}
.rse-new-listing-outer .blog-tab-nw-inner .slick-track{
	display: flex;
	grid-gap: 20px;
	height: 100%;
}
.rse-new-listing-outer .blog-tab-nw-inner .slick-track:before{
	display: none;
}
.rse-new-listing-outer .slick-prev,
.rse-new-listing-outer .slick-next {
  width: 16px;
  height: 31px;
  background: transparent;
  border: none;
  position: absolute;
  bottom: -60px;
  cursor: pointer;
  padding: 0 !important;
  top: 50%;
  display: none !important;
}
.bottom-slider-buttons button.prev-btn,
.bottom-slider-buttons button.next-btn {
	width: 16px;
  height: 31px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0 !important;
  margin-top: 34px;
}
.bottom-slider-buttons button.next-btn{
	margin-left: 35px;
}
.bottom-slider-buttons .prev-btn[disabled] svg path,
.bottom-slider-buttons .next-btn[disabled] svg path{
	stroke: #DADADA;
}
.bottom-slider-buttons .prev-btn[disabled],
.bottom-slider-buttons .next-btn[disabled]{
	cursor: no-drop;
}
/*.rse-new-listing-outer .slick-prev {
  transform: rotate(180deg);
  left: 80px;
}
.rse-new-listing-outer .slick-next {
  left: 160px;
}*/
.rse-new-listing-outer button.slick-disabled {
	cursor: not-allowed;
}
.rse-new-listing-outer button.slick-disabled svg path {
    stroke: #C5C1BF;
}
.rse-material-outer .ebook-image img {
    height: 583px;
}
.rse-material-outer .ebook-inner{
	align-items: center;
}
.rse-material-outer .free-download-tag{
	right: auto;
	left: 40px;
}
.rse-material-outer .ebook-text-inner{
	width: 403px;
}
.ebook-des p{
	color: #231F20;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px; /* 160% */
}
.ebook-des p:last-child{
	margin-bottom: 0 !important;
}
.ebook-des{
	margin-bottom: 30px;
}
.rse-material-outer .ebook-image {
    width: calc(100% - 375px);
}
.rse-material-outer .ebook-text{
	margin-bottom: 0;
	margin-left: -159px;
}
.rse-material-outer .material-head h2 {
    color: #231F20;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 60px;
    text-align: left;
}
.rse-material-outer{
	background: #F8F8F8;
}
.banner-with-text-v2{
		height: 768px;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;
		z-index: 9;
    	background-size: cover !important;
    	background-repeat: no-repeat !important;
	}
	.banner-with-text-v2:before {
	    content: "";
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    background: #000;
	    top: 0;
	    opacity: 0.4;
	}
	.banner-with-text-v2 .section-title-inner{
		padding-top: 171px;
		position: relative;
	}
	.banner-with-text-v2 h1{
		color: #FFF;
		font-size: 50px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		text-transform: uppercase;
		margin-bottom: 12px !important;
	}
	.banner-with-text-v2 .section-title-inner p.section-title-new-subtitle{
		color: #FFF;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		letter-spacing: 4.8px;
/*		margin-bottom: 32px !important;*/
	}
	.banner-with-text-v2 .section-title-inner p.section-title-new-subtitle:before{
		border-color: #fff !important;
		display: block;
	}
	.banner-with-text-v2 .section-title-inner p:before{
		display: none;
	}	
	.banner-with-text-v2 .banner-description p {
	    color: #FFF;
	    font-size: 18px;
	    font-style: normal;
	    font-weight: 400;
	    line-height: 28px;
	}
	.banner-with-text-v2 .banner-description p:last-child {
	    margin-bottom: 0;
	}
	.banner-with-text-v2 .banner-description{
		margin-bottom: 40px;
	}
	.button-banner-new a {
	    background: #B7212F;
	    color: #FFF;
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 600;
	    line-height: normal;
	    text-decoration: none;
	    padding: 14.25px 66.45px;
	    display: inline-block;
	}
	.button-banner-new a:hover,
	.button-handyman button:hover,
	.button-handyman a:hover{
		opacity: 0.8;
	}
	.handyman-form{
		background: #FFF;
		box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.07);
		padding: 77.5px 102px 60px 102px;
		position: relative;
		z-index: 99;
	}
	h2.form-heading-handy{
		color: #231F20;
		font-size: 36px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		margin-bottom: 12px;
	}
	.form-des-handy p{
		color: #231F20;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px;
		width: 45%;
	}
	.form-des-handy{
		margin-bottom: 50px;
	}
	.form-des-handy p:last-child{
		margin-bottom: 0;
	}
	h2.handyman-services-heading{
		color: #231F20;
		font-size: 36px;
		font-style: normal;
		font-weight: 600;
		line-height: 44px;
		margin-bottom: 10px;
	}
	.handyman-services-des p{
		color: #231F20;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px; /* 155.556% */
	}
	.button-handyman button,
	.button-handyman a{
		background: #B7212F !important;
	    color: #FFF !important;
	    font-size: 16px !important;
	    font-weight: 600 !important;
	    line-height: 20px !important;
	    text-decoration: none !important;
	    padding: 14px 66.45px !important;
	    border: none !important;
	    text-decoration: none;
	}
	.service-box{
		background: #FFF;
		box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.07);
		padding: 40px 30px;
/*		margin: 20px 0px;*/
		margin-left: 20px;
		height: auto !important;
		min-height: 380px;
	}
	.service-slider-outer .slick-track{
		display: flex !important;
		padding: 30px 0;
	}
	.service-title h3 {
	    color: #231F20;
	    font-size: 19px;
	    font-style: normal;
	    font-weight: 500;
	    line-height: 22px;
	    position: relative;
	    padding-bottom: 22px;
	    margin-top: 10px;
	    margin-bottom: 10px !important;
	}
	.service-title h3:before{
		content: "";
		width: 120px;
		height: 1.2px;
		background: #B7212F;
		position: absolute;
		bottom: 0;
	}
	.service-des ul {
	    padding-left: 0;
	    margin-left: 15px;
	}
	.service-des ul li{
		color: #000;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px; /* 171.429% */
	}
	.serice-slider .slick-list {
	    margin-left: -20px;
	}
.button-handyman {
    margin-bottom: 30px;
}
.serice-slider .slick-prev,
.serice-slider .slick-next {
  width: 16px;
  height: 31px;
  background: transparent;
  border: none;
  position: absolute;
  bottom: -60px;
  cursor: pointer;
  padding: 0 !important;
}
.serice-slider .slick-prev {
  transform: rotate(180deg);
  right: 131px;
}
.serice-slider .slick-next {
  right: 80px;
}
.serice-slider button.slick-disabled {
	cursor: not-allowed;
}
.serice-slider button.slick-disabled svg path {
    stroke: #C5C1BF;
}
h2.quote-heading {
    color: #FFF;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 20px;
}
.quote-des {
    width: 40%;
    margin: 0 auto;
    margin-bottom: 37px;
}
.quote-des p {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 15px;
}
.quote-des p strong{
	font-weight: 600 !important;
}
.quote-des p:last-child{
	margin-bottom: 0;
}
.quote-button {
	margin-bottom: 0 !important;
}
.quote-button button,
.quote-button a{
	color: #242021 !important;
	text-align: center;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 600 !important;
	line-height: 20px !important;
	min-width: 275px !important;
	min-height: 48px !important;
	border-radius: 0 !important;
	border: 0 !important;
	background: #FFF !important;
}
.quote-button button:hover,
.quote-button a:hover{
	opacity: 0.8;
}
.form-section {
    margin-bottom: 14px;
}
/*post-venda*/
.handy-outer-form-cta .wpb_wrapper {
    display: inline-flex;
    justify-content: center;
    text-align: center;
    grid-gap: 20px;
/*    flex-wrap: wrap;*/
}
.handy-outer-form-cta .red-cta a{
	color: #FFF !important;
	text-align: center !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 20px !important;
	padding: 18px 48px !important;
	background: #B7212F !important;
	border: 1px solid #B7212F !important;
}
.handy-outer-form-cta .red-cta a:hover{
	color: #B7212F !important;
	background: #fff !important;
}
.handy-outer-form-cta .red-cta a:hover span{
	color: #B7212F !important;
}
.handy-outer-form-cta .white-cta a{
	color: #B7212F !important;
	background: #fff !important;
	text-align: center !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 20px !important;
	padding: 18px 28px !important;
	line-height: normal !important;
	border: 1px solid #B7212F !important;
}
.handy-outer-form-cta .white-cta.hover-white a:hover{
	background: #B7212F !important;
	color: #FFF !important;
}
.handy-outer-form-cta .white-cta.hover-white a:hover span{
	color: #FFF !important;
}
.form-des-handy.form-des-handy-new p{
	max-width: 695px;
	width: 100% !important;
	margin: 0 auto;
	color: #231F20 !important;
	text-align: center !important;
	font-size: 18px !important;
	font-weight: 400;
	line-height: 28px !important; /* 155.556% */
}
.form-des-handy.form-des-handy-new p:last-child{
	margin-bottom: 0 !important;
}
.form-des-handy..form-des-handy-new{
	margin-bottom: 40px !important;
}
.handy-outer-form-cta .vc_column-inner {
    text-align: center;
}
.form-section-outer-new h2 {
	color: #231F20 !important;
	text-align: center !important;
	font-size: 36px !important;
	font-weight: 600 !important;
	line-height: 44px !important;
	margin-bottom: 14px !important;
}
.faq-container-new h2.faq-head-new {
	color: #B7212F !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 20px !important;
	font-variant: all-small-caps !important;
	letter-spacing: 4.8px !important;
	position: relative;
	padding-bottom: 0 !important;
    margin-bottom: 60px;
}
.faq-container-new h2.faq-head-new:before{
	content: "";
	width: 90px;
	height: 1px;
	position: absolute;
	left: 0px;
	background: #B7212F;
	top: 11px;
	transform: translate(-120%, 0px);
}
.faq-container-new .accord01 .accordion{	
	padding: 0 !important;
	background: transparent;
}
.page-template-template_post_venta_v2 {
    background: #f8f8f8;
}
.faq-listing-new .accord01 .accordion > ul.list-unstyled > li{
	list-style-type: none !important;
}
.faq-listing-new .accord01 .accordion .question h2{
	color: rgba(35, 31, 32, 0.40);
	font-size: 26px;
	font-style: normal;
	font-weight: 500 !important;
	line-height: 32px;
}
.faq-listing-new .accord01 .accordion li.open .question h2{
	color: #231F20 !important;
}
.faq-listing-new .accord01 .accordion li.open .question h2 svg line:last-child {
    display: none !important;
}
.faq-listing-new .accord01 .accordion li .question{
	border: none !important;
	padding-bottom: 20px !important;
	margin-bottom: 0 !important;
	padding-top: 20px;
}
.faq-listing-new .accord01 .accordion li .answer p{
    color: #231F20 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
}
.faq-listing-new .accord01 .accordion li .answer .wp-video {
    max-width: 695px;
    max-height: 340px;
    width: 100% !important;
}
.faq-listing-new .accord01 .accordion li .answer .wp-video div#mep_0 {
    max-width: 695px;
    max-height: 340px;
    width: 100% !important;
}
.faq-listing-new .accord01 .accordion li .answer{
	max-width: 900px;
}
.faq-listing-new .accord01 .accordion li .answer h6{
	color: rgba(35, 31, 32, 0.60);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 171.429% */
	margin-bottom: 0;
}
.faq-listing-new .accord01 .accordion li .answer a{
	color: #B7212F;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	text-decoration-line: underline;
}
.faq-listing-new .accord01 .accordion li .answer ol li{
	color: #231F20;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;	
	margin-bottom: 22px !important;
}
.faq-listing-new .accord01 .accordion li .answer ol li::marker{
	color: #231F20;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.faq-listing-new .accord01 .accordion li .answer ol li ul li{
	color: rgba(35, 31, 32, 0.60);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 160% */
}
.faq-listing-new .accord01 .accordion li .answer ol li ul li::marker{
	color: rgba(35, 31, 32, 0.60) !important;
	font-size: 13px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 24px !important; /* 160% */
}
.faq-listing-new .accord01 .accordion li .answer ol li ul{
	margin-top: 10px;
	margin-bottom: 18px !important;
}
.faq-listing-new .accord01 .accordion li .answer ol li strong{
	font-weight: 600 !important;
}
.faq-listing-new .accord01 .accordion li .answer ol{
    margin-top: 36px !important;
    margin-left: 0 !important;
    padding-left: 30px !important;
    margin-bottom: 8px !important;
}
.faq-listing-new .accord01 .accordion li:last-child .answer ol{
	margin-top: 0px !important;
}
.faq-listing-new .accord01 .accordion li.open .answer-outer{
	margin-top: 18px;
}
.faq-listing-new .accord01 .accordion > ul.list-unstyled > li{
	border-bottom:1px solid rgba(35, 31, 32, 0.20);
}
.faq-listing-new .accord01 .accordion li .answer h5{
	color: #B7212F;
	font-size: 14px;
	font-style: normal;
	font-weight: 400 !important;
	line-height: 24px; /* 171.429% */
	margin-bottom: 10px;
}
.faq-listing-new .accord01 .accordion li .answer h5 strong{
	font-weight: 600 !important;
}
.faq-listing-new .accord01 .accordion .answer{
	flex-wrap: wrap;
}
.new-post-venta-ls .vc_column-inner{
	background: #FFF;
    box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.07);
    width: calc(100% - 60px)!important;
    margin: 0 auto;
    padding: 50px 30px !important;
}
.new-post-venta-ls h3.service-head-post{
	color: #231F20 !important;
	font-size: 26px !important;
	font-weight: 600 !important;
	line-height: 32px !important;
	margin-bottom: 10px !important;
}
.new-post-venta-ls p{
	color: #231F20 !important;
	font-size: 16px!important;
	font-weight: 400 !important;
	line-height: 24px !important; /* 150% */	
}
.new-post-venta-ls .service-link a{
	color: #FFF !important;
	text-align: center;
	font-size: 16px;
	font-weight: 600 !important;
	line-height: 20px;
	padding: 13px 25px;
	background: #B7212F;
	border: 1px solid #B7212F;
}
.new-post-venta-ls .service-link a:hover{
	color: #B7212F;
	border: 1px solid #B7212F;
	background: #fff;
}
.new-post-venta-ls .vc_row{
	margin: 0 !important;
}
video#video-294-1_html5 {
    /*max-width: 695px;
    max-height: 340px;*/
    width: 100% !important;
    height: 100% !important;
}
@media only screen and (max-width: 480px) {
	.banner-with-text-v2{
		background-position: 62% !important;
	}
	.banner-with-text-v2 .section-title-inner p.section-title-new-subtitle {
	    font-size: 12px !important;
	    line-height: 15px !important;
	    font-variant: all-petite-caps !important;
	    letter-spacing: 3.6px !important;
	}
	.handyman-services-des p,
	.quote-des p{
		font-size: 16px;
		line-height: 26px
	}
	.banner-with-text-v2 .section-title-inner{
		padding-top: 220px !important;
	}
	.form-section-outer {
	    margin-top: -95px !important;
	}
}
@media only screen and (max-width: 768px) {
	.handyman-services{
		padding-top: 80px !important;
		padding-bottom: 96px !important;
	}

}
@media only screen and (max-width: 1200px) and (min-width: 768px)  {
	.quote-des {
	    width: 70%;
	}
}
@media only screen and (max-width: 1400px) and (min-width: 1201px)  {
	.quote-des {
	    width: 60%;
	}
}
	@media only screen and (min-width: 943px) {
		.handyman-form iframe{
			height: 230px !important;
		}
		.faq-listing-new {
		    margin-right: 102px;
		}
	}
	@media only screen and (max-width: 942px) {
		.handyman-form iframe{
			height: 600px !important;
		}
	}
	@media only screen and (max-width: 1100px) {
		.form-des-handy p{
			width: 100% !important;
		}
		.handyman-form{
			background: #FFF;
			box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.07);
			padding: 80px 16px 25px 16px;
		}
		.services-heading {
		    width: 100%;
		}
		div#handy-form {
		    margin-top: -152px !important;
		}
	}
	@media only screen and (max-width: 1214px) and (min-width: 1001px) {
		.handyman-form{
			padding: 80px 16px 60px 16px;
		}
	}
	@media only screen and (max-width: 1920px) and (min-width: 1001px) {
		.service-slider-outer.left-padding{
			padding-left: 95px !important;
		}
	}
	@media only screen and (min-width: 768px) {
		.new-post-venta-ls-left{
			padding-right: 10px !important;
		}	
		.new-post-venta-ls-right{
			padding-left: 10px !important;
		}
	}
	@media only screen and (max-width: 767px) {
		h2.form-heading-handy{
			font-size: 30px !important;
		}
		.form-des-handy p{
			font-size: 16px;
			line-height: 26px;
		}
		.handy-outer-form-cta .wpb_wrapper{
			flex-wrap: wrap;
		}
		.handy-outer-form-cta .red-cta a{
			font-size: 14px !important;
		}
		.red-cta,
		.white-cta {
			margin-bottom: 0 !important;
		}
		.faq-listing-new .accord01 .accordion .question h2{
			font-size: 20px !important;
		}
		.new-post-venta-ls .vc_column-inner{
			margin-top: 0 !important;
			width: 100% !important;
			margin-bottom: 30px;
			padding: 20px !important;
			padding-left: 20px !important;
			padding-top: 20px !important;
			padding-right: 20px !important;
			padding-bottom: 20px !important;
		}
		.listing-new .service-image-outer .vc_column-inner {
		    padding: 0 !important;
		    padding-bottom: 30px !important;
		}
		.vc_row.wpb_row.vc_inner.vc_row-fluid.container-new.faq-container.faq-container-new.vc_custom_1709102179803 {
		    padding-left: 0 !important;
		}
		.faq-container-new h2.faq-head-new {
		    margin-left: 50px;
		}
		h2.handyman-services-heading,
		h2.vc_custom_heading.quote-heading{
			font-size: 30px;
			line-height: 37px;
			margin-bottom: 10px;
			text-align: left !important;
		}
		.quote-des{
			width: 100%;
		}
		.quote-des p{
			text-align: left !important;
		}
		.quote-button{
			text-align: left !important;
		}
		
	}
	@media only screen and (max-width: 985px) {
		.handyman-services.vc_custom_1694162966382 {
		    padding-top: 80px !important;
		}
		
	}
	@media only screen and (max-width: 1000px) {
		.serice-slider .slick-next {
    		right: 22px;
		}
		.serice-slider .slick-prev{
			right: 73px;
		}
	}
	@media only screen and (max-width: 1100px) and (min-width: 1000px) {
		.service-slider-outer.left-padding {
		    padding-left: 22px !important;
		}
	}
/*Peninsula*/
.banner-with-text-v2.handyman-banner{
	height: auto;
	padding-bottom: 52px;
	padding-top: 59px;
}
.project-price {
    display: flex;
    flex-direction: row;
    max-width: 593px;
    padding-top: 115px;
}
.project-price-inner{
	border-right: 1px solid #fff;
	padding-right: 30px;
	margin-right: 30px;
}
.project-price-inner:last-child{
	border: none;
	padding-right: 0px;
	margin-right: 0px;
}
.project-price-inner .project-price-title {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    position: relative;
    text-transform: uppercase;
}
.project-price-value{
	padding: 3px 0;
}
.project-price-value, .project-price-value *{
    position: relative;
    color: #FFF;
	font-size: 16px !important;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 0 !important;
}
.project-price-value strong{
	font-weight: 500;
}
.project-detail-main-inner {
    display: flex;
    flex-wrap: wrap;
}
.project-detail-image {
    width: 50%;
}
.project-detail-main-des {
    width: 50%;
    padding-left: 103px;
}
.project-logo img {
    width: 289px;
    height: 101px;
}
.project-logo {
	margin-bottom: 48px;
	display: flex;
}
.project-detail-main-section {
    padding: 80px 0 399px 0;
    background: #F8F8F8;
}
.project-detail-main-des h4 {
    color: #231F20;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 4.2px;
    margin-bottom: 10px;
}
span.des-sec-project p {
    color: #231F20;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 15px !important;
}
span.des-sec-project p:last-child{
	margin-bottom: 20px !important;
}
.location-link a {
    color: #B7212F;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    text-decoration: none;
    display: flex;
    align-items: center;
    grid-gap: 7px;
    position: relative;
/*    padding-bottom: 2px;*/
}
.location-link a:hover{
	opacity: 0.8;
}
.location-link a span{
	position: relative;
}
.location-link a span:before{
	content: "";
	background: #B7212F;
	height: 0.8px;
	width: 100%;
	position: absolute;
	bottom: 1px;
}
.project-des-sec {
    border-bottom: 1px solid rgba(35, 31, 32, 0.20);
    margin-bottom: 40px;
    padding-bottom: 40px;
}
/*.price-section h4{
	margin-bottom: 0 !important;
}*/
.project-detail-main-inner .amount {
    color: #231F20;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 61px;
    margin-bottom: 4px;
}
.red-btn{
	color: #FFF;
	padding: 10.5px 30px;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	background: #B7212F;
	border: 1.5px solid #B7212F;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
}
.project-btn-section a {
    padding: 10.5px 30px !important;
    display: flex;
    align-items: center;
}
.white-btn{
	color: #B7212F;
	padding: 10.5px 30px;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	background: #fff;
	border: 1.5px solid #B7212F;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
}
.red-btn:hover{
	background: #fff;
	border: 1.5px solid #B7212F;
	color: #B7212F;
}
.white-btn:hover{
	background: #B7212F;
	color: #fff;
}
.project-btn-section{
	display: flex;
	grid-gap: 12px;
	margin-top: 30px;
}
.project-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pricing-section{
	background: #FFF;

}
.pricing-inner{
	display: flex;
	grid-gap: 20px;
	justify-content: center;
}
.pricing-box{
	background: #FFF;
	box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.07);
	padding: 60px 103px 70px 103px;
	margin-top: -299px;
	max-width: 593px;;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.pricing-top h4 {
    color: rgba(35, 31, 32, 0.50);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.pricing-top .amount{
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #B7212F;
	color: #231F20;
	font-size: 41.306px;
	font-style: normal;
	font-weight: 500;
	line-height: 50px;
}
.pricing-title{
	color: #231F20;
	font-size: 24px;
	font-weight: 600;
	line-height: 34px; /* 141.667% */
}
.pricing-top .lotes {
    color: #231F20;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 10px;
}
.box-btn{
	display: flex;
    margin-top: 28px;
    align-items: end;
}
.features h5{
	color: #B7212F;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
	margin-bottom: 14px;
}
.features ul{
	margin-left: 20px;
}
.features ul li{
	color: #231F20;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */	
	position: relative;
	list-style-type: none;
}
.features ul li:before{
	content: "";
	background: #231F20;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	left: -12px;
	top: 45%;
}
.slider-tab-sec-peninsula{
	padding-top: 100px;
}
.slider-tab-sec-peninsula .nav.nav-tabs .nav-item {
    padding-right: 0;
    padding-bottom: 0 !important;
}
.slider-tab-sec-peninsula .nav.nav-tabs{
	display: inline-flex;
	justify-content: center;
	grid-gap: 30px;
	border-bottom: 2px solid #E3E3E3;
	padding-bottom: 0;
	margin-bottom: 30px;
}
.slider-tab-sec-peninsula .tab-list-text{
	text-align: center;
}
.slider-tab-sec-peninsula .nav.nav-tabs .nav-item .nav-link{
	color: rgba(35, 31, 32, 0.50);
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	text-transform: uppercase;
	padding-bottom: 12px;
	display: inline-block;
}
.slider-tab-sec-peninsula .nav.nav-tabs .nav-item .nav-link.active{
	border: none !important;
	position: relative;
	color: #231F20;
	font-size: 16px;
	font-weight: 600;
}
.slider-tab-sec-peninsula .nav.nav-tabs .nav-item .nav-link.active:before{
	content: "";
	background: #B7212F;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -2px;
}
.slider-tab-sec-peninsula .your-class img{
	height: 80vh;
}
.slider-tab-sec-peninsula [type=button].slick-next.slick-arrow{
	background: url('https://gruporesidencial.com/wp-content/uploads/2024/04/slider-left-ar-10.png');
	background-repeat: no-repeat;
    background-size: contain;
}
.slider-tab-sec-peninsula button.slick-next.slick-arrow.slick-disabled{
	background: url('https://gruporesidencial.com/wp-content/uploads/2024/04/slider-left-ar-9.png') !important;
	transform: rotate(180deg) !important;
	background-repeat: no-repeat !important;
    background-size: contain !important;
    cursor: no-drop !important;
}

.slider-tab-sec-peninsula [type=button].slick-prev.slick-arrow{
	background: url('https://gruporesidencial.com/wp-content/uploads/2024/04/slider-left-ar-10.png');
	transform: rotate(180deg);
	background-repeat: no-repeat;
    background-size: contain;
}
.slider-tab-sec-peninsula button.slick-prev.slick-arrow.slick-disabled{
	background: url('https://gruporesidencial.com/wp-content/uploads/2024/04/slider-left-ar-9.png') !important;
	background-repeat: no-repeat !important;
	transform: rotate(0deg) !important;
    background-size: contain !important;
    cursor: no-drop !important;
}
.slider-tab-sec-peninsula .slick-dots li.slick-active button {
    background-color: #B7212F;
}
.slider-tab-sec-peninsula .slick-dots li button{
	background-color: rgb(0 0 0 / 10%);
}
.video-section{
padding-top: 60px;
padding-bottom: 0 !important;
}
.video-section-heading{
	max-width: 594px;
	margin: 0 auto 40px auto;
}
.video-section-heading h2{
	color: #231F20;
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	line-height: 44px;
	margin-bottom: 20px;
}
.video-section-heading p{
	color: #231F20;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 155.556% */
}
.play-button {
    width: 88.598px;
	height: 58.637px;
    background-image: url('https://gruporesidencial.com/wp-content/uploads/2024/04/Frame-1630-1.png');
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.video-ga {
    position: relative;
}
video#myVideo{
	display: block;
}
section.banner-with-text-v2.handyman-banner .button-banner-new a {
    padding: 12.25px 66.45px;
    min-height: auto;
}
section.banner-with-text-v2.handyman-banner:before{
	display: none;
}
section.banner-with-text-v2.handyman-banner{
	min-height: 100vh;
	display: flex;
/*	flex-direction: column;*/
	align-items: end;
	background-position: center !important;
}
section.banner-with-text-v2.handyman-banner .section-title-inner{
	max-width: 593px;
	width: 100% !important;
}
.hide-btn{
	display: none !important;
}
.features-inner-section {
    background: #FFF;
    box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.07);
    padding: 52px 115px 47px;
}
.features-inner-section .feature-btn{
	margin-top: 43px;
	    display: flex;
    justify-content: center;
}
.project-detail-main-section.project-detail-main-section-new .location-link,
.project-detail-main-section .location-link {
    display: flex;
    grid-gap: 28px;
}
.feature-title h2{
	color: #231F20;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	line-height: 34px; /* 141.667% */
	margin-bottom: 34px;
}
.features-section .feature {
    display: flex;
    justify-content: center;
    grid-gap: 38px 0;
    flex-wrap: wrap;
}
span.feature-icon svg {
    width: 30px;
    height: 20px;
}
.features-section .feature-box{
	border-right: 1px solid rgba(35, 31, 32, 0.20);
	padding-right: 34px;
	margin-right: 34px;
	max-width: 305px;
	display: flex;
	align-items: center;
	grid-gap: 10px;
}
.features-section .feature-box:last-child{
	border: none;
	padding-right: 0px;
	margin-right: 0px;
}
.feature-box span{
	color: #231F20;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}
.banner-with-text-v2.handyman-banner.project-new-banner:before{
	display: flex;
}
section.banner-with-text-v2.handyman-banner.project-new-banner .section-title-inner{
	max-width: 660px !important;
}
.features-section {
    margin-top: -154px;
}
.two-col-sec.two-col-sec-new{
	padding-top: 100px;
}
.two-col-sec.two-col-sec-new .two-img-row .img-col > img {
    height: 458px;
}
.two-col-sec.two-col-sec-new .two-img-row .img-head{
	color: #231F20 !important;
	font-size: 22px !important;
	font-weight: 600 !important;
	line-height: 27px !important;
	position: relative !important;
	padding-top: 20px !important;
	margin: 0 !important;
	margin-bottom: 0 !important;
}
.two-col-sec.two-col-sec-new .img-head:before{
	content: "" !important;
	max-width: 287px !important;
	width: 287px !important;
	height: 2px !important;
	background: #B7212F !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	bottom: auto !important;
}
.two-col-sec.two-col-sec-new .img-head-des {
	color: #231F20;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px; /* 175% */
	text-transform: uppercase;
	margin-bottom: 30px !important;
}
.slider-tab-sec.slider-tab-sec-peninsula.slider-tab-sec-new-project{
	padding-top: 25px !important;
}
.project-detail-main-section.project-detail-main-section-new .project-logo img{
	height: 79px !important;
	width: auto !important;
}
.slider-tab-sec.top-slider-project{
	padding-top: 0 !important;
}
.slider-tab-sec.top-slider-project .slick-slide img{
	height: 592px;
	width: 100%;
	object-fit: cover;
}
.slider-tab-sec.top-slider-project ul.slick-dots{
	padding-top: 0 !important;
	margin-top: -40px !important;
	position: relative;
}
.slider-tab-sec.top-slider-project .slick-dots li.slick-active button{
	background: #fff !important;
}
/*nostros*/
section.banner-with-text-v2.paseo-connect-banner.nostros-banner .section-title-inner {
    padding-top: 0;
    max-width: 720px;
}
section.banner-with-text-v2.paseo-connect-banner.nostros-banner {
	display: flex;
	align-items: end;
	padding-bottom: 80px;
	max-height: 100vh;
	height: 100vh;
}
section.banner-with-text-v2.paseo-connect-banner.nostros-banner .banner-description {
    margin-bottom: 0px !important;
}
section.banner-with-text-v2.paseo-connect-banner.nostros-banner .button-banner-new{
	margin-top: 40px;
}
.nost-new-lf-img figure.wpb_wrapper.vc_figure {
    width: 100%;
}
.nos-new-lf-rt-sec::before,
.nos-new-lf-rt-sec ::before {
    display: none !important;
}
.nos-new-lf-rt-sec img,
.vc_single_image-wrapper{
	width: 100% !important;
}
.nos-new-lf-rt-sec {
    display: flex;
    align-items: center;
}
.swap-right-nos h4 {
    color: #231F20;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    font-variant: all-small-caps;
    letter-spacing: 4.2px;
    margin-bottom: 10px;
}
.slider-tab-sec.slider-tab-sec-peninsula.wpb_column.vc_column_container.vc_col-sm-12 {
    padding-bottom: 0;
}
.nos-new-lf-rt-sec h2{
	padding-right: 0 !important;
	margin-bottom: 30px !important;
}
.nost-new-lf-img {
    margin-bottom: 0 !important;
}
.box-outer-box {
    background: #FFF;
    box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.07);
    width: 100%;
    padding: 40px 20px 39px 20px !important;
}
.box-section-box-outer .container-new .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 10px !important;
}
.box-section-box-outer ::before,
.box-section-box-outer::before,
.box-section-box-outer ::after,
.box-section-box-outer::after{
	display: none !important;
}
.wpb_text_column.wpb_content_element.box-text-box{
	margin-bottom: 0 !important;
}
.box-image-box img {
    height: 63px !important;
    width: auto;
    margin-bottom: 0px !important;
}
.box-image-box {
    margin-bottom: 20px !important;
}
.box-text-box h3 {
    color: #231F20;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    padding-bottom: 19px;
    margin-bottom: 19px;
    position: relative;
}
.box-text-box p {
    color: #231F20;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.box-section-box-outer .box-text-box h3:before{
	content: "";
	display: block !important;
	background: #B7212F;
	width: 165px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.box-section-title-inner{
	max-width: 500px;
}
.box-section-title-outer h2 {
    color: #231F20;
    text-align: left;
    font-size: 36px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 44px;
    margin-bottom: 20px;

}
.box-section-title-outer p{
	color: #231F20;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px; /* 155.556% */
}
.box-section-title-outer a {
    color: #FFF !important;
    padding: 12.5px 30px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    background: #B7212F !important;
    border: 1.5px solid #B7212F !important;
    text-decoration: none !important;
    display: inline-block !important;
}
.box-section-title-outer a:hover{
	background: #fff !important;
    border: 1.5px solid #B7212F !important;
    color: #B7212F !important;
}
.your-class ul li img{
	height: 550px !important;
	object-fit: cover;
}
.new-about-slider .slider-tab-sec-peninsula [type=button].slick-prev.slick-arrow {
    background: url(https://gruporesidencial.com/wp-content/themes/grupo-residencial/images/slider-left-ar.svg);
    transform: rotate(0deg);
    background-repeat: no-repeat;
    background-size: contain;
}
.new-about-slider .slider-tab-sec-peninsula [type=button].slick-next.slick-arrow {
    background: url(https://gruporesidencial.com/wp-content/themes/grupo-residencial/images/slider-left-ar.svg);
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-size: contain;
}
.next-loc-outer .next-loc-text {
    width: 509px;
    min-height: 457px;
    padding: 93px 60px;
    background: #FFF;
    box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.05);
    margin-left: -225px;
}
.next-loc-outer .next-loc-subtitle {
    color: #231F20;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    font-variant: all-small-caps;
    letter-spacing: 4.2px;
    margin-bottom: 10px;
}
.next-loc-outer .next-loc-title {
    color: #231F20;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 20px;
}
.next-loc-outer .next-loc-des{
	color: #231F20;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
	margin-bottom: 40px;
}
.next-loc-outer .next-loc-btn a{
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	background: #B7212F;
	text-decoration: none;
	padding: 13px 30px;
	display: inline-block;
	border: 1px solid #fff;
	text-transform: uppercase;
}
.next-loc-outer .next-loc-btn a:hover{
	background: #fff;
	color: #B7212F;
	border: 1px solid #B7212F;
}
.next-loc-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
}
.next-loc-image {
    width: calc(100% - 284px);
}
.next-loc-image img{
	width: 100%;
	height: 100%;
	display: flex;
}
.new-about-slider{
/*	position: static !important;*/
}
.location-terms-container {
    background: #f8f8f8 !important;
}
.location-terms-container [type=button].slick-next.slick-arrow{
	background: url('https://gruporesidencial.com/wp-content/themes/grupo-residencial/images/slider-left-ar.svg');
	background-repeat: no-repeat;
    background-size: contain;
}
.location-terms-container button.slick-next.slick-arrow.slick-disabled{
	background: url('https://gruporesidencial.com/wp-content/uploads/2024/04/slider-left-ar-9.png') !important;
	transform: rotate(180deg) !important;
	background-repeat: no-repeat !important;
    background-size: contain !important;
    cursor: no-drop !important;
}

.location-terms-container [type=button].slick-prev.slick-arrow{
	background: url('https://gruporesidencial.com/wp-content/themes/grupo-residencial/images/slider-left-ar.svg');
	transform: rotate(180deg);
	background-repeat: no-repeat;
    background-size: contain;
}
.location-terms-container button.slick-prev.slick-arrow.slick-disabled{
	background: url('https://gruporesidencial.com/wp-content/uploads/2024/04/slider-left-ar-9.png') !important;
	background-repeat: no-repeat !important;
	transform: rotate(0deg) !important;
    background-size: contain !important;
    cursor: no-drop !important;
}
.new-about-slider .slider-tab-sec-peninsula [type=button].slick-arrow {
    width: 16px !important;
    height: 31px !important;
}
.location-terms-container [type=button].slick-arrow {
    -webkit-appearance: none !important;
    border: none;
    padding: 0;
    font-size: 0px;
    position: absolute;
    content: '';
    top: 45%;
    width: 20px;
    height: 40px;
    cursor: pointer;
    outline: none;
}
.location-terms-container .next-loc-inner {
    margin-right: 50px;
}
.location-terms-container .bottom-slider-buttons button.prev-btn{
	background: url('https://gruporesidencial.com/wp-content/themes/grupo-residencial/images/slider-left-ar.svg');
	background-repeat: no-repeat;
    background-size: contain;
    margin: 0;
}
.location-terms-container .bottom-slider-buttons button.next-btn{
	background: url('https://gruporesidencial.com/wp-content/themes/grupo-residencial/images/slider-left-ar.svg');
	transform: rotate(180deg);
	background-repeat: no-repeat;
    background-size: contain;
    margin: 0;
}
.location-terms-container .bottom-slider-buttons button.next-btn.slick-disabled{
	background: url('https://gruporesidencial.com/wp-content/uploads/2024/04/slider-left-ar-9.png') !important;
	transform: rotate(180deg) !important;
	background-repeat: no-repeat !important;
    background-size: contain !important;
    cursor: no-drop !important;
}
.location-terms-container .bottom-slider-buttons button.prev-btn.slick-disabled{
	background: url('https://gruporesidencial.com/wp-content/uploads/2024/04/slider-left-ar-9.png') !important;
	background-repeat: no-repeat !important;
	transform: rotate(0deg) !important;
    background-size: contain !important;
    cursor: no-drop !important;
}
.location-terms-container .next-loc-btn {
    display: flex !important;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.location-terms-container .bottom-slider-buttons {
    display: flex;
    grid-gap: 40px;
}
.location-terms-container .next-loc-outer .next-loc-text{
	height: auto;
}
.location-terms-container .next-loc-outer .next-loc-des{
	margin-bottom: 30px;
}
.box-section-box-outer .container-new .wpb_column > .vc_column-inner > .wpb_wrapper .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0 0px;
  padding: 18px 0;
  list-style-type: none;
  grid-gap: 20px;
  max-width: 2000px;
  overflow-x: auto;
}
.box-section-box-outer .container-new .wpb_column > .vc_column-inner > .wpb_wrapper .slick-dots li {
  margin: 0 0.25rem;
}
.box-section-box-outer .container-new .wpb_column > .vc_column-inner > .wpb_wrapper .slick-dots button {
  display: block;
  height: 2px;
  width: 53px;
  padding: 0;
  border: none;
  background-color: #C2C2C2;
  text-indent: -9999px;
}
.box-section-box-outer .container-new .wpb_column > .vc_column-inner > .wpb_wrapper .slick-dots li.slick-active button {
  background-color: #B7212F;
}
.box-section-box-outer .container-new .wpb_column > .vc_column-inner > .wpb_wrapper{

}
.nos-cont-swap p:last-child{
	margin-bottom: 0 !important;
}
.nos-cont-swap-new .nost-new-lf-img img {
    max-height: 503px !important;
    min-height: 503px !important;
    object-fit: cover;
}
.nos-new-lf-rt-sec-bottom .nost-new-lf-img img {
	max-height: 530px !important;
    min-height: 530px !important;
}
.nos-cont-swap-new .nost-new-lf-img .wpb_text_column.wpb_content_element.vc_custom_1717049376073{
	    margin-bottom: 0 !important;
	}
.new-about-slider .isotope-item {
    position: initial !important;
}
.new-about-slider ul.wpb_image_grid_ul {
    height: 100% !important;
}
.location-terms-container .next-loc-image img {
    max-height: 637px;
}
.box-section-title-inner .wpb_text_column.wpb_content_element {
    margin-bottom: 30px !important;
}
/*end nostros*/
@media only screen and (max-width: 380px){
.box-section-box-outer .container-new .wpb_column > .vc_column-inner > .wpb_wrapper .slick-dots button {
  display: block;
  height: 2px;
  width: 43px;
  padding: 0;
  border: none;
  background-color: #C2C2C2;
  text-indent: -9999px;
}

}
@media only screen and (max-width: 767px){
	.nos-new-lf-rt-sec .swap-right-nos {
    	padding-top: 60px !important;
	}
	.nos-new-lf-rt-sec .swap-right-nos,
	.box-section-title-outer h2{
		font-size: 30px !important;
		line-height: 37px !important;
	}

}
@media only screen and (min-width: 768px) and (max-width: 985px){
	.nos-new-lf-rt-sec .swap-right-nos {
    	padding-left: 30px !important;
	}
}
@media only screen and (min-width: 986px){
	
}
@media only screen and (max-width: 850px) and (min-width: 650px){
	.box-section-box-outer .box-outer-box{

		min-height: 347px;
	}
}
@media only screen and (max-width: 649px){
	.box-section-box-outer .box-outer-box{
		min-height: 330px;
	}
}
@media only screen and (max-width: 850px){
	.box-section-box-outer .container-new .wpb_column > .vc_column-inner > .wpb_wrapper{
		grid-template-columns: 1fr;
		grid-gap: 0px;
	}
	.box-section-box-outer .container-new .wpb_column > .vc_column-inner > .wpb_wrapper .slick-dots{
		padding-top: 12px !important;
	}
	.box-section-box-outer .box-outer-box{
		margin: 0 15px;
		margin-bottom: 20px;
		
	}
.box-section-box-outer .slick-list {
    margin: 0 -15px;
}
section.banner-with-text-v2.paseo-connect-banner.nostros-banner p.section-title-new-subtitle {
    font-size: 16px !important;
    line-height: 20px !important;
}
section.banner-with-text-v2.paseo-connect-banner.nostros-banner .section-title-inner h1{
	font-size: 36px !important;
	line-height: 44px !important;
}
.location-terms-container .next-loc-outer .next-loc-subtitle {
    font-size: 12px !important;
    line-height: 15px !important;
}
.vc_row.wpb_row.vc_row-fluid.nos-cont-swap.nos-cont-swap-new.vc_custom_1717054942266.vc_row-has-fill.vc_row-no-padding{
	padding-top: 80px !important;
	padding-bottom: 40px !important;
}
.vc_row.wpb_row.vc_row-fluid.box-section-box-outer.vc_custom_1717129344675.vc_row-has-fill.vc_row-no-padding{
	padding-top: 75px !important;
}
.slider-tab-sec.slider-tab-sec-peninsula.wpb_column.vc_column_container.vc_col-sm-12{
	padding-top: 62px !important;
}
}
@media only screen and (max-width: 985px){
	.nos-cont-swap-new .nost-new-lf-img .wpb_content_element {
	    margin-bottom: 35px !important;
	}

	.nos-new-lf-rt-sec {
	    display: inline-block !important;
	}
	.vc_column-inner.vc_custom_1717049327207{
		padding-left: 0 !important;
	}
	.nos-new-lf-rt-sec  .vc_custom_1717049315314{
		padding-right: 0 !important;
	}
	.new-about-slider .slider-tab-sec-peninsula .slick-slide img {
	    width: 100% !important;
	    height: 100% !important;
	    min-height: 280px !important;
	    max-height: 280px !important;
	    height: 280px !important;
	    object-fit: cover;
	}
	.location-terms-container.left-padding {
    padding-left: 0 !important;
}
.nos-new-lf-rt-sec-bottom .swap-right-nos {
    padding-top: 25px !important;
}
.location-terms-container .slick-track {
    margin-bottom: 20px !important;
}
.vc_row.wpb_row.vc_row-fluid.nos-cont-swap.nos-cont-swap-new.nos-cont-swap-new-bottom.vc_custom_1717136655233.vc_row-no-padding{
	padding-bottom: 80px !important;
	padding-top: 35px !important;
}
.location-terms-container{
	background: #f8f8f8 !important;
}
.location-terms-container .next-loc-outer .next-loc-text{
	padding: 60px 15px !important;
}
.nos-cont-swap.nos-cont-swap-new {
    background: #f8f8f8;
}
.about-project-section .wpb_text_column.wpb_content_element {
    margin-bottom: 0 !important;
}
.nos-new-lf-rt-sec h2 {
    font-size: 30px !important;
    line-height: 37px !important;
}
	.new-about-slider .slider-tab-sec .slick-dots{
		padding-top: 15px;
	}
	.new-about-slider .slider-tab-sec [type=button].slick-arrow {
    	bottom: -8px !important;
    	top: auto;
    	width: 16px;
		height: 31px;
	}
	.new-about-slider .slider-tab-sec-peninsula [type=button].slick-next.slick-arrow{
		right: 0 !important;
	}
	.new-about-slider .slider-tab-sec-peninsula [type=button].slick-prev.slick-arrow{
		left: 0 !important;
	}
	.box-section-title-outer{
		background: #f8f8f8 !important;
	}
	.vc_row.wpb_row.vc_row-fluid.box-section-title-outer.vc_custom_1717061970871{
		padding-top: 53px !important;
	}
}
@media only screen and (max-width: 1380px) and (min-width: 1001px) {
	.loc-inner-nw ul.features li{
		font-size: 9.459px;
		line-height: 20.494px; /* 216.667% */
	}
	.new-about-slider .slider-tab-sec .slick-dots{
		padding-top: 15px;
	}
	.new-about-slider .slider-tab-sec [type=button].slick-arrow {
    	bottom: -36px !important;
    	top: auto;
    	width: 16px;
		height: 31px;
	}
	.new-about-slider .slider-tab-sec-peninsula [type=button].slick-next.slick-arrow{
		right: 0 !important;
	}
	.new-about-slider .slider-tab-sec-peninsula [type=button].slick-prev.slick-arrow{
		left: 0 !important;
	}
	.loc-inner-nw .loc-inner-box-bottom-title h5 a{
		font-size: 28.376px;
	}
	.loc-inner-nw .hover-btn-sec a {
    	font-size: 12px !important;
    	padding: 10px 15px !important;
	}
	.loc-inner-nw .hover-btn-sec a:first-child{
		padding: 11px 18px !important;
	}
	.loc-inner-nw .hover-btn-sec a:last-child{
		padding: 11px 29px !important;
	}
	.loc-outer-nw.left-padding {
    	padding-right: 12px !important;
	}
	.new-about-slider .slider-tab-sec img{
		padding: 0 !important;
	}
}
@media only screen and (max-width: 1000px)  {
	.next-loc-image {
	    width: 100% !important;
	}
	.new-about-slider .slider-tab-sec img{
		padding: 0 !important;
	}
	.new-about-slider .slider-tab-sec .slick-dots{
		padding-top: 15px;
	}
	.new-about-slider .slider-tab-sec [type=button].slick-arrow {
    	bottom: -36px !important;
    	top: auto;
    	width: 16px;
		height: 31px;
	}
	.new-about-slider .slider-tab-sec-peninsula [type=button].slick-next.slick-arrow{
		right: 0 !important;
	}
	.new-about-slider .slider-tab-sec-peninsula [type=button].slick-prev.slick-arrow{
		left: 0 !important;
	}
	.next-loc-image img{
		height: 386px;
	    object-fit: cover;
	}
	.location-terms-container .next-loc-inner {
    	margin-right: 0px !important;
	}
	.description-location-outer .cat-des-title{
		font-size: 30px;
		line-height: 37px;
	}
	.description-location-outer .cat-des{
		font-size: 16px;
		line-height: 26px;
	}
	.next-loc-outer .next-loc-des{
		font-size: 14px;
		line-height: 24px;
	}
	.loc-inner-nw .loc-inner-box-bottom-title h5 a{
		font-size: 28.376px;
	}
	.loc-inner-nw .hover-btn-sec a {
    	font-size: 12px !important;
    	padding: 10px 15px !important;
	}
	.loc-inner-nw .hover-btn-sec a:first-child{
		padding: 11px 18px !important;
	}
	.loc-inner-nw .hover-btn-sec a:last-child{
		padding: 11px 29px !important;
	}
	.next-loc-outer.right-padding{
		padding-right: 0 !important;
	}
	.next-loc-outer .next-loc-text{
		width: 100% !important;
		margin-left: 0 !important;
		height: 100%;
		padding: 77px 15px;
		width: calc(100% - 44px) !important;
	    margin: 0 auto !important;
	    margin-top: -84px !important;
	}
	.loc-inner-nw .loc-inner-box-bottom-subtitle{
		font-size: 11px;
	}
	.loc-inner-nw .tour-virtual a{
		font-size: 9px;
	}
	.loc-inner-nw button.slick-next.slick-arrow {
    	right: 15px;
	}
	.loc-inner-nw button.slick-prev.slick-arrow {
	    right: 50px;
	}
	.loc-inner-nw .slick-arrow{
		top: 50px;
	}
	.loc-inner-nw-box{
		padding-right: 20px !important;
	}
	.loc-outer-nw.left-padding {
    	padding-right: 12px !important;
	}
	.loc-inner-nw {
    	padding-top: 121px;
	}
	.loc-inner-nw ul.features li{
		font-size: 9.459px;
		line-height: 20.494px; /* 216.667% */
	}
}
@media only screen and (max-width: 550px){
	.loc-inner-nw .slick-dots button{
		width: 48px !important;
	}
}



@media only screen and (max-width: 480px) {
	.project-price{
		flex-wrap: wrap;
		flex-direction: column;
	}
	.project-price-inner {
	    border-right: none;
	    border-bottom: 1px solid #fff;
	    padding-right: 0px;
	    margin-right: 0px;
	    padding-bottom: 20px;
	    margin-bottom: 20px;
	}
	.project-price-inner:last-child {
	    border-bottom: none;
	    padding-bottom: 0px;
	    margin-bottom: 0px;
	}
	.pricing-box{
		padding: 30px;
	}
	.project-btn-section{
		flex-wrap: wrap;
	}
	.project-btn-section a.red-btn {
    width: 227.38px;
    text-align: center;
}
.slider-tab-sec-peninsula .nav.nav-tabs{
	width: auto;
}
.play-button {
    width: 60px;
    height: 40px;
}
.slider-tab-sec-peninsula [type=button].slick-next.slick-arrow {
    right: -16px !important;
}	
.slider-tab-sec-peninsula [type=button].slick-prev.slick-arrow{
	left: -15px !important;
}
.slider-tab-sec-peninsula .your-class img{
	height: 230px;
}
}
@media only screen and (max-width: 985px) {
	.project-detail-main-des{
		width: 100%;
		padding-left: 0;
	}
	.project-detail-image {
    	width: 100%;
	}
	.pricing-inner{
		flex-wrap: wrap;
		
	}
	section.banner-with-text-v2.handyman-banner .section-title-inner {
    padding-top: 100px !important;
}
	.pricing-box:last-child{
		margin-top: 30px !important;
	}
	.project-price{
		max-width: 100% !important;
	}
	.project-detail-main-inner{
		grid-gap: 30px;
	}
	.pricing-box{
		padding: 50px;
	}
}
@media only screen and (max-width: 1250px) and (min-width: 986px) {
.pricing-box{
	padding: 30px !important;
}
.project-detail-main-des{
	padding-left: 50px;
}
.project-btn-section{
	flex-wrap: wrap;
}
}
@media only screen and (max-width: 1657px) and (min-width: 1210px) {
/*.project-price{
	max-width: 50%;
}*/
}
/*location page*/
section.banner-with-text-v2.paseo-connect-banner.location-page-banner {
    height: 100vh;
}
.loc-inner-nw{
	padding: 80px 0;
}
.loc-inner-nw .slick-arrow{
	    width: 16px;
    height: 31px;
    background: transparent;
    border: none;
    position: absolute;
    top: 25px;
    cursor: pointer;
    padding: 0 !important;
}
.loc-inner-nw .slick-arrow:before{
	display: none;
}
.loc-inner-nw button.slick-next.slick-arrow{
	right: 30px;
	left: auto;
}
.loc-inner-nw button.slick-prev.slick-arrow{
	right: 85px;
	left: auto;
}
.loc-inner-nw button.slick-prev.slick-arrow svg{
	transform: rotate(180deg);
}
.loc-inner-nw .slick-disabled{
	cursor: no-drop;
}
.loc-inner-nw .slick-disabled svg path{
	stroke: #DADADA;
}
.loc-inner-nw .slick-track {
    display: flex;
    grid-gap: 10px;
/*    width: 100% !important;*/
margin-left: 0;
}
.loc-inner-nw .slick-track:before{
	display: none !important;
}

.loc-inner-nw-box {
    height: 573px !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    padding: 26px 36px 30px 20px;
}
.loc-inner-box-outer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
}
a.custom-url{
	position: absolute;
	width: 100%;
	height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}
.loc-inner-nw ul.features {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: auto auto auto;
    padding: 0;
    margin: 0;
    border-bottom: 0.8px solid #ffffff66;
}
.loc-inner-nw  ul.features li{
	padding: 0;
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px; /* 216.667% */
	border: none;
}
.loc-inner-nw .loc-inner-box-bottom-subtitle{
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 17px;
	font-variant: all-small-caps;
	letter-spacing: 4.2px;
	margin-bottom: 6px;
	transition: 0.5s;
}
.loc-inner-nw .loc-inner-box-bottom-title h5 a{
	color: #FFF;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 44px;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 2px;
	text-transform: uppercase;
}
.loc-inner-nw .loc-inner-box-bottom-title h5{
	margin-bottom: 0 !important;
	transition: 0.5s;

}
.loc-inner-nw-box:hover:before {
    background: rgba(0, 0, 0, 0.41);
}
.loc-inner-nw  .tour-virtual a{
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px; /* 216.667% */
	text-decoration: none;
/*	margin-bottom: 20px;*/
	display: flex;
	align-items: center;
	grid-gap: 6px;
}
.loc-inner-nw .tour-virtual a span{
	text-decoration: underline;
}
.loc-inner-nw .hover-btn-sec{
	display: flex;
	grid-gap: 11px;
	margin-top: 20px
}
.loc-inner-nw .hover-btn-sec a:first-child {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    padding: 14px 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #B7212F;
	text-transform: uppercase;
}
.loc-inner-nw .hover-btn-sec a:last-child{
	color: #242021;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	background: #fff;
	padding: 14px 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	text-transform: uppercase;
}
.loc-inner-nw  .loc-inner-box-bottom-hover {
    position: absolute;
    bottom: 0;
    transform: translateY(200%);
    transition: 0.5s;
}
.loc-inner-nw-box{
	position: relative;
	transition: 0.5s;
	overflow: hidden;
}
.loc-inner-nw a:hover{
	opacity: 0.8 !important;
}
.loc-inner-nw-box:before{
	content: "";
	display: flex !important;
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.loc-inner-nw-box:hover .loc-inner-box-bottom-hover{
	position: relative;
	z-index: 99;
	transform: translateY(0);
	transition: 0.5s;
}
.loc-inner-box-bottom-title{
	position: relative;
	z-index: 99;
}
section.banner-with-text-v2.paseo-connect-banner.location-page-banner {
    height: 80vh;
}
section.banner-with-text-v2.paseo-connect-banner.location-page-banner .section-title-inner{
	padding-top: 0;
	height: 80vh;
	display: flex;
	flex-direction: column;
	justify-content: end;
	padding-bottom: 60px;
    padding-top: 60px;
}
section.banner-with-text-v2.paseo-connect-banner.location-page-banner .button-banner-new a {
    background: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    grid-gap: 7px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    min-height: auto;
}
section.banner-with-text-v2.paseo-connect-banner.location-page-banner .button-banner-new a span{
	text-decoration: underline;
}
section.banner-with-text-v2.paseo-connect-banner.location-page-banner h1{
	margin-bottom: 20px !important;
}
.description-location-outer {
    background: #F8F8F8;
    padding-top: 80px;
}
.description-location-outer .description-location-inner{
	max-width: 593px;
}
.loc-outer-nw{
	background: #F8F8F8;
}
.description-location-outer .cat-des-title {
    color: #231F20;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 20px;
}
.description-location-outer .cat-des {
    color: #231F20;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 40px;
}
.description-location-outer .button-banner-new a{
	padding: 14px 24px;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	text-transform: uppercase;
}
.next-loc-outer {
    background: #F8F8F8;
}
.next-loc-outer .next-loc-text {
    width: 509px;
    min-height: 457px;
    padding: 93px 60px;
    background: #FFF;
    box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.05);
    margin-left: -225px;
}
.next-loc-outer .next-loc-subtitle {
    color: #231F20;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    font-variant: all-small-caps;
    letter-spacing: 4.2px;
    margin-bottom: 10px;
}
.next-loc-outer .next-loc-title {
    color: #231F20;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 20px;
}
.next-loc-outer .next-loc-des{
	color: #231F20;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
	margin-bottom: 40px;
}
.next-loc-outer .next-loc-btn a{
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	background: #B7212F;
	text-decoration: none;
	padding: 14px 30px;
}
.next-loc-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
}
.next-loc-image {
    width: calc(100% - 284px);
}
.next-loc-image img{
	width: 100%;
	height: 100%;
	display: flex;
}
.banner-outer-lp .banner-inner .banner-img img{
	height: 60vh !important;
	width: 100% !important;
	object-fit: cover;
}
.banner-outer-lp .banner-inner .container .title-banner {
    display: flex;
    justify-content: center;
    font-size: 50px;
    font-weight: 600;
    line-height: 62px;
    text-align: center;
}
.banner-outer-lp .banner-inner .container {
    color: #fff;
    position: absolute;
    bottom: 100px;
    margin: auto !important;
    left: 0;
    right: 0;
}
.banner-outer-lp .slick-dots{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 8px;
	transform: none !important;
}
.banner-outer-lp .slick-dots li button{
	width: 6px !important;
	height: 6px !important;
	border-radius: 45px !important;
	margin: 0 5px !important;
	background-color: #C0C0C0 !important;
	-webkit-appearance: none !important;
	border: none !important;
	padding: 0 !important;
	font-size: 0px !important;
	cursor: pointer !important;
	outline: none !important;
}
.banner-outer-lp .slick-dots li.slick-active button {
    background-color: #B7212F !important;
}
.banner-outer-lp .slick-dots li button{
	background-color: rgb(0 0 0 / 10%) !important;
}
@media only screen and (max-width: 1199px) {
    .banner-outer-lp .banner-inner .container .title-banner {
        font-size: 30px !important;
    }
    .banner-outer-lp .slick-dots {
    position: absolute;
    text-align: center;
    justify-content: center;
    width: 100%;
    bottom: 61px;
	}
}
@media only screen and (max-width: 1380px) and (min-width: 1001px) {
	.loc-inner-nw ul.features li{
		font-size: 9.459px;
		line-height: 20.494px; /* 216.667% */
	}
	.loc-inner-nw .loc-inner-box-bottom-title h5 a{
		font-size: 28.376px;
	}
	.loc-inner-nw .hover-btn-sec a {
    	font-size: 12px !important;
    	padding: 10px 15px !important;
	}
	.loc-inner-nw .hover-btn-sec a:first-child{
		padding: 11px 18px !important;
	}
	.loc-inner-nw .hover-btn-sec a:last-child{
		padding: 11px 29px !important;
	}
	.loc-outer-nw.left-padding {
    	padding-right: 12px !important;
	}
}
@media only screen and (max-width: 1000px)  {
	.next-loc-image {
	    width: 100% !important;
	}
	.next-loc-image img{
		height: 386px;
	    object-fit: cover;
	}
	.description-location-outer .cat-des-title{
		font-size: 30px;
		line-height: 37px;
	}
	.description-location-outer .cat-des{
		font-size: 16px;
		line-height: 26px;
	}
	.next-loc-outer .next-loc-des{
		font-size: 14px;
		line-height: 24px;
	}
	.loc-inner-nw .loc-inner-box-bottom-title h5 a{
		font-size: 28.376px;
	}
	.loc-inner-nw .hover-btn-sec a {
    	font-size: 12px !important;
    	padding: 10px 15px !important;
	}
	.loc-inner-nw .hover-btn-sec a:first-child{
		padding: 11px 18px !important;
	}
	.loc-inner-nw .hover-btn-sec a:last-child{
		padding: 11px 29px !important;
	}
	.next-loc-outer.right-padding{
		padding-right: 0 !important;
	}
	.next-loc-outer .next-loc-text{
		width: 100% !important;
		margin-left: 0 !important;
		height: 100%;
		padding: 77px 15px;
		width: calc(100% - 44px) !important;
	    margin: 0 auto !important;
	    margin-top: -84px !important;
	}
	.loc-inner-nw .loc-inner-box-bottom-subtitle{
		font-size: 11px;
	}
	.loc-inner-nw .tour-virtual a{
		font-size: 9px;
	}
	.loc-inner-nw button.slick-next.slick-arrow {
    	right: 15px;
	}
	.loc-inner-nw button.slick-prev.slick-arrow {
	    right: 50px;
	}
	.loc-inner-nw .slick-arrow{
		top: 50px;
	}
	.loc-inner-nw-box{
		padding-right: 20px !important;
	}
	.loc-outer-nw.left-padding {
    	padding-right: 12px !important;
	}
	.loc-inner-nw {
    	padding-top: 121px;
	}
	.loc-inner-nw ul.features li{
		font-size: 9.459px;
		line-height: 20.494px; /* 216.667% */
	}
}
@media only screen and (max-width: 550px){
	.loc-inner-nw .slick-dots button{
		width: 48px !important;
	}
}
.loc-inner-nw .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  grid-gap: 22px;
}
.loc-inner-nw .slick-dots li {
  margin: 0 0.25rem;
}
.loc-inner-nw .slick-dots button {
  display: block;
  padding: 0;
  border: none;
  width: 62px;
  text-indent: -9999px;
  opacity: 0.4;
  background: #C2C2C2;
  height: 2px;
}
.loc-inner-nw .slick-dots li.slick-active button {
  background-color: #B7212F;
  opacity: 1 !important;
}

/*New Footer*/
.footer-inner-section {
    display: flex;
    grid-gap: 50px;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 166px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    margin-bottom: 40px;
}
.footer-left{
	width: 20%;
}
.footer-right {
width: 75%;
    display: flex;
}
.footer-right-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
/*    flex-wrap: wrap;*/
    grid-gap: 50px;
}
.menu-ft p {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0;
    text-decoration: none;
    max-width: 160px;
}
.footer-menu h6 {
    color: rgba(255, 255, 255, 0.50);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    margin-bottom: 30px;
}
.footer-menu ul{
	margin-left: 0;
	list-style-type: none;
	display:flex;
	flex-direction: column;
	grid-gap: 20px;
}
.footer-menu ul li a{
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;	
	margin-bottom: 0;
	text-decoration: none;
}
.newsletter-ft h6{
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 17px;
	margin-bottom: 12px;
}
.form-sec-sales.form-sec-sales-ft {
    display: flex;
}
.form-sec-sales.form-sec-sales-ft input{
	display: flex !important;
	width: 197px !important;
	padding: 12px 10px !important;
	align-items: center !important;
	gap: 10px !important;
	color: rgba(255, 255, 255, 0.70) !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 17px !important;	
	height: 41px !important;
	background: rgba(255, 255, 255, 0.10) !important;
	border: none;
	border-radius: 0;
	outline: none;
}
.form-sec-sales.form-sec-sales-ft input[type="submit"] {
    display: flex !important;
    padding: 12px 18px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    background: #B7212F !important;
    border: none !important;
    width: 113px !important;
    color: #FFF !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 17px !important;
	border-radius: 0 !important;
	border: 1px solid #B7212F;
	min-width: 125px !important;

}
.form-sec-sales.form-sec-sales-ft input[type="submit"]:hover{
	background: #fff !important;
	color: #B7212F !important;
	border-color: #fff !important;
}
.form-sec-sales.form-sec-sales-ft input#email {
    color: #fff !important;
}
.footer-logo img {
    display: flex;
    width: 128px;
    height: 38px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.sales-form-submit input{
	text-transform: uppercase;
}
.footer-bottom {
    display: flex;
    justify-content: center;
}
.bottom-left ul{
	list-style-type: none;
	margin-left: 0;
	display: flex;
	grid-gap: 30px;
}
.bottom-left ul li a{
	color: rgba(255, 255, 255, 0.70);
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	text-decoration: none;
}
.bottom-right ul li a img{
	width: 17.194px;
	height: 17.39px;
}
.bottom-right ul{
	margin-left: 0;
	display: flex;
	grid-gap: 24px;
}
.footer-menu ul li a:hover{
	opacity: 0.8;
}
.footer-inner-section .sales-form-submit {
    margin: 0 !important;
}
.footer-inner-section .form-sales-inner {
    display: initial !important;
}
form#salesforceForm {
    width: 100%;
}
.bottom-left ul li a:hover{
	color: #fff;
}
.bottom-right ul li:hover svg path {
    fill-opacity: 1;
}
.bottom-right ul li:hover img{
	opacity: 1 !important;
}
@media only screen and (max-width: 987px) {
	.footer-right-inner{
	    justify-content: flex-start;
	}
	.footer-logo img {
    width: 100%;
    height: 100%;
    max-width: 200px;
}
.footer-left{
	width: 100% !important;
}
.two-col-sec.two-col-sec-new .two-img-row .img-head{
	padding-left: 0 !important;
}
}
@media only screen and (max-width: 600px){
	.footer-inner-section{
		flex-direction: column;
	}
	.footer-bottom{
		flex-direction: column;
		grid-gap: 30px;
	}
	.features-inner-section{
		padding: 30px;
	}
	.features-section .feature-box{
		max-width: 100% !important;
		border-right: none;
		border-bottom: 1px solid rgba(35, 31, 32, 0.20);
		border-bottom: ;
		padding-right: 0;
		margin-right: 0;
        padding-bottom: 19px;
        width: 100%;

	}
	.form-sec-sales.form-sec-sales-cn-form .handyman .form-sales-inner p {
	    grid-template-columns: 1fr !important;
	}
}
@media only screen and (max-width: 995px){
	.form-sec-sales.form-sec-sales-cn-form .handyman .form-sales-inner p {
	    grid-template-columns: 1fr 1fr !important;
	}
}
@media only screen and (max-width: 995px) and (min-width: 601px){
	.features-inner-section{
		padding: 30px;
	}
	.features-section .feature-box{
		max-width: 100% !important;
		border-right: none;
		border-bottom: 1px solid rgba(35, 31, 32, 0.20);
		border-bottom: ;
		padding-right: 0;
		margin-right: 0;
        padding-bottom: 19px;
        width: 48%;
        margin-bottom: 10px;
	}
	.features-section .feature{
		grid-gap: 10px;
		justify-content: space-between;
	}

}
@media only screen and (max-width: 1250px) and (min-width: 996px){
	.features-inner-section{
		padding: 50px;
	}
}
@media only screen and (max-width: 340px){
	.form-sec-sales.form-sec-sales-ft input{
		width: 100% !important;
	}
	.form-sec-sales.form-sec-sales-ft input[type="submit"]{
		width: 100% !important;
	}
}
@media only screen and (max-width: 600px){
	.footer-right-inner{
		flex-direction: column;
		
	}
	.menu-ft p{
		max-width: 300px;
	}
}
@media only screen and (max-width: 900px) and (min-width: 601px){
	.footer-right-inner{
		flex-wrap: wrap;	
	}
}
@media only screen and (max-width: 1159px){
	.footer-right {
    	width: 100%;
	}
	footer#colophon .form-sec-sales.form-sec-sales-ft input[type="submit"]{
		max-width: max-content !important;
        width: fit-content !important;
	}
}

.form-submitted .form-sec-sales {
    display: none;
}
.form-submitted .thankYouMessage{
	display: block !important;
}

.loader {
    position: absolute;
    top: 50%;
    left: 48%;
/*    transform: translate(-50%, -50%);*/
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.fancybox-type-iframe .fancybox-inner{
	width: 100% !important;
}
.slick-dots li{
    display: inline-block;
}
.slick-dots li:only-child {
    display: none;
}
.nos-slider .ult-content-box .wpb_single_image .vc_figure{
	width: 100% !important;
}

.nos-slider .ult-content-box .vc_single_image-wrapper img{
	height: 600px !important;
	max-height: 600px;
	width: 100% !important;
	object-fit: cover !important;
}
.nos-slider .ult-content-box figcaption.vc_figure-caption{
	color: #8f8f8f;
    /* position: absolute; */
    padding-top: 20px;
    margin-bottom: 10px;
    margin: 0px;
    margin-bottom: 0;
    /* bottom: -16px; */
    font-weight: 600 !important;
    font-size: 26px !important;
    line-height: 32px !important;
    color: #231F20 !important;
    text-transform: uppercase;
}
.nos-slider .wpb_single_image{
	margin-bottom: 0 !important;
}
@media only screen and (max-width: 1100px){
	.nos-slider .ult-content-box .vc_single_image-wrapper img{
		height: 100% !important;
		max-height: 300px;
		width: 100% !important;
		object-fit: cover !important;
	}
	.fancybox-wrap.fancybox-desktop.fancybox-type-iframe.fancybox-opened {
	    width: calc(100% - 40px) !important;
	    left: 20px !important;
	}
}

