.container-padrao {
    width: 100%;
    font-family: "Montserrat";
    overflow: hidden;
    position: relative;
}

.container-padrao::before {
    background-image: url(./../../incorporadora-e-construtora/geral/goncalves-incorporadora-img-padrao-before.webp);
    position: absolute;
    top: 15%;
    left: -2vw;
    width: 30vw;
    height: 1186px;
    content: '';
    z-index: -1;
    background-repeat: no-repeat;
    max-width: 50%;
    background-position: -252px;
}

.container-padrao::after {
    background-image: url(./../../incorporadora-e-construtora/geral/goncalves-incorporadora-img-padrao-after.webp);
    position: absolute;
    top: 50%;
    right: -24px;
    width: 647px;
    height: 1169px;
    content: '';
    z-index: -1;
    background-repeat: no-repeat;
    max-width: 50%;

}

.content-padrao {
    width: 1280px;
    max-width: 86%;
    margin: 0 auto;
    padding: 80px 0;
    background-color: #fff;
    padding-left: 0.5%;
    padding-right: 0.5%;
}

.nome-pagina-padrao {
    width: 100%;
    height: 318px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #212154;
    position: relative;
    overflow: hidden;
}

.nome-pagina-padrao:after {
    background-image: url(./../../incorporadora-e-construtora/empreendimento/goncalves-incorporadora-linhas-banner.webp);
    position: absolute;
    right: 0px;
    content: '';
    width: 1180px;
    background-repeat: no-repeat;
    height: 1590px;
    background-position: 198px;
    z-index: 0;
    max-width: 63vw;
}

.nome-pagina-padrao > p {
    font-size: 36px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    text-align: center;
    z-index: 1;
}

.box-padrao h1 {
    font-size: 42px;
    letter-spacing: 2px;
    color: #1a1444;
    font-weight: bold;
}
.titulo-padrao {
    padding-bottom: 25px;
    border-bottom: 1px solid #000;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.titulo-padrao::after {
    content: '';
    position:  absolute;
    right: 0px;
    bottom: 0px ;
    width: 20px;
    height: 20px;
    background-color: #b52a31;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
            clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.box-padrao p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .5px;
    color: #181b37;
    font-weight: 500;
    font-family: "Montserrat";
    margin-bottom: 40px;
}

.box-padrao img {
    border-bottom: 6px solid #b52a31;
    -webkit-clip-path: polygon(90% 0, 100% 14%, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(90% 0, 100% 14%, 100% 100%, 0 100%, 0 0);
}

.box-padrao h2 {
    font-size: 32px;
    letter-spacing: 1px;
    color: #212053;
    font-weight: 700;
    margin-bottom: 15px;
}

.box-padrao .botao-saiba-mais-vermelho {
    width: 361px;
    max-width: 100%;
    height: 40px;
    border-radius: 8px;
    background-color: #b52a31;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fefefe;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    text-decoration: none;
    padding-left: 4.6%;
    margin-bottom: 40px;
}

.box-padrao .botao-saiba-mais-azul::after {
    content: url(./../../incorporadora-e-construtora/geral/seta-botao-saiba-mais.svg);
    width: 22px;
    height: 22px;
    position: absolute;
    right: 25px;
}

.box-padrao .botao-saiba-mais-azul {
    width: 361px;
    max-width: 100%;
    height: 40px;
    border-radius: 8px;
    background-color: #212154;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fefefe;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    text-decoration: none;
    padding-left: 4.6%;
    margin-bottom: 40px;
}

.box-padrao .botao-saiba-mais-vermelho::after {
    content: url(./../../incorporadora-e-construtora/geral/seta-botao-saiba-mais.svg);
    width: 22px;
    height: 22px;
    position: absolute;
    right: 25px;
}

.box-padrao h3 {
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 46px;
    color: #212053;
    font-weight: 700;
    margin-bottom: 15px;

}

.box-padrao h4 {
    font-size: 24px;
    letter-spacing: 1px;
    color: #b52a31;
    font-weight: 600;
    margin-bottom: 15px;

}

.box-padrao ul {
    list-style: none;
    margin-bottom: 40px;
}

.box-padrao b {
    font-weight: 700;
}

.box-padrao ul li{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    font-size: 16px;
	line-height: 22px;
    letter-spacing: .5px;
    color: #212154;
    margin-bottom: 5px;
    font-weight: 500;
}

.box-padrao ul li:nth-last-child(-n + 1){
    margin-bottom: 0px;
}

.box-padrao ul li::before {
    content: '';
    width: 5px;
    min-width: 5px;
    min-height: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #b52a31;
    margin-right: 10px;
}

.box-padrao ol {
    list-style: none;
    margin-bottom: 40px;
}

.box-padrao ol li{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    font-size: 16px;
    letter-spacing: 1px;
    color: #212154;
    margin-bottom: 5px;
    font-weight: 700;
}

.box-padrao ol li:nth-last-child(-n + 1){
    margin-bottom: 0px;
}
.box-padrao ol {
    counter-reset: item;
}

.box-padrao ol li::before {
    content: counter(item);
    counter-increment: item;
    color: #b52a31;
    margin-right: 10px;
    width: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.box-padrao h5 {
    font-size: 24px;
    letter-spacing: 1px;
    color: #b52a31;
    font-weight: 600;
    margin-bottom: 15px;

}

.box-padrao h6 {
    font-size: 20px;
    letter-spacing: 1px;
    color: #b52a31;
    font-weight: 600;
    margin-bottom: 15px;

}

.botao-conheca-azul-branco {
    width: 361px;
    max-width: 100%;
    height: 81px;
    background-color: #1a1444;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 5px;
    padding-left: 4.6%;
    margin-bottom: 40px;

}

.botao-conheca-azul-branco svg {
    width: 10px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    right: 20px;
    fill: #fff;
}

.botao-conheca-cinza-vermelho {
    width: 361px;
    max-width: 100%;
    height: 81px;
    background-color: #f3f3f3;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #b52a31;
    font-weight: 600;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 5px;
    padding-left: 4.6%;
    margin-bottom: 40px;

}

.botao-conheca-cinza-vermelho svg {
    width: 10px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    right: 20px;
    fill: #b52a31;
}

.botao-conheca-branco-vermelho {
    width: 361px;
    max-width: 100%;
    height: 81px;
    background-color: #fff;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #b52a31;
    font-weight: 600;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 5px;
    padding-left: 4.6%;
    margin-bottom: 40px;
    -webkit-filter: drop-shadow(0 0 6.5px rgba(0,0,0,0.07));
            filter: drop-shadow(0 0 6.5px rgba(0,0,0,0.07));

}

.botao-conheca-branco-vermelho svg {
    width: 10px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    right: 20px;
    fill: #b52a31;
}

.botao-conheca-branco-azul {
    width: 361px;
    max-width: 100%;
    height: 81px;
    background-color: #fff;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #1a1444;
    font-weight: 600;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 5px;
    padding-left: 4.6%;
    margin-bottom: 40px;
    -webkit-filter: drop-shadow(0 0 6.5px rgba(0,0,0,0.07));
            filter: drop-shadow(0 0 6.5px rgba(0,0,0,0.07));

}

.botao-conheca-branco-azul svg {
    width: 10px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    right: 20px;
    fill: #1a1444;
}

.botao-conheca-cinza-azul {
    width: 361px;
    max-width: 100%;
    height: 81px;
    background-color: #f3f3f3;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #1a1444;
    font-weight: 600;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 5px;
    padding-left: 4.6%;
    margin-bottom: 40px;

}

.botao-conheca-cinza-azul svg {
    width: 10px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    right: 20px;
    fill: #1a1444;
}

.box-padrao .conteudo-divisoes{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    gap: 2%;
}

.box-padrao .divisoes-item{
	max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
}

.box-padrao .divisoes-item>img{
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

@media screen and (max-width: 900px) {
	
	.box-padrao .conteudo-divisoes{	
		-webkit-box-orient: vertical;	
		-webkit-box-direction: normal;	
		    -ms-flex-direction: column;	
		        flex-direction: column;
	}
	
	.box-padrao img {
		margin-bottom: 30px;
	}
	
	.content-padrao {
    	padding: 40px 0;
	}

@media screen and (max-width: 600px) {

    .nome-pagina-padrao {
        height: 250px;
    }


    .box-padrao p, .box-padrao ul li, .box-padrao ol li {
        font-size: 14px;
    }

    .box-padrao h1 {
        font-size: 32px;
    }

    .box-padrao h2 {
        font-size: 30px;
    }
    .box-padrao h3 {
        font-size: 28px;
    }
    .box-padrao h4 {
        font-size: 26px;
    }
    .box-padrao h5 {
        font-size: 24px;
    }
    
    .box-padrao h5 {
        font-size: 22px;
    }

    .botao-conheca-azul-branco, .botao-conheca-cinza-vermelho, .botao-conheca-branco-vermelho, .botao-conheca-branco-azul, .botao-conheca-cinza-azul, .botao-saiba-mais-vermelho,  .botao-saiba-mais-azul {
        font-size: 12px !important;
    }
    .nome-pagina-padrao > p {
        font-size: 32px;
    }

}
}