/*loader do video*/
/* Estilos do loader */
.loader {
 color: #fff;
 position: fixed;
 top: 73%;
 right: 0;
 display: block; /* Ocultado por padrão */
 font-weight: 900;
 text-transform: uppercase;
 font-size: 22px;
}
/**/
.slideshow-wrap {
    position: relative;
    top: 0;
    height: auto;
    /* max-height: 1134px; */
    width: 100%;
}

#slideshow2 {background-color: #222222;overflow: hidden;/* position: absolute; */}
.slideshow-logo {
    position: absolute;
    top: 0;
    height: 100vh;
    max-height: 1000px;
    z-index: 5;
    left: 0;
    width: 50%;
}
.slideshow-logo img {
    position: absolute !important;
    z-index: 5;
    right: 0;
    top: calc(50% - 22px);
    padding: 0 17%;
    transform: translate(0%,-50%);
    width: 77%;
}
.slider2 {
	width: 100%;
	float: left;
	height: 150vh;
	overflow: hidden;
	position: relative;
	z-index: 0;
	margin-top: 0;
	max-height: 1200px;
	top: 0;
	margin-bottom: 0px;
}
.slider2:after {
	content: "";
	display:none;
	background-color: transparent;
	border: 2px solid #fff;
	border-left: none;
	border-right: none;
	width: 80%;
	height: 47%;
	position: absolute;
	z-index: 3;
	transform: rotate(18deg);
	left: 0;
	top: 0;
	pointer-events: none;
}
.slider2 > div {
    height: 100%;
}
.sy-slide {
    position: inherit !important;
    height: 100% !important;
}
.simbolo {
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100vh;
    mix-blend-mode: hard-light;
    background-position: center;
    opacity: 1;
    background: linear-gradient(180deg, #103ed196, #103ed196, #103ed196); /* gradiente laranja → cinza escuro */
    opacity: 0.7;
    overflow: hidden;
}

.simbolo:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 58%;
	height: 100%;
	background-image: url(../../images/simbolo.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 100%;
	background-color: transparent;
	opacity: 0.5;
	/* mix-blend-mode: lighten; */
	filter: brightness(100.5);
}
.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;
	position: fixed !important;
	z-index: -22;
	/* animation-name: rotateSlow;
    animation-duration: 600s; /* Tempo maior para rotação mais lenta *
    animation-timing-function: linear;
    animation-iteration-count: infinite;
	*/
	/* filter: grayscale(0.5); */
	/* mix-blend-mode: soft-light; */
	object-position: top;
}
@keyframes rotateSlow {
    from {
        transform: rotate(0deg) scale(1.3, 1.3);
    }
    to {
        transform: rotate(360deg) scale(1.3, 1.3);
    }
}



@keyframes animabg {
  from {transform: scale(1,1);}
  to {transform: scale(1.3,1.3);}
}
.slideshow-title {
    /* display: none; */
}
/*controls*/
.sy-controls {display: block !important; top: -111px}
.sy-controls li a:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
	color: #fff !important;
	opacicty: 1 !important;
	background: none !important;
	font-size: 33px !important;
}
.sy-controls li.sy-prev a::after {
  font: var(--fa-font-solid);
  content: '\f060';
} 
.sy-controls li.sy-next a::after {     
  font: var(--fa-font-solid);
  content: '\f061';
}

.sy-controls li.sy-prev {
    left: 0;
    top: 0;
}
.sy-controls li.sy-next {
    right: 0;
    top: 0;
	opacity:1;
}
.sy-controls li a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
    opacity: 1 !important;
}
.sy-controls li a:hover, .sy-controls li a:focus {
   opacity: 1;
    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;
}
/*pager*/
ul.slider-pager {
    position: absolute;
    /* border: 1px solid red; */
    z-index: 999;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}
ul.slider-pager li {
    font-size:0px;
    display: block;
    width: 10px;
    height: 3px;
    background-color: transparent;
    margin: 0 1px;
}
ul.slider-pager li.sy-active {
    /* background-color: #256980; */
}
.slider-pager {
position: absolute !important;
z-index: 10 !important;
bottom: 17px !important;
width: 100% !important;
text-align: center !important;
margin: 0px 0 !important;
float: left;
max-width:100% !important;
display: flex;
flex-direction: row;
}
.slider-pager li {
float: none !important;
margin: 0 4px;
display: inline-block;
width: 100% !important;
margin-left: 0px !important;
}
.slider-pager li a {
color: transparent;
text-indent: 99999;
width: 100%;
height: 8px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 0;
background: #FFF;
display: inline-block;
}
.slider-pager li.sy-active a {
background: #424345;
}
.slider article,
article.sy-slide { }
.slider-pager li a {background: rgb(177 202 215);float: left;}
.slider-pager li.sy-active a {background: #256980;}  article.wendereco {
float: left;
width: 100%;
text-align: left;
background-color: transparent;
color: #666;
}
/*texto*/

.slideshow-texto {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    left: 50%;
    top: calc(50% + 0px);
    padding: 0 7%;
    transform: translate(-50%, -50%);
    /* border-left: 6px solid #ffffff; */
}
.slideshow-texto:before {
	content: "";
	position: absolute;
	display: none;
	z-index:9;
	width: 1px;               /* Fina largura da linha */
	height: 555px;             /* Altura visível da linha */
	background-color: white;  /* Cor branca */
	transform: rotate(45deg); /* Inclinação de 45 graus */
	top: -107px;
	left: -26px;
}
.slideshow-texto > div:after {
	content: "";
	display:none;
	background-color: var(--cor-primaria);
	width: 222px;
	height: 200px;
	position: absolute;
	z-index: -1;
	transform: rotate(18deg);
	right: 82px;
	top: -24px;
	POINTER-EVENTS: none;
	opacity: 0.5;
}
.slideshow-texto > div {
    width: 50%;
    display: flex;
    align-items: flex-start;
    margin-top: 200px;
    flex-direction: column;
    justify-content: flex-start;
    /* border-top: 1px solid var(--cor-terciaria); */
    padding: 0;
    letter-spacing: 2px;
    position:relative;
}
.slideshow-texto .slideshow-title {
    opacity:0;
    top:-100px;
    position:relative;
    padding: 0px 0px;
    text-align: left;
    font-size: 36px;
    color: var(--cor-secundaria);
    font-weight: 900;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: none;
}
.slideshow-texto .slideshow-title span {
    font-weight: 900;
	--color: var(--cor-terciaria);
}
.slideshow-subtitle p,
.slideshow-subtitle li {color: #ffffff !important;font-size: 22px;font-weight: 500;line-height: 110%;margin: 10px 0 !important;padding: 0;text-align: left !important;/* text-transform: uppercase; */letter-spacing: unset;}
.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: #e5fcb1;font-weight: 900;}
.slideshow-subtitle:before {
	content: "";
	display:none;
	width:33%;
	height:3px;
	background:#9a7652;
	
}
.slideshow-subtitle {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0 0 22px 0;
  display: flex;
  align-items: center;
}

.slideshow-subtitle li {
  position: absolute;
  width: 100%;
  transform: translateY(100%);
  opacity: 0;
  animation: slideFrases 9s infinite;
}

.slideshow-subtitle li:nth-child(1) {
  animation-delay: 0s;
}
.slideshow-subtitle li:nth-child(2) {
  animation-delay: 3s;
}
.slideshow-subtitle li:nth-child(3) {
  animation-delay: 6s;
}

@keyframes slideFrases {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  5% {
    transform: translateY(0);
    opacity: 1;
  }
  30% {
    transform: translateY(0);
    opacity: 1;
  }
  35% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}


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

video {width:100%;/* max-width: 1900px; */height:100%;object-fit: cover;filter: grayscale(0.6);opacity: 1;position: fixed;}

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

.slideshow-texto .slideshow-title {
	text-align: center;
	font-size: 33px;
	/* font-weight: 400; */
}
.slideshow-subtitle p {
    font-size: 17px;
    padding: 10px 0px !important;
    text-align: left !important;
    line-height: 148%;
 }
.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;}
	.slideshow-logo {
    top: 33vh;
    transform: unset;
    width: 100%;
    left: 0;
    padding: 0 33px;
}
	.slideshow-texto > div:after {
	width: 100%;
	height: 222px;
	right: 0px;
	top: -24px;
}
	.slideshow-image-content > img,
	.slideshow-image-content.sy-active > img{
		height:auto !important;
		width:100% !important;
	}

	.slider-pager {	bottom: 0px !important;	}
}