/* Add here all your CSS customizations */

@media (min-width: 996px) {
	.hidden-box {
	visibility: hidden !important;
	}
}

@media (max-width: 996px) {
	.hidden-box {
	display: none !important;
	}
}

.social-icons li:hover.social-icons-whatsapp a {
	background: #0DC143;
}

a:hover.whatsapp-productos  {
	color:#0DC143 !important;
	text-decoration: none;
}


.slider-title {
	position: relative;
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1.1;
	font-weight: 700;
	color: #313131;
	text-transform: uppercase;
}

.slider-title .inline-title {
    background-color: #F4F4F4;
    padding-right: 20px;
    position: relative;
    z-index: 2;

}
.slider-title .line {
    display: block;
    height: 1px;
    position: relative;
    width: calc( 100% - 50px);
    left: 0;
    bottom: 0.55em;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 70%, transparent 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 70%, transparent 100%);
    z-index: 1;
}



/*MEDICAL - LO USAMOS PARA HOME BAJO SLIDER*/

.medical-schedules {
	/*margin: -47px 0 0 0;*/
	margin: -25px 0 0 0;
}
.medical-schedules h4 {
	line-height: 23px;
	padding-top: 4px;
}
.medical-schedules h4, .medical-schedules h5, .medical-schedules a, .medical-schedules i {
	color: #fff !important;
}
.medical-schedules h5 {
	position: relative;
	display: inline-block;
}
.medical-schedules .box-one, .medical-schedules .box-two, .medical-schedules .box-three, .medical-schedules .box-four {
	height: 94px;
	position: relative;
	-webkit-animation-duration: 0.6s;
	-moz-animation-duration: 0.6s;
	-ms-animation-duration: 0.6s;
	-o-animation-duration: 0.6s;
	animation-duration: 0.6s;
}
.medical-schedules .box-one {
	z-index: 4;
}
.medical-schedules .box-two {
	z-index: 3;
}
.medical-schedules .box-three {
	z-index: 2;
}
.medical-schedules .box-three:hover {
	z-index: 10;
}
.medical-schedules .box-four {
	z-index: 1;
}
.medical-schedules .box-one::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -40px;
	width: 0;
	height: 0;
	border-top: 47px solid transparent;
	border-bottom: 47px solid transparent;
	border-left: 40px solid #008fe2;
	z-index: 5;
}
.medical-schedules .box-two, .medical-schedules .box-three {
	padding: 38px 38px 38px 70px;
}
.medical-schedules .box-two a, .medical-schedules .box-three a {
	text-decoration: none;
}
.medical-schedules .box-two:hover .expanded-info, .medical-schedules .box-three:hover .expanded-info {
	opacity: 1;
	z-index: 1;
}
.medical-schedules .box-two:hover .expanded-info .info, .medical-schedules .box-three:hover .expanded-info .info {
	opacity: 1;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
.medical-schedules .box-two:hover i, .medical-schedules .box-three:hover i {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.medical-schedules .box-two .expanded-info, .medical-schedules .box-three .expanded-info {
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: 99%;
	width: 100%;
	box-shadow: 0 -12px 30px rgba(0, 0, 0, 0.2);
	z-index: -1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.medical-schedules .box-two .expanded-info .info, .medical-schedules .box-three .expanded-info .info {
	opacity: 0;
	-webkit-transform: translateY(-40%);
	-moz-transform: translateY(-40%);
	-ms-transform: translateY(-40%);
	-o-transform: translateY(-40%);
	transform: translateY(-40%);
}
.medical-schedules .box-two .expanded-info .info:nth-child(1), .medical-schedules .box-three .expanded-info .info:nth-child(1) {
	-webkit-transition: all 0.3s ease 0.4s;
	-moz-transition: all 0.3s ease 0.4s;
	transition: all 0.3s ease 0.4s;
}
.medical-schedules .box-two .expanded-info .info:nth-child(2), .medical-schedules .box-three .expanded-info .info:nth-child(2) {
	-webkit-transition: all 0.3s ease 0.5s;
	-moz-transition: all 0.3s ease 0.5s;
	transition: all 0.3s ease 0.5s;
}
.medical-schedules .box-two .expanded-info .info:nth-child(3), .medical-schedules .box-three .expanded-info .info:nth-child(3) {
	-webkit-transition: all 0.3s ease 0.6s;
	-moz-transition: all 0.3s ease 0.6s;
	transition: all 0.3s ease 0.6s;
}
.medical-schedules .box-two i, .medical-schedules .box-three i {
	position: absolute;
	top: 50%;
	right: -30px;
	font-size: 1.44em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.medical-schedules .box-two:hover i {
	-webkit-transform: translateY(-50%) translateX(50%);
	-moz-transform: translateY(-50%) translateX(50%);
	-ms-transform: translateY(-50%) translateX(50%);
	-o-transform: translateY(-50%) translateX(50%);
	transform: translateY(-50%) translateX(50%);
}
.medical-schedules .box-two i {
	-webkit-transform: translateY(-50%) translateX(0%);
	-moz-transform: translateY(-50%) translateX(0%);
	-ms-transform: translateY(-50%) translateX(0%);
	-o-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
}
.medical-schedules .box-three:hover i {
	-webkit-transform: translateY(-50%) rotate(-90deg);
	-moz-transform: translateY(-50%) rotate(-90deg);
	-ms-transform: translateY(-50%) rotate(-90deg);
	-o-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
}
.medical-schedules .box-three i {
	-webkit-transform: translateY(-50%) rotate(0deg);
	-moz-transform: translateY(-50%) rotate(0deg);
	-ms-transform: translateY(-50%) rotate(0deg);
	-o-transform: translateY(-50%) rotate(0deg);
	transform: translateY(-50%) rotate(0deg);
}
.medical-schedules .box-four label {
	display: block;
	margin: -3px 0 0;
	opacity: 0.5;
}
.medical-schedules .box-four strong {
	font-size: 1.6em;
}
.medical-schedules .box-four .feature-box {
	padding: 23.7px;
}
.medical-schedules .box-four .feature-box-icon {
	margin-top: 5px;
}

@media (max-width: 991px) {
	.medical-schedules h4 {
		margin-top: 10px !important;
	}
	.medical-schedules .box-one::after {
		content: none;
	}
	.medical-schedules .box-two, .medical-schedules .box-three {
		padding: 38px 38px 38px 38px;
	}
}/* Add here all your CSS customizations */



/*DIAMONDS - LO USAMOS PARA HOME TRIANGULOS*/

@media (max-width: 479px) {
	.diamonds-wrapper {
		min-height: 2650px;
	}
	.diamonds-wrapper .diamonds {
		margin: 0 auto;
		padding: 25px 0 0;
		text-align: center;
		width: 445px;
		position: absolute;
		left: 50%;
		margin-left: -222px;
	}
	.diamonds-wrapper .diamonds > li {
		text-align: center;
	}
}

@media (min-width: 1199px) {
	html[dir="rtl"] .home-concept-construction {
		background: none;
	}

	.home-concept-construction {
		background: transparent url(../../img/home-concept-small.png) no-repeat center 63%;
	}
}
.diamonds {
	font-size: 0;
	margin: 40px auto;
	position: relative;
	text-align: center;
	padding: 50px 0 0 57px;
}
.diamonds > li {
	display: inline-block;
	font-size: 18px;
	margin-right: 135px;
}
.diamonds .diamond {
	background: #f4f4f4;
	display: block;
	height: 255px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	width: 255px;
	overflow: hidden;
	transform: rotate(-45deg);
}
.diamonds .diamond:after {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0;
	transform: scale(0);
	z-index: 100;
}
.diamonds .diamond:hover:after {
	opacity: 0.3;
	transform: scale(1);
}
.diamonds .diamond:hover .content:after {
	opacity: 0.8;
	transform: scale(1);
}
.diamonds .content {
	display: table-cell;
	height: 255px;
	padding: 0 10px;
	transform: rotate(45deg);
	text-align: center;
	vertical-align: middle;
	width: 255px;
	position: relative;
}
.diamonds .content:after {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	color: #fff;
	content: "\e091";
	font-family: "simple-line-icons";
	font-size: 28px;
	left: 27%;
	margin: -6px -12px;
	opacity: 0;
	position: absolute;
	top: 50%;
	z-index: 1000;
	transform: scale(2);
}
.diamonds .content img {
	margin-left: -25%;
	max-width: 375px;
}
.diamonds .diamond-sm .content:after {
	left: 24%;
	top: 48%;
}

@media (min-width: 1199px) {
	.diamonds > li:nth-child(3) {
		margin-right: 0;
	}
	.diamonds > li:nth-child(4) {
		right: 145px;
		top: 9px;
		position: absolute;
	}
	.diamonds > li:nth-child(5) {
		margin-left: 527px;
		margin-top: -70px;
	}
	.diamonds > li:nth-child(6) {
		position: absolute;
		margin: -6px 0 0 -27px;
		right: -15px;
	}
	.diamonds > li:nth-child(7) {
		position: absolute;
		margin: 97px 0 0 -133px;
		right: 88px;
	}
	.diamonds .diamond-sm {
		height: 128px;
		width: 128px;
	}
	.diamonds .diamond-sm .content {
		height: 128px;
		width: 128px;
	}
	.diamonds .diamond-sm .content img {
		max-width: 195px;
	}

	.row-diamons-description {
		margin-top: -150px;
		float: left;
	}
}
@media (max-width: 1198px) {
	.diamonds {
		text-align: center;
		width: 748px;
		margin: 0 auto;
		padding: 75px 0 75px 75px;
	}
	.diamonds::after {
		clear: both;
		content: "";
		display: table;
	}
	.diamonds > li {
		margin: 0;
		position: static;
		float: left;
	}
	.diamonds > li:nth-child(2n+2) {
		margin-bottom: -50px;
		margin-left: 55px;
		margin-top: 200px;
	}
	.diamonds > li:nth-child(2n+1) {
		clear: both;
	}
}
@media (max-width: 748px) {
	.diamonds {
		margin: 0 auto;
		padding: 25px 0 0 0;
		text-align: center;
		width: 445px;
	}
	.diamonds > li {
		float: none !important;
		clear: both !important;
		margin: 45px 0 115px 95px !important;
		display: block;
	}
}
@media (max-width: 479px) {
	.diamonds-wrapper {
		min-height: 2650px;
	}
	.diamonds-wrapper .diamonds {
		margin: 0 auto;
		padding: 25px 0 0;
		text-align: center;
		width: 445px;
		position: absolute;
		left: 50%;
		margin-left: -222px;
	}
	.diamonds-wrapper .diamonds > li {
		text-align: center;
	}
}


/*REAL - STATE LO USAMOS PARA PRODUCTOS*/
.properties-listing {
	overflow: visible;
	position: relative;
	z-index: 1;
}
.properties-listing li {
	list-style: none;
}
.properties-listing .listing-item {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.properties-listing .listing-item:hover {
	box-shadow: 10px 8px 44px -15px rgba(0, 0, 0, 0.33);
}
.properties-listing .listing-item:hover .thumb-info .thumb-info-price i:after {
	width: 60px;
}

.properties-listing .listing-item .thumb-info .thumb-info-listing-type {
	position: absolute;
	top: 8%;
	left: 0;
	z-index: 2;
}

.properties-listing .listing-item .thumb-info .thumb-info-listing-type-previaje {
	position: absolute;
	top: 14%;
	left: 0;
	z-index: 2;
}

.properties-listing .listing-item .thumb-info .thumb-info-price {
	display: block;
	width: 100%;
	line-height: 1;
}
.properties-listing .listing-item .thumb-info .thumb-info-price i {
	position: relative;
}
.properties-listing .listing-item .thumb-info .thumb-info-price i:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 40px;
	/*border-bottom: 1px solid #219cd2;*/
	border-bottom: 1px solid #fff;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.properties-listing .listing-item .thumb-info .custom-thumb-info-title {
	display: block;
}
.properties-listing .listing-item .thumb-info .custom-thumb-info-title ul li {
	display: inline-block;
	line-height: 1;
	padding: 1px 5px;
}
.properties-listing .listing-item .thumb-info .custom-thumb-info-title ul li:nth-child(1) {
	/*padding-left: 0;*/
}
.properties-listing .listing-item .thumb-info .custom-thumb-info-title ul li:nth-child(2) {
	/*border-left: 1px solid #b8b8b8;
	border-right: 1px solid #b8b8b8;*/
}


/* MAPA GOOGLE */
.mapa iframe{
	width: 100%;
	height: 350px;
	border: none;
}
/* FIN MAPA GOOGLE */

@media (min-width: 998px) { 
	.mt-10-m {
		margin-top: 10px;
	}
}

.bienvenidos {
	font-size: 50px!important;
}

@media (max-width: 768px) { 
	.bienvenidos {
		font-size: 28px!important;
	}
}

.logo-bienvenidos {
	max-width: 140px!important;
	min-width: 120px!important;
	height: auto!important;
	margin: 0 auto!important;
	text-align: center!important;
}

.mt-left-40 {
	margin-left: 0px!important;
}

.mt-right-40 {
	margin-right: 0px!important;
}

@media (max-width: 768px) {
	.bienvenidos {
		font-size: 22px!important;
	}

	.subtitulo-bienvenidos {
		font-size: 20px!important;
		text-align: center!important;
	}

	.mt-menos-35 {
		margin-top: -35px!important;
	}

	.mt-mas-35 {
		margin-top: 35px!important;
	}

	.mt-left-40 {
		margin-left: 40px!important;
	}

	.mt-right-40 {
		margin-right: 40px!important;
	}

	.logo-bienvenidos {
		margin-top: -65px!important;
	}
}

@media (min-width: 768px) {
	.sm-flex {
		display: flex;
	}
}

@media (min-width: 992px) {
	.pb-100 {
		padding-bottom: 100px!important;
	}
}

.contenedor-pagina-bienvenida {
	box-sizing: border-box;
	position: absolute;
	z-index: 999;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap: 120px;
	padding: 150px 100px;
}

@media (max-width: 768px) {
	.contenedor-pagina-bienvenida {
		padding: 100px 50px 150px 50px;
	}
}

.logo-pagina-bienvenida {
	width: 110px;
}

.seleccion-pais {
	align-self: center;
}

.titulo-pagina-bienvenida {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.8px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 15px;
	line-height: 2;
}

.listado-paises a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.8px;
	margin-bottom: 20px!important;
}

.listado-paises a::after {
	content: "|";
	margin: 0 20px;
}

.listado-paises a:last-child::after {
	content: "";
}

@media (max-width: 768px) {
	.listado-paises {
		display: flex;
		flex-direction: column;
	}

	.listado-paises a {
		margin-bottom: 7px!important;
		text-align: center;
	}

	.listado-paises a::before {
		content: "•";
		margin: 0 10px;
	}

	.listado-paises a::after {
		content: "";
		margin: 0;
	}
}

.video-container {
	position: relative;
	height: 100vh;
	object-fit: cover!important;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

#video {
	object-fit: cover!important;
	width: 100%;
	height: 100%;
}

#boton-sonido {
	position: absolute;
	bottom: 14px;
	right: 15px;
	z-index: 10;
	background-color: unset;
	border: none;
	outline: none;
}

@media (max-width: 1200px) {
	#boton-sonido {
		bottom: 35px;
	}
}

#boton-sonido img {
	width: 23px;
	transition: all .2s ease-in-out;
}

#boton-sonido img:hover {
	scale: 1.3;
}

@media (max-width: 768px) {
	.header-nav-top {
		width: 100%!important;
	}

	.header-nav-top .ws-nowrap {
		white-space: normal!important;
	}
}

.info-video {
	position: absolute;
	top: 38%;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	text-align: center;
	z-index: 10;
}

.d-flex {
	display: flex;
}

.flex-column {
	flex-direction: column;
}

.mb-3 {
	margin-bottom: 2rem!important;
}

.mb-5 {
	margin-bottom: 4rem!important;
}

.gap-20 {
	gap: 20px;
}