/*import*/
@import url("global.css");
@import url("header-footer.css");

a[href*="sobre.html"] {
	color: var(--new-blue)!important;
}

/* --- sobre --- */
	#sobre{
		/*padding-top: 25px;*/
		/*margin-bottom: 185px;*/
		padding-bottom: 20px;
	}
	#sobre .row{
		position: relative;
	}
	#sobre .row img.img-fluid{
		margin-top: -10px;
		margin-left: -65px;
	}
	#sobre p.font-light{
		font-size: 21px;
		margin-bottom: 2px;
		margin-top: 40px;
	}
	#sobre h2{
		font-size: 35px;
		margin-bottom: 20px;
	}
	#sobre p.font-regular{
		font-size: 16px;
		line-height: 21px;
		margin-bottom: 20px;
	}

/* --- missao --- */
	#missao{
		max-width: 1300px;
		width: 100%;
		margin: 0 auto;
		padding: 25px 0;
	}
	#missao .box{
		padding: 50px 25px 0px;
		max-width: 337px;
		width: 100%;
		height: 515px;
		border-radius: 30px;
		box-shadow: 0 10px 40px #00000010;
	}
	#missao .imagem{
		margin: 0 auto;
		width: 147px;
		height: 146px;
		border-radius: 30px;
		background-color: #FCD6E4;
		padding: 30px 25px 0;
		margin-bottom: 30px;
	}
	#missao h2{
		font-size: 21px;
		margin-bottom: 25px;
	}
	#missao p{
		font-size: 16px;
		margin-bottom: 0;
		height: 222px;
		overflow: auto;
	}

/* --- trajetoria --- */
	#trajetoria{
		margin-top: 40px;
		padding-top: 170px;
		/*padding-bottom: 220px;*/

		background: url(../imagens/bg/bg-tratamento-por-area.png)no-repeat center top;
		height: auto;
		transform: scaleX(-1);
		/*height: 535px;*/
	}
	#trajetoria .container{
		transform: scaleX(-1);
		position: relative;
	}
	#trajetoria p.font-light{
		font-size: 21px;
		margin-bottom: 4px;
	}
	#trajetoria h2{
		font-size: 35px;
	}

	#trajetoria img.linha-tempo{
		position: absolute;
		margin-top: 260px;
		/*margin-left: 25px;*/
	}
	
	#trajetoria .slider{
		margin-top: 30px;
		max-width: 1020px;
		margin-left: 20px;
		padding-bottom: 100px;
	}
	#trajetoria .slick-list{
		height: 900px;
	}
	#trajetoria .box{
		max-width: 254px;
	}
	#trajetoria .box img.imagem{
		width: 195px;
		height: 195px;
		border-radius: 50%;
		object-fit: cover;
	}
	#trajetoria .box.bottom{
		position: relative;
		top: 300px;
	}
	#trajetoria .box.bottom .img-border{
		position: absolute;
		top: -20px;
		left: -1px;
		width: 195px;
		height: 195px;
		border: 1px solid var(--new-blue);
		border-radius: 50%;
	}
	#trajetoria .box.top{
		position: relative;
		bottom: 15px;
	}
	#trajetoria .box.top .img-border{
		position: absolute;
		bottom: -20px;
		left: -2px;
		width: 195px;
		height: 195px;
		border: 1px solid var(--new-blue);
		border-radius: 50%;
		z-index: 2;
	}
	#trajetoria .box img.seta{
		margin-top: 10px;
		margin-left: 85px;
	}
	#trajetoria .box img.seta-invert{
		transform: scaleY(-1);
		margin-top: 15px;
		margin-bottom: 15px;
		margin-left: 85px;
	}
	#trajetoria .box h3{
		margin-top: 50px;
		font-size: 35px;
	}
	#trajetoria .box p{
		font-size: 15px;
		font-family: "Poppins-Light";
		line-height: 20px;
		color: #707070;
		margin-bottom: 0;
		/*border: 1px solid;*/
		height: 165px;
		overflow: auto;
	}
	#trajetoria .box p::-webkit-scrollbar, #missao .box p::-webkit-scrollbar{
	 	width: 5px;
	  	border-radius: 20px;
	}
	#trajetoria .box p::-webkit-scrollbar-track-piece,  #missao .box p::-webkit-scrollbar-track-piece{
	  	background-color: white;
	  	border: 1px solid var(--new-red);
	  	border-radius: 20px;
	}
	#trajetoria .box p::-webkit-scrollbar-thumb:vertical, #missao .box p::-webkit-scrollbar-thumb:vertical{
	  	background-color: var(--new-red);
	  	border-radius: 20px;
	}

	#trajetoria .btn-slick-carousel-left,
	#trajetoria .btn-slick-carousel-right{
		position: absolute;
		z-index: 999;
		top: 40%;
		cursor: pointer;
	}
	#trajetoria .btn-slick-carousel-left{
		left: -9%;
	}
	#trajetoria .btn-slick-carousel-right{
		right: -7%;
	}
	
/* --- espaco --- */
	#espaco{
		padding-top: 30px;
		padding-bottom: 85px;
	}
	#espaco p{
		font-size: 21px;
		margin-bottom: 0;
	}
	#espaco h2{
		font-size: 35px;
	}
	#espaco .d-flex{
		margin-top: 80px;
	}
	#espaco .d-flex img.img-fluid{
		margin-bottom: 25px;
		max-width: 254px;
		width: 100%;
		height: 201px;
		object-fit: cover;
		border-radius: 20px;
		position: relative;
		transition: .3s;
	}

	#espaco .slick-dots{
		margin-top: 30px;
	}
	#espaco .slick-dots li{
		width: 44px;
		height: 44px;
		border-radius: 50%;
		text-align: center;
		padding-top: 8px;
		margin-right: 7px;
		background-color: white;
		color: var(--new-red);
		font-size: 18px;
		transition: .3s;
	}
    #espaco .slick-dots a{
        padding-top: 1px;
    }
	#espaco .slick-dots li.slick-active{
		box-shadow: 0 10px 20px #00000040;
	}
	#espaco .slick-dots li:hover,
	#espaco .slick-dots li.slick-active{
		background-color: var(--new-red);
		color: white;
		transition: .3s;
	}

	/* --- */

	.ekko-lightbox .modal-content {
	    border-radius: 0rem!important;
	}
	.ekko-lightbox .modal-body{
	    padding: 0rem!important;
	}

	.ekko-lightbox.modal .modal-header{
		padding: 0;
		display: block!important;
	}
	.ekko-lightbox.modal .modal-title{
		display: none;
	}

	.ekko-lightbox.modal .close{
		z-index: 999;
		position: absolute;
		background-color: white;
		width: 47px;
		height: 47px;
		text-align: center;
		border-radius: 50%;
		top: 52px;
		right: 52px;
		opacity: 1;
		transform: scale(0.8);
		top: 0;
		right: 0;
	}
	.ekko-lightbox.modal .close span{
		position: relative;
		top: -11px;
		right: 5px;
		font-size: 40px;
		font-weight: lighter;
		color: var(--new-red);
	}
	.ekko-lightbox.modal .modal-content {
	    border-radius: 0rem!important;
	}
	.ekko-lightbox.modal .modal-body {
		border-radius: 0px;
		padding: 6px;
	}
	.ekko-lightbox.modal .modal-footer{
		display: block;
		border: 0;
		padding: 10px 0;
	}
	.ekko-lightbox.modal .ekko-lightbox-nav-overlay {
	    position: absolute;
	    top: initial;
	    bottom: 0px;
	    left: 0;
	    height: 0%;
	}
	.ekko-lightbox.modal .ekko-lightbox-nav-overlay a{
		opacity: 1;
		color: #fff;
		font-size: 25px;
		margin-top: 40px;
	}
	.ekko-lightbox.modal .ekko-lightbox-nav-overlay a:first-child span{
		right: 55%;
	}
	.ekko-lightbox.modal .ekko-lightbox-nav-overlay a:nth-child(2) span{
		left: 55%;
	}
	.ekko-lightbox-nav-overlay a span {
	    padding: 5px 0!important;
	    width: 48px;
	    height: 48px;
	    text-align: center!important;
	    position: absolute;
	    background-color: white;
		border-radius: 50%;
		color: var(--new-red);
	}	

/* --- numeros --- */
	#numeros{
		background-color: #F5F6F8;
		padding-top: 75px;
		padding-bottom: 120px;
	}
	#numeros p.font-light{
		font-size: 21px;
		margin-bottom: 5px;
		margin-top: 80px;
	}
	#numeros h2{
		font-size: 35px;
		margin-bottom: 20px;
	}
	#numeros p.font-regular{
		font-size: 16px;
		margin-bottom: 25px;	
	}
	#numeros .d-flex{
		margin-top: 40px;
		margin-left: 25px;
	}
	#numeros .box{
		text-align: center;
		width: 323px;
		height: 260px;
		border-radius: 30px;
		box-shadow: 0 10px 20px #00000009;
		margin: 5px 13px;
		padding-top: 20px;
		background-color: white;
	}
	#numeros .box img{
		margin: 15px;
	}
	#numeros .box h3{
		font-size: 35px;
		margin-bottom: 5px;
	}
	#numeros .box p{
		font-size: 16px;
	}

@media screen and (max-width: 1660px) {

}

@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1200px) {
	/* --- trajetoria --- */
		#trajetoria .btn-slick-carousel-left,
		#trajetoria .btn-slick-carousel-right{
			top: 52%;
		}
		#trajetoria .btn-slick-carousel-left{
			left: 0%;
		}
		#trajetoria .btn-slick-carousel-right{
			right: 0%;
		}

	/* --- numeros --- */
		#numeros .d-flex{
			margin-left: 0px;
		}
		#numeros .box{
			max-width: 300px;
			width: 100%;
		}
}

@media screen and (max-width: 992px) {
	/* --- sobre --- */
		#sobre img.img-fluid{
			margin-top: -90px!important;
			display: block;
			margin-left: auto!important;
			margin-right: auto!important;
		}
		#sobre p.font-regular{
			max-width: 100%;	
		}

	/* --- trajetoria --- */
		#trajetoria .linha{
			position: relative;
			overflow: hidden;
		}
		#trajetoria img.linha-tempo{
			margin-top: 290px;
		}

		#trajetoria .btn-slick-carousel-left,
		#trajetoria .btn-slick-carousel-right{
			top: initial;
			bottom: 10%;
		}
		#trajetoria .btn-slick-carousel-left{
			left: 42%;
		}
		#trajetoria .btn-slick-carousel-right{
			right: 42%;
		}

	/* --- espaco --- */
		#espaco img{
			margin-left: 15px;
			margin-right: 15px;
		}
}

@media screen and (max-width: 480px) {
	/* --- sobre --- */
		#sobre{
			padding-top: 0px;
			margin-bottom: 50px;
		}
		#sobre h2{
			font-size: 24px;
		}
		#sobre a.btn{
			font-size: 14px;
		}

	/* --- missao --- */
		#missao{
			padding: 0px 0;
		}
		#missao .box{
			margin-bottom: 30px;
		}

	/* --- trajetoria --- */
		#trajetoria{
			margin-top: 0px;
			padding-top: 125px;
		}
		#trajetoria p.font-light{
			font-size: 16px;
		}
		#trajetoria h2{
			font-size: 22px;
		}

		#trajetoria .linha{
			position: relative;
			overflow: hidden;
		}

		#trajetoria img.linha-tempo{
			margin-top: 300px;
			margin-left: 45px;
		}
		
		#trajetoria .btn-slick-carousel-left,
		#trajetoria .btn-slick-carousel-right{
			top: initial;
			bottom: 10%;
		}
		#trajetoria .btn-slick-carousel-left{
			left: 36%;
		}
		#trajetoria .btn-slick-carousel-right{
			right: 36%;
		}

	/* --- espaco --- */
		#espaco .d-flex {
			margin-top: 50px;
		}
		#espaco p{
			font-size: 16px;
		}
		#espaco h2{
			font-size: 24px;
			margin-bottom: 44px;
		}
		#espaco .d-flex img.img-fluid{
			margin-left: 5px;
			margin-right: 5px;
			margin-bottom: 15px;
			max-width: 170px;
			height: 170px;
		}

	/* --- numeros --- */
		#numeros{
			padding-top: 40px;
		}
		#numeros p.font-light {
			margin-top: 0px;
		}
		#numeros .d-flex{
			margin-left: 0px;
		}
		#numeros .box{
			max-width: 167px;
			height: auto;
			margin: 5px 11px;
			padding-top: 5px;
		}
		#numeros .box img{
			max-width: 42px;
			margin-bottom: 10px;
		}
		#numeros .box h3{
			font-size: 18px;
			margin-bottom: 8px;
		}
		#numeros .box p{
			font-size: 15px;
			line-height: 18px;
		}
}

@media screen and (max-width: 400px) {
	/* --- trajetoria --- */
		#trajetoria img.linha-tempo{
			margin-left: 25px;
		}
		#trajetoria .btn-slick-carousel-left{
			left: 35%;
		}
		#trajetoria .btn-slick-carousel-right{
			right: 35%;
		}

	/* --- espaco --- */
		#espaco .d-flex img.img-fluid{
			max-width: 135px;
			height: 135px;
		}

	/* --- numeros --- */
		#numeros .d-flex{
			margin-left: 0px;
		}
		#numeros .box{
			max-width: 160px;
			height: auto;
			margin: 5px 5px;
			padding-top: 5px;
		}
		#numeros .box img{
			max-width: 42px;
			margin-bottom: 10px;
		}
		#numeros .box h3{
			font-size: 18px;
			margin-bottom: 8px;
		}
		#numeros .box p{
			font-size: 15px;
			line-height: 18px;
		}
}

@media screen and (max-width: 320px) {
	/* --- trajetoria --- */
		#trajetoria img.linha-tempo{
			margin-left: 0px;
		}
		#trajetoria .btn-slick-carousel-left{
			left: 32%;
		}
		#trajetoria .btn-slick-carousel-right{
			right: 32%;
		}
}