body {
    font-family: 'Mulish', sans-serif !important;
}

.main-page {
    margin-top: 70px;
    min-height: calc(100vh - 273px);
}

.container > p {
    margin: 0;
}

.container p span > img {
    max-width: 100%;
    height: auto !important;
}

p {
    font-size: 13px;
    margin: 0;
}

.sem-margem {
    margin: 0;
}

.p-cinza {
    color: #929397;
}

.p-14px {
    font-size: 14px;
}

.pos-bottom {
    position: absolute;
    bottom: 0;
}

.paddingTopBottom {
    padding: 30px 0;
}

    .paddingTopBottom a {
        color: #35383a;
        font-weight: 600;
    }

        .paddingTopBottom a:hover {
            color: #35383a;
            font-weight: 600;
        }
		.paddingTopBottom .avatar {
			border-radius: 50%;
			height: 100px !important;
			width: 100px !important;
			object-fit: cover;
			object-position: center;
			display: block;
			margin: 0 auto;
		}

/*	.paddingTopBottom a, .paddingTopBottom a:hover, .FS13px a, .FS13px a:hover {
		color: #9e9e9e;
		text-decoration: unset;
	}*/
/*.FS13px a, .FS13px a:hover {
    color: #9e9e9e;
    text-decoration: unset;
}*/

.flex-center {
    display: flex;
    justify-content: center;
}

/*MODAL IRS*/

#modalIRS.fade.in {
    opacity: inherit !important;
}

#modalIRS div.modal-body {
    padding: 0;
}

.modal-backdrop.fade {
    opacity: inherit !important;
}

.modal-backdrop {
    background-color: #00000047 !important;
}

/*--*/

.bgImage {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#logoAlternativo {
    display: none;
}

.logo-image {
    padding: 10px 0;
    height: auto;
    width: 115px;
    fill: #fff;
}

.logo-image-contactos {
    padding: 10px 0;
    height: auto;
    width: 120px;
    fill: #fff;
}

.imagem-width-total {
    width: 100%;
}

.bannerImage {
    /*	height: calc(100vh - 320px);*/
    height: 40vh;
    width: 100%;
    position: relative;
}

.bannerBox {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    /*	background: rgba(246, 160, 165, 0.7);*/
    /*	background: rgba(183, 183, 183, 0.7);*/
    background: rgba(119, 118, 118, 0.5);
    /*	min-height: 100px;*/
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.bannerBox-texto {
    text-transform: uppercase;
    color: #fff;
    font-size: 35px;
    padding: 0;
    /*    margin: auto 0;*/
    /*    margin-bottom: 30px;*/
    margin-bottom: 0;
    width: 100%;
}

.lista-fundo {
    background-color: #fce2ea;
}

.lista-item {
    padding: 30px 0;
}

.atividade-h5 {
    color: #6e6e6f;
    font-weight: 700;
}

.atividade-p {
    color: #6e6e6f;
    margin: 0;
}

.lista-fundo hr {
    margin: 0;
    border-top: 1px solid #fff;
}

.blueTitle {
    text-transform: uppercase;
    font-size: 27px;
    color: #70b6bc;
}

.imgTop {
    min-height: 50px;
    display: flex;
    align-items: center;
}

.coluna-titulo {
    font-size: 20px;
    color: #6e6e6f;
    font-weight: 700;
    margin-top: 1rem;
}

.halfWidth {
    width: 40%;
}

.imgTopAuto {
    height: 50px;
    width: auto;
}

.row.projetos {
    margin: 0 auto;
}

.imagem-coluna {
    width: 70%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.aspas {
    width: 50px;
    height: 50px;
}

.testemunhos-texto {
    padding: 15px;
    width: 100%;
}

.testemunho-item {
    padding: 30px;
    margin: 30px 0px;
}

.column {
    flex: 50%;
    max-width: 50%;
    padding: 0 15px;
}

.container-fluid.separador-projectos:last-child {
    display: none;
}

.politica-privacidade {
    display: flex;
    align-items: center;
    font-size: 13px;
    margin-top: 5px;
}

    .politica-privacidade a {
        color: #f6a0a3;
        margin-left: 5px;
    }

        .politica-privacidade a:hover {
            color: #fff;
        }

.BotaoCinza a {
    color: #fff;
}

.BotaoCinzaLarge a {
    color: #fff;
}

.BotaoCinza:hover {
    color: #35383A;
    background-color: #fff;
    text-decoration: unset;
    border-color: #35383A;
}

.BotaoCinzaLarge:hover {
    background-color: #fff;
    border-color: #35383A;
    text-decoration: unset;
    color: #35383A;
}

.btn.botao-cinza {
    background-color: #35383A;
    color: #fff;
    font-weight: 600;
    /*border-radius: 12px;*/
    border-radius: 0;
    padding: 7px 10px;
    font-size: 14px;
    border: 1px solid #35383A;
}

    .btn.botao-cinza:hover {
        text-decoration: none;
        background-color: #fff;
        color: #35383A;
    }

    .btn.botao-cinza:focus {
        box-shadow: none;
    }

.btn.botao-branco {
    background-color: #fff;
    color: #35383A;
    font-weight: 600;
    /*border-radius: 12px;*/
    border-radius: 0;
    padding: 7px 10px;
    font-size: 13px;
    border: 1px solid #fff;
}

    .btn.botao-branco:hover {
        text-decoration: none;
        background-color: #35383A;
        color: #fff;
    }

    .btn.botao-branco:focus {
        box-shadow: none;
    }

.btn.botao-branco-large {
    background-color: #fff;
    color: #35383A;
    font-weight: 600;
    border-radius: 0;
    padding: 10px 20px;
    font-size: 18px;
    border: 1px solid #fff;
}

    .btn.botao-branco-large:hover {
        text-decoration: none;
        background-color: #35383A;
        color: #fff;
    }

    .btn.botao-branco-large:focus {
        box-shadow: none;
    }

.btn.botao-azul {
    background-color: #3f7873;
    color: #fff;
    font-weight: 600;
    /*border-radius: 12px;*/
    border-radius: 0;
    padding: 7px 10px;
    font-size: 13px;
    border: 1px solid #3f7873;
}

    .btn.botao-azul:hover {
        text-decoration: none;
        background-color: #fff;
        color: #3f7873;
    }

    .btn.botao-azul:focus {
        box-shadow: none;
    }

.btn.botao-azul-large {
    background-color: #3f7873;
    color: #fff;
    font-weight: 600;
    border-radius: 0;
    padding: 10px 20px;
    font-size: 18px;
    border: 1px solid #3f7873;
}

    .btn.botao-azul-large:hover {
        text-decoration: none;
        background-color: #fff;
        color: #3f7873;
    }

    .btn.botao-azul-large:focus {
        box-shadow: none;
    }

.btn.botao-rosa-small {
    background-color: #9e9e9e;
    color: #fff;
    /*border-radius: 10px;*/
    border-radius: 0;
    padding: 3px 7px;
    font-size: 13px;
    border: 1px solid #9e9e9e;
}

    .btn.botao-rosa-small:hover {
        text-decoration: none;
        background-color: #fff;
        color: #9e9e9e;
    }

    .btn.botao-rosa-small:focus {
        box-shadow: none;
    }

.btn.botao-branco-small {
    background-color: #fff;
    color: #F6A0A3;
    /*border-radius: 10px;*/
    border-radius: 0;
    padding: 3px 7px;
    font-size: 13px;
    border: 1px solid #fff;
}

    .btn.botao-branco-small:hover {
        text-decoration: none;
        background-color: #F6A0A3;
        color: #fff;
    }

    .btn.botao-branco-small:focus {
        box-shadow: none;
    }

.btn.botao-rosa-xlarge {
    background-color: #35383A;
    color: #fff;
    padding: 20px;
    font-size: 27px;
    border: 1px solid #35383A;
    width: auto;
    transition: all 0.3s;
    border-radius: 0;
}

    .btn.botao-rosa-xlarge:hover {
        transform: scale(1.1);
        text-decoration: none;
        background-color: #fff;
        color: #35383A;
    }

    .btn.botao-rosa-xlarge:focus {
        box-shadow: unset;
    }
.btn.botao-azul-xlarge {
	background-color: #3f7873;
	color: #fff;
	padding: 20px;
	font-size: 27px;
	border: 1px solid #3f7873;
	width: auto;
	transition: all 0.3s;
	border-radius: 0;
}

	.btn.botao-azul-xlarge:hover {
		transform: scale(1.1);
		text-decoration: none;
		background-color: #fff;
		color: #3f7873;
	}

	.btn.botao-azul-xlarge:focus {
		box-shadow: unset;
	}

.row.formulario {
    margin: 0 auto;
}

.formulario-titulo {
    color: #f69fa2;
    font-weight: 100;
    margin: 0 auto 10px;
    text-transform: uppercase;
    font-size: 32px;
    padding-top: 3rem;
    padding-left: 2.5rem;
}

.partner-form {
    min-width: 100%;
    font-size: 15px;
    height: 40px;
    outline: 0;
    border: 1px solid #babebc;
    margin-bottom: 20px;
    padding-left: 10px;
}

    .partner-form::placeholder {
        color: #babebc;
    }

    .partner-form:focus {
        border: 1px solid #f69fa4;
    }

div.modal-dialog {
    max-width: 30%;
    margin: 15% auto;
}

div.modal-content {
    border-radius: 0;
}

div.modal-header {
    border-bottom: unset;
    padding-left: 0;
    padding-bottom: 0;
}

div.modal-body {
    padding: 0 2.5rem 2.5rem;
}

button.join {
    border-radius: 0;
    text-align: center;
    transition: all 0.3s;
    font-size: 30px;
}

button.btn-secondary {
    background-color: #919296;
    border-color: #919296;
}

    button.btn-secondary:hover {
        background-color: #6e6e6f;
        border-color: #6e6e6f;
        transform: scale(1.1);
    }

    button.btn-secondary.join.focus, .btn-secondary.join:focus {
        box-shadow: none;
    }

div.alert-success {
    color: #505050;
    background-color: #f9e9e9;
    border-color: #9e9e9e00;
}

div.alert {
    width: 50%;
    margin: 90px auto 0;
    border-radius: 0;
}

.alert button.close {
    line-height: 0.90;
}

@media (max-width:1200px) {
    div.modal-dialog {
        max-width: 50%;
    }
}

@media (max-width:992px) {
    div.modal-dialog {
        max-width: 60%;
        margin: 23% auto;
    }
}


@media (max-width: 769px) {
    .container > table {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
   /* .logo-image-contactos {
        height: 90px;
        width: 90px;
    }
*/
    .halfWidth {
        width: 30%;
    }

    /*  .main-page {
        margin-top: 80px;
    }*/

    .row.formulario, .formulario-titulo {
        width: 100%;
    }

    div.modal-dialog {
        max-width: 80%;
        margin: 25% auto;
    }

    .logo-image {
        padding: 0;
        height: 50px;
        width: auto;
        margin: 5px 0 5px 10px;
    }
}

@media (max-width:576px) {
    .bannerBox-texto {
        font-size: 27px;
    }

    p {
        font-size: 10px;
    }

    .column {
        flex: none;
        max-width: 100%;
    }

    .logo-image-contactos {
        width: 100%;
    }

    div.modal-dialog {
        margin: 35% auto;
    }

    .projItem {
        margin-bottom: 3rem;
    }
	.paddingTopBottom .avatar {
	margin: unset;}
}

@media (max-width:414px) {
    .row.projetos {
        margin: 0 auto;
    }
    .btn.botao-branco-large {
        padding: 5px 15px;
        font-size: 16px;
    }
}

@media (max-width:375px) {
    .bannerBox-texto {
        font-size: 19px;
    }

    .bannerBox {
        padding: 12px;
    }

    /*.logo-image {
		padding: 0;
		height: 60px;
		width: unset;
		margin: 10px 0;
	}*/

    .column {
        padding: 0 25px;
    }

    .testemunho-item {
        padding: 25px;
        margin: 25px 0px;
    }
}

a.back-to-top {
    display: none;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    position: fixed;
    z-index: 9;
    right: 20px;
    bottom: 20px;
    background: #35383A;
    border: 1px solid #fff;
}

i.js-teste {
    display: none;
    position: fixed;
    right: 32px;
    bottom: 25px;
    font-size: 40px;
    color: #fff;
    z-index: 10;
    cursor: pointer;
}

.termos {
    color: #fff;
    text-decoration: unset;
}

    .termos:hover {
        color: #000;
    }

.termosDonativos {
    color: #000;
    text-decoration: underline;
}

    .termosDonativos:hover {
        color: #919296;
    }


.erro-container {
    min-height: calc(100vh - 60px);
    display: flex;
    justify-content: center;
}

.alinhamento-erro {
    display: flex;
    align-items: center;
    justify-content: center;
}

.erro-404 {
    font-size: 180px;
    color: #35383a;
}

.div-erro-msg {
    text-align: left;
    width: 50%;
    padding-left: 50px;
}

.erro-texto {
    font-size: 26px;
    font-weight: 500;
}

.sem-ponto .validation-summary-errors ul {
    list-style-type: none;
}

.iti-flag {
    background-image: url("path/to/flags.png");
}

button.close:not(:disabled):not(.disabled):focus, button.close:not(:disabled):not(.disabled):hover {
    outline: none;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti-flag {
        background-image: url("path/to/flags@2x.png");
    }
}

/*@media (max-width:768px) {
    .btn.botao-rosa-xlarge {
        font-size: 30px;
    }
}*/

@media (max-width:576px) {
    .btn.botao-rosa-xlarge {
        font-size: 20px;
    }
}

@media (max-width:484px) {
    .btn.botao-rosa-xlarge {
        margin-bottom: 10px;
        font-size: 25px;
    }
}


.gridItem .align, .gridItemBg .align {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.gridItem img {
	width: 100%;
	height: 100%;
	object-fit: cover;    
	border-radius: 5px;
}
.gridItem.video p {
	margin: 0;
    display: flex;
	height: 100%;
}
.gridItem.video iframe {
    width: 100%;
    border-radius: 5px;	
}