	/*
	 * Theme Name: Cecilia Meireles
	 *
	 * assets/css/footer.css | Footer (Tag #footer definida em assets/css/main.css)
	 *
	 */


	#footer .assine {
		
		display: flex;
		flex-flow: row;
		align-items: flex-start;
		width: 680px;
		height: 90px;
		font-size: 25px;
		color: #686578;
	} 

	#footer .assine > div {
		margin-top: 11px;
		margin-right: 15px;	
	}

	#footer .assine > div:nth-child(2) {
		flex-grow: 1;
		position: relative;
	} 

	#footer .assine .button {
		margin-top: 9px;
		width: 80px;
	}

	#footer .assine .field {
		width: calc(100% - 20px);
	}

	#footer .contato {
		height: 440px;
		background-color: #f1f1f1;
	}

	#footer .contato .titulo {
		padding-top: 30px;
		font-size: 28px;
	}

	#footer .contato .colunas {
		width: 630px;
		padding-top: 10px;
		font-size: 13px;
		line-height: 1.85em;
		display: flex;
		flex-direction: row;
		align-items: flex-end;
	}

	#footer .contato .colunas > div:first-child {
		width: 280px;
		margin-right: 120px;
	}

	#footer .mapa {
		position: relative;
		height: 0px;
		background-color: #f1f1f1;
	}

	#footer .mapa > div {
		position: absolute;
		right: 0px;
		bottom: 0px;
		width: 437px;
		height: 530px;		
		background-color: #f1f1f1;
	}

	#footer .mapa > div > iframe {
		width: 100%;
		height: 100%;
		border: 0px;
		filter: grayscale(100%) brightness(85%) contrast(125%);
	}

	#footer .bar {
		width: 100%;
		height: 90px;
		background-color: #686578;
	} 

	#footer .button .icon-tickets {
		margin-left: 10px;
		font-size: 16px;
	}

	#footer .button-ingresso {
		margin-bottom: 20px;
	} 

.sponsors {
    text-align: center;
    padding: 40px 20px;
}

/* BLOCO CENTRAL */
.sponsor-group {
    margin: 0 auto 20px;
    max-width: 700px;
    text-align: left;
}

/* LOGOS */
.sponsor-group .logos {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

/* IMAGENS */
.sponsor-group img {
    height: 60px;
    width: auto;
    object-fit: contain;
}

/* AJUSTES INDIVIDUAIS */
img[src*="logo-slider-12.png"] {
    height: 90px;
}



img[src*="logo-slider-8.png"] {
    height: 70px;
}

/* TITULOS PADRÃO */
.sponsor-group .label {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    margin-left: 5px !important;
}

/* LINHA COM PATROCÍNIO / APOIO / ESCRITÓRIO */
.labels-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: end;
    width: 100%;
    margin: 40px 0 18px;
}

.labels-row .label {
    margin: 0;
}

/* ALINHAMENTOS */
.labels-row .label:nth-child(1) {
    text-align: left;
}

.labels-row .label:nth-child(2) {
    text-align: left;
    margin-left: -28px !important;
}

.labels-row .label:nth-child(3) {
    text-align: left;
	margin-left: -58px !important;
}



/* DIVISÓRIA */
.sponsor-group .divider {
    width: 100%;
    height: 1px;
    background: #ccc;
    margin: 15px 0 0;
}

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

	#footer .assine {
		width: initial;
		height: 170px;
		align-items: center;
		justify-content: center;
	} 

	#footer .assine > div:nth-child(2) {
		flex-grow: 0;
	} 

	#footer .contato {
		height: 460px;
		background-color: #f1f1f1;
	}

	#footer .contato .titulo {
		padding-top: 50px;
	}

	#footer .mapa {
		width: 100% !important; /* override .wrapper */
		height: 440px;
	}

	#footer .mapa > div {
		position: static;
		width: 100%;
		height: 100%;
	}	

	#footer .bar {
		height: 50px;
	} 


}	

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

	#footer .assine {
		height: 280px;
		flex-direction: column;
	} 

	#footer .contato {
		height: 675px;
		background-color: #f1f1f1;
		text-align: center;
	}

	#footer .contato .colunas {
		width: 100%;
		/*padding-top: 10px;
		font-size: 13px;
		line-height: 1.85em;*/
		flex-direction: column;
		align-items: center;
	}

	#footer .contato .colunas > div:first-child {
		width: 300px;
		margin-right: 0px;
	}

	#footer .mapa {
		width: 100% !important; /* override .wrapper */
		height: 360px;
	}

	#footer .mapa > div {
		position: static;
		width: 100%;
		height: 100%;
	}	

	#footer .bar {
		height: 25px;
	} 

	#footer .assine > div:nth-child(2) {
		width: 100%;
		text-align: center;
	} 

.sponsors {
    text-align: center;
    padding: 40px 20px;
}

/* BLOCO CENTRAL */
.sponsor-group {
    margin: 0 auto 20px;
    max-width: 700px;
    text-align: left;
}

/* LOGOS */
.sponsor-group .logos {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

/* IMAGENS */
.sponsor-group img {
    height: 60px;
    width: auto;
    object-fit: contain;
}

/* AJUSTES INDIVIDUAIS */
img[src*="logo-slider-12.png"] {
    height: 90px;
}

img[src*="logo-slider-8.png"] {
    height: 70px;
}
img[src*="logo-mec.png"] {
    height: 40px !important;
}

/* TÍTULOS PADRÃO */
.sponsor-group .label {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    margin-left: 5px !important;
}

/* LINHA COM PATROCÍNIO / APOIO / ESCRITÓRIO */
.labels-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: end;
    width: 100%;
    margin: 40px 0 18px;
}

.labels-row .label {
    margin: 0;
}

.labels-row .label:nth-child(1) {
    text-align: left;
}

.labels-row .label:nth-child(2) {
    text-align: left;
    margin-left: -28px !important;
}

.labels-row .label:nth-child(3) {
    text-align: left;
    margin-left: -38px !important;
}

/* DIVISÓRIA */
.sponsor-group .divider {
    width: 100%;
    height: 1px;
    background: #ccc;
    margin: 15px 0 0;
}

/* MOBILE */
@media screen and (max-width: 760px) {

    .sponsor-group {
        margin-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .sponsor-group .logos {
        gap: 15px;
        margin-bottom: 20px !important;
    }

    .sponsor-group img {
        max-height: 70px;
        height: 50px;
        width: auto;
    }

    .sponsor-group .label {
        font-size: 11px !important;
    }

    img[src*="logo-slider-12.png"] {
        height: 70px !important;
    }

    img[src*="logo-slider-8.png"] {
        height: 60px !important;
    }

    .labels-row {
        margin: 10px 0 10px !important;
    }

    .labels-row .label:nth-child(1),
    .labels-row .label:nth-child(2),
    .labels-row .label:nth-child(3) {
        text-align: left;
        margin-left: 0 !important;
    }

    .sponsors img[src*="logo-slider-3.png"],
    .sponsors img[src*="image-84.png"],
    .sponsors img[src*="logo-slider-4.png"] {
        width: auto !important;
        max-width: 80px !important;
        height: auto !important;
        max-height: none !important;
        flex: 0 0 auto !important;
    }

    /* PRIMEIRA LINHA */
    .sponsor-group:nth-child(1) .logos {
        flex-wrap: nowrap !important;
        justify-content: space-between;
        gap: 12px;
    }

   .sponsor-group:nth-child(1) .logos img {
    width: auto !important;
    height: auto !important;
}

/* Logo Petrobras/Governo */
.sponsor-group:nth-child(1) .logos img:nth-child(1) {
    max-width: 50px !important;
}

/* Lei Rouanet */
.sponsor-group:nth-child(1) .logos img:nth-child(2) {
    max-width: 100px !important;
}
/* Vale Cultura */
.sponsor-group:nth-child(1) .logos img:nth-child(3) {
    max-width: 70px !important;
}

    /* TERCEIRA LINHA */
    .sponsor-group:nth-child(3) .logos {
        flex-wrap: nowrap !important;
        justify-content: space-between;
        gap: 12px;
    }

    .sponsor-group:nth-child(3) .logos img {
        max-width: 80px !important;
        width: auto !important;
        height: auto !important;
    }

    .sponsor-group:nth-child(3) .logos {
        flex-wrap: nowrap !important;
        justify-content: space-between;
        gap: 12px;
    }

/* QUARTA LINHA - 3 LOGOS POR LINHA */
.sponsor-group:nth-child(4) .logos {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 20px;
    justify-items: center;
    align-items: center;
}

.sponsor-group:nth-child(4) .logos img {
    max-width: 100%;
    height: auto !important;
}

   
}