#slideshow2 {background-color: #0c0c0c;overflow: hidden;}
.slider2 {
	width: 100%;
	float: left;
	height: 117vh;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-bottom: -39vh;
}
.slider2 > div {
    height: 100%;
}
.sy-slide {
    position: inherit !important;
    height: 100% !important;
}
.simbolo {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #61a6d1;
    opacity: 0.9;
}
.simbolo:before {
    content: "";
    position: absolute;
    background-image: url(../../../../images/simbolo2.png);
    bottom: 0px;
    right: 0px;
    display: block;
    width: 58%;
    height: 100%;
    background-color: transparent;
    opacity: 0.7;
    z-index: 9;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.slideshow-image-content {visibility:hidden;overflow: hidden;}
.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);
	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*/
.sy-controls li a:after {
	font-family:'Ionicons';
	font-size:40px;
    background: none !important;
	color:#FFF !important;
	opacity:1 !important;
}
.sy-controls li.sy-prev a:after { content:"\f124";}
.sy-controls li.sy-next a:after {     content: "\f125"; right: 0 !important; left: auto;}

.sy-controls li.sy-prev {
    left: 0;
    top: 0;
}
.sy-controls li.sy-next {
    right: 0;
    top: 0;
}
.sy-controls li a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
}
.sy-controls li a:hover, .sy-controls li a:focus {
   opacity: 0.0;
    outline: none;
}
.sy-controls li {
    position: absolute;
    width: 8% !important;
    min-width: 4.2em;
    height: 100%;
    z-index: 33;
	margin-left: 0px !important;
	list-style:none !important;
}
/*texto*/
.slideshow-texto:before {
    content: "";
    display:block;
    position: absolute;
    width: 4px;
    height: 500px;
    background-color: #fff;
    transform: rotate(30deg);
}
.slideshow-texto {
    position: absolute;
    z-index: 1;
    width: 30%;
    height: 95%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 8%;
    top: 0;
}
.slideshow-texto > div {
    width: 100%;
    max-width: 800px;
    display: flex;
    align-items: center;
    margin-top: -26%;
    flex-direction: column;
    justify-content: center;
}


.slideshow-texto .slideshow-title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 38px;
    opacity:0;
    top:-100px;
    position:relative;
    /* background-color: #1b4265bf; */
    padding: 13px 40px;
    text-align: left;
}
.slideshow-subtitle {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    display: block;
    margin-top: 0px;
    text-align: left;
    padding: 0 0%;
    position:relative;
    top: 300px;
    opacity:0;
}
.slideshow-subtitle ul li:nth-child(1) {
    padding-left: 37px;
}
.slideshow-subtitle ul li:nth-child(2) {
    padding-left: 17px;
}
.slideshow-subtitle h2{font-size:54px !important; line-height:110%}
.slideshow-subtitle strong {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;}

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

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

.slideshow-texto .slideshow-title {
	text-align: center;
    font-size: 22px;
    font-weight: 400;
}
.slideshow-subtitle {
    font-size: 20px;
    padding: 0 0px !important;
 }
.slideshow-subtitle h2 {
    font-size: 33px !important;
    padding: 0 0px !important;
 }


ul.sy-controls {
    DISPLAY: NONE;
}
}