/***********************
	GLOBAL
************************/

h1,
h2,
h3,
h4,
h5,
p,
li {
  font-family: "Roboto Slab", sans-serif;
  font-weight: 300;
}

.pad-b-10 {
  padding-bottom: 10px;
}
.pad-b-20 {
  padding-bottom: 20px;
}
.pad-b-30 {
  padding-bottom: 30px;
}
.pad-b-40 {
  padding-bottom: 40px;
}
.pad-b-50 {
  padding-bottom: 50px;
}

.margin-t-10 {
  margin-top: 10px;
}
.margin-t-20 {
  margin-top: 20px;
}
.margin-t-30 {
  margin-top: 30px;
}
.margin-t-40 {
  margin-top: 40px;
}
.margin-t-50 {
  margin-top: 50px;
}

h2.tituloQuadro {
  color: #fff;
  font-family: "Roboto Slab", sans-serif;
  padding: 10px 15px 10px 65px;
  font-weight: 700;
  background: #000066;
  display: inline-block;
  border-left: 6px solid #006633;
}

.produtos h3 {
  color: #000066;
  padding: 10px 15px;
  border: 2px solid #000066;
  display: inline-block;
  border-radius: 5px;
}

.produtos h4 {
  font-weight: 400;
}

.produtosTexto li {
  margin-left: 25px;
}

label {
  font-family: "Open Sans", sans-serif;
  color: #2d3a52;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  background-color: #006633;

  /* Margin bottom by footer height */
  margin-bottom: 95px;
}

.quadroBranco {
  background-color: #fff;
  min-height: 500px;
  border-radius: 10px;
  padding-top: 30px;
  padding-left: 30px;
}

.faixa_topo_produtos {
  background: url("../images/faixa_topo_produtos.jpg") no-repeat top center #006633;
  min-height: 200px;
  position: relative;
  top: -50px;
  z-index: -10;
}

.faixa_topo_produtos2 {
  background: url("../images/faixa_topo_produtos2.jpg") no-repeat top center #006633;
  min-height: 200px;
  position: relative;
  top: -50px;
  z-index: -10;
}

/***********************
	MENU
************************/

.iconFacebook a {
  margin-left: 10px;
}

.navbar-header {
  height: 142px;
}

.navbar-default {
  border: 0;
  border-radius: 0;
  border-bottom: 0;
  background: #fff;
}

.navbar-brand {
  padding: 0;
  background: url("../images/logo-mmg.png") no-repeat;
  background-size: cover;
  width: 240px;
  height: 100px;
  margin-top: 20px;
}

.navbar-default .navbar-nav > li > a {
  color: #006633;
  font-family: "Roboto Slab", sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 15px;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  transition: all 0.3s ease-out 0s;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #000066;
  border-bottom: 2px solid #006633;
  border-top: 2px solid #006633;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #000066;
  background-color: transparent;
  border-bottom: 2px solid #006633;
  border-top: 2px solid #006633;
}

.nav {
  margin-top: 40px;
}

.navbar-toggle {
  background-color: #16321a;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  float: right;
  margin-bottom: 8px;
  margin-right: 15px;
  margin-top: 48px;
  padding: 9px 10px;
  position: relative;
}

.shadow {
  margin-top: -20px;
}

.shadow-top {
  max-width: 100%;
}

/***********************
	SLIDER HOME
************************/

#owl-sliderHome .item img {
  display: block;
  width: 100%;
  height: auto;
}

/***********************
	HOME
************************/

h2.textoDestaque {
  color: #fff;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}

.box > .icon {
  text-align: center;
  position: relative;
}
.box > .icon > .image {
  position: relative;
  z-index: 2;
  margin: auto;
  width: 88px;
  height: 88px;
  border: 8px solid #006633;
  line-height: 88px;
  border-radius: 50%;
  background: #fff;
  vertical-align: middle;
}
.box > .icon:hover > .image {
  background: #ddf3ff;
}
.box > .icon > .image > i {
  font-size: 36px !important;
  color: #006633 !important;
}
.box > .icon:hover > .image > i {
  color: #16163d !important;
}
.box > .icon > .info {
  margin-top: -24px;
  background: rgba(0, 0, 0, 0.2);
  border: 0px solid #1a3c1f;
  padding: 15px 0 10px 0;
}
.box > .icon:hover > .info {
  background: rgba(0, 0, 0, 0.04);
  border-color: #fff;
  color: white;
}
.box > .icon > .info > h3.title {
  font-family: "Roboto Slab", sans-serif !important;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.box > .icon > .info > p {
  font-family: "Roboto", sans-serif !important;
  font-size: 13px;
  color: #fff;
  line-height: 1.5em;
  margin: 20px;
}
.box > .icon:hover > .info > h3.title,
.box > .icon:hover > .info > p,
.box > .icon:hover > .info > .more > a {
  color: #fff;
}
.box > .icon > .info > .more a {
  font-family: "Roboto Slab", sans-serif !important;
  font-size: 14px;
  color: #fff;
  line-height: 12px;
  text-transform: uppercase;
  text-decoration: none;
}
.box > .icon:hover > .info > .more > a {
  color: #070d07;
  padding: 6px 8px;
  background-color: #fff;
}
.box .space {
  height: 30px;
}

/***********************
	A EMPRESA
************************/

.imgEmpresa {
  margin-top: 30px;
}

/***********************
	PRODUTOS
************************/

.imgProduto {
  margin-top: 30px;
}

#myCarousel {
  width: 230px;
}

/***********************
	FOOTER
************************/

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 52px;
  background-color: #f5f5f5;
}

.rodape {
  background-color: #fff;
  border-top: 0px solid #000066;
  font-size: 12px;
  padding: 15px 0 10px;
}

.rodape p {
  color: #000066;
}

.rodape a {
  color: #000066;
}

.rodape a:hover {
  color: #006633;
  text-decoration: none;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 56px;
  height: 56px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 28px;
  line-height: 56px;
  z-index: 9999;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.whatsapp-float:hover {
  color: #fff;
  background-color: #1ebe5d;
}

/***********************
	MEDIA QUERY
************************/

@media (max-width: 1200px) {
  .navbar-brand {
    padding: 0;
    background: url("../images/logo-mmg.png") no-repeat;
    background-size: cover;
    width: 188px;
    height: 78px;
    margin-left: 10px !important;
    margin-top: 31px !important;
  }

  .navbar-default .navbar-nav > li > a {
    font-size: 16px;
  }
}

/* Desktop */
@media (max-width: 991px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 15px;
    padding: 10px 5px;
  }

  .quadroBranco {
    border-radius: 0;
  }

  .navbar-header {
    height: 150px;
  }

  .shadow {
    display: none;
  }

  .navbar-brand {
    padding: 0;
    background: url("../images/logo-mmg.png") no-repeat;
    background-size: cover;
    width: 188px;
    height: 78px;
    margin-left: 10px !important;
    margin-top: 31px !important;
  }
}

/* Tablets */
@media (max-width: 767px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 21px;
    padding: 25px 15px;
    margin-top: 0px;
    color: #006633;
    border-radius: 0;
    border: 0;
  }

  .navbar-default .navbar-nav > li > a:hover {
    color: #000066;
    background-color: #fff;
    border-radius: 0;
    border: 0;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000066;
    font-size: 18px;
    padding-top: 20px;
  }

  .dadosFooter {
    text-align: center;
  }

  .widgetFooter {
    display: none;
  }
}

/* Mobile phones */
@media (max-width: 480px) {
}

.boxes-home {
  display: flex;
  justify-content: center;
}
