/*-----------------------------------------------------------------------------------
	Residencial Opañel
	About: Residencial 11 Viviendas en Venta en Madrid Avenida Opañel
	Author: Egotei Technology
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'Impact';
	src: url('./fonts/Impact/Impact.ttf');
	src: url('./fonts/Impact/Impact.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Montserrat-Regular';
	src: url('./fonts/Montserrat-Regular/Montserrat-Regular.ttf');
	src: url('./fonts/Montserrat-Regular/Montserrat-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Montserrat-SemiBold';
	src: url('./fonts/Montserrat-SemiBold/Montserrat-SemiBold.ttf');
	src: url('./fonts/Montserrat-SemiBold/Montserrat-SemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'RobotoCondensed-ExtraBold';
	src: url('./fonts/RobotoCondensed-ExtraBold/RobotoCondensed-ExtraBold.ttf');
	src: url('./fonts/RobotoCondensed-ExtraBold/RobotoCondensed-ExtraBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Roboto-Regular';
	src: url('./fonts/Roboto-Regular/roboto.woff2');
	src: url('./fonts/Roboto-Regular/roboto.woff2') format('woff2'),
	url('./fonts/Roboto-Regular/roboto.eot?#iefix') format('embedded-opentype'),
	url('./fonts/Roboto-Regular/roboto.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}


/* Edge Dividers */

.bloc-shape-divider{
	position: absolute;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider{
	width:100%;
	height:100px;
	fill:#000000;
}
.bloc-divider-top{
	top:-1px;
	align-items: flex-start;
}
.bloc-divider-bottom{
	bottom:-1px;
	align-items: flex-end;
}


/* Flip Edge Divider */

.bloc-divider-flip-x svg{
	transform:scale(-1,1);
}
.bloc-divider-flip-y svg{
	transform:scale(1,-1);
}
.bloc-divider-flip-x.bloc-divider-flip-y svg{
	transform:scale(-1,-1);
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}


/* = NavBar
-------------------------------------------------------------- */

/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

.btn-sq{
	border-radius: 0px;
}
.btn-rd{
	border-radius: 40px;
}
.btn-glossy{
	border:1px solid rgba(0,0,0,.09);
	border-bottom-color:rgba(0,0,0,.2);
	text-shadow:0 1px 0 rgba(0,0,1,.2);
	box-shadow: 0 1px 3px rgba(0,0,1,.35), inset 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 2px rgba(255,255,255,.08);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	 background-image: -o-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
}
.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}

/* = Icons
-------------------------------------------------------------- */
blocsicon{
	display:inline-block;
	width:100%;
}
blocsicon svg {
	width: 100%;
	 height: auto;
	 display: block;
}
.btn blocsicon,.text-nested-icon{
	width:20px;
}
.text-nested-icon svg{
	display:inline-block;
}

/* Image Protection */
.img-protected{
	-webkit-touch-callout: none;
}
/* Image Scale */
.img-fluid-up{
	min-width: 100%;
	height: auto;
}

/* = Text & Icon Styles
-------------------------------------------------------------- */
.sm-shadow{
	text-shadow:0 1px 2px rgba(0,0,0,.3);
}
.lg-shadow{
	text-shadow:0 2px 5px rgba(0,0,0,.5);
}
.text-justify{
	text-align: justify;
}


/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}


.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.hide-indicators{
	display:none;
}

.carousel-indicators li::marker{
	font-size:0;
}
/* Scroll FX */
.scroll-fx-in-range{
	will-change: opacity;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.close{
	color:#000;
	opacity:0.5;
}
.close:hover{
	opacity:1;
}
.modal-header > [data-bs-dismiss="modal"]{
	margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.10 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.5);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Full Screen */
.fullscreen-lb{
	background:#000;
	border-radius: 0;
}
.fullscreen-lb .modal-body{
	padding:0;
}
.fullscreen-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-16px;
	text-align:center;
}
.fullscreen-modal{
	background:#000;
}
.fullscreen-modal .modal-dialog{
	width:100%!important;
	max-width:95%!important;
}

/* Modal Full Screen Close Button */
.close-full-screen-modal{
	position: fixed;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.close-full-screen-modal .close-icon{
	display: block;
	width:100%;
	height:1px;
	background: #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top:12px;
}
.close-full-screen-modal .close-icon{
	height:2px;
}
.close-full-screen-modal .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.close-full-screen-modal{
	right:20px;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Montserrat";
}
.container{
	max-width:1140px;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20pt;
	font-family:"Impact";
	font-weight:normal;
}
.img-style{
	border-radius:0px 0px 0px 0px;
	width:90px;
}
menu{
	font-family:"Montserrat";
	font-size:18px;
	font-weight:bold;
}
.link-style{
	width:80%;
	font-weight:bold;
}
.img-2-style{
	width:230px;
	border-radius:0px 0px 0px 0px;
}
.svg-icon-style{
	fill:var(--swatch-var-1830)!important;
	width:25px;
}
.p-style{
	font-size:12px;
	line-height:18px;
}
.bloc-divider-t-fill{
	fill:var(--swatch-var-1830);
}
.link-descargas-style{
	font-weight:bold;
	color:var(--swatch-var-1594)!important;
	font-size:18px;
	text-align:center;
	padding:5px 5px 5px 5px;
	border-radius:15px 15px 15px 15px;
	width:75%;
	margin-top:8em;
	margin-bottom:2em;
	box-shadow:2.87px 4.10px 10px #202020;
	background-color:var(--swatch-var-1830);
}
.progreso{
	font-family:"Open Sans";
	font-size:16px;
	font-weight:normal;
	width:100%;
	flex-direction:row;
	background-color:var(--swatch-var-5811);
	background-size:length;
}
.btn--cimentación--style{
	width:100%;
}
.btn--estructura--style{
	width:100%;
}
.btn--fachada--style{
	width:52.11%;
}
.btn-11-style{
	width:100%;
}
.btn-style{
	width:60%;
	font-weight:bold;
}
.new-progress{
	position:relative;
	width:auto;
	background-color:var(--swatch-var-2774);
	background-size:auto auto;
	text-transform:none;
	overflow:hidden;
	font-size:22px;
	font-family:"Roboto-Regular";
	font-weight:normal;
	padding:10px 15px 10px 15px;
}
.div-progress{
	margin-top:5px;
	margin-bottom:5px;
	width:100%;
}
.new-progress:first-child{
	border-top-left-radius:30px;
	border-bottom-left-radius:30px;
}
.new-progress:last-child{
	border-top-right-radius:30px;
	border-bottom-right-radius:30px;
}
.icon-progress-01{
	fill:var(--swatch-var-2774)!important;
	stroke:var(--swatch-var-1594)!important;
	z-index:90;
	left:120px;
	width:45px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	top:15px;
}
.icon-progress-02{
	width:45px!important;
	fill:var(--swatch-var-2774)!important;
	stroke:var(--swatch-var-1594)!important;
	top:15px;
	z-index:99;
	position:relative;
	left:270px;
}
.h2-style{
	font-family:"Impact";
	font-size:48px;
}
.blocs-card-width{
	width:25%;
}
.img-2---fachada-j-style{
	height:285px;
}
.titulo{
	font-family:"Impact";
	font-size:100pt;
	line-height:120pt;
	letter-spacing:3pt;
}
.img-1---fachada-j-style{
	height:217px;
	width:385px;
}
.img-8---fachada-j-style{
	height:217px;
}
.img-9---exterior-j-style{
	height:217px;
}
.img-bloc-7-style{
	height:217px;
	border-radius:0px 0px 0px 0px;
	width:385px;
}
.img-37-style{
	height:217px;
}
.h3-bloc-1-style{
	font-family:"Impact";
}
.subtitulo{
	background-color:var(--swatch-var-5332);
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
	border-style:double;
	border-width:2px 2px 2px 2px;
	text-transform:none;
	text-decoration:none;
	text-indent:5px;
	text-overflow:clip;
	font-size:32px;
	font-family:"Montserrat-Regular";
	font-style:italic;
}
.formulario-banner{
	font-size:3rem;
	line-height:4rem;
	background-color:var(--swatch-var-1972);
	color:var(--swatch-var-1830)!important;
	font-weight:bold;
	font-family:"RobotoCondensed-ExtraBold";
	border-radius:5px 5px 5px 5px;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-1972)!important;
	text-shadow:2.01px 2.23px 2px rgba(32,32,32,0.80);
}
.svg-icon-fill-type{
	width:40px;
}
.formulario-campo{
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-940)!important;
}
.checkbox-style{
	width:100%;
	height:60px;
}
.checkbox-bloc-3-style{
	height:40px;
}
.descripcion-titulo{
	font-family:"Impact";
	font-size:3rem;
	line-height:px;
	letter-spacing:3pt;
	text-shadow:2.12px 2.12px 2px #202020;
}
.bloc-divider-t-bloc-3-fill{
	fill:var(--swatch-var-2774);
}
.bloc-divider-t-bloc-2-fill{
	fill:var(--swatch-var-3525);
	height:100px;
}
.bloc-divider-b-fill{
	fill:var(--swatch-var-7016);
}
.bloc-divider-t-bloc-1-fill{
	fill:var(--swatch-var-7016);
	height:45px;
}
.galeria-titulo-img{
	font-size:22px;
	color:var(--swatch-var-5792)!important;
	font-weight:normal;
	font-family:"Montserrat-Bold";
}
.img-9---interior-j-style{
	border-radius:0px 0px 0px 0px;
	width:385px;
	height:217px;
}
.img-33-style{
	width:385px;
	height:217px;
}
.row-bloc-7-style{
	width:140%;
	position:relative;
	left:-20%;
}
.img-2---interior-j-style{
	height:217px;
}
.img-3---interior-j-style{
	height:217px;
}
.img-4---interior-j-style{
	height:217px;
}
.img-5---interior-j-style{
	height:217px;
}
.img-7---interior-j-style{
	height:217px;
}
.aviso{
	background-color:var(--swatch-var-5332);
	color:var(--swatch-var-926)!important;
	background-size:contain;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-7419)!important;
	font-size:14px;
	font-style:italic;
	max-height:25px;
	max-width:100%;
}
.aviso:hover{
	background-color:var(--swatch-var-3525);
}
.galeria-titulos{
	font-family:"Montserrat-SemiBold";
	font-weight:bold;
	font-size:24px;
}
.galeria-seccion{
	width:25%;
}
.modal-button{
	background-color:var(--swatch-var-7419);
}
.p-bloc-8-style{
	line-height:22px;
}
.p-13-style{
	line-height:22px;
}
.madeby{
	font-size:14px;
	word-spacing:1px;
	letter-spacing:1px;
	text-indent:2px;
}
.svg-icon-bloc-8-style{
	fill:var(--swatch-var-1830)!important;
	width:48px;
	stroke:transparent!important;
	margin-left:10px;
}
.link-descargas-style:hover{
	background-color:var(--swatch-var-7016);
}
.new-progress:hover{
	background-color:var(--swatch-var-2774);
}
.copyright{
	font-family:"Montserrat-Regular";
	font-size:14px;
	margin:1px 1px 1px 1px;
	text-transform:none;
	font-weight:normal;
	text-align:center;
	width:auto;
	padding:1px 1px 1px 1px;
	border-style:solid;
	border-width:1px 0px 1px 0px;
}
.divider-style{
	height:1px;
}
.modal-viviendas-titulo{
	font-family:"Impact";
	font-size:48px;
	text-indent:10px;
	font-weight:bold;
	color:var(--swatch-var-940)!important;
	text-shadow:0.71px 0.71px 1px #202020;
}
.modal-viviendas-header{
	background-color:var(--swatch-var-1276);
}
.p-bloc-3-style{
	line-height:24px;
	letter-spacing:px;
	text-indent:px;
}
.lista-arquitectos{
	padding:0px 0px 0px 0px;
	font-size:14px;
	letter-spacing:0px;
	text-align:left;
	writing-mode:horizontal-tb;
	margin:0px 0px -1rem 0rem;
}
.p_arquitectos{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	line-height:1.3rem;
}
.arquitectis{
	margin-left:2rem;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-2869:#000000;
	
	--swatch-var-1830:#FFFFFF;
	
	--swatch-var-5792:rgba(32,32,32,0.80);
	
	--swatch-var-7419:rgba(0,112,227,1.00);
	
	--swatch-var-5883:rgba(255,255,255,1.00);
	
	--swatch-var-1594:rgba(0,0,0,1.00);
	
	--swatch-var-3616:rgba(118,68,59,1.00);
	
	--swatch-var-5811:rgba(102,183,63,1.00);
	
	--swatch-var-2774:rgba(93,86,80,1.00);
	
	--swatch-var-926:rgba(32,32,32,1.00);
	
	--swatch-var-5332:rgba(213,212,207,0.75);
	
	--swatch-var-1276:rgba(181,173,154,1.00);
	
	--swatch-var-1972:rgba(77,70,63,1.00);
	
	--swatch-var-7016:rgba(236,229,220,1.00);
	
	--swatch-var-940:rgba(116,110,103,1.00);
	
}


/* Background colour styles */

.bgc-2774{
	background-color:var(--swatch-var-2774);
}
.bgc-7016{
	background-color:var(--swatch-var-7016);
}
.bgc-2869{
	background-color:var(--swatch-var-2869);
}
.bgc-926{
	background-color:var(--swatch-var-926);
}

/* Text colour styles */

.tc-7016{
	color:var(--swatch-var-7016)!important;
}
.tc-926{
	color:var(--swatch-var-926)!important;
}
.tc-2774{
	color:var(--swatch-var-2774)!important;
}
.tc-1276{
	color:var(--swatch-var-1276)!important;
}
.tc-1972{
	color:var(--swatch-var-1972)!important;
}
.tc-1830{
	color:var(--swatch-var-1830)!important;
}

/* Button colour styles */

.btn-c-2869{
	background:var(--swatch-var-2869);
	color:#FFFFFF!important;
}
.btn-c-2869:hover{
	background:#000000!important;
	color:#FFFFFF!important;
}
.btn-c-1972{
	background:var(--swatch-var-1972);
	color:#FFFFFF!important;
}
.btn-c-1972:hover{
	background:#1A130C!important;
	color:#FFFFFF!important;
}

/* Bloc image backgrounds */

.bg-08-residencial-opañel-zonas-comunes{
	background-image:url("img/08_residencial_opan%CC%83el_zonas_comunes.webp");
}


/* Accesibility Enhancements */
a:focus-visible,button:focus-visible{outline: 4px solid rgba(13, 110, 253, 0.60)!important;outline-offset: 2px;box-shadow:none!important;}


/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.blocs-card-width{
		width:50%;
	}
	.subtitulo{
		width:100%;
	}
	.titulo{
		letter-spacing:3pt;
		text-indent:pt;
	}
	.galeria-titulos{
		font-size:24px;
	}
	.formulario-banner{
		font-size:42px;
	}
	.galeria-seccion{
		width:40%;
	}
	.new-progress{
		font-size:17px;
		font-weight:normal;
		font-family:"RobotoCondensed-SemiBold";
		padding:10px 5px 10px 10px;
		width:auto;
		text-transform:none;
		text-decoration:none;
	}
	.div-progress{
		width:100%;
	}
	.icon-progress-01{
		width:35px!important;
		left:90px;
	}
	.icon-progress-02{
		width:35px!important;
		left:170px;
	}
	.copyright{
		text-align:center;
	}
	
}

@media (max-width: 767px){
	.blocs-card-width{
		width:50%;
	}
	.titulo{
		font-size:80pt;
		line-height:140px;
	}
	.aviso{
		max-height:40px;
		min-height:25px;
	}
	.galeria-titulos{
		font-size:22px;
	}
	.link-descargas-style{
		margin-top:2em;
	}
	.new-progress{
		font-size:13px;
		font-family:"RobotoCondensed-SemiBold";
		padding-top:5px;
		padding-bottom:5px;
		padding-left:5px;
	}
	
}

@media (max-width: 575px){
	.navbar-logo{
		font-size:18px;
	}
	.footer-link{
		text-align:center;
	}
	.blocs-card-width{
		width:100%;
	}
	.titulo{
		font-size:55px;
		line-height:50pt;
		letter-spacing:1pt;
		text-indent:1pt;
	}
	.h2-bloc-1-style{
		font-size:16px;
	}
	.aviso{
		max-height:55px;
		font-size:11px;
		text-align:justify;
	}
	.formulario-banner{
		font-size:36px;
	}
	.galeria-titulos{
	}
	.galeria-seccion{
		width:100%!important;
		margin-bottom:2em;
	}
	.link-descargas-style{
		font-size:16px;
	}
	.new-progress{
	}
	
}

