/*---------------------------------------
  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;
	box-sizing: border-box;
}

  .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;
}

/* ################## DIV BASE ################## */
.base {
	padding: 5%;
}
/* ################## DIV BASE ################## */

/* ################## PRODUTOS ################## */

.cabecalho {
	width: 100%;
	max-height: default;
	display: flow-root;
	background: #2957A4;
	padding: 10px;
	text-align: center;
}

.produtos {
	width: 100%;
	max-height: default;
	display: flow-root;
	text-align: center;
	text-align: justify;
	padding: 4%;
}

.produtos h2 {
	text-align: center;
	margin-bottom: 20px;
}

.produto {
	width: 100%;
	max-height: default;
	display: flow-root;
	background: #e6e6e6;
	padding: 5%;
	margin-bottom: 20px;
	border-radius: 40px 0px;
}

.produto img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.produto h3 {
	color: darkblue;
	font-size: 1.7em;
	margin-bottom: 20px;
	text-align: center;
}

.produto p {
	font-size: 1.3em;
	font-weight: 400;
}



/*ICONES */


/* ################## MUDANÇA IMPORTANTÍSSIMA ################## */

#shadow-host-companion {
	display: none;
}

/* ################## MUDANÇA IMPORTANTÍSSIMA ################## */


/* ################## BOTÃO WHATSAPP ################## */

#whatsapp {
	width: 100px;
	height: 100px;
	position: fixed;
	top: 90%;
	right: 0%;
}

/* ################## BOTÃO WHATSAPP ################## */

/* ################## 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;
}

/* ################## RODAPÉ ################## */

#rodape {
	width: 100%;
	height: 250px;
	background: var(--blue-color);
	padding: 5%;
	border: none;
}

#rodape img {
	margin-bottom: 10px;
}

#rodape p {
	color: white;
	font-weight: 400;
}




@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: 400px;
	background: red;
}

/* ################## DIV BASE ################## */
.base {
	padding: 5% 11%;
}
/* ################## DIV BASE ################## */

/* ################## REDES SOCIAIS ################## */

.redes {
padding: 2px;
}

.redes h2 {

}

#imagens {

}

#imagens img {
	width: 30px;
	height: 30px;
}

#imagens img:hover {
	width: 35px;
	height: 35px;
}

/* ################## PRODUTOS ################## */

.cabecalho {
	padding: 20px;
}

.produtos {
	padding: 2% 5% 2% 7%;
}

.produto {
	width: 30%;
	padding: 2%;
	float: left;
	margin-right: 2%;
}

.produto img {

}

.produto h3 {
	font-size: 1.3em;
}

.produto p {
	font-size: 1em;
}



/* ################## FOOTER ################## */

#rodape {
	width: 100%;
	height: 300px;
	background: var(--blue-color);
	padding: 2% 10%;
}