#slideshow2 {background-color: #222222;overflow: hidden;}
.slider2 {
	width: 100%;
	float: left;
	height: 100vh;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-top: 0;
	max-height: 1000px;
	top: 0;
}
.slider2 > div {
    height: 100%;
}
.sy-slide {
    position: inherit !important;
    height: 100% !important;
}
.simbolo {
   width: 100%;
   height: 100%;
   /* background-image: url(../../../../images/simbolo.png); */
   background-position: top left;
   opacity: 0;
   content: '';
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: rgb(37 105 128 / 20%); /* Adjust color and opacity */
   background-image: radial-gradient(#256980 13%, transparent 10%);
   background-size: 5px 5px; /* Adjust dot size */
   /* mix-blend-mode: hard-light; */
}
.simbolo:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50%;
    height: 100%;
    opacity: 0;
    z-index: 0;
    filter: 0;
    mix-blend-mode: hard-light;
    background-color: #256980;
    /* clip-path: polygon(77% 0, 100% 50%, 77% 100%, 0 100%, 0 0); */
    /* -webkit-clip-path: polygon(77% 0, 100% 50%, 77% 100%, 0 100%, 0 0); */
}
.slideshow-image-content {/* background-color: #445c79; */}
/*.slideshow-image-content.sy-active { visibility: visible;}*/
.slideshow-image-content > img,
.slideshow-image-content.sy-active > img{
	height:100% !important;
	width:100% !important;
	/*
	animation-name: animabg;
	animation-duration: 25s;
	animation-timing-function: linear;
	transform: scale(1.3,1.3);
	filter: grayscale(0.5);
	mix-blend-mode: soft-light;
	*/
	opacity:1;
	visibility:visible;
	object-fit: cover;
}
@keyframes animabg {
  from {transform: scale(1,1);}
  to {transform: scale(1.3,1.3);}
}
.slideshow-title {
    /* display: none; */
}
/*controls*/



/*texto*/
.slideshow-texto:before {
    content: "";
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #3d5e7d;
    left:0;
    top: 0;
    opacity: 0.5;
    z-index: 999;
    padding: 0 7%;
}
.slideshow-texto {
    position: absolute;
    z-index: 1;
    width: 57%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 7%;
    /* transform: translateX(-50%); */
    top: 0;
    padding: 0 7%;
}
.slideshow-texto > div {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-top: 0;
    flex-direction: column;
    /* justify-content: flex-start; */
}


.slideshow-texto .slideshow-title {
    opacity:0;
    top:-100px;
    position:relative;
    padding: 0px 0px;
    text-align: left;
    font-size: 66px;
    color: #c6ff00;
    font-weight: 200;
    /* display: none; */
    /* text-transform: uppercase; */
    font-family: 'DM SERIF DISPLAY';
    font-style: italic;
    line-height: 110%;
}
.slideshow-subtitle,
.slideshow-subtitle p {color: #fff !important;font-size: 33px;font-weight: 200;line-height: 140%;margin: 10px 0 !important;padding: 0;text-align: left !important; font-style: italic;}
.slideshow-subtitle img {max-width: 400px !important;width: 90%;}
.slideshow-subtitle h2{font-size: 38px !important;font-weight: 600;line-height: 110%;color: #B99F74;margin-top: -20px;font-family: 'Roboto Slab', serif !important;}
.slideshow-subtitle strong {color: #3f84a3;font-weight: 900;}
.slideshow-subtitle:before {
	content: "";
	display:none;
	width:33%;
	height:3px;
	background:#9a7652;
	
}

.slideshow-image-content.sy-active .slideshow-title,
.slideshow-image-content.sy-active .slideshow-subtitle  {opacity:1;top: 0;text-align: left;/* display: none; */}

video {width:100%;max-width: 1900px;height:100%;object-fit: cover;/* filter: grayscale(1); */opacity: 1;position: relative;margin: 0 auto;left: 50%;transform: translateX(-50%);}

/*MOBILE*/
@media screen and (max-width: 700px) {
	.slider2 {height: 100vh;/* margin-bottom: -29vh; */margin-top: 0;width: 100%;}
	.slideshow-texto > div { margin-top: -70%;}
	.simbolo {
    width: 100vw;
    left: 0;
    height: 100%;
    top: 0;
    transform: none;
}
	.simbolo:after {
    height: 100vh !important;
    width: 90%;
}
	.slideshow-texto {
    width: 100%;
    left: 0;
    padding: 0px 7%;
    top: 22%;
}
.slideshow-texto > div {
    left: 0;
    display: flex;
    flex-direction: column;
    padding: 20px;
    bottom: 3px;
}

.slideshow-texto .slideshow-title {
	text-align: center;
	font-size: 44px;
	font-weight: 400;
}
.slideshow-subtitle p {
    font-size: 29px;
    padding: 10px 0px !important;
    text-align: left
 }
.slideshow-subtitle h2 {
    font-size: 33px !important;
    padding: 0 0px !important;
 }


ul.sy-controls {
    DISPLAY: NONE;
}
	.slideshow-subtitle img.desktop{display:none !important}
	.slideshow-subtitle img.mobile{max-width: 250px !important;text-align: center;margin: 0 auto;}
}