html {
	scroll-behavior: smooth;
}

body {
	width: 100%;
	height: 100%;
	font-family: 'Poppins', sans-serif;
	font-optical-sizing: auto;
	font-size: 100%;
	font-weight: 400;
	margin: 0;
}

a,
button {
	text-decoration: none;
	transition: all 0.2s linear;
}

a:hover,
button:hover {
	text-decoration: none;
	transition: all 0.2s linear;
}

a:focus {
	outline: 0;
}

a img {
	border: none;
}

*:focus {
	outline: none;
}

button:focus {
	outline: 0 !important;
}

input[type=search]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=search]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

.transition {
	transition: all 0.2s linear;
}

.max-w {
	width: 100%;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

.topoPage {
	background: url(../images/bg-topo.jpg) no-repeat -100px bottom;
	background-size: cover;
	padding: 40px 0 160px;
	margin-bottom: 25px;
}

.topoPage:after {
	content: " ";
	display: block;
	position: absolute;
	z-index: 10;
	width: 100px;
	height: 116px;
	bottom: 0;
	left: 50%;
	margin-left: -50px;
	background: url(../images/elemento-topo.png) no-repeat 0 0;
	background-size: cover;
}

.topoPage img {
	margin: 0 auto 10px;
}

.topoPage .campanha {
	height: auto;
	max-width: 280px;
}

.topoPage .nd {
	height: auto;
	max-width: 130px;
}

.topoPage h1 {
	font-size: 28px;
	font-weight: 700;
	color: var(--bs-white);
	margin: 10px 0;
}

.topoPage p {
	font-size: 16px;
	color: var(--bs-white);
	line-height: 28px;
	margin-bottom: 25px;
}

.topoPage a.lkCTA {
	font-size: 18px;
	font-weight: 600;
	color: var(--bs-white);
	background-color: #E53935;
	padding: 15px;
	border-radius: 8px;
}

.topoPage a.lkCTA:hover {
	background-color: var(--bs-white);
	color: #203961;
}

.titleSection {
	margin-bottom: 40px;
}

.titleSection h2 {
	font-size: 30px;
	font-weight: 700;
	color: #203961;
}

.titleSection p {
	font-size: 16px;
	color: #464463;
	line-height: 28px;
	margin-top: 10px;
}

.patrocinadores {
	margin-bottom: 20px;
}

.patrocinadores ul li {
	width: 100%;
	max-width: 290px;
	padding: 5px;
	margin: 0 auto 30px;
	border-radius: 5px;
	overflow: hidden;
	background-color: var(--bs-white);
	box-shadow: 0px 25px 50px 0px rgba(93, 93, 93, 0.07);
}

.patrocinadores ul li img {
	margin: 0 auto;
}

.doacoes {
	background-color: #881A18;
	background-image: url(../images/bg-doacoes.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 180px;
}

.doacoes .titleSection h2,
.doacoes .titleSection p {
	color: var(--bs-white);
}

.doacoes p,
.doacoes ul {
	font-size: 16px;
	line-height: 24px;
	color: var(--bs-white);
	margin-bottom: 25px;
}

.doacoes ul li {
	padding-left: 35px;
	margin-bottom: 15px;
	background: url(../images/checklist.png) no-repeat 0 4px;
}

.doacoes a.lkCTA {
	font-size: 18px;
	font-weight: 600;
	color: var(--bs-white);
	background-color: #001553;
	padding: 15px;
	border-radius: 8px;
}

.doacoes a.lkCTA:after {
	content: " ";
	display: block;
	position: absolute;
	z-index: 10;
	width: 42px;
	height: 37px;
	bottom: -38px;
	right: -15px;
	background: url(../images/cursor.png) no-repeat 0 0;
}

.doacoes a.lkCTA:hover {
	background-color: var(--bs-white);
	color: #E53935;
}

.doacoes .colImg {
	margin-top: 40px;
}

.doacoes .colImg img {
	width: 100%;
	max-width: 450px;
	height: auto;
	margin: 0 auto -45px;
	position: relative;
	z-index: 10;
}

.caixa {
	background-color: #e0d3ca;
	background-image: url(../images/bg-spot-caixa.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 90px 0 115px;
}

.caixa:after {
	content: " ";
	display: block;
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/bg-foot-caixa.jpg) no-repeat center bottom;
	height: 132px;
}

.caixa .colTxt {
	margin-bottom: 30px;
}

.caixa h3 {
	font-size: 22px;
	font-weight: 600;
	color: #917C6B;
	line-height: 36px;
	margin: 25px 0;
}

.caixa a.lkCTA {
	font-size: 18px;
	font-weight: 600;
	color: var(--bs-white);
	background-color: #881A18;
	padding: 15px;
	border-radius: 8px;
}

.caixa a.lkCTA:hover {
	background-color: var(--bs-white);
	color: #203961;
}

.caixa .colCaixa {
	width: 332px;
	height: 270px;
}

.caixa .baseCaixa {
	width: 736px;
	height: 687px;
	position: relative;
	z-index: 12;
	transform: scale(0.45) translate(-62%, -53%);
}

.caixa .baseCaixa .agasalhos {
	z-index: 15;
	bottom: 47px;
	right: 198px;
	width: 311px;
	height: 529px;
	background-color: #e0d3ca;
}

.caixa .baseCaixa .agasalhos .pilha {
	background: url(../images/img-pilha-roupas.jpg) no-repeat center top;
	width: 100%
}

.caixa .baseCaixa .mask {
	z-index: 20;
	top: 0;
}

.costureiras {
	background: #edebeb url(../images/bg-top-costureiras.jpg) no-repeat center top;
	padding-top: 70px;
	padding-bottom: 50px;
}

.costureiras:after {
	content: " ";
	display: block;
	position: absolute;
	z-index: 0;
	width: 120px;
	height: 118px;
	background: url(../images/elemento-costureiras2.png) no-repeat 0 0;
	background-size: cover;
	right: 20px;
	bottom: 15px;
}

.costureiras .intro {
	margin-bottom: 40px;
}

.costureiras .intro h3 {
	font-size: 24px;
	font-weight: 700;
	color: #203961;
	margin-bottom: 5px;
}

.costureiras .intro p {
	font-size: 18px;
	color: #464463;
	line-height: 28px;
	margin-bottom: 15px;
}

.costureiras .intro p:last-child {
	margin-bottom: 0;
}

.costureiras .intro p strong {
	font-size: 19px;
	font-weight: 700;
	color: #851612;
}

.costureiras ul {
	z-index: 10;
}

.costureiras ul li {
	width: 100%;
	max-width: 200px;
	margin: 0 auto 30px;
	background-color: var(--bs-white);
	border-radius: 5px;
	overflow: hidden;
	padding-bottom: 18px;
	box-shadow: 0px 25px 50px 0px rgba(93, 93, 93, 0.07);
}

.costureiras ul li h4 {
	font-size: 16px;
	font-weight: 700;
	color: #203961;
	margin: 15px 15px 5px;
}

.costureiras ul li p {
	font-size: 14px;
	font-weight: 500;
	color: #A7A19D;
	line-height: 21px;
	margin: 0 15px;
}

.coleta {
	margin-bottom: 50px;
}

.coleta .colPontos {
	background: var(--bs-white);
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-radius: 8px;
	box-shadow: 0px 20px 60px 0px rgba(208, 208, 208, 0.4);
}

.coleta .colPontos h3 {
	font-size: 22px;
	font-weight: 600;
	color: #173569;
	margin-bottom: 10px;
}

.coleta .filtro .dropdown {
	height: 54px;
	width: 48%;
}

.coleta .filtro .dropdown .dropdown-toggle {
	background-color: #EEF1F7;
	font-size: 14px;
	color: #575757;
	font-weight: 500;
	height: 54px;
	padding: 15px;
	width: 100%;
	text-align: left;
}

.coleta .filtro .dropdown .dropdown-toggle:after {
	display: inline-block;
	width: 22px;
	height: 22px;
	content: "\F282";
	font-family: "bootstrap-icons";
	color: var(--bs-white);
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	border: none;
	border-radius: 50%;
	background-color: #B1BCD2;
	float: right;
}

.coleta .filtro .dropdown .dropdown-menu {
	transition: all 0.2s linear;
}

.coleta .filtro .dropdown .dropdown-item {
	font-size: 14px;
	font-weight: 500;
	color: #575757;
}

.coleta .filtro .dropdown .dropdown-item:hover {
	color: #1B2D48;
	background-color: #F3F6F8;
}

.coleta .filtro button {
	width: 54px;
	height: 54px;
	border: none;
	outline: none;
	display: block;
	font-size: 22px;
	color: var(--bs-white);
	border-radius: 8px;
	cursor: pointer;
	background-color: #D0001B;
}

.coleta .filtro button:hover {
	background-color: #173569;
}

.coleta ul.listaPontos {
    height: 400px ;
    overflow-y: auto;
}

.coleta ul.listaPontos li {
	background-color: var(--bs-white);
	border-radius: 8px;
	margin-top: 15px;
	padding: 12px 15px 12px 30px;
	box-shadow: 0px 4px 9px 0px rgba(219, 219, 219, 0.4);
	cursor: pointer;
	transition: all 0.2s linear;
}

.coleta ul.listaPontos li.hidden{
    visibility: hidden;
    margin: 0;
    height: 0;
    padding: 0;
    overflow:hidden ;
}

.coleta ul.listaPontos li:hover {
	box-shadow: 0 0px 12px 0 rgba(219, 219, 219, 0.4);
	transition: all 0.2s linear;
}

.coleta ul.listaPontos li.active {
	background-image: url(../images/bg-ponto-active.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 60px;
}

.coleta ul.listaPontos li h4 {
	font-size: 17px;
	font-weight: 600;
	color: #464463;
}

.coleta ul.listaPontos li.active h4,
.coleta ul.listaPontos li:hover h4 {
	color: #29a1d4;
}

.coleta ul.listaPontos li p {
	font-size: 14px;
	font-weight: 400;
	color: #464463;
}

.coleta ul.listaPontos li p strong {
	font-weight: 500;
}

.coleta .colMapa {
    min-height: 400px;
}

.coleta .colMapa #mapbox-container{
    background-color: #eee;
    left: 0;
    top: 0;

}

.coleta .colMapa #mapbox-aviso{
    font-size: 20px;
    background-color: #eee;
    left: 0;
    top: 0;
}

.coleta .colMapa #mapbox-aviso.hidden{
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.social {
	margin-bottom: 60px;
	background-color: #e0d3ca;
	background-image: url(../images/bg-spot-caixa.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 40px 0 92px;
}

.social:after {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	height: 92px;
	background: url(../images/bg-redes-sociais.jpg) no-repeat center bottom;
}

.social .postPrev {
	width: 30px;
	height: 30px;
	background-color: var(--bs-white);
	font-size: 18px;
	color: #327989;
	cursor: pointer;
	outline: none;
	top: 50%;
	margin-top: -15px;
	left: 5px;
	z-index: 10;
	box-shadow: 0px 8px 40px 0px rgba(189, 223, 246, 0.45);
}

.social .postNext {
	width: 30px;
	height: 30px;
	background-color: var(--bs-white);
	font-size: 18px;
	color: #327989;
	cursor: pointer;
	outline: none;
	top: 50%;
	margin-top: -15px;
	right: 5px;
	z-index: 10;
	box-shadow: 0px 8px 40px 0px rgba(189, 223, 246, 0.45);
}

.arara .araraPrev {
	width: 30px;
	height: 30px;
	background-color: var(--bs-white);
	font-size: 18px;
	color: #327989;
	cursor: pointer;
	outline: none;
	top: 50%;
	margin-top: -18px;
	left: 5px;
	z-index: 10;
	box-shadow: 0px 8px 40px 0px rgba(189, 223, 246, 0.45);
}

.arara .araraNext {
	width: 30px;
	height: 30px;
	background-color: var(--bs-white);
	font-size: 18px;
	color: #327989;
	cursor: pointer;
	outline: none;
	top: 50%;
	margin-top: -18px;
	right: 5px;
	z-index: 10;
	box-shadow: 0px 8px 40px 0px rgba(189, 223, 246, 0.45);
}

.social .postPrev:hover,
.social .postNext:hover,
.arara .araraPrev:hover,
.arara .araraNext:hover {
	background-color: #831512;
	color: var(--bs-white);
}

.social .slideSocial {
	width: 80%;
	margin: 0 auto;
}

.social .slideSocial .postagem {
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 2px 5px 10px 0px rgba(236, 236, 236, 0.5);
	max-width: 263px;
	margin: 0 auto;
}

.arara {
	background: #edebeb url(../images/bg-foot-arara.jpg) no-repeat center bottom;
	padding-top: 70px;
	margin-bottom: 120px;
}

.arara .slideArara {
	width: 80%;
	margin: 0 auto;
	padding: 5px 10px 0
}

.arara .slideArara .swiper-slide {
	background-color: var(--bs-white);
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 0px 8px 10px 0px rgba(189, 223, 246, 0.45);
	padding: 25px 25px 10px;
	height: auto;
	margin-bottom: 15px;
}

.arara .slideArara .data {
	font-size: 28px;
	font-weight: 500;
	color: #203961;
	margin-bottom: 20px;
}


.arara .slideArara .data span {
	font-size: 58px;
	font-weight: 700;
	line-height: 50px;
	margin-right: 10px;
}

.arara .slideArara .endereco,
.arara .slideArara .horario {
	font-size: 16px;
	color: #203961;
	margin-bottom: 15px;
}

.arara .slideArara .past .data,
.arara .slideArara .past .endereco,
.arara .slideArara .past .horario {
    color:#999;
}

.arara .slideArara .endereco strong,
.arara .slideArara .horario strong {
	font-weight: 700;
	width: 80px;
	margin-right: 10px;
}

.arara .slideArara .endereco address {
	margin-bottom: 0;
}

.lkLoad {
	width: 54px;
	height: 54px;
	background-color: #29A1D4;
	font-size: 45px;
	color: var(--bs-white);
	line-height: 56px;
}

.lkLoad:hover {
	background-color: #831512;
}

.conteudos {
	margin-bottom: 65px;
}

ul.listaPosts li {
	overflow: hidden;
	background: var(--bs-white);
	border-radius: 15px;
	box-shadow: 0 25px 50px 0 rgba(93, 93, 93, 0.07);
	margin: 0 auto 40px;
	width: 100%;
	max-width: 365px;
	padding-bottom: 70px;
}

ul.listaPosts li .data {
	margin: 30px 25px 10px;
	font-size: 14px;
	font-weight: 600;
	color: #2C93BF;
}

ul.listaPosts li h3 {
	margin: 0 25px;
	font-size: 22px;
	font-weight: 400;
	color: #173569;
}

ul.listaPosts li h3 a {
	color: #173569;
	text-decoration: none;
}

ul.listaPosts li h3 a:hover {
	color: #831512;
}

ul.listaPosts li a.lkMore {
	left: 20px;
	bottom: 10px;
	font-size: 32px;
	color: #861511;
}

ul.listaPosts li a.lkMore:hover {
	left: 25px;
	color: #001553;
}

.conteudos .site-button{
    margin: 0;
    text-align: center;
}

.conteudos .site-button .site-bt{
    min-width: initial;
    width: 50px;
    height: 50px;
    padding: 0;
    line-height: 50px;
    border-radius: 50%;
}

.conteudos .site-button .button-icon{
    margin: 0;
}


#page-campanha-do-agasalho-2024 .footer {
	background-color: #E0D3CA;
	padding: 60px 0;
}


.galeria {
	margin-bottom: 110px;
}

.galeria img {
	border-radius: 10px;
    width: 100%;
}

.galeria .grid{
    width: 100%;
    display: block;
}

.galeria .grid .grid-item { 
    transition: opacity 0.3s, visibility 0.3s;
    position: relative;
    display: block;
    width: 50%;
    float: left;
    padding: 0 10px;
    padding-bottom: 20px;
}

.hidden{
    width: 0px!important;
    height: 0px!important;
    overflow: hidden!important;
    opacity: 0!important;
    visibility: 0!important;
    margin: 0!important;
    padding:0!important;
}
.galeria .grid .grid-item:after {
	content: " ";
	display: block;
	position: absolute;
	z-index: 10;
	width: 31px;
	height: 31px;
	top: 50%;
	left: 50%;
	margin: -15.5px 0 0 -15.5px;
	background: url(../images/icon-zoom.png) no-repeat 0 0;
}

@media only screen and (min-width : 480px) {
	.caixa .colTxt {
		margin-bottom: 0;
	}

	.caixa .colCaixa {
		width: 442px;
		height: 412px;
	}

	.caixa .baseCaixa {
		transform: scale(0.60) translate(-32%, -15%);
	}
}

@media only screen and (min-width : 576px) {
	.topoPage {
		background-position: left bottom;
	}

	.patrocinadores ul li {
		width: 47%;
		max-width: initial;
		margin-left: 0;
		margin-right: 0;
	}

	.doacoes a.lkCTA:after {
		right: -32px;
	}

	.doacoes .colImg img {
		margin-bottom: -60px;
	}

	.caixa .colCaixa {
		width: 515px;
		height: 480px;
	}

	.caixa .baseCaixa {
		transform: scale(0.7) translate(-21%, -5%);
	}

	.costureiras ul li {
		margin-left: 0;
		margin-right: 0;
	}
}

@media only screen and (min-width : 768px) {
	.topoPage .campanha {
		max-width: 100%;
	}

	.topoPage h1 {
		font-size: 34px;
	}

	.titleSection h2 {
		font-size: 40px;
	}

	.patrocinadores ul li {
		width: 15%;
	}

	.doacoes .colImg {
		margin-top: 60px;
	}

	.caixa .colCaixa {
		width: 100%;
		height: auto;
	}

	.caixa .baseCaixa {
		transform: scale(0.95) translate(-3%, 15%);
	}

	.coleta:before {
		content: " ";
		display: block;
		position: absolute;
		z-index: 0;
		top: 35px;
		left: 15px;
		background: url(../images/elemento-coleta.png) no-repeat 0 0;
		background-size: cover;
		width: 80px;
		height: 106px;
	}

	.coleta .colMapa iframe {
		height: 100%;
	}

	.coleta .colPontos {
		margin-bottom: 0;
	}


	.social .slideSocial,
	.arara .slideArara {
		width: 90%;
	}

	.social .postPrev {
		width: 40px;
		height: 40px;
		margin-top: -20px;
		left: 0;
		font-size: 24px;
	}

	.social .postNext {
		width: 40px;
		height: 40px;
		margin-top: -20px;
		right: 0;
		font-size: 24px;
	}

	.arara .araraPrev {
		width: 40px;
		height: 40px;
		margin-top: -25px;
		left: 0;
		font-size: 24px;
	}

	.arara .araraNext {
		width: 40px;
		height: 40px;
		margin-top: -20px;
		right: 0;
		font-size: 24px;
	}

	.social:before {
		content: " ";
		display: block;
		position: absolute;
		z-index: 0;
		top: 150px;
		right: 15px;
		background: url(../images/elemento-social.png) no-repeat 0 0;
		width: 111px;
		height: 94px;
	}

	ul.listaPosts li {
		margin-left: 0;
		margin-right: 2.75%;
		width: 31.5%;
	}

	ul.listaPosts li:nth-child(3n+0) {
		margin-right: 0;
	}

	ul.listaPosts li h3 {
		font-size: 18px;
	}

	.costureiras:before {
		content: " ";
		display: block;
		position: absolute;
		z-index: 15;
		width: 80px;
		height: 68px;
		background: url(../images/elemento-costureiras.png) no-repeat 0 0;
		background-size: cover;
		left: 30px;
		top: -15px;
	}

	.costureiras .titleSection:after {
		content: " ";
		display: block;
		position: absolute;
		z-index: 0;
		width: 80px;
		height: 106px;
		background: url(../images/elemento-coleta.png) no-repeat 0 0;
		background-size: cover;
		right: -15px;
		top: 85px;
	}

	.costureiras ul li {
		width: 45%;
	}

	.arara .titleSection {
		padding-left: 40px;
	}

	.arara .titleSection:before {
		content: " ";
		display: block;
		position: absolute;
		left: -10px;
		bottom: -60px;
		width: 73px;
		height: 62px;
		background: url(../images/elemento-social.png) no-repeat 0 0;
		background-size: cover;
	}

	.arara .slideArara {
		margin: 0 40px;
		width: auto;
	}
}

@media only screen and (min-width : 992px) {
	.topoPage {
		background-position: center bottom;
		background-size: initial;
		padding: 40px 0 160px;
		height: 702px;
	}

	.topoPage:after {
		width: 154px;
		height: 179px;
		bottom: 10px;
		margin-left: -135px;
		background-size: initial;
	}

	.topoPage img {
		margin: 0;
	}

	.topoPage .campanha {
		max-width: 100%;
		margin-left: -25px;
	}

	.topoPage .nd {
		max-width: 170px;
	}

	.doacoes .colTxt {
		padding-bottom: 115px;
	}

	.doacoes .colImg {
		margin-top: 0;
	}

	.doacoes .colImg img {
		max-width: initial;
	}

	.caixa:before {
		content: " ";
		display: block;
		position: absolute;
		z-index: 15;
		width: 100px;
		height: 130px;
		background: url(../images/elemento-caixa.png) no-repeat 0 0;
		background-size: cover;
		left: 30px;
		top: -55px;
	}

	.caixa {
		padding-bottom: 0;
	}

	.caixa .colTxt {
		padding-top: 90px;
	}

	.caixa .colCaixa {
		width: 58.33333333%;
		height: auto;
	}

	.caixa .baseCaixa {
		transform: scale(0.8) translate(-23%, 5%);
	}

	.coleta .colPontos {
		padding-left: 25px;
		padding-right: 25px;
	}

	
	.coleta .colMapa {
		padding-left: 23px;
	}

	ul.listaPosts li h3 {
		font-size: 22px;
	}

	.costureiras .titleSection:after {
		right: 0;
		top: 35px;
	}

	.costureiras ul li {
		width: 31.5%;
		margin-right: 2.7%;
	}

	.costureiras ul li:nth-child(3n+0) {
		margin-right: 0;
	}

	.arara .titleSection {
		padding-left: 50px;
	}

	.arara .titleSection:before {
		left: -5px;
	}

	.arara .titleSection:after {
		content: " ";
		display: block;
		position: absolute;
		right: 0;
		bottom: -40px;
		width: 76px;
		height: 77px;
		background: url(../images/elemento-arara.png) no-repeat 0 0;
	}

	.arara .slideArara {
		margin: 0 50px;
	}

    .arara .slideArara .past{
        color: #333;
    }

    .galeria .grid .grid-item { 
        width: 24.5%;
    }
}

@media only screen and (min-width : 1200px) {
	.topoPage {
		padding-top: 65px;
	}

	.topoPage .nd {
		max-width: 100%;
	}

	.topoPage h1 {
		font-size: 40px;
	}

	.topoPage p {
		margin-bottom: 30px;
	}

	.caixa .colCaixa {
		width: 50%;
		height: auto;
	}

	.caixa .baseCaixa {
		transform: scale(0.85) translate(-23%, 2%);
	}

	.coleta:before {
		width: 134px;
		height: 177px;
	}


	.social .postPrev,
	.social .postNext {
		width: 60px;
		height: 60px;
		margin-top: -30px;
		font-size: 32px;
	}

	.social:before {
		top: 50px;
		right: 70px;
	}

	.costureiras:before {
		width: 138px;
		height: 117px;
		background-size: initial;
		left: 95px;
		top: -85px;
	}

	.costureiras .titleSection:after {
		width: 134px;
		height: 177px;
		background-size: initial;
		right: -20px;
	}

	.costureiras ul li {
		width: 18.6%;
		margin-right: 1.7%;
	}

	.costureiras ul li:nth-child(3n+0) {
		margin-right: 1.7%;
	}

	.costureiras ul li:nth-child(5n+0) {
		margin-right: 0;
	}

	.arara:after {
		content: " ";
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
		width: 200px;
		height: 259px;
		background: url(../images/img-arara.png) no-repeat 0 0;
		background-size: cover;
	}

	.arara .titleSection:after {
		right: 120px;
	}

	.arara .araraPrev {
		width: 60px;
		height: 60px;
		margin-top: -35px;
		font-size: 32px;
		left: -15px;
	}

	.arara .araraNext {
		width: 60px;
		height: 60px;
		margin-top: -35px;
		font-size: 32px;
		right: -15px;
	}
}

@media only screen and (min-width : 1400px) {
	.topoPage .container {
		max-width: 1400px;
	}

	.caixa {
		padding-bottom: 25px;
	}

	.caixa .colTxt {
		padding-top: 140px;
		padding-right: 30px;
	}

	.caixa .colCaixa {
		width: 41.66666667%;
		min-height: 687px;
	}

	.caixa .baseCaixa {
		transform: none;
		position: absolute;
		right: 0;
		bottom: 10px;
	}

	.social .slideSocial {
		width: 88%;
	}

	.social:before {
		right: 120px;
	}

	ul.listaPosts {
		padding: 0 70px;
	}

	.costureiras:after {
		width: 156px;
		height: 154px;
		bottom: 35px;
		background-size: initial;
	}

	.arara .titleSection:before {
		left: -25px;
		bottom: 0;
	}

	.arara .titleSection:after {
		right: 130px;
		bottom: -30px;
	}

	.arara .baseSlide {
		padding-right: 80px;
	}

	.arara .slideArara .data span {
		font-size: 72px;
		line-height: 64px;
	}

	.arara .araraNext {
		right: 55px;
	}
}

@media only screen and (min-width : 1520px) {
	.doacoes .colImg img {
		margin: 0;
		position: absolute;
		z-index: 10;
		bottom: -70px;
		left: 0;
		width: auto;
		max-width: 640px;
	}

	.caixa:before {
		width: 155px;
		height: 201px;
		background-size: initial;
	}

	.coleta .container {
		max-width: 1400px;
	}

	.social:before {
		right: 180px;
	}

	.costureiras .titleSection:after {
		right: -40px;
	}

	.costureiras .container {
		max-width: 1420px;
	}

	.costureiras ul li {
		width: 19.2%;
		margin-right: 1%;
	}

	.costureiras ul li:nth-child(3n+0) {
		margin-right: 1%;
	}

	.arara:after {
		width: 240px;
		height: 310px;
	}

	.arara .araraPrev {
		left: -25px;
	}

	.arara .araraNext {
		right: 50px;
	}
}

@media only screen and (min-width : 1660px) {
	.doacoes .colImg img {
		max-width: initial;
		bottom: -75px;
	}

	.caixa:before,
	.coleta:before {
		left: 120px;
	}

	.costureiras .titleSection:after {
		right: -94px;
	}

	.arara:after {
		width: 295px;
		height: 381px;
	}
}

@media only screen and (min-width : 1800px) {
	.arara:after {
		width: 345px;
		height: 446px;
		background-size: initial;
		right: 30px;
		bottom: -10px;
	}
}

@media only screen and (min-width : 1920px) {
	.arara:after {
		right: 65px;
	}
}