
	@font-face {
  font-family: 'JOST';
  src: url('../fontes/Jost-Regular.ttf') format('opentype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'RedHatDisplay-Black';
  src: url('../fontes/RedHatDisplay-Black.ttf') format('opentype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
	.responsive-image {
		width: 100%;
    height: 700px;
    margin: 0 auto;
    display: block;
    content: "";
    position: relative;
    top: 0;
    z-index: -1;
    object-fit: cover;
}
.responsive-image {
width: 50%;
    height: 700px;
    /* margin: 0 auto; */
    display: block;
    content: "";
    min-width: 320px;
    position: relative;
    /* top: 0; */
    z-index: -1;
    left: 0px;
    /* object-fit: cover;*/
}


.image-container {
            position: relative;
           /* display: inline-block;*/
        }

        .image-container img {
            display: block;
            width: 100%;
            height: auto;
        }

        .overlay {
            position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    background-color: rgb(0 0 0 / 61%);
    clip-path: polygon(0 0, 40% 0, 100% 50%, 90% 100%, 0 100%);
        }

        .title-container {
            position: absolute;
            top: 50%;
            left: 10%;
            transform: translateY(-50%);
            color: white;
            font-family: 'Arial', sans-serif;
            font-size: 2em;
            font-weight: bold;
            z-index: 2;
			text-transform: uppercase;
        }

        .title-container h1 {
			margin: 0;
    font-weight: 900;
    font-family: Jost;
    font-size: larger;
        }
        .overlay2 {
            position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 40%);
    clip-path: polygon(0 0, 40% 0, 100% 50%, 90% 100%, 0 100%);
        }
        .ap{
            font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.71429;
    color: #848484;
    background-color: #fff;
        }
        .conteiner{
            display: flex;
        }
        .ah3 {
            margin-bottom: 0;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    color: #151515;
    font-size: 48px;
        }
        .ah4 {    font-family: 'Lato';
        font-size: x-large;}

		.texto1{
			PADDING: 70PX;
		}
		@media (max-width: 768px) {
			.conteiner{
				flex-direction: column;
			}
			.texto1{
			PADDING: 20PX;
			
		}
		.ap{
			text-align: justify;
		}
		}
.esculturas1 {

    height: 300PX; object-fit: cover;
}