/* xl - DESKTOP STYLES */ 
/*===============================================================================================*//*S P L I T */
.split {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 500px;
}
.screen-split {
    position: relative;
    flex: 1;
    justify-content: flex-end;
    align-items: flex-end;
    overflow: hidden;
    /* filter: grayscale(80%); */
    transition: all 0.4s cubic-bezier(0.54, 0.21, 0.11, 1.16);
	width: 100%;
}

.screen-split:not(:last-child) {
    border-right: 3px solid #ededed;
}


/*.screen-split:before{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:linear-gradient(to top, #000 0, rgba(0, 0, 0, .7) 20%, transparent 70%, transparent 100%);
}*/
.screen-split:hover {
    flex-grow: 4;
    /*opacity: 1.3;*/
    /*filter: grayscale(0%);*/
}
.content-text-split {
    position: absolute;
    bottom: 0;
	left: 0;
    padding: 30px;
    transform: translateY(70%);
	z-index:1;
    transition: .5s ease all;
	width: 100%;
}
.screen-split:hover .content-text-split {
    position: absolute;
    bottom: 0;
    padding: 30px;
    transform: translateY(0%);
    transition: .5s ease all;
	width: 100%;
	text-align: start;
}
.content-text-split_bottom {
    margin-top: 5px;
}
.screen-split:hover.content-text-split_bottom {
    margin-top: 0px;
}
.screen-split img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	position:relative;
	transition:.5s .2s ease all;
	border-radius: 15px;
}

.screen-split:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* z-index: -1; */
    background: linear-gradient(to right, #000000c4 0, rgb(0 0 0 / 25%) 50%, #0000003d 100%, transparent 100%);
	border-radius: 15px;
}

.screen-split:before {
    content: '';
    width:2000px;
    height:3500px;
    background: #fff;
    position: absolute;
    z-index: 10;
    transform: rotate(45deg) translateX(100px);
    top: 0;
    left: 0;
	opacity:.3;
	filter: blur(6px);
	transition:.8s .5s ease all;
}
.screen-split:hover:before {
    content: '';
    width: 1000px;
    height: 1000px;
    background: #fff;
    position: absolute;
    z-index: 10;
    transform: rotate(45deg) translateX(-1200px);
    top: 0;
    left: 0;
	opacity:.3;
	filter: blur(6px);
	transition:.8s .5s ease all;
}


.content-text-split h2 {
    color: #fff;
    font-size: 20px;
    letter-spacing: -.3px !important;
    line-height: 30px;
    position: relative;
    transform: rotate(-90deg);
    transform-origin: left;
    transition: 0.5s ease all;
    margin-bottom: 0px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
    width: 100%;
    min-width: 500px;
	text-align: start;
}
.screen-split:hover .content-text-split h2 {
    transform: rotate(0deg);
    transform-origin: left;
    transition: .5s .3s ease all;
	width: 100%;
	min-width: 500px;
	
}

.content-text-split_bottom h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 5px;
    min-width: 600px;
}

.content-text-split_bottom p {
    color: #fff;
    font-size: 15px;
    opacity: 0;
    transition: 0.5s 0.2s ease all;
    width: 100%;
    /*min-width: 500px;*/
	margin-bottom: 10px;
	transition: 0.4s ease;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	    line-height: 1.2;
}
.screen-split:hover .content-text-split_bottom p {
    color: #fff;
    font-size: 15px;
	opacity:1;
	transition:.5s .2s ease all;
    width: 100%;
}

.content-text-split:after{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:-1;
    background: linear-gradient(to top, #000 0, rgba(0, 0, 0, 0.7) 20%, transparent 70%, transparent 100%);
	border-radius: 0 0 15px 15px;
}

.btn-rear-more-split a {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.3px;
    background: #00f;
    padding: 10px 15px;
    border-radius: 5px;
}
.btn-rear-more-split {
    padding-top: 10px !important;
}

a.btn-contacto {
    background: #fff;
    padding: 10px !important;
    font-weight: 600;
    border-radius: 5px;
    transition: .3s ease all;
}
a.btn-hero {
    color: #fff;
    padding: 15px 30px;
    background: var(--porto-tertiary-color);
    border-radius: 25px;
    transform: translateY(0px);
    position: relative;
    font-weight: 600;
    transition: 0.3s ease all;
    text-transform: uppercase;
    overflow: hidden;
    display: block;
	width: fit-content;
}
.btn-popup-form {
    display: flex;
    align-items: center;
    justify-content: center;
}

li.btn-top_no-fondo.menu-item:after,
li.btn-top_fondo.menu-item:after,
a.btn-hero:after {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    width: 80px;
    height: 100%;
    left: 0;
    bottom: 0;
    transform: translateX(-120%) skewX(30deg);
    transition: .6s ease all;
}

li.btn-top_no-fondo.menu-item:hover:after,
li.btn-top_fondo.menu-item:hover:after,
a.btn-hero:hover:after{
    transform: translateX(400%) skewX(30deg);	
	transition: .6s ease all;
}

/* lg - TABLET LANDSCAPE STYLES */ 
@media (max-width: 1199px) {
  .screen-split:hover {
      flex-grow: 6;
      /*opacity: 1.3;*/
      /*filter: grayscale(0%);*/
  }
}

/* md - TABLET PORTRAIT STYLES */ 
@media (max-width: 991px) {
  /*===============================================================================================*//*S P L I T */
  .screen-split img {
      width: 100%;
      height: 100%;
      /* max-height: 400px; */
      object-fit: cover;
      position: relative;
      transition: 0.5s 0.2s ease all;
      min-height: 300px;
  }
  
  .split {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      width: 100%;
      height: 100%;
  }
  .split .content-btn-hero {
  	display: flex;
  	justify-content: center;
  }
  .screen-split {
      position: relative;
      display: flex;
      flex-wrap: nowrap;
      flex: auto;
      justify-content: flex-end;
      align-items: flex-end;
      overflow: hidden;
      border-left: 3px solid #ffffff;
      /* filter: grayscale(80%); */
      transition: all 0.4s cubic-bezier(0.54, 0.21, 0.11, 1.16);
      width: 100%;
      max-width: 50%;
      height: 100%;
  	max-height: 400px;
  	margin-bottom: 5px;
  }
  
  .content-text-split, .screen-split:hover .content-text-split {
      transform: translateY(0%);
  	width: 100%;
  }
  .content-text-split h2, .screen-split:hover .content-text-split h2 {
      transform: rotate(0deg);
  	margin-bottom: 0px !important;
  	min-width: 100%;
  }
  
  .content-text-split_bottom, .screen-split:hover.content-text-split_bottom {
      margin-top: 0px;
  }
  
  
  .content-text-split_bottom p, .screen-split:hover .content-text-split_bottom p {
      color: #fff;
      font-size: 15px;
      opacity: 1;
      transition: 0.5s 0.2s ease all;
      width: 100%;
      min-width: inherit;
  }
}

/* sm - SMARTPHONE LANDSCAPE STYLES */ 
@media (max-width: 767px) {
  .screen-split {
      width: 100%;
      max-width: 100%;
  }
}

