body{
	font-family: 'Nunito', sans-serif;
	color:#616579;
	font-size: 20px;
}

@keyframes blink {  
	0% { opacity: 0; transform: scale(.5);}
	50% { opacity: 1; transform: scale(1);}
	100% { opacity: 0; transform: scale(.5);}
}

@keyframes move-forever {
	0% {
	 transform: translate3d(-90px,0,0);
	}
	100% { 
	  transform: translate3d(85px,0,0);
	}
}
h1{
	font-size: 42px;
	color: #001689;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: 0.005em;
}
h2{
	font-size: 32px;
	color: #202540;
}
h2.blue{
	font-size: 32px;
	color: #001689;
}
h3{
	font-size: 25px;
	color: #001689;
}
small{
	font-size: 11px;
}
.galerias{
	padding: 64px 0;
}
.galerias h2 {
	font-weight: 600;
	font-size: 32px;
	line-height: 120%;
	margin: 0;
	color: #202540;
}
.galerias h3 {
	font-weight: 600;
	font-size: 25px;
	line-height: 130%;
	color: #001689;
	margin-top: 10px;
}

.galerias p {
	font-weight: normal;
	font-size: 20px;
	line-height: 170%;
	color: #616579;
	margin-top: 40px;
	max-width: 430px;
}

.galerias figure.maior {
	text-align: center;
}

.galerias figure.maior a {
    width: 435px;
    height: 460px;
    display: inline-block;
    max-width: 100%;
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
}

.galerias figure.maior a .play {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	transition: all .5s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.galerias figure.maior a:hover > .play {
	opacity: 1;
}

.galerias figure.menor {
	/* margin: 0 0 10px; */
	margin: 10px 0;
	margin-block-end: 0;
}
.galerias figure.menor a {
	width: 215px;
	height: 225px;
    display: inline-block;
    max-width: 100%;
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
	border-radius: 20px;
}


.galerias figure.menor.mais a {
	position: relative;
	overflow: hidden;
}

.galerias figure.menor a span.plus {
	display: none;
}

.galerias figure.menor.mais a span.plus {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	font-size: 32px;
	line-height: 120%;
	color: white;
	transition: all .5s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.radius{
	border-radius: 20px;
}
.big-radius{
	border-radius:30px;
}
.mt-big{
	margin-top: 120px;
}
.mb-big{
	margin-bottom: 120px;
}
.mt-med{
	margin-top: 60px;
}

.mb-med{
	margin-bottom: 60px;
}

.mt-small{
	margin-top: 30px;
}

.mb-small{
	margin-bottom: 30px;
}

.degrade{
    padding: 80px 0 0;
	width: 100%;
	min-height: 300px;
	background: rgb(223,233,249);
	background: linear-gradient(180deg, rgba(223,233,249,1) 0%, rgba(223,233,249,1) 35%, rgba(255,255,255,1) 100%);
}
.menu-top{
	background: rgb(223,233,249);
	padding: 10px 0;
}
.footer{
	width: 100%;
	background: #001689;
	color: #FFF;
}
.bg-gray{
	background: #F5F6FA;
}
.btn-outline-primary{
	border-radius: 50rem;
	border-color: #001689;
	color: #001689;
}
.btn-outline-primary:hover{
	background: #001689;
	border-color: #001689;
}
.shadow{
	box-shadow: 0px 4px 16px rgba(0, 22, 137, 0.2);
}
.big-shadow{
	background: #FFFFFF;
    box-shadow: 0px 8px 56px rgba(0, 22, 137, 0.2);
    border-radius: 20px;
    padding: 30px 80px;
    display: inline-block;
    margin-top: 24px;
}

.pre-resized-splitflap {
    margin: 50px 0 0px 0;
	text-align: center;

}
.bigode {
	margin-top: 130px;
	margin-bottom: 40px;
}

.hidden{
	display: none;
}
.box-mais{
	float: left;
    width: 100%;
    background: #000;
    border-radius: 5px;
    color: #fff;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
.box-mais:hover{
	color: #FFF;
}
.num-foto{
	position: absolute;
    display: flex;
    margin: 35%;
    font-weight: 700;

}
.foto-mais{
	opacity: 0.4;
}

.logo {
	text-align: center;
	width: 100%;
}
.logo img {
	display: inline-block;
	width: 103px;
}

.description-page {
	font-weight: normal;
	font-size: 20px;
	line-height: 170%;
	color: #7C85A6;
	margin: 32px 0;
}

.degrade .btn-moda {
	margin: 20px 0  0;
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	color: #001689;
	padding: 20px 32px;
	border: 2px solid;
}

.degrade .btn-moda:hover {
	background-color: #001689;
	color: white;
}

.garrafa {
	position: relative;
}

.garrafa .items svg {
	position: absolute;
}
.garrafa .items svg.bolinha1 {
	right: 50px;
	top: -30px;
	animation: blink 2s ease infinite;
}
.garrafa .items svg.bolinha2 {
    left: 30px;
    bottom: 210px;
    width: 36px;
	animation: blink 2s ease infinite 1s;
}
.garrafa .items svg.bolinha3 {
    right: 20px;
    bottom: 110px;
    width: 32px;
	animation: blink 2s ease infinite 1.5s;
}
.garrafa .items svg.estrela1 {
	left: 50px;
    top: 30px;
	animation: blink 2s ease infinite 2s;
}
.garrafa .items svg.estrela2 {
    right: 80px;
    top: 180px;
    width: 32px;
	animation: blink 2s ease infinite 1s;
}
.garrafa .items svg.estrela3 {
	left: 80px;
    bottom: 120px;
    width: 28px;
	animation: blink 2s ease infinite .5s;
}

.garrafa .seta {
	bottom: -130px;
    position: absolute;
    right: 100px;
}

.items-doacao {
    bottom: 30px;
}
.items-doacao .item {
	display: inline-block;
}
.items-doacao .item h4 {
	font-weight: normal;
	font-size: 17px;
	line-height: 170%;
	text-align: center;
	color: #616579;
}
.items-doacao .item p {
	color: #001689;
	font-weight: 600;
	font-size: 20px;
	line-height: 130%;
	text-align: center;
	margin: 0;
}

.galerias .col-md-5 {
	position: relative;
}

.posts {
	text-align: center;
	padding-bottom: 48px;
}
.posts h2 {
	font-weight: 600;
	font-size: 32px;
	line-height: 120%;
	text-align: center;
	letter-spacing: 0.005em;
	color: #001689;
	margin: 24px 0;
}
.posts p.subtitle-posts {
	font-size: 20px;
	line-height: 170%;
	text-align: center;
	color: #616579;
}
.tabs a svg {
	width: 44px;
	height: 44px;
}

.posts .tabs {
	margin: 40px auto;
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.posts .tabs .icon {
	width: 80px;
    height: 80px;
	display: inline-flex;
	background: #DFE9F9;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	fill: #5F9CF1;
	transition: all .5s;
}

.posts .tabs h4 {
	color: #5F9CF1;
	font-weight: 600;
	font-size: 20px;
	line-height: 130%;
	margin: 15px 0 0;
	transition: all .1s;
}

.posts .tabs a {
	text-decoration: none;
	display: inline-block;
	margin: 0 15px;
}

.posts .tabs a:hover > .icon , .posts .tabs a.active > .icon {
	background: #5F9CF1;
	fill: white;
}
.posts .tabs a:hover > h4, .posts .tabs a.active > h4 {
	color: #001689;
}


.posts .tabs .icon .hover {
	display: none;
}

.posts .tabs a:hover  .icon .hover,  .posts .tabs a.active .icon > .hover {
	display: block;
}

.posts .tabs a:hover  .icon .inativo,  .posts .tabs a.active .icon > .inativo {
	display: none;
}

.posts .tabs .icon svg {
	height: 44px;
}

.tab-description {
	margin-top: 40px;
}

.tab-description img {
	max-width: 100%;
}

.tab-description .image-post {
	border-radius: 8px;
	overflow: hidden;
}

.tab-description .content {
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 170%;
}

.tab-description .content h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 25px;
	line-height: 130%;
	color: #001689;
	margin-bottom: 24px;
}

.tab-description .content ul {
	list-style: none;
}
.tab-description .content ul li  {
	margin-bottom: 24px;
	position: relative;
}

.tab-description .content ul li:before {
	content: "";
	display: block;
	top: 10px;
	left: -35px;
	position: absolute;
	width: 17px;
	height: 13px;
	background-image: url(../img/check.png);
}

.image-post.only {
    max-width: 320px;
    margin: 20px;
    display: inline-block;
}
	
.tab-description .row {
	margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
	.degrade {
		padding-top: 32px;
	}
	.primeira-dobra {
		text-align: center;
	}
	.segunda-dobra {
		margin-top: 40px;
	}
	.segunda-dobra .garrafa {
		max-width:480px;
		margin: 24px auto;
	}
	.pre-resized-splitflap {
		margin: 40px 0 0px 0;
	}
	.bigode {
		margin-top: 70px;
	}
	.galerias .galeria {
		height: auto;
		text-align: center;
	}
	.galerias .galeria p {
		width: auto;
		max-width: initial;
	}
	.galerias .galeria .items-doacao {
		position: relative;
		margin-top: 36px;
		bottom: initial;
	}

	.galerias .galeria-imagens {
		margin-top: 32px;
	}

	.reverse {
		flex-direction: column-reverse;
	}
}

@media screen and (max-width: 480px) {
	.primeira-dobra h1 {
		font-size: 24px;
	}
	.description-page {
		font-size: 16px;
	}
	.description-page br {
		display: none;
	}
	.degrade .btn-moda {
		margin-top: 0;
	}
	.garrafa .seta {
		right: initial;
		text-align: center;
		position: relative;
		bottom: initial;
		margin-top: 24px;
	}
	.big-shadow {
		margin-top: -100px;
		padding: 10px 20px;
		display: block;
	}
	.incremental-counter .num:nth-of-type(3n +1 ) {
		margin-left: 4px;
	}
	.incremental-counter .num {
		font-size: 24px;
	}
	h2.bigode {
		font-size: 24px;
		margin: 22px 0;
	}
	.galerias {
		padding-top: 32px;
	}
	.galerias h2 {
		font-size: 28px;
	}
	.galerias h3 {
		font-size: 22px;
	}
	.galerias .galeria p {
		font-size: 16px;
	}
	.galerias .galeria .items-doacao {
		margin-top: 24px;
	}
	.items-doacao .item .imagem img {
		width: 80px;
	}
	.items-doacao .item h4 {
		font-size: 16px;
	}
	.galerias figure.menor {
		display: none;
	}
	.galerias figure.maior a {
	    width: 100%;
   		height: 320px;	
	}
	.galerias figure.maior a .play {
		opacity: 1;
	}
	footer {
		padding:10px 0;
		text-align: center;
	}
	
	.item-garrafa svg {
		max-height: 160px;
	}
	.garrafa .items svg.bolinha1 {
		width: 20px;
	}
	.garrafa .items svg.estrela1 {
		width: 18px;
	}
	.garrafa .items svg.estrela2 {
		top: 50px;
	}
	.segunda-dobra .garrafa {
		max-width: 280px;
	}
	.tab-description .content h3 {
		text-align: center;
		margin-top: 24px;
	}

	.modal-dialog .modal-content {
		border-radius: 0;
		border: none;
		height: 100%;
		margin: 0;
		padding: 0;
	}
	.modal.show .modal-dialog {
		height:  98%;
	}
	.modal-body .titles {
		display: none;
	}
	.modal .modal-body .table-main tr {
		display: block;
	}
	.modal .modal-body .table-main tr td {
		width: 100%;
		display: block;
		text-align: center;
	}
	.modal .modal-body .table-main .lit-list .litragem span {
		display: inline !important;
	}
	.modal .modal-body .table-main tr.bottom td {
		padding: 20px 10px !important;
	}
	.modal .modal-body .table-main tr td.info-list {
		flex-direction: column;
	}

	.segunda-dobra {
		order: 1;
		margin-top: -20px;
	}
	.posts .tabs {
		justify-content: space-between;
	}
	.posts .tabs a {
		margin: 15px 0;
		text-align: center;
		width: 50%;
		align-items: center;
	}
	.posts .tabs h4 {
		font-size: 18px;
	}

	.modal .modal-body .table-main tr td.info-list .img {
		text-align: center;
	}
	.modal .modal-body .table-main tr td.info-list img {
		margin: 0;
	}

	.modal .modal-body .table-main .desc-prod h3 {
		font-size: 18px;
		margin-top: 8px;
	}

	.modal .modal-body .table-main tr.bottom .content-prod-modal {
		font-size: 14px;
	}

	.modal-open .modal {
		overflow: hidden;
	}

	.modal .modal-body{
		overflow: auto;
	}

}