﻿@charset "UTF-8";

header {
  position: absolute;
  width: 100%;
}

.sticky {
	position: fixed;
}

.sticky .img-header {
	transition: 1s;
	width: 100%;
}

header .menu-blog {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25vh;
  margin: 0vh 6vh;
}

header .menu-blog .container {
  padding: 0;
}

header .menu-blog .col-md-12 {
  padding: 0;
}

header .icones-header {
  display: flex;
  align-items: center;
  justify-content: center;
}

header .icones-header p {
  padding-right: 2.5vh;
}

header .icones-header img {
  width: 4vh;
}

header .icones-header .icone-face {
  width: 3vh;
}

header .form-control {
  border: none;
  border-radius: 0 !important;
  background-color: #fff;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 10vh !important;
  border-bottom-left-radius: 10vh !important;
}

header .form-pesquisa {
  border-radius: 4vh !important;
  border: 2px solid #464545;
}

header #pesquisa {
  border: none;
  background-color: #fff;
  border-radius: 0 !important;
  border-top-right-radius: 10vh !important;
  border-bottom-right-radius: 10vh !important;
}

img.img-header {
  	width: 130%;
	transition: 1s;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.navigation {
  height: 95px;
  background-image: url(../img/menu/bg-menu.png);
  background-color: #000;
  opacity: 0.9;
  z-index: 10;
}

.brand {
  position: absolute;
  line-height: 102px;
  height: 100%;
  width: 77%;
  display: flex;
  justify-content: space-between;
}

.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 1vh;
  flex-direction: column;
  justify-content: center;
}


header .a-image {
  padding: 1.2vh;
}

.nav-container {
  max-width: 100%;
  display: flex;
  justify-content: center;
}

nav {
  float: right;
  width: 55%;
  margin-right: 7vh;
}

nav p {
  font-size: 15px;
  color: #fff;
  height: 3vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

nav ul li {
  float: left;
  position: relative;
  padding: 0vh 2vh;
}

nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 10px;
  line-height: 105px;
  background: transparent;
  color: #ffffff;
  text-decoration: none;
}

nav ul li a:hover,
nav ul li a:visited:hover {
  /* background: #2581DC; */
  /* color: #ffffff; */
}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: " â–¾";
}

nav ul li ul li {
  min-width: 190px;
}

nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.languages {
	text-transform: uppercase;
    display: flex;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 20px;
  right: 0;
  background: #262626;
  height: 70px;
  width: 70px;
}

/* Languages */

.languages {
	font-size: 2.5rem;
}

.lang-icons {
	padding: 0;
	margin: 0;
	width:2.5rem;
	float: right;
}



@media screen and (max-width: 1280px) {
  nav p {
    font-size: 11px;
  }
}

@media (max-width: 912px) {
  .navigation {
    height: 130px;
    background-color: #000;
  }

  .brand {
    max-width: 100%;
    width: 100%;
    line-height: 130px;
  }

  nav ul li a,
  nav ul li a:visited {
    padding: 0 14px;
    margin: -1px 0px;
    line-height: 104px;
  }

  .brand {
    z-index: 11;
  }

  nav {
    width: 100%;
    padding: 130px 0 0px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin: 0;
  }
}

@media only screen and (max-width: 912px) {
  .navigation {
    opacity: 1;
  }

  header .menu-blog .container {
    width: 45%;
  }

  header .icones-header {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  header .menu-blog {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
  }

  .nav-mobile {
    display: block;
  }

  .img-header {
    padding-left: 15px;
  }

  nav {
    width: 100%;
    padding: 130px 0 0px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }

  nav ul {
    display: none;
    margin: initial;
    position: absolute;
    width: 100vw;
    background-color: #000;
    padding-bottom: 2vh;
  }

  nav ul li {
    float: none;
    top: 0px;
  }

  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }

  nav ul li ul li a {
    padding-left: 30px;
  }

  .nav-dropdown {
    position: static;
  }

  .nav-mobile {
    margin: 0vh 17.5vh;
    top: 30px;
    background-color: #93c01f;
  }
}

/* @media screen and (min-width: 799px) {
  .nav-list {
    display: block !important;
  }
} */

#nav-toggle {
  position: absolute;
  left: 34.9px;
  top: 25px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
}

#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

article {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}

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