/* NAVBAR RESPONSIVE */
.hamburgerBtn {
  width: auto;
  height: auto;
  padding: 15px 20px 15px 20px;
  background: #e61e2a;
  font-size: 45px;
  line-height: 45px;
  color: white;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 999;
  -webkit-box-shadow: 0px 0px 23px -2px rgba(0, 0, 0, 0.51);
  -moz-box-shadow: 0px 0px 23px -2px rgba(0, 0, 0, 0.51);
  box-shadow: 0px 0px 23px -2px rgba(0, 0, 0, 0.51);
  transition: all 0.3s ease;
}

.hamburgerBtn:hover,
.hamburgerBtn:active,
.hamburgerBtn:focus {
  background-color: #ffffff;
  color: #e61e2a;
}

.overlayResponsive {
  width: 100%;
  height: 100%;
  background: white;
  background-color: white;
  opacity: 0.5;
  /*position: fixed;*/
  z-index: 1000;
  display: none;
  cursor: pointer;
}

.responsiveFixed {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1001;
  display: none;
  top: 0;
}

.responsiveOutter {
  width: 100%;
  height: 100%;
  padding: 0 0 0 0;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 23px -2px rgba(0, 0, 0, 0.51);
  -moz-box-shadow: 0px 0px 23px -2px rgba(0, 0, 0, 0.51);
  box-shadow: 0px 0px 23px -2px rgba(0, 0, 0, 0.51);
  left: -200%;
}

.responsiveInner {
  width: 100%;
  height: 100%;
  padding: 0 0 0 0;
  position: relative;
  overflow: auto;
  /*
  background: rgba(0, 0, 0, 0.42);
  background-color: rgba(0, 0, 0, 0.42);*/
  background-color: white;
}

.barLeft {
  width: 100%;
  height: 100%;
  background: #e61e2a;
  background-color: #e61e2a;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.barRight {
  width: 100%;
  height: 100%;
  background: #e61e2a;
  background-color: #e61e2a;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.responsiveHeader {
  width: 100%;
  height: auto;
  padding: 93px 0 0 0;
  line-height: 0;
  display: flex;
  justify-content: center;
  /*overflow: hidden;*/
}

.responsiveHeader a img {
  max-width: 140px;
  height: auto;
}

.responsiveOptions {
  width: 85%;
  height: auto;
  margin: 0 auto;
  text-align: left !important;
  padding: 10% 0 0 0;
}

.responsiveOptions ul {
  line-height: 50px;
}

.responsiveOptions ul li {
  cursor: pointer;
  position: relative;
  padding: 0 0 0 0;
  cursor: pointer;
}

.responsiveOptions ul li::after {
  content: '';
  width: 0;
  height: 2px;
  background: #e61e2a;
  background-color: #e61e2a;
  position: absolute;
  bottom: 3px;
  left: 0;
  transition: all 0.5s ease;
}

.responsiveOptions ul li a {
  color: #e61e2a;
  font-weight: 400;
  font-size: 18px;
  cursor: none;
  transition: all 0.3s ease;
}

.responsiveOptions ul li:hover a {
  color: #e61e2a;
}

.responsiveOptions ul li:hover::after {
  width: 33%;
  background: #e61e2a;
  background-color: #e61e2a;
}

.responsiveOptions ul.collapsible {
  border-top: none;
  border-right: none;
  border-left: none;
  margin: 0 0 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.responsiveOptions ul.collapsible .collapsible-header {
  padding: 0 0 0 0;
  border-bottom: none;
  line-height: 50px;
}

.responsiveOptions ul.collapsible .collapsible-header span {
  color: #e61e2a;
  font-weight: 400;
  font-size: 18px;
}

.responsiveOptions ul.collapsible .collapsible-body {
  padding: 1rem 1rem 0 1rem;
  border-bottom: none;
}

.closeResponsive {
  width: auto;
  height: auto;
  padding: 15px 20px 15px 20px;
  background: #e61e2a;
  font-size: 45px;
  line-height: 45px;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}

.closeResponsive:hover,
.closeResponsive:active,
.closeResponsive:focus {
  background: #e61e2a;
  color: #ffffff;
}
/*  */

.logo-menu {
  border: 1px solid reD;
  width: auto;
}
/*
.drop-responsivo {
  background-color: white !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  top: 0 !important;
  position: relative !important;
}

.drop-responsivo li a {
  color: #e61e2a !important;
  font-family: 'Circular-std-book' !important ;
  font-size: 13px !important;
}

.drop-responsivo li span {
  color: #404042 !important;
}*/

.submenu-resp-titulo {
  /*color: #404042 !important;*/
  color: #e61e2a !important;
  letter-spacing: 0.3em !important;
  font-family: 'Circular-std-book' !important;
  font-size: 14px !important;
}
