
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* SCROLL */
    body::-webkit-scrollbar,
    .modal-dialog-scrollable .modal-body::-webkit-scrollbar {
        width: 10px;
        background: rgb(204, 204, 204);
    }
    body::-webkit-scrollbar-thumb,
    .modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
        background-color: var(--primaria-2);
        border-radius: 5px;
    }
    ::selection {
        background: rgba(204, 204, 204, 0.3);
    }
/* FIM SCROLL */
    :root {
        color-scheme: light;
    }
	.page-id-1336 body, .page-id-1336 p {
		font-family: 'Montserrat' !important;
		font-size: 24px;
        margin: unset;
	}
	.page-id-1336 b {
		font-weight: 600;
	}
    a {
        text-decoration: none;
    }
    .page-id-1336 img {
        max-width: 100%;
        width: 100%;
        object-fit: cover;
    }
    .container-fluid {
        overflow: hidden;
    }
	.container-grid {
        display: grid;
        margin: auto;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        grid-gap: 50px 50px ;
        padding: 30px 15px;
    }
	.texto-fachada h2 {
		font-size: 55px;
		font-family: 'Montserrat';
		font-weight: bold;
		text-transform: math-auto;
		color: #AF957A;
		padding: 0px 20px 80px 0; 
	}
	.intro-axis img {
		max-width: 344px;
	}
	.texto-fachada {
		padding: 50px 20px 20px 50px;
	}
	.texto-fachada p {
		color: white;
		font-weight: 500;
	}
	.axis-empreendimentos {
		background: #eaf2eb;
		padding: 50px 20px;
	}
	.intro {
		padding: 50px 20px;
	}
	.content-intro img {
		max-width: 293px;
	}
	.intro-axis p {
		padding-top: 30px;
	}
    .intro-axis {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .imagem-fachada {
        padding: unset;
    }
	.documentos {
		background: white;
		border-radius: 30px;
		box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.15);
		padding: 50px 20px;
		margin-top: 50px;
	}
    .documentos-grid {
        column-count: 2;
        column-gap: 40px;
        padding: 40px 0;
    }
    .documentos-grid .coluna {
        break-inside: avoid;
        -webkit-column-break-inside: avoid;
        margin-bottom: 30px;
        /* display: inline-block; */
        width: 100%;
    }
	.documentos h2 {
		font-size: 36px;
		font-family: 'Montserrat';
		text-transform: math-auto;
		color: #79827C;
		font-weight: bold;
		padding-bottom: 12px;
	}
    .documentos h3 {
        font-size: 22px;
        font-family: 'Montserrat';
        text-transform: math-auto;
        color: #79827C;
        font-weight: bold;
        padding-bottom: 12px;
    }
    .coluna {
        width: 100%;
    }
    .coluna a {
        display: flex;
        justify-content: center;
    }
    .biblioteca-item-button {
        margin-bottom: 20px;
        width: 100%;
        display: flex;
        justify-content: center;
    }
	.biblioteca-item-button p {
		padding: 0px 41px;
		color: white;
		background: #5E9862;
		font-size: 21px;
		width: 437px;
		height: 62px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: 500;
	}
	.suporte-contato {
		background: #eaf2eb;
		padding: 50px 20px;
	}
	.suporte-contato h2 {
		font-size: 24px;
		text-transform: math-auto;
		font-weight: 600;
		color: black;
		font-family: 'Montserrat';
	}
	.content-contato {
		display: flex;
		gap: 30px;
        align-items: center;
	}
	.conteudo-fotoer img {
		max-width: 176px;
		height: auto;
	}
	.conteudo-fotoer ul {
		padding: unset;
		list-style: none;
		margin: unset;
		display: flex;
		gap: 10px;
	}
	.conteudo-fotoer {
		display: flex;
		justify-content: space-between;
	}
	footer {
		padding: 50px 20px;
	}
	.conteudo-fotoer p {
		font-size: 18px;
		color: white;
	}
	.texto-footer p {
		color: white;
		padding-top: 30px;
		font-size: 12px;
		text-align: center;
	}
    .titulo-suporte {
        display: flex;
        align-items: center;
    }
    button#cpfSend {
        background: #5E9862;
        border: none;
        color: white;
        padding: 5px 30px;
    }
    input#cpfInput {
        margin: 10px 0;
        font-size: 20px;
    }

        button#cpfSendGreen {
            background: #5E9862;
            border: none;
            color: white;
            padding: 5px 30px;
        }
    
        input#cpfInputGreen {
            margin: 10px 0;
            font-size: 20px;
        }

	@media screen and (max-width: 991px) {
        .page-id-1336 body, .page-id-1336 p {
            font-size: 18px;
            margin: unset;
        }
        .intro {
            padding: 30px 20px;
        }
        .content-intro img {
            max-width: 230px;
        }
        .texto-fachada h2 {
            font-size: 40px;
            padding: 0px 0px 40px 0;
            text-align: center;
        }
        .texto-fachada {
            padding: 30px 30px;
            display: flex;
            flex-direction: column;
        }
        .axis-empreendimentos {
            padding: 30px 20px;
        }
        .intro-axis img {
            max-width: 250px;
        }
        .documentos {
            padding: 30px 20px;
            margin-top: 30px;
        }
        .documentos h2 {
            font-size: 25px;
            padding-bottom: 5px;
        }
        .documentos-grid {
            column-count: unset;
        }
        .biblioteca-item-button p {
            padding: 0px 20px;
            font-size: 18px;
            width: 340px;
            height: 62px;
        }
        .titulo-suporte {
            justify-content: center;
            padding-bottom: 20px;
        }
        .content-contato {
            flex-direction: column;
        }
        .conteudo-fotoer {
            flex-direction: column;
            align-items: center;
            gap: 20px;
            text-align: center;
        }
	}
	@media screen and (max-width: 475px) {
		.biblioteca-item-button p {
            width: 310px;
        }
        .documentos .container-grid {
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        }
	}
	@media screen and (max-width: 375px) {
		.biblioteca-item-button p {
            width: 100%;
            height: auto;
        }
        .page-id-1336 body, .page-id-1336 p {
            font-size: 16px;
        }
        .texto-fachada h2 {
            font-size: 32px;
        }
	}

    /** BTN TOP **/
        .div-gotop {
            opacity: 0;
            display: block;
            position: fixed;
            right: 15px;
            bottom: 95px;
            z-index: 10;
        }
        .div-gotop button.gotop {
            background: #5e9862;
            outline: 0 !important;
            box-shadow: none;
            border: unset;
            text-shadow: none;
            cursor: pointer;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }
        .div-gotop button.gotop img {
            width: 50px;
        }
        .div-gotop.active {
            opacity: 1;
        } 
        .gotop svg {
            width: 30px;
            height: 30px;
        }
        button.gotop:hover {
            background: var(--primaria-1);
        }
        .div-gotop.active:hover svg path {
            stroke: white;
        }
        .div-gotop.active button.gotop {
            animation: 1.5s ease-out 0s 1 slideInFromTop;
        }
    /* FIM GOTOP */