/*!
 * Start Bootstrap - New Age v5.0.0 (https://startbootstrap.com/template-overviews/new-age)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-new-age/blob/master/LICENSE)
 */

@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@300;400&display=swap');
 
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
/* font-family: 'Open Sans', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100;200;300;400;500;600;700;800&display=swap');
/* font-family: 'League Spartan', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&display=swap');
/* font-family: 'Rubik', sans-serif; */ 

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}

*{
  transition: .2s all ease;
}

a {
  color: #009E00;
  -webkit-transition: all .35s;
  transition: all .35s;
}

a:hover, a:focus {
  color: #fcbd20;
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
  border-color: white;
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

section {
  padding: 30px 0;
	position: relative;
	width: 100%;
	height: auto;
	float: left;
}

section h2 {
  font-size: 30px;
}

#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: rgb(255, 255, 255);
  -webkit-transition: all .35s;
  transition: all .35s;
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
  box-shadow: 0px -16px 36px #141414;
}

#mainNav .navbar-brand {
  color: #009E00;
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}

#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
  color: #fcbd20;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  padding: 8px 10px;
  color: #222222;
}

#mainNav .navbar-nav > li > a {
  font-family: 'Rubik', sans-serif;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  opacity: 1;
  z-index: 3;
  position: relative;
}
@media (min-width: 768px){
  #mainNav .navbar-nav > li > a {
    min-width: 5rem;
  }
  .carousel-indicators{
    margin-bottom: 3rem;
  }
}
#mainNav .navbar-nav > li > a.active {
  color: #009E00 !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li > a.active:hover {
  background-color: transparent;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
  color: #222222;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
  color: #009E00;
}

@media (min-width: 992px) {
  #mainNav .navbar-brand {
    color: fade(white, 70%);
  }
  #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
    color: white;
  }
  #mainNav .navbar-nav > li > a,
  #mainNav .navbar-nav > li > a:focus {
    color:#fff;
  }
  #mainNav .navbar-nav > li > a:hover,
  #mainNav .navbar-nav > li > a:focus:hover {
    color: white;
  }

  #mainNav.navbar-shrink .navbar-nav > li > a:hover,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
    color: #009E00;
  }
}

header {
  position: relative;
	width: 100%;
	height: auto;
	float: left;
}

@media (min-width: 768px) {
  
}
footer {
  position: relative;
	width: 100%;
	height: auto;
	float: left;
  background-color: #000000;
}

footer p {
  font-size: 13px;
  margin: 0;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
/***** Paginacao ****/
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
	text-decoration:none;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #000000;
	border-radius: 0px;
	cursor: pointer;
	padding: 10px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #444242;
}
.paginacao ul {
	padding:0;
}
.paginacao {
    width: 100%;
    height: auto;
    float: left;
    margin: 35px 0;
}
.carousel-item {
  transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
}

/* ////////////////////// FOOTER ////////////////////// */
.footer-legal{
  text-align: center;
  padding: 7px 0;
  color: #707070;
  background: #E9E2D8;
}

.footer-legal a{
  text-decoration: none;
  color: #707070;
  transition: 0.2s all ease;;
}

.footer-legal a:hover{
  color: #009E00;
}

footer{
  color: #fff;
  font-family: 'Rubik', sans-serif;
  background: url(../img/fundo-footer-com-menus.png) no-repeat right #000;
}

@media (max-width: 768px) { 
  footer{
    background-size: cover;
  }
}

.footer-area-sobre-nos p{
  margin: 15px 0;
  font-size: 14px;
}

.footer-com-menus .box-menus-footer{
  padding-top: 8rem;
  padding: 20px 0;
}

.box-icones-redes-sociais-footer div{
  transition: 0.2s all ease;
  background: #009E00;
  padding: 10px;
  border-radius: 100px 100px 100px 100px;
  -moz-border-radius: 100px 100px 100px 100px;
  -webkit-border-radius: 100px 100px 100px 100px;
}

.box-icones-redes-sociais-footer div:last-child{
  margin-left: 15px;
}

.box-icones-redes-sociais-footer div:hover{
  background: #707070;
}

.rede-social-1, .rede-social-2{
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
}

.formatacao-padrao-listas{
  list-style-type: none;
}

.formatacao-padrao-ul{
  padding: 0;
}

.formatacao-padrao-ul a{
  text-decoration: none;
}

.title-footer{
  font-size: 1.4rem;
  font-family: 'Rubik', sans-serif;
  letter-spacing: 2px;
  color: #000000;
}

li.formatacao-padrao-listas {
  font-family: 'Rubik', sans-serif;
  color: rgb(0, 0, 0);
  margin-bottom: 7px;
}


li.formatacao-padrao-listas:hover{
  color: #009E00;
}

.barrinha-footer-mobile{
  content: "";
  width: 100%;
  height: 1rem;
  background: #009E00;
}

footer .formatacao-padrao-listas img{
  width: 1.5rem;
  margin-right: 5px;
}


/* HEADER */
#mainNav .navbar-brand{
  margin-right: 0 !important;
  padding: 0;
}

.navbar{
  padding: 0 !important;
}

.navbar .nav-item{
  transition: .4s all ease !important;
  line-height: 3.4rem;
}

.navbar .nav-item:hover{
  background: rgba(0, 158, 0, .3);
}


.navbar .nav-item{
  position: relative;
}

.navbar .nav-item::after {
  transition: 0.4s all ease;
  opacity: 0;
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 18px;
}

.navbar .nav-item:hover::after{
  opacity: 1;
}
.navbar .nav-item::before{
  content: "";
  transition: 0.5s all ease;
  z-index: 1;
  position: absolute;
  width: .8rem;
  height: .8rem;
  background: #009E00;
  right: 0;
  right: 0;
  left: -40%;
  margin: auto;
  border-radius: 100px 100px 100px 100px;
  -moz-border-radius: 100px 100px 100px 100px;
  -webkit-border-radius: 100px 100px 100px 100px;
  bottom: 12px;
  opacity: 0;
}
.navbar .nav-item:hover::before {
  opacity: 1;
  left: 0;
}

#banners-brands,
#banner-unico-home,
#section-blogs-home,
#banners-de-categorias,
#quem-somos-home {
    margin: 0 0 3rem 0;
}
section {
    padding: 0;
}
h1.title-section {
    margin-bottom: 2rem;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 400;
    position: relative;
}
h2.title-secundary {
    color: #009e00;
    font-family: "Open Sans", sans-serif;
    font-size: 1.5rem;
}
a:hover {
    text-decoration: none;
}
.btnPrimary {
    cursor: pointer;
    background: #000;
    color: #fff;
    padding: 4px 2rem;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}
#btnSecundary {
    border: 1px solid #009e00;
    color: #009e00;
    padding: 3px 1rem;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}
.quem-somos-s4x{
    margin-top: 35px;
}
.S-azul{
    color: #020097;
}

footer{
    background-color: #fff;
    box-shadow: 7px 47px 119px #141414;
    margin-top: 45px;
}
.rede-social{
    width: 40px;
    height: 40px;
    background-color: black;
    border-radius: 50%;
    padding: 9px 13px;
    color: #fff;
}
.S4{
    font-size: 30px;
}
.missaoValorProsito{
    margin-top: 35px;
}
.nossa-equipe{
    margin-top: 40px;
    text-align: center;
}
.MVP{
 border: 2px solid #707070;
  padding: 30px;
  margin: 0 5px;
  min-height: 300px;
}