#slideshow2 {
    overflow: hidden;
}
.video-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    max-width: 1900px;
}
.video-bg video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.slider2 {
    width: 100%;
    float: left;
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-top: 0;
    max-height: 888px;
    top: 0;
}

.slider2 > div {
    height: 100%;
}

.sy-slide {
    position: inherit !important;
    height: 100% !important;
}

.simbolo {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(18 18 18 / 11%); /* Adjust color and opacity */
    background-image: radial-gradient(#610303 13%, transparent 10%);
    background-size: 5px 5px; /* Adjust dot size */
    opacity: 1;
}

.simbolo:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ddd;
    opacity: 1;
    z-index: 0;
    transform: translateY(-50%);
    clip-path: polygon(0% 0%, 44% 0%, 55% 30%, 55% 100%, 0% 100%);
}

.slideshow-image-content {
    /* background-color: #445c79; */
}

.slideshow-image-content > img,
.slideshow-image-content.sy-active > img {
    height: 100% !important;
    width: 100% !important;
    opacity: 1;
    visibility: visible;
    object-fit: cover;
}

/*controls*/
.sy-controls li a:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
	color: #cd181e !important;
	opacity: 1 !important;
	background: none !important;
	font-size: 33px !important;
}
.sy-controls li.sy-prev a::after {
  font: var(--fa-font-solid);
  content: '\f060';
  font-size: 30px !important;
} 
.sy-controls li.sy-next a::after {     
  font: var(--fa-font-solid);
  content: '\f061';
	font-size: 30px !important;
}

.sy-controls li.sy-prev {
    left: 0;
    top: 0;
}
.sy-controls li.sy-next {
    right: 0;
    top: 0;
	opacity: 1 !important;
}
.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: 1 !important;
   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;
}

ul.slider-pager {
    position: absolute;
    z-index: 4;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

ul.slider-pager li {
    font-size: 0px;
    display: block;
    width: 10px;
    height: 10px;
    background-color: #818181;
    border-radius: 100%;
    margin: 7px;
}

ul.slider-pager li.sy-active {
    background-color: #b7080c;
}

.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: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 0;
    top: 0;
    padding: 0 0 0 7%;
}

.slideshow-texto > div {

}

.slideshow-texto .slideshow-title {
    opacity: 0;
    top: -100px;
    position: relative;
    padding: 0px 0px;
    text-align: left;
    font-size: 44px;
    color: #1c1c1c;
    font-weight: 300;
    line-height: 100%;
    font-family: 'Founders Grotesk', serif !important;
}
.slideshow-texto .slideshow-title::before {
    content: ""; /* necessário para gerar o pseudo-elemento */
    display: block; /* torna o elemento um bloco, permitindo definir largura e altura */
    width: 30%;
    height: 1px;
    background-color: #292929; /* define a cor de fundo como vermelha */
    position: absolute;
    bottom: -7px;
}
.slideshow-texto .slideshow-title::after {
    content: ""; /* necessário para gerar o pseudo-elemento */
    display: block; /* torna o elemento um bloco, permitindo definir largura e altura */
    width: 15%;
    height: 3px;
    background-color: #cb181e; /* define a cor de fundo como vermelha */
    position: relative;
    top: 8px;
	left: 20%;
}
.slideshow-subtitle {
    opacity: 0;
    bottom: -200px;
    position: relative;
}
.sy-active .slideshow-subtitle {
    opacity: 1;
    bottom: 0px;
    color: #1c1c1c;
    font-size: 22px;
}
.slideshow-subtitle p {
    color: #1c1c1c !important;
    font-size: 22px;
    font-weight: 100;
    line-height: 110%;
    margin: 0 !important;
    padding: 0;
    text-align: left !important;
}
	.slideshow-subtitle p.destaque {
        font-size: 33px;
    }

.slideshow-subtitle img {
    max-width: 400px !important;
    width: 90%;
}

.slideshow-subtitle h2 {
    font-size: 38px !important;
    font-weight: 600;
    line-height: 110%;
    color: var(--cor-primaria);
    margin-top: 0;
    font-family: 'PT Sans Narrow', serif !important;
}
.sy-active .slideshow-texto .slideshow-title {
    opacity:1;
    top: 0px;
    margin-bottom:22px;
}
.sy-active .slideshow-texto .slideshow-title:after {
    content: ''
}
#slideshow2 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media screen and (max-width: 700px) {
	.video-bg video {
	    object-fit: cover;
	    width: 100%;
	    height: 100% !important;
	}
    .slider2 {
        height: 100vh;
        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: 50vh !important;
        content: "";
        position: absolute;
        top: 54%;
        left: 0%;
        display: block;
        width: 100%;
        height: 100%;
        background-color: #ddd;
        opacity: 0.8;
        z-index: 0;
        transform: translateY(-50%);
        clip-path: polygon(0% 0%, 79% 0%, 95% 20%, 95% 100%, 0% 100%);
    }

    .slideshow-texto {
        width: 99%;
        left: 0;
        padding: 0px 7%;
        top: 18%;
    }
	.slideshow-texto a.bt {font-size: 14px}

    .slideshow-texto > div {
        left: 0;
        display: flex;
        flex-direction: column;
        padding: 20px;
        bottom: 3px;
    }

    .slideshow-texto .slideshow-title {
        /* text-align: center; */
        font-size: 20px;
        font-weight: 400;
    }
.slideshow-subtitle {
    opacity: 0;
    bottom: -200px;
    position: relative;
}
	.sy-active .slideshow-subtitle,
    .slideshow-subtitle p {
        font-size: 16px;
        padding: 10px 0px !important;
        text-align: left;
    }
	.slideshow-subtitle p.destaque {
        font-size: 20px;
    }

    .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;
    }
	.sy-controls li.sy-prev a::after { font-size: 18px !important;} 
	.sy-controls li.sy-next a::after { font-size: 18px !important;}
}
