.banner{
    background-image: url('../imagens/projetos/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 473px;
    position: relative;
}
.bn-text{
    position: absolute;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    bottom: 30%;
    align-items: center;
}
.bn-text .traco{
    height: 1px;
    width: 20%;
    background-color: #fff;
}
.bn-titulo h2{
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    margin-left: 5%;
    width: 100%;
}

.content-container{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background-image: url(../imagens/projetos-interna/bg-img.png);
    background-repeat: no-repeat;
    background-position: 85% 200%;
}

.column-1{
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 64%;
}

.c1-img{
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    width: 100%;
}

.c1-img img{
    width: 69%;
    margin-right: 70px;
    margin-top: 54px;
}

.c1-p{
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    width: 100%;
}

.c1-p p{
    margin-top: 30px;
    margin-right: 70px;
    width: 69%;
    color: #707070;
    font-size: 17px;
    line-height: 24px;
}

.c1-check{
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    width: 100%;
    margin-top: 72px;
    gap: 18px;
}

.c1-check div{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 70px;
    width: 69%;
    gap: 18px;
}

.c1-btn{
    height: fit-content;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    width: 100%;
}

.c1-btn div{
    margin-right: 70px;
    width: 69%;
    height: 55px;
}

.c1-btn div button{
    width: 33%;
    background-color: #023373;
    border: none;
    color: white;
    height: 100%;
}

.c1-btn div button a{
    width: 100%;
    height: 100%;
    color: white;
    display: flex;
    flex-wrap: wrap;
    place-content: center;
    gap: 10px;
}

.c1-gallery{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    width: 100%;
}

.c1-gallery .c1-gallery-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-left: 23%;
    margin-top: 80px;
    width: 100%;
    height: fit-content;
    row-gap: 25px;
    margin-bottom: 80px;
}

.c1-gallery div div{
    margin-left: 25px;
    width: 270px;
    height: 270px;
}

.c1-gallery div div img{
    width: 268px;
    height: 268px;
    object-fit: contain;
}

.column-2{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 20%;
    background-color: #f6f6f6;
    height: fit-content;
}

.column-2 div{
    display: flex;
    flex-wrap: wrap;
    place-content: center;
    width: 100%;
}

.column-2 form{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 38px;
    gap: 15px;
    place-content: center;
}

.column-2 form input{
    width: 78%;
    height: 55px;
    padding-left: 20px;
    border: 1px solid #e1e1e1;
}

.column-2 div p{
    display: flex;
    flex-wrap: wrap;
    width: 78%;
    color: #707070;
}

.column-2 div h2{
    font-size: 27px;
    color: #023373;
    font-weight: 600;
    margin-top: 38px;
}

.c2-p{
    gap: 25px;
}

.c2-p p{
    font-size: 17px;
    line-height: 24px;
}

.c2-p p:nth-child(1){
    margin-top: 38px;
}

.c2-p p:nth-last-child(1){
    margin-bottom: 38px;
}

.numeros-botao{
    display: flex;
    flex-wrap: wrap;
    margin-top: 5%;
}
.numeros-botao a{
    display: flex;
    flex-wrap: wrap;
    background-color: #023373;
    color: #fff;
    font-weight: 500;
    width: 77%;
    height: 60px;
    place-content: center;
    cursor: pointer;
}
.numeros-botao a:hover{
    background-color: #fff;
    color: #023373;
    border: 1px solid #023373;
}

/* MEDIA DESKTOP */
@media screen and (max-width: 1600px){
    .c1-gallery div div, .c1-gallery div div img{
        width: 220px;
        height: 220px;
    }
}

@media screen and (max-width: 1440px){
    .column-1{
        width: 50%;
        margin: 0 5% 0 8%;
    }
    .column-2{
        width: 25%;
    }
    .c1-img, .c1-p, .c1-check, .c1-gallery, .c1-gallery .c1-gallery-container{
        justify-content: unset;
    }
    .c1-img img{
        width: 100%;
    }
    .c1-p p{
        width: 100%;
        margin-right: 0;
    }
    .c1-gallery .c1-gallery-container{
        margin-left: 0;
    }
    .c1-gallery div div, .c1-gallery div div img{
        width: 210px;
        height: 210px;
    }
    .c1-check div{
    	width: 100%;
    }
    .c1-check div img{
    	width: 6%;
    }
}

@media screen and (max-width: 1360px){
	.bn-text{
		bottom: 37%;
	}
	.bn-titulo h2{
		font-size: 35px;
	}
	.content-container{
		background-size: 50%;
	}
	.c1-check div img{
    	width: 5%;
    }
    .c1-check div span{
    	font-size: 14px;
    }
    .c1-gallery div div, .c1-gallery div div img{
        width: 200px;
        height: 200px;
    }
	.c1-p p{
		font-size: 15px;
	}
	.column-2 div h2{
		font-size: 22px;
	}
	.c2-p p{
		font-size: 14px;
	}
}

@media screen and (max-width: 1280px){
    .c1-gallery div div, .c1-gallery div div img{
        width: 188px;
        height: 188px;
    }
}

@media screen and (max-width: 1024px){
	.content-container {
    	background-size: 43%;
    	background-position: 85% 115%;
	}
    .column-1 {
        width: 54%;
    }
    .c1-gallery div div, .c1-gallery div div img{
        width: 158px;
        height: 158px;
    }
}

/* MOBILE */
@media screen and (max-width: 768px){
    .content-container{
        background-image: unset;
    }
    .column-1{
        margin: 0 3%;
    }
    .column-2 {
        width: 37%;
    }
    .c1-gallery div div, .c1-gallery div div img{
        width: 112px;
        height: 112px;
    }
}

@media screen and (max-width: 580px){
    .column-1{
        margin: 0 auto;
        width: 95%;
    }
    .c1-gallery .c1-gallery-container{
        row-gap: 10px;
    }
    .c1-gallery div div{
        width: 50%;
        height: 50%;
        margin-left: 0;
    }
    .c1-gallery div div img {
        width: 95%;
        height: 95%;
    }
    .column-2{
        width: 100%;
    }
}

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

}

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

}