.lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 68%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.lightbox-overlay img {
    max-width: 90%;
    max-height: 90%;
}

.lightbox-overlay.close {
    cursor: pointer;
}

.contenedor-imagen a {
    text-align: center;
}




/* - - - - - - - - - - - - - MENU AND HEADER - - - - - - - - - - - - - */
#main{
		padding: 0;
}

#masthead {
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: 111;
}
.main-navigation {
		background: transparent;
}

header#masthead .full-container {
    max-width: unset !important;
    width: 95% !important;
}
#masthead.masthead-logo-in-menu .logo > img.logo-no-height-constrain {
    max-height: 84px;
}

div#sticky-container nav {
    background: #295BAC;
}


/* - - - - - - - - - - - - - MENU AND HEADER - - - - - - - - - - - - - */


/**/

/* - - - - - - - - - - - - - ESTILOS - - - - - - - - - - - - - */

.contenedores-amenidades {
		color: white !important;
    border: 1px solid white;
    border-radius: 10px;
    padding: 15px !important;
    margin: 0px !important;
    font-size: 10px;
    font-weight: 200 !important;
    min-height: 140px;
    max-width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contenedores-amenidades h3.widget-title{
		color: white !important;
		font-weight: 300;
		line-height: 1;
		margin-top: 1em;
}

b, strong {
    font-weight: 700;
    font-weight: bold;
    font-size: 23px;
}

.entry-content h1 {
    font-family: "Gelasio", serif;
    color: white !important;
    font-size: 85px;
    line-height: 1;
}

strong.banner-strong {
    color: white !important;
    font-family: "Gelasio", serif;
    font-size: 23px;
    font-weight: 500;
}

.contenedor-form h3 {
    color: #1C4587;
    text-align: center;
    font-weight: 700;
}


.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, #comments .commentlist article .comment-author a, #comments .commentlist article .comment-author, #comments-title, #reply-title, #commentform label {
		font-family: "Poppins", sans-serif;
		margin: .1em 0;
}
.entry-content p, .entry-content > ul, .entry-content > ol, .entry-content > li, .entry-content > dl, .entry-content pre, .entry-content code, .entry-content blockquote {
    font-weight: 300 !important;
    font-family: "Poppins", sans-serif;
    margin: .1em 0;
}

/*contenedor deptos*/

.deptos-contenedor .widget-title {
		color: white;
    background-color: #1C4587;
    text-align: center;
    border-radius: 25px 25px 0px 0px;
    padding: 5px;
    font-weight: 600;
}
.deptos-contenedor.vendido h3 {
    background-color: #757575;
}

ul.disponible {
    position: absolute;
    margin: 0;
    color: #14951D;
    font-weight: 700;
    font-size: 14px;
}

ul.vendido {
    position: absolute;
    margin: 0;
    color: #D42B2B;
    font-weight: 700;
    font-size: 14px;
}

.deptos {
		position: relative;
		display: flex;
		flex-direction: column;
		align-content: center;
		align-items: flex-start;
		box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.10);
		padding: 15px 25px;
		border-radius: 0px 0px 15px 15px;
}


.deptos span {
    color: #757575;
    font-weight: 400 !important;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
}


.deptos img {
    width: 50%;
    margin: auto;
}

.deptos p {
    color: #F37021;
    font-size: 24px;
    font-weight: 800 !important;
}

.contenedor-form {
    background: white;
    padding: 15px;
    padding-top: 55px;
    border-radius: 15px;
}

.contenedor-imagen {
    display: flex;
    align-items: center;
    min-height: 500px;
		margin: auto;
}
.entry-content ul {
    list-style-type: disc;
}
/*contenedor deptos*/

.btnmenu a {
    border: 1px solid white;
    padding: 10px 35px !important;
}

.btnmenu a:hover{
    border: 1px solid #1C4587;
		background-color: #1C4587 !important;
		color: white;
    padding: 10px 35px !important;
}

a.sowb-button {
    border: 1px solid white !important;
    padding: 11px 55px !important;
    font-weight: 300 !important;
    font-family: "Poppins", sans-serif;
}


.esquemas-contenedor {
    background-color: white;
    padding: 25px 15px;
    border-radius: 15px;
		box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.10);
		min-height: 380px;

}

.esquemas-contenedor h3 {
    color: #F37021;
    text-align: center;
    font-size: 37px;
    font-weight: 700;
}

/* - - - - - - - - - - - - - ESTILOS - - - - - - - - - - - - - */


/*footer*/


footer#colophon {
    padding-bottom: 0 !important;
		font-family: "Poppins", sans-serif;
}


/*footer*/




/* - - - - - - - - - - - - - responsivo - - - - - - - - - - - - - */

@media (max-width: 1440px) {
		.entry-content h1 {
				font-size: 65px;
		}
		
		strong.banner-strong {
				font-size: 17px;
		}
		
		.contenedores-amenidades h3.widget-title {
				font-size: 12px !important;
		}
		
		.esquemas-contenedor h3 {
				font-size: 31px;
		}
}

@media (max-width: 1280px) {

		.contenedor-imagen {
				min-height: 360px;
		}

}

.desktop{
}
.movil{
		display: none;
}

@media (max-width: 1024px) {
		
		.desktop{
				display: none;
		}
		.movil{
				display: flex;
				justify-content: center;
		}

		.contenedor-form {
				padding-top: 40px;
		}
		
		.entry-content h1 {
				font-size: 50px;
		}
		
		.contenedores-amenidades {
				margin: auto !important;
		}
		
		.contenedor-imagen {
				min-height: 280px;
		}
		
		.esquemas-contenedor h3 {
				font-size: 23px;
		}
		.entry-content p, .entry-content > ul, .entry-content > ol, .entry-content > li, .entry-content > dl, .entry-content pre, .entry-content code, .entry-content blockquote {
				font-size: 14px;
		}
}

@media (max-width: 768px) {

		div#sticky-container nav {
				background: #295BAC;
				width: 100% !important;
		}
		.widget_text.deptos-contenedor {
				margin: 0px 20px;
		}
		.esquemas-contenedor {
				margin: 0 15px;
		}
		footer#colophon p {
				text-align: center !important;
		}
		
		footer#colophon .sow-image-container {
				justify-content: center;
		}
		.main-navigation ul {
				display: none;
		}
		a.logo {
				width: 100% !important;
				display: block;
				text-align: center;
				margin: auto !important;
		}

		img.logo-no-height-constrain {
				text-align: center;
				margin: auto;
		}
}
@media (max-width: 430px) {
		
		#masthead.masthead-logo-in-menu .logo > img.logo-no-height-constrain {
				max-height: 84px;
				margin-top: 25px !important;
		}
		.contenedor-imagen {
				min-height: 430px;
		}

}


/* - - - - - - - - - - - - - responsivo - - - - - - - - - - - - - */