.jb-banner-slide {
  position: relative;
  width: 100%;
  height: 720px;
}

.jb-banner__image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  inset: 0;
}
.jb-banner__video {
	height: 100%;
}
.jb-banner__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg-gradient-blue{
	background-image: linear-gradient(0deg, transparent 70%, rgb(2 50 76 / 70%))
}
.jb-banner__overlay {
  position: absolute;
  inset: 0;
  
}
.bg-gradient-black {
	background-image: linear-gradient(270deg, transparent 70%, rgb(0 0 0 / 30%))
}
.jb-banner__overlay {
  position: absolute;
  inset: 0;
}

.jb-banner__content {
	position: absolute;
	top: 50%;
	left: 13%;
	transform: translateY(-50%);
	color: #fff;
	max-width: 1000px;
}
.jb-banner_single-project{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 20px;
	flex-direction: column;
    align-items: flex-start;
}
.jb-banner_single-project .jb-banner__desc{
	font-size: 24px;
	text-shadow: 0 4px 15px #010F1766;
}
.jb-banner__small {
	font-family: var(--font);
	font-weight: 400;
	font-size: 24px !important;
	line-height: 54px !important;
	margin: 0 0 3rem 0;
	text-shadow: 0 4px 15px #010F1766;
}

.jb-banner__big {
	font-family: var(--font);
	font-weight: 600;
	font-size: 52px;
	line-height: 60px;
	margin: 1rem 0 0 0;
	filter: drop-shadow(0 4px 15px  #010F1766);
}

.jb-banner__btn {
  	display: flex;
    background: var(--bg-gradient);
    color: #fff;
    padding: 14px 30px 14px;
    border-radius: 72px;
    transition: background .3s;
    font-family: var(--font);
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.5px;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: fit-content;
	height: 50px;
}
@media (min-width:768px){
	.jb-banner__btn:hover {
		background: var(--main-color);
		color: #FFF;
	}
}
.jb-banner_single-project .jb-banner__btn {
	margin-top: 50px;
}

/* Arrows */
.jb-banner-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.3);
  border: none;
  color: #fff;
  font-size: 36px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}
.jb-banner-arrow.prev { left: 20px; }
.jb-banner-arrow.next { right: 20px; }

.jb-banner__etiqueta {
	padding: 5px 15px;
	font-family: var(--font);
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: var(--main-color);
	background: #FFFFFF;
	border-radius: 4px;
	width: fit-content;
}
.jb-banner__logo {
    max-width: 70px;
}
.jb-banner__logo img {
	aspect-ratio: 1;
	object-fit: contain;
}
/* CIELO AZUL */
.page-id-42 .jb-banner__logo {
	max-width: 87px;
}
.page-id-42 .jb-banner__logo img {
	object-position: 0 50px;
	max-width: 140%;
}
/* COLINAS DEL SOL */
.page-id-39 .jb-banner__logo img {
	max-width: 120%;
}
.jb-banner_meta-info{
	font-family: 'Poppins';
	text-shadow: 0 4px 15px #010F1766;
}
.jb-banner_meta-info .jb-banner__big{
	margin: 0 0 10px;
}
@media (min-width:1024px){
	body:not(.home) .jb-banner__big br{
/* 		display: none !important */
	}
}
@media (max-width:767px){
	.jb-banner__btn:hover {
		color: #FFF;
	}
	.jb-banner-slide {
		height: 650px;
	}
	.jb-banner__etiqueta {
		padding: 9.5px 14px;
		font-size: 14px;
	}
	.jb-banner-slider .custom-slider-arrow{
		display: none;
	}
	.jb-banner__content, .custom-slider-dots {
		left: 20px;
	}
	.jb-banner__big{
		font-size: 40px;
		margin-bottom: -15px;
		line-height: 100%;
	}
	
	.jb-banner__small{
		font-size: 22px !important;
		line-height: 48px !important;
		margin: 15px 0 10px;
	}
	.jb-banner__btn {
		padding: 10px 30px;
	}
	.jb-banner_single-project .jb-banner__desc {
		font-size: 22px;
		line-height: 30px;
		margin-top: 10px;
	}
	.jb-banner_single-project .jb-banner__btn {
		margin-top: 23px;
	}
	.jb-banner__logo {
		max-width: 57px;
	}
}