@font-face {
	font-family: Dubai;
	src: url(../fonts/DubaiW23-Light.woff);
	font-weight: 300;
}

@font-face {
	font-family: Dubai;
	src: url(../fonts/DubaiW23-Regular.woff);
	font-weight: 400;
}

@font-face {
	font-family: Dubai;
	src: url(../fonts/DubaiW23-Medium.woff);
	font-weight: 500;
}

@font-face {
	font-family: Dubai;
	src: url(../fonts/DubaiW23-Bold.woff);
	font-weight: 600;
}

.notvisible /* styles for viewport checker and animate.css*/ {
	opacity: 0;
}

.delay-1 {
	animation-delay: 0s;
}

.delay-2 {
	animation-delay: 0.3s;
}

.delay-3 {
	animation-delay: 0.6s;
}

.delay-4 {
	animation-delay: 0.9s;
}

.delay-5 {
	animation-delay: 1.2s;
}

body
{
	font-family: "Dubai", sans-serif;
	font-weight: 400;
	color: #113D22;
	overflow-x: hidden;
}

a
{
	text-decoration: none !important;
}

#logo
{
	height: 34px;
	margin-top: 30px;
	filter: brightness(0) saturate(100%) invert(26%) sepia(0%) saturate(514%) hue-rotate(33deg) brightness(95%) contrast(86%);
}

.navbar
{
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(51, 51, 51, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(51, 51, 51, 1) 100%);
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(51, 51, 51, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#333333", GradientType=1);

	height: 110px;
	position: absolute;
	z-index: 5;
	width: 100%;
}

.logoMain
{
	width: 100%;
	display: block;
	text-align: center;
}

#menuOver
{
	background-color: rgba(255, 255, 255, 0.8);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 9999;
	display: none;
}

#menuOver a
{
	display: block;
	color: #113D22;
	font-size: 22px;
	font-weight: 100;
	margin-bottom: 15px;
	letter-spacing: 5px;
}

#menuOver a:hover
{
	color: #9c5f4e;
}

.fixedLeft
{
	position: fixed;
	right: 0;
	top: 40%;
	z-index: 1
}

.fixedLeft a
{
	background-color: #EA8B51;
	color: #FFF;
	height: 40px;
	border-radius: 20px;
	width: 200px;
	line-height: 40px;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	margin-right: -160px;
	margin-bottom: 5px;
	font-weight: 100;
	letter-spacing: 3px;
	vertical-align: middle;
	transition: all .2s;
}

.fixedLeft:hover a
{
	margin-right: -40px;
}

.fixedLeft a i
{
	font-size: 18px;
	position: relative;
	top: 2px;
}

.barra
{
	height: 2px;
	background-color: #113D22;
	width: 150px;
	display: inline-block;
	margin-bottom: 40px;
}

#banner {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	height: 90vh;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	line-height: 36px;
}

.mascara
{
	position: absolute;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgb(255, 255, 255);
		background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 35%, rgba(0, 0, 0, 0.6026785714285714) 100%);
		background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 35%, rgba(0, 0, 0, 0.6026785714285714) 100%);
		background: linear-gradient(0deg, rgba(255, 255, 255, 0) 35%, rgba(0, 0, 0, 0.6026785714285714) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
}

.video-container {
	width: 100vw;
	height: 90vh;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.video-container iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	height: calc(120vh - 5px);
	transform: translate(-50%, -50%);
	border: 0;
}

@media (min-aspect-ratio: 16/9) {
	.video-container iframe {
		/* height = 100 * (9 / 16) = 56.25 */
		height: 86.25vw;
	}

	#welcome {
		height: calc(56.25vw - 85px);
	}
}

@media (max-aspect-ratio: 16/9) {
	.video-container iframe {
		/* width = 100 / (9 / 16) = 177.777777 */
		width: 177.78vh;
	}
}

#bloque2col
{
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: transparent;
}

#bloque2col h3, #bloqueBiografia h3
{
	font-weight: 300;
	font-size: 24px;
	letter-spacing: 5px;
	line-height: 32px;
	margin-bottom: 30px;
}

#bloque2col p,
#bloqueBiografia p
{
	font-weight: 100;
	font-size: 16px;
	line-height: 28px;
	font-family: "Source Sans 3", sans-serif;
	margin-bottom: 0;
}

#bloqueBiografia p
{
	margin-bottom: 15px;
}

#bloque_indicadores
{
	position: relative;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

	padding-top: 100px;
	padding-bottom: 80px;
}

.darkmask
{
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
}

.indicador
{
	color: #f2f2f4;
	padding-top: 40px;
	padding-bottom: 40px;
}

.indicador label
{
	font-size: 52px;
	margin-bottom: 0;
	line-height: 56px;
	font-weight: 500;
}

#bloqueBiografia {
	padding-top: 50px;
	background-color: #f2f2f4;
}

#bloqueBiografia img
{
	width: 90%;
}

#bloqueCita
{
	background-color: #d5d6ce;
	color: #113D22;
	padding-top: 40px;
	padding-bottom: 40px;
}

.cita p
{
	font-family: "Source Sans 3", sans-serif;
	font-weight: 300;
	padding-right: 15px;
	margin-bottom: 0;
}

.fundador
{
	border-left: 1px solid #FFF;
	padding-left: 15px;
	text-transform: uppercase;
	
	font-size: 22px;
	letter-spacing: 2px;
	line-height: 18px;
}

.fundador span
{
	font-size: 12px;
	letter-spacing: 2px;
}

#bloqueFuerza
{
	/* Create the parallax scrolling effect */
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;

	padding-top: 120px;
	padding-bottom: 120px;
	min-height: 100vh;

	color: #FFF;
}

#bloqueFuerza h3
{
	font-weight: 100;
	margin-bottom: 30px;
	color: #FFFFFF;
	font-size: 62px;
	line-height: 68px;
}

#bloqueFuerza h3 strong
{
	font-weight: 500;
}

#bloqueFuerza .container, #bloqueFuerza .h-100
{
	min-height: 80vh;
}

#bloqueFuerza h5 {
	font-family: "Source Sans 3", sans-serif;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 0;
	color: #FFFFFF;
	width: 80%;
}

#logoFuerza
{
	height: 60px;
	margin-left: 30px;
	margin-top: 30px;
}

footer
{
	background-color: #494948;
	padding-top: 60px;
	padding-bottom: 45px;
	color: #FFF;
}

.disclaimer
{
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 300;
	font-family: "Source Sans 3", sans-serif;
}

.enlaceBox img
{
	max-width: 22%;
	margin: 0 2px;
}

.rrssbox img
{
	max-width: 30px;
	margin: 10px 5px;
}

#logoFooter
{
	height: 30px;
	margin-top: 5px;
	margin-bottom: 40px;
}

.menues h4
{
	font-size: 16px;
	font-weight: 500;
}

.menues ul
{
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

.menues ul li a
{
	font-weight: 300;
	font-family: "Source Sans 3", sans-serif;
	color: #FFF;
	font-size: 14px;
}

.menues ul li
{
	line-height: 20px;
}

#bloqueContacto
{
	padding-top: 100px;
	padding-bottom: 60px;
	background-position: bottom center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding-bottom: 100px;
}

#bloqueContacto h3 {
	font-weight: 300;
	font-size: 28px;
	letter-spacing: 5px;
	line-height: 32px;
}

#bloqueContacto p
{
	font-weight: 300;
	font-family: "Source Sans 3", sans-serif;	
	margin-bottom: 30px;
	font-size: 18px;
	color: #FFFFFF;
}

#bloqueContacto label
{
	color: #FFFFFF;
	margin-bottom: 0;
}

.wpcf7-form-control
{
	width: 90%;
	background-color: transparent;
	border: 0;
	border: 2px solid #638e78;
	outline: none;
	margin-bottom: 5px;
	font-size: 16px;
	padding: 4px 8px;
	border-radius: 6px;
	color: #638e78;
}

.wpcf7-text
{
	background-color: #FFF;
}


.wpcf7-form-control::placeholder
{
	font-weight: 300;
	color: #638e78;
	opacity: .8;
}

.wpcf7-submit, .botonmapa
{
	width: 40%;
	border: 3px solid #FFF;
	color: #FFF;
	height: 50px;
	border-radius: 25px;
	text-transform: uppercase;
	line-height: 20px;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 2px;
	margin-top: 15px;
}

.wpcf7-list-item
{
	margin-left: 0;
}

.wpcf7-list-item-label
{
	font-size: 12px;
}

.wpcf7-checkbox
{
	border: 0px !important;
	background-color: transparent;
	margin-left: -6px;
}

.wpcf7-response-output
{
	color: #FFF;
	width: 90%;
}

.botonmapa
{
	padding: 10px 15px;
	margin-top: 10px;
	display: inline;
}

.wpcf7-not-valid-tip
{
	font-size: 12px;
	margin-top: -3px;
}


#bloqueCarrusel
{
	height: 100vh;
}

/* Feel free to change duration  */
.animated {
	-webkit-animation-duration: 1000 ms;
	animation-duration: 1000 ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
	z-index: 1
}

/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
	z-index: 0
}

/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}


.itemMask {
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	width: 100%;
	height: 100%;
}

.owl-home .item h3
{
	font-weight: 100;
	letter-spacing: 8px;
}

.owl-home .item h3 strong {
	letter-spacing: 3px;
}

.arrow-left
{
	width: 50px;
	height: 50px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/left.png);
}

.arrow-right {
	width: 50px;
	height: 50px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/right.png);
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next
{
	position: absolute;
}

.owl-carousel .owl-nav button.owl-prev
{
	left: 5%;
	top: 46%;
}

.owl-carousel .owl-nav button.owl-next {
	right: 5%;
	top: 46%;
}

.owl-theme .owl-nav [class*=owl-]:hover
{
	background-color: transparent;
	outline: none;
}

.burgerLink
{
	position: absolute;
	color: #FFF;
	font-size: 14px !important;
	letter-spacing: 0px !important;
	font-weight: 300 !important;
	top: 30px;
	right: 30px;
	text-align: center;
}

.burgerLink i
{
	font-size: 32px;
	margin-top: -5px;
}

.burgerLink:hover
{
	color: #FFF;
}

.burger-line
{
	height: 3px;
	width: 40px;
	margin-bottom: 5px;
	background-color: #FFF;
}

#bloquecta
{
	background-color: #EA8B51;
	color: #FFF;
	height: 12vh;
}

#bloquecta h3
{
	line-height: 12vh;
	font-weight: 300;
	font-size: 32px;
	letter-spacing: 5px;
	text-shadow: 4px 8px 10px rgba(0, 0, 0, 0.3);
}

.botonDP
{
	background-image: url(../img/bgboton.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 50px;
	padding: 15px 22px;
	margin-top: 30px;
	display: inline-block;
	line-height: 20px;
	color: #FFFFFF;
}

.botonDP:hover
{
	color: #FFFFFF;
}

.scrolldown {
	height: 30px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -25px;
}

@media (max-width: 600px) {
	#bloque2col {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	#bloque2col img
	{
		margin-top: 30px;
	}

	.indicador
	{
		text-align: center;
		padding-top: 10px;
		padding-bottom: 20px;
	}

	#bloque_indicadores
	{
		padding-top: 60px;
	}

	.owl-carousel .owl-nav button.owl-next
	{
		right: 0;
		top: 24%;
	}

	.owl-carousel .owl-nav button.owl-prev {
		left: 0;
		top: 24%;
	}

	.owl-home .item h3
	{
		letter-spacing: 5px;
	}

	.owl-home .item h3 span
	{
		display: none;
	}

	.owl-home .item, #bloqueCarrusel
	{
		height: 60vh;
	}

	#bloqueCita
	{
		text-align: center;
	}
	
	.fundador
	{
		padding-left: 0;
		border: 0;
		margin-top: 20px;
	}

	footer .navbar-brand
	{
		margin-right: 0;
	}

	footer
	{
		padding-top: 45px;
	}

	.menues
	{
		margin-top: 15px;
	}

	.enlaceBox img
	{
		margin-top: 15px;
		max-width: 35%;
	}

	.burgerLink
	{
		left: 15px;
	}

	#bloquecta
	{
		height: auto;
	}

	#bloquecta h3
	{
		line-height: 42px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	#bloqueContacto
	{
		padding-top: 50px;
		padding-bottom: 50px;
	}

	#bloqueContacto img
	{
		margin-bottom: 30px;
	}

	.wpcf7-form-control
	{
		width: 100%;
	}

	#bloqueFuerza
	{
		height: 300px;
		min-height: auto;
	}

	#bloqueFuerza .container,
	#bloqueFuerza .h-100
	{
		min-height: auto;
	}

	#bloqueFuerza h5
	{
		width: 100%;
	}

	.bloqueMobile
	{
		padding-top: 0px !important;
		padding-bottom: 150px !important;
		min-height: 350px !important;
	}

	#logo {
		height: 40px;
		margin-top: 30px;
	}

	.scrolldown {
		height: 20px;
		position: absolute;
		bottom: 15px;
		left: 50%;
		margin-left: -32px;
	}
}

#soul
{
	background-image: url(../img/Fondo-Desktop.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.proximamente
{
	font-weight: 100;
	letter-spacing: 5px;
	font-size: 36px;
	margin-bottom: 60px;
}

#barracontacto
{
	background-color: rgba(36,36,36,.75);
	position: absolute;
	left: 0;
	width: 42%;
	color: #FFF;
	text-align: right;
	padding-right: 30px;
	height: 60px;
	border-radius: 0 30px 30px 0;
}

.capsulaContacto
{
	height: 60px;
	color: #FFF;
	line-height: 60px;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 100;
}

.capsulaContacto strong
{
	font-weight: 600;
}

@media (max-width: 600px) {
	#soul {
		background-image: url(../img/Fondo-Mobile.png);
		background-position: top center;
	}

	.proximamente
	{
		font-size: 20px;
		margin-top: 80px;
	}

	#logo {
		height: 25px;
		margin-top: 160px;
	}

	.scrolldown
	{
		margin-left: -16px;
	}

	#barracontacto
	{
		width: 90%;
		left: 5%;
		border-radius: 30px;
	}

	.capsulaContacto
	{
		text-align: center;
	}

	#bloqueFuerza h3
	{
		font-size: 42px;
		line-height: 48px;
	}

	.bloqueMobile
	{
		padding-left: 15px;
		padding-right: 15px;
	}

	#bloqueFuerza h5
	{
		width: 90%;
	}
	
	#logoFuerza {
		height: 45px;
		margin-left: 0px;
		margin-top: 50px;
	}

	.fotoLateralMobile
	{
		height: 200px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		margin-top: 50px;
	}
}

/* SOUL WEB */
#bannerWeb
{
	height: 100vh;
	width: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position: relative;
}

.mascaraSoul
{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(227,232,231,.2);
}

#gradienteInferior
{
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
	
	background: rgb(255, 255, 255);
		background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(227, 232, 231, 1) 79%);
		background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(227, 232, 231, 1) 79%);
		background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(227, 232, 231, 1) 79%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e3e8e7", GradientType=1);
}

#barraCeleste
{
	background-color: #E3E8E7;
	width: 100%;
	height: 260px;
}

#logoSoul
{
	width: 500px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}

#liveInside
{
	background-color: #484848;
	padding-bottom: 75px;
	position: relative;
}

#liveInsideContainer
{
	margin-top: -200px;
	color: #7C9583;
}

#liveInsideContainer p
{
	position: absolute;
	right: -335px;
	font-size: 26px;
	top: 20px;
	letter-spacing: 10px;
	line-height: 42px;
	z-index: 1;
}

#liveInsideDer p
{
	color: #FFF;
	margin-top: 40px;
	margin-left: 40px;
}

#liveInsideDer img
{
	margin-left: -200px;
	margin-top: 20px;
}

#galeria
{
	width: 100%;
	height: 80vh;
	min-height: 600px;
}

#owlGal
{
	width: 100%;
}

#owlGal .item
{
	height: 80vh;
	min-height: 600px;
	width: 100%;
}

.galeryItem
{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.galeryItem label
{
	color: #FFF;
	font-weight: bold;
	font-size: 36px;
	position: absolute;
	right: 5%;
	top: 50px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.galeryItem .iconos
{
	position: absolute;
	right: 5%;
	bottom: 50px;
	height: 15%;
	width: auto !important;
}

#mapa
{
	background-color: #E5E9E8;
	padding-top: 100px;
	padding-bottom: 100px;
	color: #676767;
}

#mapa h3
{
	font-weight: 600;
	margin-bottom: 20px;
}

#mapa p.direccion
{
	padding-left: 20px;
	border-left: 1px solid #CCC;
	padding-bottom: 5px;
	font-size: 18px;
	margin-bottom: 30px;
}

#mapa p.vidamasalla
{
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 18px;
	letter-spacing: 5px;
	margin-top: 30px;
}

.btnSoul
{
	border: 5px solid #4F7365;
	border-radius: 30px;
	font-weight: 600;
	color: #676767;
	font-size: 20px;
}

.btnSoul:hover
{
	background-color: #4F7365;
	color: #FFF;
}

#woman
{
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	min-height: 700px;
	margin-top: -100px;
}

#woman h2
{
	color: #FFF;
	font-size: 62px;
	line-height: 62px;
	font-weight: 400;
	margin-bottom: 50px;
}

#woman p
{
	color: #4F7365;
	font-size: 22px;
	width: 70%;
	line-height: 25px;
	margin-bottom: 40px;
	font-weight: 300
}

#woman .btnSoul
{
	color: #4F7365;
	border-color: #676767;
	text-transform: none !important;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 24px;
}

#woman .btnSoul:hover
{
	background-color: #676767;
	color: #FFF;
}

#woman .container
{
	position: relative;
	z-index: 4;
}

#gradienteCTA {
	width: 100%;
	height: 200px;
	position: relative;
	z-index: 1;

	background: rgb(255, 255, 255);
		background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(227, 232, 231, 1) 33%);
		background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(227, 232, 231, 1) 33%);
		background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(227, 232, 231, 1) 33%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e3e8e7", GradientType=1);
}

#soulBigCTA
{
	position: absolute;
	width: 52%;
	right: -40px;
	top: 20px;
	z-index: 3;
	opacity: .5;
}

#emplazamiento
{
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	min-height: 700px;
	color: #FFF;

	font-size: 18px;
	font-weight: 400;
}

#gradienteEmplazamiento
{
	width: 40%;
	position: absolute;
	height: 100%;
	opacity: .6;
	left: 0;

	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
}

.areas
{
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#emplazamiento label
{
	color: #FFF;
	font-weight: bold;
	font-size: 36px;
	position: absolute;
	right: 5%;
	bottom: 50px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
}

#modelos
{
	background-color: #484848;
	padding-top: 50px;
	padding-bottom: 150px;
	color: #FFF;
}

.logoplanta
{
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(342deg) brightness(114%) contrast(101%);
	width: 110px;
	margin-bottom: 15px;
}

.detailModelo label
{
	font-weight: 500;
	font-size: 22px;
	line-height: 25px;
	margin-bottom: 0;
}

.detailModelo .bajadaDetail, .detailModelo p, .bajadaDetail
{
	font-weight: 300;
	opacity: .8;
	line-height: 16px;
	font-size: 14px;
}

.detailModelo p
{
	font-size: 16px;
	line-height: 20px;
}

.planta
{
	max-width: 80%;
}

#modelos h2
{
	font-weight: 300;
	font-size: 24px;
	line-height: 26px;
	padding-left: 15px;
}

#modelos h2 strong
{
	font-weight: 500;
}

.nav-pills .nav-link
{
	text-align: left;
	background-color: transparent;
	border: 0;
	box-shadow: none;
	border-radius: 0;
	color: #FFF;
	padding-left: 50px;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 10px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link
{
	background-color: #315034;
}

.lineaLTR
{
	height: 1px;
	background-color: rgba(255, 255, 255, 0.5);
	position: relative;
	width: 150px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.lineaLTR::after
{
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	right: -2px;
	top: -2px;
}

.miniMessage
{
	position: absolute;
	font-size: 12px;
	left: 15px;
	font-weight: 300;
	top: -18px;
}

.lineaBTT {
	height: 200px;
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	width: 1px;
	top: 80px;
	left: -30px;
}

.lineaBTT::before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	right: -2px;
	top: -2px;
}

#soulVert
{
	position: absolute;
	right: -30px;
	width: 260px;
	z-index: 3;
	opacity: .3;
}

.botonCotizar
{
	background-color: #FFF;
	color: #7C9584;
	height: 50px;
	line-height: 54px;
	border-radius: 25px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 5px;
}

.botonCotizar:hover
{
	background-color: #7C9584;
	color: #FFF;
}

#logo
{
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(125deg) brightness(103%) contrast(103%);
}

.galeryItem label
{
	font-weight: 300;
}

.galeryItem .iconos
{
	display: none !important;
}

#whatsappFixed
{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #7C9583;
	position: fixed;
	right: 30px;
	bottom: 30px;
	color: #FFF;
	z-index: 9;
	text-align: center;
	line-height: 84px;
	font-size: 38px;
}

.detailModelo .btnSoul
{
	width: 80%;
	color: #FFF;
}

.botonCotizar
{
	position: fixed;
	right: 30px;	
}

.contenedor-mapa {
	width: auto;
	display: inline-block;
	position: relative;
	margin-left: 15%;
	width: 85%;
}

@keyframes scaleIn {
	from {
		transform: scale(0.5, 0.5);
		opacity: 0.5;
	}

	to {
		transform: scale(3, 3);
		opacity: 0;
	}
}

.circle {
	border-radius: 50%;
	background-color: #FFF;
	width: 30px;
	height: 30px;
	position: absolute;
	opacity: 0;
	top: 0;
	z-index: 3;
	left: 0;
	animation: scaleIn 2s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
}

.punto {
	position: absolute;
	top: 0;
	width: 30px;
	height: 30px;
	display: none;
	cursor: pointer;
}

.punto-interior {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #496a51;
	z-index: 5;
	position: absolute;
	border: 5px solid #496a51;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
}

.barraPunto
{
	background-color: #FFF;
	color: #496a51;
	font-size: 12px;
	font-weight: 500;
	position: absolute;
	left: 20px;
	padding-left: 15px;
	padding-right: 8px;
	line-height: 24px;
	height: 24px;
	top: 3px;
	letter-spacing: 1px;
	text-transform: uppercase;
	white-space: nowrap;
}

#barraLateral {
	background-image: url(../img/wave.png);
	background-position: right;
	background-size: auto 103%;
	width: 20%;
	height: 100%;
	position: absolute;
	z-index: 2;
	background-repeat: no-repeat;
	color: #676767;
	font-size: 14px;
	padding-left: 20px;
}

.contenidoBarra
{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.tituloContenido
{
	position: relative;
	color: #676767;
	font-size: 20px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

@media (max-width: 600px) {
	#liveInsideContainer p, #soulBigCTA, #soulVert
	{
		right: 0;
	}

	#logoSoul
	{
		width: 80%;
	}

	#woman h2
	{
		font-size: 42px;
		line-height: 42px;
	}

	#logo
	{
		margin-top: 0;
		filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(125deg) brightness(103%) contrast(103%);
	}

	#liveInsideContainer
	{
		margin-top: -250px;
	}

	#liveInsideContainer p
	{
		font-size: 18px;
		position: relative;
		text-align: center;
		line-height: 32px;
		margin-bottom: 50px;
	}

	#soulVert
	{
		opacity: .2;
		z-index: 1;
	}

	#liveInsideDer img
	{
		margin-left: 0;
	}

	#modelos
	{
		padding-bottom: 50px;
	}

	#liveInsideDer p
	{
		margin-left: 0;
		text-align: center;
	}

	#gradienteEmplazamiento
	{
		width: 60%;
	}

	#emplazamiento
	{
		padding-left: 0;
		font-size: 16px;
	}

	#woman p
	{
		margin-left: 30%;
		text-align: right;
	}

	#woman h2
	{
		text-align: right;
	}

	#woman
	{
		min-height: 500px;
		height: 500px;
	}

	#mapa
	{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.galeryItem .iconos
	{
		display: none !important;
	}
	
	#owlGal .item, #galeria
	{
		height: 280px;
		min-height: 280px;
	}
	
	.botonCotizar
	{
		height: 40px;
		line-height: 44px;
		font-size: 18px;
		position: fixed;
		right: 20px;
		top: 10px;
	}
	
	#soulBigCTA
	{
		top: -50px;
		right: 30px;
	}
	
	#woman p
	{
		width: 56%;
		margin-left:44%;
		font-size: 16px;
		line-height: 20px;
	}
	
	#woman .btnSoul
	{
		float: right;
		font-size: 16px;
	}
	
	.iconosMapa
	{
		display: none;
	}
	
	#mapa .btnSoul
	{
		font-size: 16px;
		border: 3px solid #4F7365;
		line-height: 23px;
	}
	
	#logoSoul
	{
		width: 60%;
	}
	
	.galeryItem label
	{
		top: 20px;
		font-weight: 300;
	}
	
	.owl-carousel .owl-nav button.owl-prev, 
	.owl-carousel .owl-nav button.owl-next
	{
		top: 38%;
	}
	
	#emplazamiento label
	{
		font-weight: 300;
		bottom: 10px;
	}
	
	.planta
	{
		margin-bottom: 30px;
	}
	
	#whatsappFixed
	{
		right: 15px;
		bottom: 15px;
	}

	#emplazamiento
	{
		height: auto;
		min-height: auto;
		margin-bottom: -10px;
	}

	.contenedor-mapa
	{
		overflow-x: scroll;
		width: 100%;
		margin-left: 0;
	}

	#plano-ubicacion
	{
		width: 1000px;
		max-width: 1000px;
	}

	#gradienteEmplazamiento
	{
		display: none;
	}

	#barraEquip
	{
		width: 100%;
		background-color: #FFF;
		position: absolute;
		width: 180px;
		color: #676767;
		padding-top: 15px;
		padding-bottom: 15px;
		bottom: 15px;
		left: 15px;
		font-size: 14px;
	}

	.areas
	{
		padding-left: 15px;
	}

	.tituloContenido
	{
		font-size: 18px;
	}
}