@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Josefin+Slab);
 
 .bg-preto{background-color:#000;}
.bg-azuldomingues{background-color:#002a4c;}
.bg-begedomingues{background-color:#eeddb7;}
.text-domingues{color:#eeddb7;}
.text-bege{color:#eeddb7;}
.text-azulescuro{color:#002a4c;}
.text-maior {font-size: 18px;}

.btn-success{background-color:#002a4c !important;
color:#eeddb7 !important;
}
.btn-success:hover {background-color:#002a4c !important;}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar_mobile {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    color: #fff;
    transition: all 1s;
    overflow-y: scroll;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

#sidebar_mobile.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
	color: #000;
	border-radius: 30px;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}



#sidebar_mobile ul.components {
    padding: 10px 0;
    
}

#sidebar_mobile ul p {
    color: #fff;
    padding: 10px;
}

#sidebar_mobile ul li a {
    
    font-size: 1.1em;
	display: block;
	color: #fff;
}

#sidebar_mobile ul li a:hover {
    color: #fff;
    background: #000;
}

#sidebar_mobile ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #000;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
 
 
 
 html {
  font-size: 0.8rem;
}

@media (min-width: 576px) { 
  html {
    font-size: 1rem;
  }

 }





 
.bordas{border-radius:5px;}

  .boxes{border-radius:5px;
box-shadow: 0 0px 0px rgba(0,0,0,0.3);
  transition: all 0.3s ease-in-out;
  position:relative;
  
  
    transition: all 0.3s ease-in-out;
  


    position: relative;
    -webkit-transition: all 100ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 100ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 100ms ease-in;
    -moz-transform: scale(1);
    transition: all 100ms ease-in;
    transform: scale(1); 
  }
.boxes:hover{
box-shadow: 0 5px 5px rgba(0,0,0,0.3);
background-color:#f1f1f1;
   z-index: 2;
    -webkit-transition: all 100ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 100ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 100ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 100ms ease-in;
    transform: scale(1.1);
}
.flag{padding:4px; padding-left:10px; padding-right:10px;border-radius:10px; background-color:#ff6c00; color:#fff; position:absolute; right:5px; top:5px; font-size:11px;}

body {
  font-family: 'Josefin Slab' !important;
}
.sombra{text-shadow: 1px 3px 3px #000;}

.footer-section {
	
	padding: 100px 0 85px;
}

.footer-widget {
	padding-top: 2px;
}

.footer-widget h2 {
	font-size: 16px;
	color: #005599;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.footer-widget ul {
	list-style: none; 
	margin:0px;
	padding:0px;
}

.footer-widget ul li a {
	display: inline-block;

	
	margin-bottom: 10px;
}



.videoback {

position:absolute;
float:left;
    width:100vw;
    height:100%;
background: -webkit-linear-gradient(rgba(115, 112, 112, 0.8), rgba(0, 55, 0, 0.5)), url("/imags/back1.png");
    background: linear-gradient(rgba(115, 112, 112, 0.8), rgba(0, 0, 0, 0.5)), url("/imags/back1.png"); 
    z-index:1;
} 
 
  
.dropdown-menu {
	min-width: 200px;
}
.dropdown-menu.columns-2 {
	min-width: 600px;
	left:0px;
}
.dropdown-menu.columns-3 {
	min-width: 600px;
}
.dropdown-menu li a {
	padding: 5px 15px;
	font-weight: 300;
}
.multi-column-dropdown {
	list-style: none;
  margin: 0px;
  padding: 0px;
}
.multi-column-dropdown li a {
	display: block;
	clear: both;
	line-height: 1.428571429;
	color: #333;
	white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #999;
}
 
@media (max-width: 767px) {
	.dropdown-menu.multi-column {
		min-width: 240px !important;
		overflow-x: hidden;
	}
}


.flutua{	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 999;
}
.fonte-muli {font-family: 'Josefin Slab', sans-serif !important;}
.espaco-linhas{line-height: 35px;}
.bg-cinza {background-color: #e4e4e4;}
.bg-preto {background-color: #3d3d3d;}
.bg-eng-azul{background-color: #4e4b49}

.bg-brancot{background: rgba(255,255,255,0.9);}
.bg-branco{background: rgba(255,255,255,1);}


.logom{width:100px;}
.bg-degrade{background-image: linear-gradient(to top, #001c38 0%, #00264b 100%);}
.bg-degrade1{background-image: linear-gradient(to top, #f4f4f4 0%, #ffffff 100%);}


.naveover{color:#000;}
.naveover:hover{background-color: #6e797d; color:#fff;}
.barratitle{background-color: #6e797d; color:#fff;}

.text-azulzinho{color:#75edff;}
.text-azulado{color:#4e4b49;}
.text-azul{color:#335885; padding-left:10px; padding-right:10px;}
.text-azul:hover{background-color: #335885; color:#fff; border-radius:25px; padding-left:10px; padding-right:10px;}
.text-fazul{background-color: #335885; color:#fff; }
.text-fazul:hover{background-color: #0f243e; color:#fff;}
.titulos_int{height:100px;}

.decor{
  position: relative;
  display: block;
  height: 1px;
  width: 74px;
  margin-top: 15px;
}
.decor:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}
.decor:after{
    content: "";
    position: absolute;
    top: 0px;
    left: 3px;
    width: 6px;
    height: 3px;
    background: #fff;
    transform: skewX(30deg);
}



.banner{ 
 background-color: #4e4b49;
 background-image: url('/imags/banner2.jpg');
height:600px;
background-position:center;
}

@media (min-width: 768px) {

.backgroundh{
 background-color: #515961;
}
	
}


.risco{
background-image: url('/imags/risco.png');
	background-position:left;
	background-repeat: repeat-x;
	width: 100%;
	height: 36px;
	
}

.whatsapp-fixo {
position: fixed;
bottom:10px;
right:10px;
z-index: 999;
}


hr {
  background-color: #515961;
}

.scrollspySite {
  position: relative;
  overflow: auto;
  height: 210px;
  color: darkslateblue;
}

.textos-azul{color:#1e8eb9; font-weight: 400;}
.text-quimica{color:#196c91;  font-weight: 400;}

.fininho {
  font-weight: 300;
  color: #1e8eb9;
}


.nav-link{
  color: #196c91;
}


.negrito2 {
  font-weight: 900;
  color: #196c91;
}

.negrito:hover {
  background-color: azure;
}

.titulosazul {
  color: #74c5e0;
  text-transform: uppercase;
}

.bgblue1 {
  background-color: #345fad;
}
.bgblue2 {
  background-color: #345fad;
}

.produto {
  border-radius: 0px;
}

.produto button {
  z-index: 1;
  margin: auto;
  width: 85%;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #75c5e0;
  text-align: center;
  font-size: 13px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15%;
  border: 0px;
  cursor: pointer;
  position: relative;
  bottom: 0px;
  transition: all 1s;
}

.produto button:hover {
  background-color: #afdcec;
}

.produto button .circulo {
  z-index: 1;
  border-radius: 50px;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 40px;
  background: #0577b9;
  position: absolute;
  left: -15px;
  top: -7px;
  border: 5px solid #fff;
  display: inline-block;
}

.titulo-produto {
  color: #115181;
}

.preco-produto {
  color: dimgrey;
  font-weight: 400;
}

.labelfrete::before {
  z-index: 100;
  font-size: 12px;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 22px;
  border-radius: 11px;
  position: absolute;
  top: 12px;
  background-color: forestgreen;
  content: "Frete Grátis";
  right: 12px;
}

.labelnovo::before {
  z-index: 100;
  font-size: 12px;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 22px;
  border-radius: 11px;
  position: absolute;
  top: 12px;
  background-color: #047abb;
  content: "Novo";
  left: 12px;
}

.boxprocurar {
  background-color: #99deed;
  border-color: #99deed;
  border-radius: 0px;
  color: #047abb;
  text-transform: uppercase;
  text-align: left;
  font-weight: 400;
  font-size: 23px;
}

#popover_procura {
  display: none;
}

#popover_carrinho {
  display: none;
}
.pointer {cursor: pointer;}
.pointer:hover {cursor: pointer; background-color: #115181;}

.btn-procurar {
  background-color: #047abb;
  border-radius: 38px;
  width: 38px;
  line-height: 15px;
  height: 35px;
  color: white;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
}

.procurar {
  background-color: #004c97;
  border-radius: 38px;
  width: 38px;
  line-height: 38px;
  height: 38px;
  color: white;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
}

.procurar:hover {
  color: aqua;
}

.carrinho {
  background-color: #74c5e0;
  border-radius: 38px;
  width: 38px;
  line-height: 38px;
  height: 38px;
  color: white;
  display: inline-block;
  text-align: center;
}

.facebook {
  background-color: #415e96;
  border-radius: 38px;
  width: 38px;
  line-height: 38px;
  height: 38px;
  color: white;
  display: inline-block;
  text-align: center;
}

.twitter {
  background-color: #6bb6d0;
  border-radius: 38px;
  width: 38px;
  line-height: 38px;
  height: 38px;
  color: white;
  display: inline-block;
  text-align: center;
}

.youtube {
  background-color: #c12025;
  border-radius: 38px;
  width: 38px;
  line-height: 38px;
  height: 38px;
  color: white;
  display: inline-block;
  text-align: center;
}

.facebook:hover {
  color: white;
}

.twitter:hover {
  color: white;
}

.youtube:hover {
  color: white;
}

.navbar-search-form.disabled,
.navbar-menu-items.disabled {
  display: none;
}

.navbar-search-form input[type=text] {
  width: 400px;
  margin: 0;
  background: none;
  border: 0;
  font-family: "Josefin Slab", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 34px;
  color: #888;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar-search-form input[type=text]:focus {
  outline: 0;
  background: none;
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-search-form input[type=text]::-moz-placeholder {
  color: #888;
  font-style: italic;
}

.navbar-search-form input[type=text]:-ms-input-placeholder {
  color: #888;
  font-style: italic;
}

.navbar-search-form input[type=text]::-webkit-input-placeholder {
  color: #888;
  font-style: italic;
}

/*# sourceMappingURL=style.css.map */
