/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {

	/* COLORS */
  --white-color:                 #fff;
  --blue-color:                  #2857A5;
  --blue-opposite-color:         #FFCB29;
  --green-color:                 #33CC99;
  --green-opposite-color:        #Cc3366;
  --gray-color:                  #808080;
  --gray-opposite-color:         #ccc;

  --h2-colors:                   #2857A5;
}

/* font-family: 'Montserrat', sans-serif; */

* {
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
}

  .top {
	width: 100%;
	height: 3rem;
	background: var(--blue-color);
	margin-top: -50px;
	padding: 10px 50px;
	display: flex;
	justify-content: flex-start;
	align-items: center;

}

.top .fa-whatsapp {
	font-size: 20px;
	color: var(--white-color);
}

.top #telefone {
	color: white;
	font-weight: 400;
	margin-left: -40px;
}

nav {
	width: 100%;
	height: 50px;
	background: var(--white-color);
	overflow: hidden;
	z-index: 10;

}

/* ################## REDES SOCIAIS ################## */

.fa-square-facebook {
	font-size: 25px;
	color: white;
}

.fa-instagram {
	font-size: 25px;
	color: white;
}

.fa-square-whatsapp {
	font-size: 25px;
	color: white;
}

.fa-youtube {
	font-size: 25px;
	color: white;
}

/* ################## REDES SOCIAIS ################## */

.FixoNoTopo {
	width: 100%;
	position: fixed;
	top: 0px;
}

.FixoNoTopo + .principal {
	padding-top: 200px;
}

.banner {
	width: 100%;
	height: 355px;
}

.base {
	padding: 5%;
}

/* ################## EMPRESA ################## */

.empresa {
	width: 100%;
	max-height: default;
	display: flow-root;
	text-align: center;
}

.empresa p {
	font-size: 16px;
	font-weight: 400;
	text-align: justify;
	line-height: 25px;
	margin-bottom: 12px;
}

.empresa button {
	padding: 4% 3%;
	margin-bottom: 20px;
	background: var(--green-color);
	border-radius: 10px;
	color: var(--white-color);
	border: none;
}

.empresa button:hover {
	background: var(--green-opposite-color);
	transition: 1s;
}

.empresa button a {
	color: var(--white-color);
}

.empresa button a:hover {
	color: var(--blue-opposite-color);
}

.empresa button a:visited {
	color: yellow;
}

.empresa h2 {
	color: var(--h2-colors);
	margin-bottom: 20px;
}

/*ICONES */

.icones {
	width: 100%;
	max-height: default;
	display: flow-root;
	text-align: center;
}

.fotos {
	width: 100%;
	max-height: default;
	display: flow-root;
	padding: 5% 25%;
}

.quadros-1 {
	width: 100%;
	height: 160px;
	background-image: url(../../assets/img/icon/industrias.png);
	background-repeat: no-repeat;
}

.quadros-2 {
	width: 100%;
	height: 160px;
	background-image: url(../../assets/img/icon/laboratorios.png);
	background-repeat: no-repeat;
}

.quadros-3 {
	width: 100%;
	height: 160px;
	background-image: url(../../assets/img/icon/agricultura.png);
	background-repeat: no-repeat;
}

.quadros-4 {
	width: 100%;
	height: 160px;
	background-image: url(../../assets/img/icon/pesquisa.png);
	background-repeat: no-repeat;
}

.quadros-5 {
	width: 100%;
	height: 160px;
	background-image: url(../../assets/img/icon/universidades.png);
	background-repeat: no-repeat;
}

.quadros-6 {
	width: 100%;
	height: 160px;
	background-image: url(../../assets/img/icon/instituto.png);
	background-repeat: no-repeat;
}

.quadros-7 {
	width: 100%;
	height: 160px;
	background-image: url(../../assets/img/icon/estetica.png);
	background-repeat: no-repeat;
}

/* ################## MUDANÇA IMPORTANTÍSSIMA ################## */

#shadow-host-companion {
	display: none;
}



/* ################## DESTAQUES ################## */

.destaques {
	width: 100%;
	max-height: default;
	display: flow-root;
	text-align: center;
	margin-bottom: 20px;
	padding: 10%;
}

.destaques h2 {
	font-size: 2rem;
	color: var(--h2-colors);
}


.produto {
	width: 100%;
	height: 590px;
	background: #f2f2f2;
	text-align: center;
	border: 1px solid grey;
	margin-bottom: 20px;
}

.nome-produto {
	font-size: 1.3rem;
}

.produto img {
	width: 80%;
}

.produto p {
	font-size: 1rem;
	font-weight: 400;
	text-align: left;
}

/* BOTÃO */

.ver-detalhes {
	background: var(--blue-color);
	padding: 4% 6%;
	margin-top: 20px;
	border: none;
	border-radius: 8px;
}

.ver-detalhes a {
	color: var(--white-color);
}

.ver-detalhes a:hover {
	color: var(--gray-opposite-color);
}

.ver-detalhes A:visited {
	color: yellow;
}

/* ################## BLOG ################## */

.blog {
	width: 100%;
	max-height: default;
	display: flow-root;
	background: #e6e6e6;
	padding: 5% 10%;
	margin-bottom: 20px;
}

.blog h2 {
	text-align: center;
	color: var(--h2-colors);
}

.materia {
	width: 100%;
	max-height: default;
	display: flow-root;
	padding: 0;
	border: none;
}

.materia img {
	width: 100%;
	height: auto;
}

.materia h3 {
	font-size: 20px;
	color: var(--h2-colors);
}

.materia p {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 10px;
}

.materia button {
	background: var(--green-color);
	padding: 3% 5%;
	border: none;
	border-radius: 10px;
	margin-bottom: 20px;
}

.materia button a {
	font-size: 15px;
	color: white;
}

/* ################## MAPA ################## */

.mapa {
	width: 100%;
	max-height: default;
	display: flow-root;
	padding: 0;
}

.mapa iframe {
	margin-top: 3%;
	margin-bottom: 2%;
}

/* ################## REDES SOCIAIS ################## */

.redes {
	width: 100%;
	max-height: default;
	display: flow-root;
	background: #F8F9F9;
	padding: 5%;
	text-align: center;
	margin-bottom: 20px;
}

.redes h2 {
	margin-bottom: 10px;
}

#imagens {
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#imagens img {
	width: 30px;
	height: 30px;
}

/* ################## CONTATO ################## */

.contato {
	width: 100%;
	max-height: default;
	display: flow-root;
	background-color: var(--green-color);
	padding: 5%;
	text-align: center;
}

.contato h2 {
	text-align: center;
	color: var(--white-color);
}

#formulario {
	width: 100%;
	max-height: default;
	display: flow-root;
}

#formulario .campos {
	width: 100%;
	height: 50px;
	background: #fff;
	margin-bottom: 10px;
	padding: 0% 4%;
	border: none;
}

#formulario .mensagem {
	width: 100%;
	height: 200px;
	background: #fff;
	margin-bottom: 10px;
	padding: 4% 4%;
	border: none;
}

#formulario .botao {
	width: 70%;
	height: 60px;
	background: var(--blue-color);
	color: white;
	border: none;
}

/* ################## FOOTER ################## */

#rodape {
	width: 100%;
	height: 350px;
	background: var(--blue-color);
	padding: 5%;
	border: none;
}

#rodape img {
	margin-bottom: 10px;
}

#rodape p {
	color: white;
	font-weight: 400;
}

#rodape a {
	color: white;
	font-weight: 200;
}




@media screen and (min-width: 1024px) {



.top {
	height: 6vh;
	margin-top: 0px;
}

.top #telefone {
	font-size: 3vh;
	color: white;
	font-weight: 400;
	margin-left: 0px;
}

nav {
	width: 100%;
	height: 64px;
}

/* ################## REDES SOCIAIS ################## */

.fa-square-facebook {
	color: var(--blue-color);
}

.fa-square-facebook:hover {
	color: var(--green-color);
}

.fa-instagram {
	color: var(--blue-color);
}

.fa-instagram:hover {
	color: var(--green-color);
}

.fa-square-whatsapp {
	color: var(--blue-color);
}

.fa-square-whatsapp:hover {
	color: var(--green-color);
}

.fa-youtube {
	color: var(--blue-color);
}

.fa-youtube:hover {
	color: var(--green-color);
}

.banner {
	width: 100%;
	height: 33%;
}

.base {
	padding: 5% 11%;
}

/* ################## EMPRESA ################## */

.empresa {

}

.empresa h2 {

}

.empresa p {

}

.empresa button {
	padding: 2% 3%;
}

.empresa button:hover {

}

.empresa button a {

}

.empresa button a:hover {
	color: var(--blue-opposite-color);
}

.empresa button a:visited {
	color: yellow;
}

/* ################## ICONES ################## */

.foto {
	width: 120px;
	height: 96px;
	background-image: url(../../assets/img/industrias.png);
}

.foto:hover {
	background-image: url(../../assets/img/industrias-hover.png);
}

/*ICONES */

.icones {
	width: 100%;
	max-height: default;
	display: flow-root;
	text-align: center;
}

.fotos {
	width: 100%;
	max-height: default;
	display: flow-root;
	padding: 0% 0%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.quadros-1 {
	width: 100%;
	height: 160px;
}

.quadros-1:hover {
	background-image: url(../../assets/img/icon/industrias-hover.png);
	transition: 1s;
}

.quadros-2 {
	width: 100%;
	height: 160px;
	background-image: url(../../assets/img/icon/laboratorios.png);
	background-repeat: no-repeat;
}

.quadros-2:hover {
	background-image: url(../../assets/img/icon/laboratorios-hover.png);
	transition: 1s;
}

.quadros-3 {
	width: 100%;
	height: 160px;
	background-image: url(../../assets/img/icon/agricultura.png);
	background-repeat: no-repeat;
}

.quadros-3:hover {
	background-image: url(../../assets/img/icon/agricultura-hover.png);
	transition: 1s;
}

.quadros-4 {
	width: 100%;
	height: 160px;
	background-image: url(../../assets/img/icon/pesquisa.png);
	background-repeat: no-repeat;
}

.quadros-4:hover {
	background-image: url(../../assets/img/icon/pesquisa-hover.png);
	transition: 1s;
}

.quadros-5 {
	width: 100%;
	height: 160px;
	background-image: url(../../assets/img/icon/universidades.png);
	background-repeat: no-repeat;
}

.quadros-5:hover {
	background-image: url(../../assets/img/icon/universidades-hover.png);
	transition: 1s;
}

.quadros-6 {
	width: 100%;
	height: 160px;
	background-image: url(../../assets/img/icon/instituto.png);
	background-repeat: no-repeat;
}

.quadros-6:hover {
	background-image: url(../../assets/img/icon/instituto-hover.png);
	transition: 1s;
}

.quadros-7 {
	width: 100%;
	height: 160px;
	background-image: url(../../assets/img/icon/estetica.png);
	background-repeat: no-repeat;
}

.quadros-7:hover {
	background-image: url(../../assets/img/icon/estetica-hover.png);
	transition: 1s;
}

/* ################## DESTAQUES ################## */

.destaques {
	width: 100%;
	max-height: default;
	display: flow-root;
	text-align: center;
	margin-bottom: 20px;
	padding: 0% 10%;
}

.produto {
	width: 30%;
	height: 450px;
	background: #e6e6e6;
	text-align: center;
	border: none;
	padding: 0px 10px;
	float: left;
	margin-left: 1.5%;
}

.nome-produto {
	font-size: 1.3rem;
}

.produto img {
	width: 80%;
}

.produto p {
	font-size: 0.8rem;
	font-weight: 400;
	text-align: justify;
}

.ver-detalhes {
	background: var(--blue-color);
	padding: 4% 6%;
	margin-top: 20px;
	margin-bottom: 10px;
	color: white;
	border: none;
	border-radius: 8px;
}

.ver-detalhes:hover {
	background: var(--green-color);
	transition: 1s;
}

/* ################## BLOG ################## */

.blog {
	padding: 5% 10% 2% 10%;
	background-image: url(../../assets/img/back-blog.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.blog h2 {
	text-shadow: 
               -1px -1px 0px #FFF, 
               -1px 1px 0px #FFF,                    
                1px -1px 0px #FFF,                  
                1px 0px 0px #FFF;

}

.materia {
	width: 30%;
	max-height: default;
	display: flow-root;
	padding: 0;
	border: none;
	float: left;
	margin-left: 2%;
}

.materia img {
	width: 100%;
	height: auto;
	border: 2px solid white;
}

.materia h3 {
	font-size: 20px;
	color: var(--h2-colors);
	text-shadow: 
               -1px -1px 0px #FFF, 
               -1px 1px 0px #FFF,                    
                1px -1px 0px #FFF,                  
                1px 0px 0px #FFF;
}

.materia p {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 20px;
	text-shadow: 
               -1px -1px 0px #FFF, 
               -1px 1px 0px #FFF,                    
                1px -1px 0px #FFF,                  
                1px 0px 0px #FFF;
}

.materia button {
	background: var(--green-color);
	padding: 3% 5%;
	border: none;
	border-radius: 10px;
	margin-bottom: 20px;
}

.materia button:hover {
	background: var(--blue-color);
	transition: 1s;
}

.materia button a {
	font-size: 15px;
	color: white;
}

.materia button a:hover {
	color: ;
}

/* ################## MAPA ################## */

.mapa {

}

.mapa iframe {
	margin-top: 1%;
	margin-bottom: 0.5%;
}

/* ################## REDES SOCIAIS ################## */

.redes {
padding: 2px;
}

.redes h2 {

}

#imagens {

}

#imagens img {
	width: 30px;
	height: 30px;
}

#imagens img:hover {
	width: 35px;
	height: 35px;
}

/* ################## CONTATO ################## */

.contato {
	padding: 5% 20%;
}

.contato h2 {
	text-align: center;
	color: var(--white-color);
}

#formulario {
	width: 100%;
	max-height: default;
	display: flow-root;
}

#formulario .campos {
	width: 100%;
	height: 50px;
	background: #fff;
	margin-bottom: 10px;
	padding: 0% 4%;
	border: none;
}

#formulario .mensagem {
	width: 100%;
	height: 200px;
	background: #fff;
	margin-bottom: 10px;
	padding: 2% 4%;
	border: none;
}

#formulario .botao {
	width: 30%;
	height: 60px;
	background: var(--blue-color);
	color: white;
	border: none;
}

#formulario .botao#hover {
	width: 30%;
	height: 60px;
	background: var(--green-opposite-color;
	color: white;
	border: none;
}

#rodape a {
	color: white;
	font-weight: 200;
}
