/* Configuracao Geral Menu Desktop */
.topnav {
  overflow: hidden;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
}
.topnav button {
  background-color: #fff;
  border: none;
  cursor: pointer;
}
.dropdown {
  float: left;
  overflow: hidden;
  border: none;
}
.dropdown .dropbtn {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 12px;
  border: none;
  outline: none;
  color: #FA143C;
  text-transform: uppercase;
  padding: 8px 0;
  margin: 0;
  background: transparent;
  transition: color .2s ease, text-decoration-color .2s ease;
}

/* Submenu principal */
[class^="dropdown-menu"] {
  display: none;
  background-color: #fff;
  width: 100%;
  padding: 10px 0 15px 0;
  position: absolute;
  left: 0;
  top: 100%;
  border-bottom: 2px solid #dedede;
  z-index: 1000;
  min-height: 310px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  box-sizing: border-box;
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
}

.drop-column {
  width: 25%;
  float: left;
}
.drop-column a {
  float: none;
  font-size: 12px;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #595959;
  padding: 7px 15px;
  text-decoration: none;
  display: block;
  text-align: left;
  transition: color .15s ease, background .15s ease;
}
.drop-column a:before {
  content: "";
  width: 12px;
  height: 10px;
  top: 0px;
  left: 0px;
  position: relative;
  display: inline-block;
  background: url("../../images/ic_setamenu.svg") no-repeat scroll left center;
}
.drop-column b {
  margin-left: 15px;
  font-size: 14px;
}

/* Hover refinado com roxo secundário */
.dropdown:hover .dropbtn {
  color: #4c5bc4;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: #4c5bc4;
}

/* Submenu hover */
[class^="dropdown-menu"] a:hover {
  color: #4c5bc4;
  background: rgba(76, 91, 196, .07);
}

/* Mostrar submenu */
.dropdown:hover [class^="dropdown-menu"] {
  display: block;
}

.containerSiteMenu {
  position: absolute;
  left: 0;
  width: 100%;
}
.SiteMenu {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

/* Layout responsivo */
@media screen and (min-width: 1351px) {
  .topnav { max-width: 1340px; }
  [class^="dropdown-menu"] { max-width: 1340px; }
  .SiteMenu { max-width: 1340px; }
  .dropdown .dropbtn { width: 120px; }
}

@media screen and (max-width: 1350px) {
  .topnav { max-width: 1260px; }	
  .dropdown .dropbtn { width: 112px; font-size: 0.7em; }
}

@media screen and (max-width: 1270px) {
  .topnav { max-width: 1180px; }		
  .dropdown .dropbtn { width: 105px; font-size: 0.65em; }
}

@media screen and (max-width: 1190px) {
  .topnav { max-width: 1100px; }		
  .dropdown .dropbtn { width: 98px; font-size: 0.6em; }
}

@media screen and (max-width: 1110px) {
  .topnav { max-width: 1020px; }
  .dropdown .dropbtn { width: 90px; font-size: 0.59em; }
}

@media screen and (max-width: 1023px) {
  .topnav { display: none; }	
}
