/*
	ESTILOS PADRÃO
	
*/


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400&display=swap');


body {
	background-color: #ffffff;
	font-weight: 400;
}

* {
	font-family: 'Montserrat', sans-serif;
}

p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

a:hover {
	text-decoration: none;;
}

.maiusculas {
	text-transform: uppercase;
}

.hifenizar {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.sem-borda {
	border: none !important;
}

strong {
	font-weight: 700 !important;
}

.fs-7 {
	font-size: .8rem;
}

.fonte {
	border-top: dotted 1px #959595 !important;
	color: #959595 !important;
	font-size: .8rem !important;
	font-weight: light !important;
	margin-top: 1.3rem !important;
	padding-top: .3rem !important;
}

.fonte a {
	color: #959595 !important;

}


/* -------------------------------- */
/* CORES */
/* -------------------------------- */

.corFundoPrincial {
	background-color: #ffffff;
}

.textoCorPrincipal{
	color: #204b99;
}

.textoCorPrincipalLight, .textoCorPrincipalLight:visited{
	color: #3064c5;
}

.fundolight {
	background-color: #edf3fa;
	color: #204b99;
}

.fundoclaro {
	background-color: #dae8f4;
	color: #204b99;
}

.fundomedio {
	background-color: #d3dff7;
	color: #204b99;
}

.fundoescuro {
	background-color: #204b99;
	color: #ffffff;
}


/* -------------------------------- */
/* GERAL */
/* -------------------------------- */

.btn-azul, .btn-azul:visited {
	position: relative;
	background-color: #005CAA;
	color: #ffffff;
	padding: .7rem 2rem .7rem 4rem;
	border-radius: 10rem;
	border: solid 1px #ffffff;
	text-align: center;
	font-size: 1.1rem;
	line-height: 1rem;
}

.btn-azul:hover {
	background-color: rgb(0, 56, 105);
	color: #00C4FF;
	border-color: #00C4FF;
}

.btn-icone {
	position: absolute;
	display: block;
	left: 1rem;
	line-height: 1rem;
}

.input-redondo {
	border: none;
	border-radius: 10rem;
	
}

/* -------------------------------- */
/* MENU */
/* -------------------------------- */


#topo {
	background-position: top center;
	background-repeat: none;
	background-size: 100% auto;
}

#onda {
	position: absolute;
	top:0; 
	left:0;
	width: 100%;
	height: auto;
}


@media (max-width: 992px) {

	#onda {
		transform-origin: 0% 0%;
		transform: scaleY(2);
	}

}

#logomarca {
	max-height: 170px;
}


.navbar-nav .nav-link {
	color: hsl(212, 100%, 26%) !important;
	font-size: 1.1rem;
}

.navbar-nav .nav-link:hover {
	color: hsl(212, 100%, 37%) !important;
}

@media (min-width: 992px) {
	#menu-mobile, .menu-btn, .pushy, .pushy-content {
		display: none;
		visibility: hidden;
	}
}

@media (max-width: 992px) {
	#menu-desktop {
		display: none;
		visibility: hidden;
	}
}

.menu-btn {
	padding: .7rem;
	background: transparent;
	color: #204b99;
	text-align: center;
	cursor: pointer;
	border: 0px;
	font-size: 1.5rem;
	line-height: 1.2rem;
}

.menu-btn:hover {
	background: transparent;
	color: #0a49c0;
}

.pushy {
    background: #204b99;
}

.pushy-content ul {
	list-style-type: none;
	margin-left: 0 !important;
	padding-left: 0;
}

.pushy-content ul li a {
    padding: 1rem;
    margin-left: 0;
    border-bottom: solid 1px white;
}

.pushy-submenu {
	border-bottom: solid 1px white;
}

.pushy-submenu button {
	padding-left: 1rem;
}

.pushy-submenu ul li a {
	margin-left: 0;
	padding-left: 1rem;
	border-top: solid 1px white;
	border-bottom: none;
}

.pushy-link a, .pushy-submenu button {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #ffffff !important;
}

.pushy-link-ativo a {
	color: yellow !important;
	font-weight: 700;
}


/* -------------------------------- */
/* HOME */
/* -------------------------------- */

#home {
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: auto 100%;
	min-height: 400px;
}

#ilustracao {
	margin-top: -1rem;
}


#btn_acoes_home {
	border: solid 2px #204b99;
	background-color: #f6f9fa;
	color: #204b99;
	border-radius: 100rem
}

#btn_acoes_home:hover {
	border: solid 2px #204b99;
	background-color: #204b99;
	color: #ffffff
}

@media (max-width: 992px) {

	#ilustracao {
		margin-top: 1rem;
	}


}



/* -------------------------------- */
/* RODAPE */
/* -------------------------------- */

#rodape {
	color: #ffffff;
}


@media (max-width: 992px) {

	#rodape {
		font-size: .8rem;
	}

}

/*------------------------------------*\
   HOME - ÚLTIMAS
\*------------------------------------*/

.slideHome {
	height: initial;
}

.slick-list {
	margin: 0 -10px;
}

.chamada-foto {
	height: 280px;
	background-size: cover;
	background-position: center center;
	margin-bottom: .5rem;
	border: solid 1px #ffffff;
}

.slideHome:hover .chamada-foto {
	border: solid 1px rgb(146, 200, 255);
}

@media (max-width: 996px) {

	.chamada-foto {
		background-color: #555555;
		height: 280px;
	}

	.slick-next {
		right: 15px;
		transform: scale(1.5);
		opacity: .5;
	}

	.slick-prev {
		left: 15px;
		z-index: 9;
		transform: scale(1.5);
		opacity: .5;
	}

}

.chamada-titulo {
	color: #204b99;
	font-size: 1.4rem;
	line-height: 1.8rem;
	font-weight: 700;
	min-height: 120px;
}


@media (max-width: 996px) {

	.chamada-titulo {
		min-height: 90px;
	}

}


.chamada-data {
	color: #0044c4;
}

.slideHome:hover .chamada-titulo,
.slideHome:hover .chamada-texto,
.slideHome:hover .chamada-data {
	text-decoration: none !important;
	color: #0044c4;
}


/*------------------------------------*\
AÇÕES
\*------------------------------------*/

.loop-miniatura {
    display: block;
	width: 100%;
	height: 200px;
	background-size: contain;
	background-position: center center;
}

.loop-titulo {
    display: block;
	font-size: 2rem;
    line-height: 2rem;
	margin-bottom: 2rem;
}

.loop-texto {
    display: block;
	font-size: 1rem;
	color: #3d3d3d;
}

.box_conteudos {
	background-color: #ffffff;
}


.box_conteudos:hover {
	background-color: #f1f4f5;
	cursor: pointer;
}


.box_conteudos .chamada-titulo, .box_conteudos .chamada-texto {
	color: #0040ac;
}

.box_conteudos .chamada-data {
	color: #004ac9;
}

.slideHome:hover .chamada-titulo,
.slideHome:hover .chamada-texto,
.slideHome:hover .chamada-data {
	text-decoration: none !important;
	color: #123269;
}


/* -------------------------------- */
/* VIVA LÁCTEOS */
/* -------------------------------- */

.logosassociados ul, .logosassociados ul li {
	padding-left: 0;
	margin-left: 0;
	margin-right: 0;
	padding-right: 0;
}



.logosassociados ul li {
	text-align: center;
	float: left;
	vertical-align: middle;
    display: inline-block; 
	padding: 0;
	width: 25%;
	margin-bottom: 1rem;
	margin-top: 1rem;
	min-height: 140px;
	
}

.logosassociados ul li img {
	margin: 0 auto;
	max-width: 90%;
}


@media (max-width: 996px) {

	.logosassociados ul li {
		width: 48%;
		min-height: 100px;
	}

}



/* -------------------------------- */
/* CADASTRO */
/* -------------------------------- */

#cadastro {
	background-color: #004E9D;
	color: #ffffff;
}

#cadastro {
	background-color: #004E9D;
	color: #ffffff;
}

.cadastro-titulo{
	color: #ffffff;
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 700;
	margin-bottom: .5rem;
}

.cadastro-texto {
	color: #ffffff;
}

.form-control::-webkit-input-placeholder {
	color: rgb(175, 175, 175) !important;
	font-weight: 400!important;
}

.form-control::-moz-placeholder {
	color: rgb(175, 175, 175) !important;
	font-weight: 400!important;
}
  

.form-control:-ms-input-placeholder {
	color: rgb(175, 175, 175) !important;
	font-weight: 400!important;
}
  

 
/*------------------------------------*\
   CATEGORIAS
\*------------------------------------*/

.loop-miniatura {
    display: block;
	width: 100%;
	height: 200px;
	background-size: contain;
	background-position: center center;
}

.loop-titulo {
    display: block;
	font-size: 2rem;
    line-height: 2rem;
	margin-bottom: 2rem;
}

.loop-texto {
    display: block;
	font-size: 1rem;
	color: #3d3d3d;
}


/* -------------------------------- */
/* CONTEÚDO */
/* -------------------------------- */

#conteudo {
	background-color: #ffffff;
	border-radius: .3rem;
}

#conteudo .entry-title {
	color: #204b99;
	font-size: 2rem;
	line-height: 2.5rem;
	font-weight: 700;
	margin-bottom: .5rem;
	margin-top: 0;
	font-weight: bolder;
}

#conteudo p, #conteudo ul li {
	font-size: 1.2rem;
	line-height: 1.8rem;
	color: #27467e;
}

#conteudo h1, #conteudo h2{
	font-weight: bolder;
}

#conteudo h1, #conteudo h2 {
	color: #204b99 !important;
}

#conteudo h3, #conteudo h4{
	color: #2d5aa8 !important;
	font-style: italic;
	margin-bottom: 2.5rem;
	margin-top: 1.5rem;
}


@media (max-width: 992px) {

	#conteudo p, #conteudo ul li {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	

}

.sharedaddy {
	margin-top: 5rem;
}

.wp-block-jetpack-mailchimp .components-placeholder input[type="email"] {
	padding: .7rem;
	font-size: 1.1rem;
	width: 100%;
}