.header-about {
	background-image: linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.1)), url('../images/bg_banner_about.jpg');
	margin-bottom: 0;
}
.header-press {
    background-image: url('../images/bg_banner_imprensa.jpg');
    margin-bottom: 0;
}

.container-sobre h2 {
    border-bottom: none;
    font-weight: 700;
}
.container-sobre p {
    text-align: center;
    width: 767px;
}
.container-sobre p span {
    font-weight: 600;
}


.section-video-saea{
	padding: 0 0 70px 0;
    background-color: #0096DE;
}
.container-video-saea{
    padding: 70px;
    background-color: #0096DE;
}

.badge-sobre{
    color:#fff !important;
}
.btn-video-sobre {
    padding: 12px;
    font-size: 18px;
    letter-spacing: normal;
    line-height: normal;
    font-weight: 400;
    border-radius: 32px;
    border-style: solid;
    border-width: thin;
    border-color: #fff;
    font-family: 'Manrope';
    color: #fff !important;
    text-decoration: none !important;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    flex-flow: row;
    flex-wrap: nowrap;
}

.btn-video-sobre:hover {
	background-color:#1F325B ;
	font-weight: 400;
	border-color: #1F325B;
	color: #fff !important;
}

a.btn-video-sobre strong {
    font-weight: 800 !important;
    padding-left: 5px !important;
}

.url-modal {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
    z-index: 999999; /* acima de tudo */
}

.url-modal-content {
    background: #fff;
    width: 95%;
    max-width: 1100px;
    height: 95vh;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.url-modal-content iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.close-url-modal {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    background: none;
    border: 0;
    cursor: pointer;
}
.liderSwiper {    
    margin-bottom: 140px;
}
.swiper-slider-img-container {
    border-radius: 8px;
    overflow: hidden;
}
.swiper-slider-img-container img {
    width: 100%;
    height: auto;
}

.swiper-slide {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.swiper-lider-text {
    background: #009effd9;
    width: 100%;
    margin: 0;
    height: 82px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*Animação*/
    position: absolute;
    bottom: -60px;
    left: 0px;
    width: calc(100% - 25px);
    right: auto;
    text-align: center;
    padding: 14px;
    margin: 0;
    opacity: 0;
    z-index: 9;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
}

.swiper-slide:hover .swiper-lider-text {
  opacity: 1;
  bottom: 0px;
}

.swiper-lider-text span {
    color: #fff;
    font-family: 'Manrope';
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    margin: 0  ;
    padding: 0;
}
.swiper-lider-text span:first-child {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
}
.lider-pagination {
    display: block;
}
@media (max-width: 990px) {
    .liderSwiper {    
    margin-bottom: 60px;
}
.lider-pagination {
    display: none;
}
    .swiper-lider-text {
    bottom: -5px;
    opacity: 1;
}
	.container-sobre p {
		text-align: center;
		width: auto;
		margin-top: 30px;
	}
	.section-video-saea{
		padding: 0 0 70px 0;
	}
	.btn-video-sobre {
		font-size: 16px;
	}
}