.main-navigation, .menu-wrapper {
	display: none;
}

.swiper-button-next, .swiper-button-prev {
    color: #00444b !important;
    z-index: 100000;
}

.main-banners {
	overflow: hidden;
	align-items: center;
	display: flex;
	justify-content: center;
}

body {
	font-family: 'Montserrat', sans-serif;
	background: #659756;
}

header {
	background: #f7f7f7;
	width: 75%;
	margin: 0 auto;
	border-radius: 10px;
	position: fixed;
	z-index: 6;
	top: 30px;
	left: 10%;
	padding: 20px 2.5%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	box-shadow: 3px 3px 20px rgba(0,0,0,0.1);
}

header a img {
	max-width: 300px;
}

.header-menu {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
}

.header-menu a {
	text-decoration: none;
	font-size: 1rem;
	font-weight: 700;
	color: #2a4d56;
	margin: 0 20px;
	transition: 0.3s;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
}

.header-menu a:hover {
	color: #426937;
}

/* main */
.main {
	overflow: hidden;
	position: relative;
}

.main .main-img {
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
}

.main .main-video {
	display: block;
  position: relative;
  z-index: 1;
  margin-bottom: -193px;
  margin-top: -193px;
  min-height: 1350px;
}

.main-icons {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


.main-icons .icon {
	min-width: 40px;
	background: #426937;
	padding: 15px;
	border-radius: 100px;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 7;
}

.main-icon .icon img {
	display: block;
}

.icon-1 {
	bottom: 5%;
	left: 20%;
	width: 80px;
}
.icon-2 {
	top: 40%;
	right: 40%;
	width: 60px;
}
.icon-3 {
	top: 15%;
	right: 65%;
	width: 50px;
}
.icon-4 {
	top: 13%;
  right: 32%;
  width: 50px;
}
.icon-5 {
	top: 33%;
	right: 22%;
	width: 55px;
}

.about {
	position: relative;
	z-index: 5;
	margin: -200px 0 0 0;
}

.about-wrapper {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.about-full {
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 90%;
	justify-content: space-between;
}

.about-page-full {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	width: 90%;
	justify-content: space-between;
}


.about-left {
	margin: 240px 0 0 0;
	width: 63%;
}

.about-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 35%;
}

.section-title {
	font-size: 1.1rem;
	color: #f7f7f7;
	font-size: 500;
	text-align: left;
}

.section-title-white {
	color: #f7f7f7;
}
.section-title-green {
	color: #659756;
}
.section-title-blue {
	color: #00444b;
}

.section-title b {
	font-weight: 700;
}

.about-block h2 {
	margin: 10px 0 40px 0;
	max-width: 550px;
	font-size: 2rem;
	color: #f7f7f7;
	font-weight: 500;
}

.about-block h2 b {
	font-weight: 700;
}

.about-block h3 {
	margin: 10px 0 40px 0;
	max-width: 550px;
	font-size: 1.2rem;
	line-height: 1.4rem;
	color: #f7f7f7;
	font-weight: 500;
}

.about-block h3 b {
	font-weight: 700;
}

.about-content {
	padding: 35px;
	background: #f7f7f7;
	border-radius: 5px;
	margin: 20px 0;
	box-shadow: 3px 3px 20px rgba(0,0,0,0.1);
}

.about-full .about-content {
	width: 43%;
	background: #f7f7f7 url('../images/bg-mission.png') no-repeat right bottom;
}

.about-full-three .about-content {
	width: 26%;
}

.about-content h5 {
	color: #659756;
	font-weight: 800;
	font-size: 1.5rem;
	margin: 15px 0 35px 0;
}

.about-content h6 {
	color: #659756;
	font-weight: 800;
	font-size: 1.1rem;
	margin: 15px 0 5px 0;
}

.about-content p {
	color: #797979;
	font-size: 1.1rem;
	line-height: 1.4rem;
	margin: 0 0 20px 0;
	text-align: justify;
}

.about-content p.role {
	margin: 0 0 5px 0;
}

.about-content p.description {
	font-size: 0.95rem;
	margin: 0 0 30px 0;
}

.about-content p b {
	font-weight: 700;
	color: #426937;
}

.about-full .about-content h6 {
	color: #659756;
	font-weight: 800;
	font-size: 1.5rem;
	margin: 40px 0 35px 0;
}

.about-content-list p {
	font-size: 1rem;
	line-height: 1.4rem;
	text-indent: 25px;
	position: relative;
	margin: 10px 0;
}

.about-content-list p:before {
	background: url('../images/icons/6-recicle.svg');
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	border-radius: 10px;
	/*background: #797979;*/
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.logo-hand {
	position: absolute;
	top: 520px;
	right: 0;
	max-width: 980px;
	z-index: -1;
}

.news {
	background: #f4f4f4;
	padding: 170px 0 120px 0;
	margin-top: -120px;
}


.news-wrapper {
	max-width: 1280px;
	margin: 0 auto;
    padding-top: 40px;
}

.news h2 {
	margin: 10px 0 40px 0;
	max-width: 700px;
	font-size: 2rem;
	color: #659756;
	font-weight: 500;
}

.news h2 b {
	font-weight: 700;
}

.new-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}

.new {
	width: 24%;
	margin: 20px 0.5%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #fff;
	box-shadow: 3px 3px 20px rgba(0,0,0,0.1);
	border-radius: 5px;
	padding: 0 0 20px 0;
	text-decoration: none;

}

.new .new-image {
	overflow: hidden;
	width: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.new img {
	margin: 0 auto;
	height: 320px;
	display: block;
}

.new h4 {
	width: 80%;
	display: block;
	padding: 20px;
	color: #659756;
	font-weight: 500;
	font-size: 1.1rem;
}

.new button {
	width: 80%;
	display: block;
	color: #00444b;
	font-weight: 700;
	font-size: 1.1rem;
	text-align: right;
	border: 0;
	margin: 0 auto;
	background: transparent;
	align-self: flex-end;
}

.more-button {
	padding: 15px 30px;
	background: #00444b;
	color: #fff;
	font-weight: 700;
	border-radius: 5px;
	text-decoration: none;
	float: right;
	margin: 20px;
	transition: 0.3s;
}

.more-button:hover {
	background: #659756;
}

.association {
	background: #e3e3e3;
}

.association-wrapper {
	max-width: 1280px;
	margin: 0 auto;
	padding: 80px 0;
	justify-content: space-between;
	display: flex;
}

.association-block-1 {
	width: 40%;
}

.association-block-2 {
	width: 58%;
}

.association-block-2 img {
	width: 100%;
	display: block;
	margin: 20px 0;
}

.association-block-1 img {
	width: 100%;
	display: block;
	margin: 0 0 25px 0;
}

.associations {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}



.association-page-wrapper {
	max-width: 1280px;
	margin: 0 auto;
	padding: 80px 0;
	justify-content: space-between;
	display: flex;
	flex-direction: column;
}

.association-page-wrapper h2 {
	margin: 0 0 15px 20px !important;
}


.associations-page {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.associations-page a {
	display: block;
	max-width: 400px;
	margin: 20px;
	width: 30%;
}

.associations-page img {
	display: block;
	width: 100%;
}
.association-form-wrapper {
	width: 40%;
}
.association-image {
	margin: 100px 0 0 0;
}

.association-image img {
	width: 100%;
	display: block;
	border-radius: 10px;
	box-shadow: 3px 3px 20px rgba(0,0,0,0.1);
}



.association h2 {
	margin: 10px 0 40px 0;
	max-width: 700px;
	font-size: 2rem;
	color: #00444b;
	font-weight: 500;
}

.association h2 b {
	font-weight: 700;
}

.association-form {
	background: #f7f7f7;
	border-radius: 10px;
	box-shadow: 3px 3px 20px rgba(0,0,0,0.1);
	padding: 5%;
	display: flex;
	flex-direction: column;
	width: 90%;
}

.association-form h5 {
	color: #00444b;
	font-size: 1.1rem;
	margin: 10px 0;
}

.association-form input {
	background: #f7f7f7;
	border: 0;
	border-radius: 5px;
	margin: 3px 0;
	padding: 10px 5%;
	width: 90%;
	background: #c7c7c7;
	font-weight: 700;
	font-size: 1.2rem;
	font-family: 'Montserrat';
	outline: none;
}

.association-form textarea {
	background: #f7f7f7;
	border: 0;
	border-radius: 5px;
	margin: 3px 0;
	padding: 10px 5%;
	width: 90%;
	background: #c7c7c7;
	font-weight: 700;
	font-size: 1.2rem;
	font-family: 'Montserrat';
	resize: none;
	outline: none;
}

.association-form button {
	background: #f7f7f7;
	border: 0;
	border-radius: 5px;
	margin: 5px 0;
	padding: 10px 20px;
	background: #659756;
	color: #fff;
	font-weight: 700;
	font-size: 1.2rem;
	width: 40%;
	align-self: flex-end;
}


.association-form input::placeholder, .association-form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #00444b;
  opacity: 1; /* Firefox */
}

.association-form input:-ms-input-placeholder, .association-form textarea:-ms-input-placeholder  { /* Internet Explorer 10-11 */
  color: #00444b;
}

.association-form input::-ms-input-placeholder, .association-form textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #00444b;
}


footer {
	background: #00444b;
	padding: 80px 0;
}

.footer-wrapper {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.footer-block {
	margin: 30px 0;
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	align-items: flex-end;
}

.footer-block .footer-logo {
	width: 100%;
	display: block;
	align-self: center;
}

.footer-block .footer-logo img {
	display: block;
	margin: 0 auto;
	max-width: 400px;
}

.footer-block p {
	font-size: 1.3rem;
	line-height: 1.8rem;
	color: #e3e3e3;
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
}

.footer-nav {
	display: flex;
	flex-direction: column;
}

.footer-nav a {
	text-decoration: none;
	font-size: 1.3rem;
	margin: 5px 0;
	font-weight: 700;
	color: #e3e3e3;
}

.footer-social {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.footer-links {
	display: flex;
	justify-content: flex-end;
	margin: 0 0 15px 0;
}

.footer-links a {
	margin: 3px;
}

.footer-infos p {
	color:  #e3e3e3;
	font-size: 1.1rem;
	text-align: right;
}

.footer-infos p.phone {
	color:  #e3e3e3;
	font-size: 1.6rem;
	margin: 10px 0;
	text-align: right;
}


.footer-infos p.phone span {
	display: block;
	color:  #cfe0c5;
	font-size: 0.95rem;
	font-weight: 500;
	text-align: right;
	margin-top: -5px;
}

.footer-copy {
	padding: 20px;
	background: #00353a;
	text-align: center;
	color:  #e3e3e3;
	font-size: 1.1rem;
}

/* quem somos */

.about-page {
	padding: 180px 0;
	position: relative;
	background: url('../images/bg-about.jpg') center bottom no-repeat;
	background-size: 100 auto;
}

.about-associate {
	padding: 240px 0 100px 0;
	position: relative;
	background: url('../images/bg-associadas.jpg') center center no-repeat;
	background-size: 100 auto;
}

.about-page .logo-hand {
	position: absolute;
	top: 220px;
	right: 20px;
	max-width: 720px;
	z-index: 1;
}

.association .logo-hand {
	position: absolute;
	bottom: 10px;
	right: 20px;
	max-width: 720px;
	z-index: 1;
}

.about-associate .map {
	max-width: 600px;
	z-index: 1;
}

.about-page-left {
	width: 75%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
/* noticias */


.news {
	background: #f4f4f4 url('../images/bg-posts.jpg') center bottom no-repeat;
	padding: 170px 0 220px 0;
	margin-top: -120px;
}

.news-page {
	padding: 180px 0;
	margin-top: 0;
}


/* noticia */

.new-page {
	background: #f4f4f4 url('../images/bg-posts.jpg') center bottom no-repeat;
	padding: 180px 0 800px 0;
}


.new-page-wrapper {
	max-width: 740px;
	padding: 30px;
	margin: 20px auto;
}

.new .new-image {
	overflow: hidden;
	width: 100%;
	background: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.new-page-wrapper img {
	margin: 10px auto;
	max-width: 740px;
	display: block;
}

@media (max-width: 740px) {
    .new-page-wrapper img {
        max-width: 300px;
    }
}

.new-page-wrapper h2 {
	margin: 10px 0 10px 0;
	font-size: 2rem;
	color: #659756;
	font-weight: 700;
}

.new-page-wrapper a {
    background: green;
    border-radius: 5px;
    display: inline-block;
    margin-top: 30px;
    padding: 5px 10px;
    color: white !important;
    text-decoration: none;
    font-weight: 700;
}
.new-page-wrapper a:hover {
    background: #0B424A;
}

.new-page-wrapper h4 {
	display: block;
	color: #659756;
	font-weight: 500;
	font-size: .95rem;
	margin: 0 0 40px 0;
}

.new-content {
	margin: 20px 0;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.5rem;
	color: #797979;
	text-align: justify;
}

.new-content p {
	margin: 5px 0;
}

.new-content p b {
	font-weight: 700;
}

.new-content p i {
	font-style: italic;
}

.new-content iframe {
	width: 100%;
	margin: 40px auto;
	display: block;
}

/* diretoria */

.directory {
	background: #f4f4f4 url('../images/bg-directory.jpg') center bottom no-repeat;
	background-size: 100 auto;
}

.director h4 {
	width: 80%;
	display: block;
	margin: 0 auto;
	padding: 20px 0 0 0;
	color: #659756;
	font-weight: 700;
	font-size: 1.2rem;
	text-align: left;
}

.director h4 span {
	display: block;
	color: #797979;
	font-weight: 500;
	font-size: 0.95rem;
	margin: 5px 0 0 0;
}

.director p.role {
	width: 80%;
	margin: 0 auto;
	display: block;
	color: #426937;
	font-weight: 500;
	font-size: 1rem;
}

.director p.states {
	width: 80%;
	margin: 0 auto 10px auto;
	display: block;
	color: #659756;
	font-weight: 700;
	font-size: 1.2rem;
}


.director p.states b {
	font-weight: 700;
	margin: 2px 0;
	display: block;
}

.director p.city {
	width: 80%;
	margin: 5px auto 10px auto;
	display: block;
	color: #797979;
	font-weight: 500;
	font-size: 1rem;
}

.director p.phone {
	width: 80%;
	margin: 10px auto 0 auto;
	display: block;
	color: #797979;
	font-weight: 600;
	font-size: 1rem;
}

.director p.association {
	width: 80%;
	margin: 10px auto;
	display: block;
	color: #426937;
	font-weight: 700;
	font-size: .95rem;
	background: transparent;
}

/* contato */

.contact-page {
	padding: 100px 0;
}

.contact-page h3 {
	margin: 40px 0;
	max-width: 700px;
	font-size: 1.1rem;
	line-height: 1.5rem;
	color: #00444b;
	font-weight: 500;
}


.api {
	margin-top: -120px;
	width: 100%;
	padding-bottom: 80px;
}

.api-wrapper {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	border-radius: 10px;
	box-shadow: 10px 10px 20px rgba(0,0,0, 0.1);
	padding: 2.5%;
	width: 95%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
}

.api-block {
	width: 98%;
	margin: 0 1%;
}

.api-title {
	padding: 5px 0 15px 0 !important;
	margin: 5px 0 15px 0 !important;
	border-bottom: 1px solid #828282;
	position: relative;
	font-size: 1rem !important;
	color: #80a572 !important;
}

.api-title:after {
	color: transparent;
	width: auto;
	border-bottom: 2px solid #80a572;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.api-title-stock:after {
	content: 'Cotações Agrícolas';
}

.api-title-wheater:after {
	content: 'Previsão do tempo';
}

.api-datas {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
}

.api-data {
	margin: 20px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-right:  1px solid #dadada;
}

.api-wheater .api-data {
	padding: 0 15px;
}

.api-stock .api-data {
	padding: 0 25px;
}

.api-data:last-child {
	border: 0;
}

.api-data-icon {
	width: 40px !important;
	margin: 10px 0 20px 0;
	display: block;
}

.api-data-title {
	color: #393638 !important;
	font-size: 0.9rem !important;
	font-weight: 600 !important;
	margin: 0 0 10px 0 !important;
}

.api-data-sub {
	color: #393638;
	font-size: 0.85rem;
	font-weight: 500;
	margin: 0 0 5px 0;
}

.api-data-value {
	color: #393638;
	font-size: 1.5rem;
	font-weight: 800;
	margin: 0 0 5px 0;
}

.api-data-date {
	color: #393638;
	font-size: 0.75rem;
	font-weight: 500;
	margin: 0 0 10px 0;
}

.api-data-full {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.api-today-date-city {
    display: flex;
}

.api-data-big-wheater-date {
    font-size: 25px;
    margin-left: 10px;
    font-weight: 700;
    color: #393638;
    display: flex;
    align-items: center;
}

.api-data-city {
	text-align: right;
	width: 100%;
	font-size: 0.9rem;
	font-weight: 700;
	color: #393638;
	margin: 10px 0;
}

.api-data-city span {
	display: block;
	text-align: right;
	width: 100%;
	font-size: 0.75rem;
	font-weight: 500;
	color: #b2b2b2;
}

.api-data-main-wheater {
	display: flex;
	flex-direction: row;
	width: 100%;
	align-items: center;
	justify-content: flex-end;
}

.api-data-main-wheater-icon {
	width: 90px;
	display: block;
}

.api-data-main-wheater-number {
	font-size: 2rem;
	font-weight: 800;
	color: #393638;
	margin: 0 0 0 10px;
}

.api-data-main-wheater-number span {
	font-size: 1rem;
	font-weight: 500;
	color: #393638;
	text-align: center;
	display: block;
}

.api-data-main-wheater-min-max {
	display: flex;
	border: 1px solid #b2b2b2;
	border-radius: 10px;
	margin: 0 0 0 70px;
}

.main-min, .main-max {
	display: block;
	padding: 10px 15px;
	font-size: 1.2rem;
	font-weight: 800;
	color: #03a859;
	text-align: center;
}

.main-min {
	border-right: 1px solid #b2b2b2;
}

.main-min:before {
	content: 'MÍN';
	display: block;
	font-weight: 500;
	font-size: 0.95rem;
	color: #393638;
}

.main-max:before {
	content: 'MÁX';
	display: block;
	font-weight: 500;
	font-size: 0.95rem;
	color: #393638;
}

.api-data-wheater-date {
	font-weight: 700;
	color: #393638;
	margin: 5px 0;
}

.api-data-wheater-desc {
	font-weight: 500;
	color: #393638;
	text-align: center;
	margin: 5px 0;
}

.api-data-wheater-min-max {
	display: flex;
	flex-direction: row;
}

.wheater-min, .wheater-max {
	font-weight: 800;
	color: #707070;
	padding: 0 10px;
	position: relative;
}

.wheater-min:before {
	content: '';
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #03a859;
	display: block;
	position: absolute;
	left: -5px;
	top: 5px;
}

.wheater-max:before {
	content: '';
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #03a859;
	display: block;
	position: absolute;
	left: -3px;
	top: 5px;
}

.instagram {
	padding: 80px 0 0 0;
	background: #fff;
	position: relative;
}

.instagram-wrapper {
	width: 90%;
	max-width: 1280px;
	margin:  0 auto;
	padding: 0 0 80px 0;
}

.you-know {
	padding: 120px 0 120px 0;
	background: #fff url('../images/bg-you-know.jpg') no-repeat center center;
	position: relative;
	margin: 0 0 -1px 0;
}

.you-know-wrapper {
	width: 90%;
	max-width: 1280px;
	margin:  0 auto;
	padding: 0 0 20px 0;
}

.you-know-wrapper h4 {
	text-align: center;
	font-size: 2.2rem;
	margin: 20px 0 50px 0;
}

.you-know-wrapper a {
	text-decoration: none;
	display: block;
	margin: 0 auto;
	max-width: 360px;
	background: #659756;
	box-shadow: 3px 3px 20px rgba(0,0,0,0.1);
	padding: 40px;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.3rem;
	text-align: center;
	color: #fff;
	border-radius: 10px;
}

.instagram-more {
    display: flex;
    text-decoration: none;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 10px 0;
}

.instagram-more h4 {
	text-align: center;
}

.instagram-more svg {
	max-width: 60px;
}

.crt-logo, .crt-tag {
	display: none !important;
}
.crt-widget.crt-widget-branded {
  padding-bottom: 0 !important;
  margin: 0 0 -3px 0!important;
}
.crt-widget-grid .crt-grid-post:nth-child(2){
	display: none;
}
.grecaptcha-badge {
    display: none;
}


/* cookies */

#cookie-test {
    display: flex;
    justify-content: center;
}

@media(max-width: 768px) {
    .cookieConsentContainer {
        display: flex;
        flex-direction: column;
    }
}

.cookieConsentContainer {
z-index: 999999;
width: 98%;
min-height: 20px;
padding: 10px 0;
background: #659756;
overflow: hidden;
position: fixed;
bottom: 20px;
text-align: center;
border-radius: 10px;
justify-content: center;
box-shadow: 0 0 40px rgba(0,0,0,0.3);
}
.cookieConsentContainer .cookieTitle a {
color:#fff;
font-size: 1.3rem;
font-weight: 600;
line-height:20px;
display:block;
margin: 0 10px;
}
.cookieConsentContainer .cookieDesc p {
padding:0;
color: white;
font-size:0.95rem;
line-height:20px;
display:block;
margin: 0 40px;
text-align: justify;
font-weight: 500;

}
.cookieConsentContainer .cookieDesc a {
color:#4b70b5;
font-weight: 500;
}
.cookieConsentContainer .cookieButton a {
display: inline-block;
color: #fff;
font-size: 14px;
font-weight: 700;
background: #4b70b5;
box-sizing: border-box;
border-radius: 7px;
padding: 15px 24px;
text-align: center;
transition: background .3s;
margin: 0 10px;
}
.cookieConsentContainer .cookieButton a:hover {
cursor:pointer;
background:#fff;
color: #4b70b5;
}

 #instafeed {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
 }

#instafeed a {
    margin: 10px;
}

#instafeed img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
}

