#sec-projectos {
	min-height: 30vh
}
#sec-projectos .cover {
    position: relative;
    height: 80vh;
    z-index: 1;
    background: linear-gradient(to right, #84c159, #99b952);
}
#sec-projectos .cover::before {
    position: absolute;
    content: '';
    bottom: 0px;
    right: 0;
    left: 0;
    margin: auto;
    width: 100vw;
    height: 100px;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    background: #fff;
    z-index: -1
 }
#sec-projectos .cover .txt {
        position: relative;
        width: 70%;
        background: #193
        top: 35%;
}
#sec-projectos .cover h2 {
    	margin: auto;
        position: relative;
        top: 20%;
        width: fit-content;
        padding-right: 10px;
        width: 450px;
        text-align: center;
        color: #fff;
}
#sec-projectos .cover h2::after {
    font-family: 'fontello';
    content: '\f1ad';
    position: absolute;
    top: 0;
    width: 60px;
    height: 60px;
    padding: 10px;
    background: #fff;
    font-size: .8em;
    line-height: 60px;
    color: #83c05b;
    right: 0;
    border-radius: 50%;
}
#sec-projectos .cover img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    z-index: -3
}    
#sec-projectos ul.list-projects > li:hover > button {
	transform: scale(1.3);
}
#modal-detail-p {
	width: 90vw
}
#modal-detail-p .slider {
	position: relative; 
	display: inline-block;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	width: 50%;
	height: 80vh;
	background: #01ca61;
	-webkit-box-shadow: 10px 2px 23px -5px rgba(0,0,0,0.1);
	-moz-box-shadow: 10px 2px 23px -5px rgba(0,0,0,0.1);
	box-shadow: 10px 2px 23px -5px rgba(0,0,0,0.1);
	z-index: 2;
}
#modal-detail-p .slider div {
	height: 100%;
}
#modal-detail-p .slider img {
	width: 100%;
	height: 100%;
}
#modal-detail-p .slider .slick-dots {
	position: absolute;
	bottom: 20px;
}
#modal-detail-p .slider .slick-dots li {
    width: 30px;
    height: 30px;
    border-radius: 50%;
	border: 1px solid #fff;
	opacity:.5;
    margin: 0 3px;
    background-color:#000;
}
#modal-detail-p .slider .slick-dots li.slick-active {
	background: #83c05b;
	opacity:1;
}
#modal-detail-p .slick-dotted.slick-slider {
	margin-bottom: 0px;
}
#modal-detail-p .cont {
	position: relative;
	display: inline-block;
	float: left;
	margin-top: 0px;
	width: 45%;
	padding-left: 20px;
	margin-right: 30px;
}
#modal-detail-p .cont > h2 {
		font-weight: bold;
		font-size: 2em;
		margin-top: 30px;
		margin-bottom: 20px;
		color: #83c05b
	}
#modal-detail-p .cont > p {
		padding: 10px 0px;
		text-align: justify;
	}	
#modal-detail-p2 {
	width: 90vw
}
#modal-detail-p2 .slider {
	position: relative; 
	display: inline-block;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	width: 50%;
	height: 80vh;
	background: #01ca61;
	-webkit-box-shadow: 10px 2px 23px -5px rgba(0,0,0,0.1);
	-moz-box-shadow: 10px 2px 23px -5px rgba(0,0,0,0.1);
	box-shadow: 10px 2px 23px -5px rgba(0,0,0,0.1);
	z-index: 2;
}
#modal-detail-p2 .slider div {
	height: 100%;
}
#modal-detail-p2 .slider img {
	width: 100%;
	height: 100%;
}
#modal-detail-p2 .slider .slick-dots {
	position: absolute;
	bottom: 20px;
}
#modal-detail-p2 .slider .slick-dots li {
    width: 30px;
    height: 30px;
    border-radius: 50%;
	border: 1px solid #fff;
	opacity:.5;
    margin: 0 3px;
    background-color:#000;
}
#modal-detail-p2 .slider .slick-dots li.slick-active {
	background: #83c05b;
	opacity:1;
}
#modal-detail-p2 .slick-dotted.slick-slider {
	margin-bottom: 0px;
}
#modal-detail-p2 .cont {
	position: relative;
	display: inline-block;
	float: left;
	margin-top: 0px;
	width: 45%;
	padding-left: 20px;
	margin-right: 30px;
}
#modal-detail-p2 .cont > h2 {
		font-weight: bold;
		font-size: 2em;
		margin-top: 30px;
		margin-bottom: 20px;
		color: #83c05b
	}
#modal-detail-p2 .cont > p {
		padding: 10px 0px;
		text-align: justify;
	}		
@media only screen and (max-width:1320px) {
	body {
		min-height: 100vh
	}
	#sec-projectos > ul {
		min-height: 56.9vh
	}
}	
@media only screen and (max-width:900px) {
	#modal-detail-p .slider {
 		display: block;
 		width: 100%;
 		height: 40vh;
	}
	#modal-detail-p2 .slider {
 		display: block;
 		width: 100%;
 		height: 40vh;
	}
 	#modal-detail-p .cont {
		display: block;
		float: left;
		width: 100%;
		padding-left: 0px;
		margin-right: 0px;
		padding-bottom: 30px;
	} 
 	#modal-detail-p2 .cont {
		display: block;
		float: left;
		width: 100%;
		padding-left: 0px;
		margin-right: 0px;
		padding-bottom: 30px;
	} 
	#modal-detail-p .cont > p {
		padding: 0 10px
	}
	#modal-detail-p2 .cont > p {
		padding: 0 10px
	}	
}
@media only screen and (max-width:740px) {
	#sec-projectos .cover {
      height: 300px;
    }
    #sec-projectos .cover:before {
        height: 50px
    }
    #sec-projectos .cover h2 {
        top: 0%;
        width: 330px;
        padding-right: 20px
    }
    #sec-projectos .cover h2::after {
        width: 40px;
        line-height: 40px;
        font-size: .7em;
        height: 40px
    }
 	#modal-detail-p .slider {
 		display: block;
 			width: 100%;
 			height: 40vh;
 	}
 	#modal-detail-p2 .slider {
 		display: block;
 			width: 100%;
 			height: 40vh;
 	}
 	#modal-detail-p .cont {
	display: block;
	float: left;
	width: 100%;
	padding-left: 0px;
	margin-right: 0px;
	padding-bottom: 30px;
	}
 	#modal-detail-p2 .cont {
	display: block;
	float: left;
	width: 100%;
	padding-left: 0px;
	margin-right: 0px;
	padding-bottom: 30px;
	}
	#modal-detail-p .cont > h2 {
		font-size: 1.3em
	}
	#modal-detail-p2 .cont > h2 {
		font-size: 1.3em
	}
	#modal-detail-p .cont > p {
		padding: 5px 0px;
		background: #354
	}
	#modal-detail-p2 .cont > p {
		padding: 5px 0px;
		background: #354
	}
}		
