/*!
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;
}
.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;
}
.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;
}
/*.three-link-sec .link-row-sec .deschargables:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 25px;
    height: 1px;
    background-color: #BA212F;
}*/
.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;
}
.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://gruporesidencial1.wx.agency/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: 480px;*/
    object-fit: cover;
}
.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%;
}
.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: #EBEBEB;
    border: none;
    height: 40px;
    padding: 0 6px !important;
    outline: none;
    padding-right: 15px !important;
    border-radius: 0;
}
.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;
    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;
}
@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;
}
/*************Responsive Styles*****************/
/***************iPhone Portrait**************/
@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;
}
.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: 285px !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;
	}
.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: 500px !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%;
}
}
/*************************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
 .slider-tab-sec .your-class img{
 	width: 95%;
 	margin: auto;
 }
.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;
}
 .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: 600px !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: 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;
}
.popup-frame .content-col {
    width: 100%;
}
.popup-frame .iframe-col {
    width: 100%;
    margin-top: 20px;
}
.fancybox-inner {
    margin: auto !important;  
    margin-top: 120px !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.6;
	}
	.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;
	}
	.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 60px 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;
}
@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: 36px;
	    line-height: 44px;
	    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 66.1px;
	}
	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) 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;
	}
	.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%;
}
}

/*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: -31px;
    cursor: pointer;
    padding: 0 !important;
}
.loc-inner-nw button.slick-next.slick-arrow{
	right: 85px;
}
.loc-inner-nw button.slick-prev.slick-arrow{
	right: 135px;
	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;
}
.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;
}
.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;
}
.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;
}
.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: static;
	transform: translateY(0);
	transition: 0.5s;
}
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;
}
.next-loc-outer {
    background: #F8F8F8;
}
.next-loc-outer .next-loc-text {
    width: 509px;
    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;
}
@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;
}


/*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: 70%;
    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;
}
.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;
	width: 197px;
	padding: 12px 10px;
	align-items: center;
	gap: 10px;
	color: rgba(255, 255, 255, 0.70) !important;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;	
	height: 41px;
	background: rgba(255, 255, 255, 0.10);
	border: none;
	border-radius: 0;
	outline: none;
}
.form-sec-sales.form-sec-sales-ft input[type="submit"] {
    display: flex;
    padding: 12px 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #B7212F;
    border: none;
    width: 113px;
    color: #FFF !important;
	font-size: 14px;
	font-weight: 600;
	line-height: 17px;
	border-radius: 0;
	border: 1px solid #B7212F;

}
.form-sec-sales.form-sec-sales-ft input[type="submit"]:hover{
	background: #fff;
	color: #B7212F !important;
	border-color: #fff;
}
.footer-logo img {
    display: flex;
    width: 128px;
    height: 38px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
}
.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;
}
@media only screen and (max-width: 987px) {
	.footer-right-inner{
	    justify-content: flex-start;
	}
	.footer-logo img {
    width: 100%;
    height: 100%;
}
}
@media only screen and (max-width: 600px){
	.footer-inner-section{
		flex-direction: column;
	}
	.footer-bottom{
		flex-direction: column;
		grid-gap: 30px;
	}
}
@media only screen and (max-width: 500px){
	.footer-right-inner{
		flex-direction: column;
	}
}

.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); }
}

