.m-a{margin: 0 auto;}
.hb987 {background-color: #282828;width: 100%;height: 34px;max-height: 34px;box-shadow: 1px 1px 20px #00000014;color: #fff;padding: 7px;}
.df {float: right;display: flex;}
.df div {margin-top: -7px;margin-right: 0px;cursor: pointer;padding: 5px 5px;border-radius: 0px;font-size: 17px;}
.df div:hover {background-color: #565656a3 !important;}
.df div.dfc:hover{background-color: #e81123 !important;}
.dla {float: left;font-weight: 500;}
.mwn {max-width: 600px;background: #282828;padding-bottom: 1px;box-shadow: 1px 1px 20px #00000014;}
.mwn .mwnb {position: relative;background-color: #ffffff;margin: 0px 2px 1px 2px;padding: 10px;max-height: 350px;}
.ptr{position: relative;}
.tb432 {
    height: 34px;
    font-size: 22px;
    text-align: right;
}

.tb432 a.rrss {
    padding-top: 1px;
    margin-right: 5px;
    min-width: 30px;
    width: 30px;
    background-color: #fdc300;
    color: #282828;
    text-align: center;
}

.tb432 a.rrss:hover {
    background-color: #282828;
    color: #fdc300;
}

a.brand-logo {
    max-width: 265px;
}

.nvm638{
    color: #fdc300;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

nav.nvm638 .nav-wrapper ul a {
    color: #282828;
    font-size: 20px !important;
    letter-spacing: 1px;
}

nav.nvm638 .nav-wrapper ul a:hover {
    position: relative;
    background: transparent;
    color: #282828;
    border-radius: 50px;
    max-height: 38px;
    line-height: 40px;
}

nav.nvm638 .nav-wrapper ul a:hover:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    background-color: #fdc300;
    height: 37px;
    width: 100%;
    z-index: -1;
    border-radius: 50px;
}

h3.line:before {
    content: '';
    position: absolute;
    top: 37px;
    width: 242px;
    height: 8px;
    background-color: #fdc300;
}

.btn-promo {
    background-color: #fdc300;
    color: #282828;
    padding: 8px 25px;
    border-radius: 25px;
    font-size: 1.4em;
    margin: 20px auto;
}
.p-r {
    position: relative;
}


.ChatWhatsapp {
  position: fixed;
  bottom: 45px;
  right: 10px;
  z-index: 9999;
}

.ChatWhatsapp .icon {
  position: relative;
  display: inline-block;
  max-width: 56px;
  max-height: 56px;
  border-radius: 50%;
  overflow: hidden;
  padding: 3px;
  background-color: #1bd741;
  cursor: pointer;
  box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.14);
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
}

.ChatWhatsapp .icon img {
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  height: auto;
  max-width: 100%;
  display: block;
}

.active .icon .normal {
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -ms-transform: scale(0) rotate(-360deg);
  transform: scale(0) rotate(-360deg);
  -webkit-transform: scale(0) rotate(-360deg);
  -moz-transform: scale(0) rotate(-360deg);
  opacity: 0;
  -ms-transform: scale(0) rotate(360deg);
  transform: scale(0) rotate(360deg);
  -webkit-transform: scale(0) rotate(360deg);
  -moz-transform: scale(0) rotate(360deg);
}

.opend_normal {
  opacity: 0;
}

.active .icon .opend_normal {
  top: 18px;
  right: 18px;
  position: absolute;
  display: block;
  text-align: center;
  width: 20px !important;
  opacity: 1;
  -ms-transform: scale(0) rotate(360deg);
  transform: scale(0) rotate(360deg);
  -webkit-transform: scale(0) rotate(360deg);
  -moz-transform: scale(0) rotate(360deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
}

.ChatWhatsapp .bubble {
  font-family: 'Lato';
  display: inline-block;
  max-width: 171px;
  background-color: #f5f7f9;
  font-size: 12px;
  color: #43474e;
  border-radius: 4px;
  padding: 10px 15px;
  cursor: pointer;
  margin-right: 7px;
  letter-spacing: -0.03em;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
}

.active .bubble {
  -ms-transform: translate(0, 15px);
  transform: translate(0, 15px);
  -webkit-transform: translate(0, 15px);
  -moz-transform: translate(0, 15px);
  opacity: 0;
  visibility: hidden;
}

.ChatWhatsapp .popup {
  font-family: Arial, Helvetica, sans-serif;
  width: 351px;
  border-radius: 5px 5px 8px 8px;
  -webkit-border-radius: 5px 5px 8px 8px;
  -moz-border-radius: 5px 5px 8px 8px;
  position: fixed;
  overflow: hidden;
  box-shadow: 0px 10px 10px 4px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0px 10px 10px 4px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 10px 10px 4px rgba(0, 0, 0, 0.04);
  bottom: 102px;
  right: 25px;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  will-change: transform, visibility, opacity;
  max-width: calc(100% - 50px);
}

.ChatWhatsapp .popup img {
  height: auto;
  max-width: 100%;
  display: block;
}

.ChatWhatsapp .popup .header {
  background-color: #1bd741;
  position: relative;
  padding: 15px;
  color: #d9ebc6;
}

.ChatWhatsapp .popup .body {
  background: #ffffff;
  padding: 13px 20px 21px 19px;
  text-align: left;
}

.ChatWhatsapp .popup .body a {
  padding: 8px 10px 0px 10px;
  position: relative;
  text-decoration: none;
  display: table;
  width: 100%;
  border-left: 2px solid #2db742;
  background: #f5f7f9;
  border-radius: 2px 4px 2px 4px;
  -webkit-border-radius: 2px 4px 2px 4px;
  -moz-border-radius: 2px 4px 2px 4px;
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
}

.ChatWhatsapp .popup .body a:after {
  content: '';
  background: url(../media/whatsapp_logo_green.svg) 0 0 no-repeat;
  position: absolute;
  right: 14px;
  top: 26px;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
}

.ChatWhatsapp .popup .body a:hover,
.ChatWhatsapp .popup .body a:active,
.ChatWhatsapp .popup .body a:focus {
  background: #ffffff;
  box-shadow: 0px 7px 15px 1px rgba(55, 62, 70, 0.07);
  -webkit-box-shadow: 0px 7px 15px 1px rgba(55, 62, 70, 0.07);
  -moz-box-shadow: 0px 7px 15px 1px rgba(55, 62, 70, 0.07);
}

.ChatWhatsapp .popup .body .body-col-1,
.ChatWhatsapp .popup .header .header-col-1 {
  display: inline-block;
  max-width: 56px;
  max-height: 56px;
}

.ChatWhatsapp .popup .body .body-col-2,
.ChatWhatsapp .popup .header .header-col-2 {
  display: inline-block;
  max-width: 255px;
}

.ChatWhatsapp .popup .header h3 {
  padding-top: 2px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
}

.ChatWhatsapp .popup .header p {
  padding-top: 4px;
  font-size: 12px;
  line-height: 20px;
}

.ChatWhatsapp .popup .body p {
  font-size: 11px;
  color: #a5abb7;
  font-weight: 500;
  padding: 0 3px;
}

.ChatWhatsapp .popup .body a p {
  font-size: 16px;
  color: #5f5e5e;
  margin-bottom: 20px;
}

.active .popup {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
}

.active .popup:hover,
.active .popup:focus,
.active .popup:active {
  box-shadow: 0px 10px 10px 4px rgba(32, 32, 37, 0.23);
  -webkit-box-shadow: 0px 10px 10px 4px rgba(32, 32, 37, 0.23);
  -moz-box-shadow: 0px 10px 10px 4px rgba(32, 32, 37, 0.23);
}


.m-t-a{margin-top: auto;}
.m-t-0{margin-top: 0em;}
.m-t-1{margin-top: 1em;}
.m-t-2{margin-top: 2em;}
.m-t-3{margin-top: 3em;}
.m-t-4{margin-top: 4em;}
.m-b-a{margin-bottom: auto;}
.m-b-0{margin-bottom: 0em;}
.m-b-1{margin-bottom: 1em;}
.m-b-2{margin-bottom: 2em;}
.m-b-3{margin-bottom: 3em;}
.m-b-4{margin-bottom: 4em;}

nav .sidenav-trigger {
  color: #282828;
  background-color: #fdc300;
  max-width: 56px;
  width: 100%;
  text-align: center;
  margin-left: 0px;
}
nav .sidenav-trigger:hover{
  background-color: #282828;
  color: #fdc300;
}
.sidenav {
  z-index: 9999;
}
.sidenav-overlay {
  z-index: 30;
}
.sfx{
  display: none;
}
.navbar-fixed.sticky .nfx{
  display: none;
  
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}
.navbar-fixed.sticky .sfx {
  margin-top: 6px;
  max-width: 203px;
  display: block;
  
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}
.navbar-fixed.sticky .nvm638 {
  background-color: #282828d4 !important;
  top: 0px;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}
.navbar-fixed.sticky .nvm638 .nav-wrapper ul a {
  color: #fdc300;
}
.navbar-fixed.sticky .nvm638 .nav-wrapper ul a:hover{
  color: #282828;
}
.sidenav li>a {
  color: rgba(0,0,0,0.87);
  font-size: 20px;
}
.sidenav li>a:hover {
  background-color: #fdc300 !important;
  color: #282828;
  font-size: 20px;
}
li.ssr {
  text-align: center;
  margin: 30px 0px;
}
.ssr a.rrss {
  display: inline-block;
  padding: 0px;
  text-align: center;
  width: 100%;
  max-width: 48px;
  background-color: #fdc300;
  color: #282828 !important;
}
.ssr a.rrss i{
  color: #282828 !important;
}
.ssr a.rrss:hover {
  background-color: #282828 !important;
  color: #fdc300;
}
.ssr a.rrss:hover i{
  color: #fdc300 !important;
}
.ssr a.rrss i {
  float: initial;
  padding: 0px;
  margin: 0px;
}

.carousel .indicators .indicator-item {
  height: 15px;
  width: 15px;
  background-color: #FFE082;
}
.carousel .indicators .indicator-item.active {
  background-color: #FFCA28;
}

.toast{
  font-family: 'Lato';
  /*background-color: #F44336;*/
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  ::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
  }
  ::-webkit-scrollbar-thumb {
    background: #fdc300;
    border: 0px none #ffffff;
    border-radius: 50px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #fdc300;
  }
  ::-webkit-scrollbar-thumb:active {
    background: #fdc300;
  }
  ::-webkit-scrollbar-track {
    background: #1c1c1c;
    border: 0px none #ffffff;
    border-radius: 50px;
  }
  ::-webkit-scrollbar-track:hover {
    background: #282828;
  }
  ::-webkit-scrollbar-track:active {
    background: #333333;
  }
  ::-webkit-scrollbar-corner {
    background: transparent;
  }