body {
    font-family: 'Open Sans', 'Lato', sans-serif;
    color: #1f4573;
}

.bg-light {
    background: #fff !important;
    border-bottom: 1px solid #ddd;
	padding: 1rem 0;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .active>.nav-link {
    background-color: #1f4573;
    color: #fff;
    font-family: 'Open Sans', 'Lato', sans-serif;
    font-size: .9rem;
    border-radius: 0.25rem;
}
.link-loja {
    background: #007bff !important;
    color: #fff !important;
    font-weight: bold !important;
}
.link-loja:hover {
    color: #83b3ec !important;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(227, 233, 253, 0.7);
}
.dropdown-menu {
    background-color: #1f4573;
    color: #fff;
    border-radius: 0.25rem;
}
.dropdown-menu .dropdown-item {
    background-color: #1f4573;
    color: #fff;
}
.dropdown-menu .dropdown-item:hover {
    color: rgba(227, 233, 253, 0.7);
}

.navbar-expand-lg .navbar-nav .nav-link {
    /* padding-right: 1.3rem;
    padding-left: 1.3rem; */
}

.carousel-title {
    padding: 30% 2rem 0 2rem;
    height: 22rem;
	display: none;
}
.carousel-title a, .carousel-title a:hover {
    color: #1f4573;
    text-decoration: none;
}

.carousel-buttons {
    margin: 2rem;
	text-align: center;
}
a.carousel-button {
    margin: .3rem;
    border: 1px solid #1f4573;
    border-radius: 50%;
    padding: .2rem .5rem .2rem .45rem;
    font-size: .7rem;
	
}
a.carousel-button:active, a.carousel-button:hover, a.carousel-button-active {
    background: #1f4573;
    color: #fff;
    text-decoration: none;
}
.carousel-buttons-mobile {
    display: none;
}

.inicio-produtos-1 {
    margin: 4rem 3rem 0 3rem;
}
.inicio-produtos-2 {
    margin: 0 3rem 0 3rem;
}
.box-produtos-1 {
    padding: 4rem 4rem 0 4rem;
}
.box-produtos-1 h2 {
    font-weight: bold;
    font-size: 1.5rem;
}
.box-produtos-2 {
    padding: 1rem 0;
    background: #e1f0fa;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #e4eff7, #cbe4f5);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #e4eff7, #cbe4f5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.box-produtos-2 .img-produto {
    width: 100%;
    margin: 1rem;
}
.box-produtos-3 {
    padding: 1rem 2rem;
    height: 34rem;
    background: #e1f0fa;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #e4eff7, #cbe4f5);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #e4eff7, #cbe4f5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.box-produtos-3 .img-produto {
    width: 100%;
    margin: 1.5rem 0;
    text-align: center;
}
.box-produtos-4 {
    padding: 1rem 2rem;
}
.box-produtos-4 .img-produto {
    width: 100%;
    margin: .5rem 0;
    text-align: center;
}
.box-produtos-5 {
    padding: 1rem 2rem;
    background: #eef4f8;
}
.box-produtos-5 .img-produto {
    width: 100%;
    margin: .5rem 0;
    text-align: center;
}
.box-produtos-6 {
    margin: 0;
    padding: 0;
}
.box-produtos-7 {
    padding: 1rem 0;
    background: #e1f0fa;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #e4eff7, #cbe4f5);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #e4eff7, #cbe4f5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.box-produtos-7 .img-produto {
    width: 100%;
    margin: 1rem;
}

.box-receitas {
    margin: 2rem 0;
    padding: 1rem;
    min-height: 35rem;
    color: #fc0000;
}
.box-receitas-mobile {
    display: none;
}

.titulo-facebook {
	color: #bbb;
}

.contato-likeface {
	margin-top: 3rem;
}


.rodape {
    margin-top: 5rem;
    padding-top: 10px;
}
.rodape ul li {
	list-style: none;
}
.rodape ul li a, .rodape address, .rodape h3 {
	font-size: .8rem;
	color: #1f4573;
}
.rodape address {
	margin: .2rem 0 2rem 0;
}
.rodape h3, .rodape ul li a {
	font-weight: bold;
}
.logo-rodape {
	margin: 2rem 0;
}
.only-mobile {
	display: none;
}
.btn-contato {
    background: #1f4573;
    border: 1px solid #1f4573;
}
.tabela-produto {
    font-size: .9rem;
}
.tabela-produto td {
    padding: 7px;
}
.img-banner-produto {
    width: 100%;
}
.titulo-produto {
    margin: 30px 0 30px 0;
    padding: 5px 0;
    line-height: 100%;
    font-size: 3rem;
}
.titulo-produto small {
    font-size: .9rem;
    color: #666;
}
.btn-produto {
    width: 100%;
    text-align: left;
    background: #1f4573;
    border: none;
    margin: 5px 0 0 0;
}
.img-100 {
    width: 100%;
    
}
.img-produto-lista {
    width: 90%;
    margin: 1rem  5%;
}
.conteudo-linha {
    padding: 20px 5px;
}

.ficha-tecnica {
    line-height:90%;
    font-size: .9rem;
}
.ficha-tecnica h3 {
    font-size: .9rem;
    font-weight: bold;
}
.ficha-tecnica p {
    margin: 10px 0;
}
.info-produto {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}
.info-produto-par {
    background: #e4eff7;
}

.item-lista-produtos {
    text-align: center;
    line-height: 150%;
    padding-top: 1rem;
    padding-bottom: .5rem;
    margin-top: 3px;
}
.item-lista-produtos p, .item-lista-produtos h3 {
    margin: 1px 0;
    padding: 0;
}
.item-lista-produtos p {
    font-size: .9rem;
}
.item-lista-produtos h3 {
    font-size: 1.4rem;
    font-weight: bold;
}
.item-lista-produtos img.img-item-produto-lista {
    width: 50%;
    margin: .5rem 25%;
}
.item-lista-bg {
    background: #e4eff7;
}
.item-lado {
    text-align: left;
    padding-top: 3rem;
}
.item-lado .col-md-6 {
    padding-right: 0;
}
.item-lado img.img-item-produto-lista {
    width: 100%;
    margin: .5rem 0;
}
.info-txt {
    color: #aaa;
    margin: 2rem 0 .2rem 0;
}

.info-receita h4 {
    font-weight: bold;
    font-size: .8rem;
    text-transform: uppercase;
}

.img-overlayer .col-md-8 {
    margin-top: 20%;
}
.img-overlayer h1 {
    margin-bottom: 3rem;
    font-weight: bolder;
}
.faixa-overlayer a, .faixa-overlayer a:hover {
    color: #ccc;
    text-decoration: none;
}

.img-banner-receita {
    float: left;
    width: 100%;
    height: 25rem;
    margin-bottom: 2rem;
}

.lab-sementes {
    padding: 0;
}
.lab-solos {
    padding: 0;
}

.fundo-lab-sementes, .box-index-2 {
    padding: 1rem 2rem;
    min-height: 400px;
}

.fundo-lab-solos, .box-index {
    padding: 1rem 2rem;
    min-height: 400px;
    background: #e1f0fa;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #e4eff7, #cbe4f5);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #e4eff7, #cbe4f5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.fundo-lab-sementes img, .fundo-lab-solos img {
    width: 90%;
    margin: .5rem 5%;
    text-align: center;
}
.box-index img, .box-index-2 img {
    width: 100%;
    margin: .5rem 0;
    text-align: center;
}

.links-redes a:hover {
    text-decoration: none;
}

.text-ccgl-index {
    margin: 2rem 20%; 
    width: 60%; 
    background:#e4eff7; 
    padding: 1rem; 
    text-align: center;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(133,133,133,1);
	-moz-box-shadow: 5px 5px 5px 0px rgba(150,150,150,1);
    box-shadow: 5px 5px 5px 0px rgba(150,150,150,1); 
    -webkit-border-top-left-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-bottomright: 30px;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
}

.lista-associadas {
    list-style: none;
    padding: 0;
}
.lista-associadas li {
    float: left;
    margin: 20px 30px;
    
}
.lista-associadas li a {
    float: left;
    width: 120px;
    height: 110px;
    text-align: center;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
}
.lista-associadas li a:hover {
    background: #eee;
    text-decoration: none;
}
.lista-associadas li a .logo {
    float: left;
    width: 100px;
    height: 70px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: contain;
}

p label {
    font-weight: bold;
    margin-bottom: 2px;
}

form p {
    margin: 15px 0;
}

@media (max-width: 991px) {
    .text-ccgl-index {
        margin: 1rem 5%;
        width: 90%; 
        background:#e4eff7; 
        padding: 1rem; 
        text-align: center;
        -webkit-box-shadow: 5px 5px 5px 0px rgba(133,133,133,1);
        -moz-box-shadow: 5px 5px 5px 0px rgba(150,150,150,1);
        box-shadow: 5px 5px 5px 0px rgba(150,150,150,1); 
        -webkit-border-top-left-radius: 30px;
        -webkit-border-bottom-right-radius: 30px;
        -moz-border-radius-topleft: 30px;
        -moz-border-radius-bottomright: 30px;
        border-top-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }
    .navbar-light .navbar-nav .nav-link,
    .navbar-light .navbar-nav .active>.nav-link {
        border-radius: 0;
    }
    .dropdown-menu {
        border-radius: 0;
    }
    .navbar-light .navbar-toggler {
        margin: 0 0.3rem 0.5rem 0;
    }
    .img-banner-receita {
        height: 15rem;
    }
    .no-tablets {
		display: none;
	}
    .carousel-title {
        padding: 1rem 1rem 0 1rem;
        height: auto;
    }
    .carousel-title h1 {
        font-size: 1.8rem;
    }
    .carousel-buttons {
        margin: 0;
    }
    .carousel-buttons-mobile {
        display: block;
        margin: 1rem 2rem;
        text-align: center;
    }
    .carousel-buttons {
        display: none;
    }

    .inicio-produtos-1 {
        margin: 1rem 0 0 0;
    }
    .inicio-produtos-2 {
        margin: 0;
    }
    .box-produtos-1 {
        padding: 1rem;
        text-align: center;
    }
    .box-produtos-2, .box-produtos-7 {
        padding: 1rem;
        background: #e1f0fa;  /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #e4eff7, #cbe4f5);  /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #e4eff7, #cbe4f5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    }
    .box-produtos-2 .img-produto, .box-produtos-7 .img-produto {
        width: 100%;
        margin: 1rem 0;
    }
    .box-produtos-3, .box-produtos-4, .box-produtos-5 {
        padding: 1rem;
        height: auto;
    }
    .box-produtos-3 .img-produto {
        margin: 1rem 0;
    }
    .box-receitas {
        display: none;
    }
    .box-receitas-mobile {
        display: block;
        color: #fc0000;
        margin: 2rem 0;
    }
    .box-receitas-mobile h1 {
        font-size: 1.5rem;
    }
    .box-receitas-mobile .img-produto {
        width: 100%;
    }
	.titulo-facebook {
		color: #bbb;
		font-size: 1.3rem;
	}
	.rodape address {
		float: left;
		width: 48%;
		margin: 2rem 1%;
		font-size: .7rem;
	}
	.rodape .list-group a.list-group-item {
		font-size: .8rem;
		color: #1f4573;
		font-weight: bold;
    }
    .titulo-produto small {
        text-align: right;
        margin: 10px 0;
        width: 100%;
        display: table-row;
    }
    .titulo-produto {
        line-height: 100%;
    }
    .info-produto {
        
    }
    .item-lista-produtos {
        padding-bottom: 1rem;
    }
    .item-lado img.img-item-produto-lista {
        width: 50%;
        margin: .5rem 25%;
    }
    .item-lado {
        padding-top: 0;
        text-align: center;
    }
    .cont-industria .col-md-2 {
        margin-bottom: 1rem;
    }
}

@media (max-width: 500px) {
	.no-mobile {
		display: none;
	}
	.only-mobile {
		display: block;
    }
    .info-produto {
    }
    .tabela-produto {
        font-size: .7rem;
        margin: 0;
    }
    .tabela-produto td {
        padding: 5px;
    }
    .item-lista-produtos {
        padding-bottom: 1rem;
    }
    .item-lado img.img-item-produto-lista {
        width: 50%;
        margin: .5rem 25%;
    }
    .item-lado {
        padding-top: 0;
        text-align: center;
    }
	
}

/* Cards previsão do tempo */
.weather {
	background: #fff;
	position: relative;

	-webkit-box-shadow: 0px 1px 10px 0px rgba(207,207,207,1);
	-moz-box-shadow: 0px 1px 10px 0px rgba(207,207,207,1);
	box-shadow: 0px 1px 10px 0px rgba(207,207,207,1);

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    
    display: none;
}

.city-selected {
	position: relative;
	overflow: hidden;
	min-height: 200px;
	background: #1f4573;
}

.weather article {
	position: relative;
	z-index: 2;
	color: #fff;
	padding: 10px;

	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.info .city,
.night {
	font-size: 18px;
	font-weight: 200;
	position: relative;

	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.info {
    width: 100%;
    text-align: center;
    min-height: 75px;
}

.city span {
	color: #fff;
	font-size: 12px;
	font-weight: bold;

	text-transform: lowercase;
	text-align: left;
}

.night {
	font-size: 15px;
	text-transform: uppercase;
}

.weather .icon {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
    overflow: visible;
    width: 100%;
    text-align: center;
    
}

.weather .icon i {
    font-size: 40px;
    color: #fff;
}

.weather .temp {
	font-size: 26px;
}

.weather .temp span {
    font-size: 12px;
}

.weather svg {
	color: #fff;
	fill: currentColor;
}

.wind svg {
	width: 18px;
	height: 18px;
	margin-top: 20px;
	margin-right: 10px;
	vertical-align: bottom;
}

.wind span {
	font-size: 13px;
	text-transform: uppercase;
}

.city-selected:hover figure {
	opacity: 0.4;
}


.weather figure {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    opacity: 0.1;
    z-index: 1;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.days .row [class*="col-"]:nth-child(2) .day  {
    /*border-width: 0 1px 0 1px;
    border-style: solid;
    border-color: #eaeaea;*/
}

.days .row [class*="col-"] {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}

.days .row [class*="col-"]:hover{
	background: #eaeaea;
}

.day {
	padding: 10px 0px;
	text-align: center;

}

.day h1 {
    font-size: 16px;
    font-weight: bold;
    color: #666;
	text-transform: uppercase;
	margin-top: 10px;
}

.day i {
    color: #666;
    font-size: 30px;
}
/* Fim cards previsão do tempo */

/* Blog posts */
#lista-blog .pb-100 {
	padding-bottom: 100px;
}
#lista-blog .pt-100 {
	padding-top: 100px;
}
#lista-blog .mb-100 {
	margin-bottom: 100px;
}
#lista-blog a {
	text-decoration: none;
	color: #333;
	-webkit-transition: .4s;
	transition: .4s;
}
#lista-blog .section-title {
	position: relative;
}
#lista-blog .section-title p {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 400;
}
#lista-blog .section-title h4 {
	font-size: 40px;
	font-weight: 600;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 20px;
	display: inline-block;
}
#lista-blog .section-title h4::before {
	position: absolute;
	content: "";
	width: 80px;
	height: 2px;
	background-color: #d8d8d8;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
}
#lista-blog .section-title h4::after {
	position: absolute;
	content: "";
	width: 50px;
	height: 2px;
	background-color: #1f4573;
	left: 0;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
}
#lista-blog .blog-img {
	position: relative;
}
#lista-blog .blog-img img {
	width: 100%;
}
#lista-blog .post-category a {
	display: inline-block;
	color: #fff;
	font-size: 15px;
    padding: 5px 20px;
}
#lista-blog .single-blog:hover img {
	opacity: .85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"
}
#lista-blog .post-category {
	position: absolute;
	left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.6);
    padding: 20px 0;
}
#lista-blog .blog-content {
	padding: 30px 20px;
}
#lista-blog .single-blog {
	border: 1px solid #eee;
}
#lista-blog .blog-title h4 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px;
}
#lista-blog .meta ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#lista-blog .meta {
	margin-bottom: 20px;
	opacity: .85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}
#lista-blog .blog-content a.box_btn {
	display: inline-block;
	background-color: #1f4573;
	padding: 5px 15px;
	color: #fff;
	text-transform: capitalize;
	margin-top: 20px;
}
#lista-blog a.box_btn::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #1f4573;
	left: -100%;
	top: 0;
	-webkit-transition: .5s;
	transition: .5s;
	z-index: -1;
}
#lista-blog a.box_btn {
	overflow: hidden;
	z-index: 2;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
	text-decoration:none;
}
#lista-blog a.box_btn:hover::before {
	left: 0;
	z-index: -1;
}
/* Fil blog posts */

/* Eventos */
.lista-eventos time {
    display: inline-block;
    width: 80px;
    color: rgb(255, 255, 255);
    background-color: #6c757d;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    margin-right: 10px;
}
.lista-eventos time span.day {
    display: block;
    font-size: 45px;
    font-weight: bolder;
    line-height: 1;
}
.lista-eventos time span.month {
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
}
.lista-eventos li.media {
    
}
.lista-eventos li.media a {
    color: #666;
    padding: 5px 0;
    
}
.lista-eventos li.media h6 {
    
}
/* Fim eventos */

/* Cotações */
.bg-green-grad {
    background: #71B280;  /* fallback for old browsers */
    /*background: -webkit-linear-gradient(to right, #71B280, #134E5E);  /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to right, #71B280, #134E5E); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#lista-cotacoes ul li {
    border-bottom: 1px solid #67ca7e;
}
#lista-cotacoes ul li:last-child {
    border-bottom: none;
}
#lista-cotacoes ul li:hover {
    border: none;
}
/* Fim cotações */

/* Carrossel */
.slick-prev {
    position: absolute;
    left: 40%;
    top: 100%;
    background: none;
    border: none;
    font-size: 2rem;
    z-index: 9999;
    cursor: pointer;
}
.slick-next {
    position: absolute;
    right: 40%;
    top: 100%;
    background: none;
    border: none;
    font-size: 2rem;
    z-index: 9999;
    cursor: pointer;
}
/* Fim Carrossel */

.multiple-items-cotacoes .bg-green-grad h5 {
    color: #fff;
    text-align: center;
}
.multiple-items-cotacoes .bg-green-grad .list-group-item {
    border: none;
    border-bottom: 1px solid #5fad71;
    padding: 5px 10px;
}

.multiple-items .col-md-2 {
    padding-right: 3px;
    padding-left: 3px;
}

.title-xs a {
    padding: 10px;
    font-size: 2rem;
    margin: 10px 20px;
}
.title-xs a i {
    font-size: 3rem;
    transform: rotate(5deg);
}
.title-xs a:hover {
    text-decoration: none;
}

/**/
.bloco-cotacoes {
    background: #eee;
}
.bloco-cotacoes a.icone {
    background: #7a43b6;
    border-radius: 100%;
    padding: 20px;
    margin: 0 10px 10px 0;
    float: left;
    width: 90px;
    height: 90px;
}
.bloco-cotacoes a.icone i {
    font-size: 3rem;
    color: #fff;
}
.bloco-cotacoes h5 a {
    color: #666;
    font-weight: bolder;
    font-size: 1.5rem;
}
.bloco-cotacoes table tr td {
    padding: 7px;
}
.bloco-cotacoes .col-md-4 h5 {
    color: #666;
    font-weight: bolder;
}
/**/

/**/
.bloco-previsao-tempo {
    background: #fff;
}
.bloco-previsao-tempo a.icone {
    background: #ffc40d;
    border-radius: 100%;
    padding: 22px 20px;
    margin: 0 0 10px 10px;
    float: right;
    width: 90px;
    height: 90px;
}
.bloco-previsao-tempo a.icone-center {
    background: #ffc40d;
    border-radius: 100%;
    padding: 22px 20px;
    margin: 5px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 90px;
    height: 90px;
}
.bloco-previsao-tempo a.icone i, .bloco-previsao-tempo a.icone-center i {
    font-size: 3rem;
    color: #fff;
}
.bloco-previsao-tempo h5 a {
    color: #666;
    font-weight: bolder;
    font-size: 1.5rem;
}
.bloco-previsao-tempo table tr td {
    padding: 5px;
}
.bloco-previsao-tempo .col-md-4 h5 {
    color: #666;
    font-weight: bolder;
}
/**/

/**/
.bloco-eventos {
    background: #1f4573;
    color: #eee;
}
.bloco-eventos a.icone {
    background: #fff;
    border-radius: 100%;
    padding: 20px 23px;
    margin: 5px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 90px;
    height: 90px;
}
.bloco-eventos a.icone i {
    font-size: 3rem;
    color: #1f4573;
}
.bloco-eventos h5 a {
    color: #eee;
    font-weight: bolder;
    font-size: 1.5rem;
}
.bloco-eventos table tr td {
    padding: 5px;
}
.bloco-eventos .col-md-4 h5 {
    color: #eee;
    font-weight: bold;
    font-size: 1rem;
}
.bloco-eventos time {
    display: inline-block;
    width: 25%;
    color: #1f4573;
    background-color: #fff;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    margin-right: 10px;
}
.bloco-eventos time span.day {
    display: block;
    font-size: 35px;
    font-weight: bolder;
    line-height: 1;
}
.bloco-eventos time span.month {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}
/**/

/**/
.bloco-noticias {
    background: #fff;
}
.bloco-noticias a.icone {
    background: #c3325f;
    border-radius: 100%;
    padding: 22px 20px;
    margin: 5px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 90px;
    height: 90px;
}
.bloco-noticias a.icone i {
    font-size: 3rem;
    color: #fff;
}
.bloco-noticias h5 a {
    color: #666;
    font-weight: bolder;
    font-size: 1.5rem;
}
.bloco-noticias table tr td {
    padding: 5px;
}
.bloco-noticias .col-md-4 h5 {
    color: #666;
    font-weight: bolder;
}
/**/

/**/
.bloco-links {
    background: #eee;
}
.bloco-links a.icone {
    background: #1f4573;
    border-radius: 100%;
    margin: 5px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 90px;
    height: 90px;
}
.bloco-links a.icone-1 {
    padding: 20px 23px;
}
.bloco-links a.icone-2 {
    padding: 22px 18px;
}
.bloco-links a.icone-3 {
    padding: 20px;
}
.bloco-links a.icone i {
    font-size: 3rem;
    color: #fff;
}
.bloco-links h5 a {
    color: #666;
    font-weight: bolder;
    font-size: 1.5rem;
}
.bloco-links table tr td {
    padding: 5px;
}
.bloco-links .col-md-4 h5 {
    color: #666;
    font-weight: bolder;
}
.bloco-links p a {
    color: #666;
}
/**/

.texto-direitos {
    font-size: .9rem;
    color: #666;
    padding: 10px 0;
    float: left;
    width: 100%;
}


a.rede-social {
    color: #333;
    background: #fff;
    border: 2px solid #666;
    border-radius: 100%;
    padding: 6px 7px;
    float: right;
    width: 40px;
    height: 40px;
    margin: 5px 5px;
}
a.rede-social i {
    font-size: 1.5rem;
    font-weight: bolder;
}
a.rede-social:hover {
    background: #aaa;
    text-decoration: none;
}