/* MODAL LOGIN */

#mw-login-bg,
.mw-modal-backdrop {
  height: 100%;
  width: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, .5);
  z-index: 200;
  align-items: center;
  justify-content: center;
  display: none;
  top: 0;
}

#mw-login-card {
  width: 50%;
  background-color: #FFF;
  border-radius: 10px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  gap: 20px;
}
.alert-login {
  text-align: center;
}
.alert-login span {
  font-family: "NunitoSans-Regular";
  font-size: 15px;
  line-height: 21px;
  color: #000000;
}
.alert-login h2 {
  margin-bottom: 15px;
  color: #25D366;
}
.alert-login span strong {
  font-family: "NunitoSans-Bold";
}

.whats-login-link {
  display: flex;
  position: relative;
  height: 40px;
  width: 80%;
  color: #fff !important;
  background-color: #25D366;
  font-family: nunitosans-bold;
  font-size: 15px;
  border-radius: 10px;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
}
.whats-login-link img {
  position: absolute;
  left: 40px;
}

#mw-close-login {
  height: 35px;
  width: 35px;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 1.5rem;
  color: var(--footerGray);
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
}

#google-login {
  background-color: #D24736;
}

#facebook-login {
  background-color: #3B5998;
}

.mw-external-register-btn {
  height: 50px;
  width: 48%;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  color: #FFF;
  font-family: "NunitoSans-Bold";
  font-size: 15px;
  text-transform: uppercase;
}

.mw-horizontal-bar {
  height: 1px;
  width: 100%;
  background-color: var(--silver);
}

/*registration*/

.mw-register-phone {
  width: 80%;
  padding: 15px;
  border: 2px solid var(--silver);
  border-radius: 10px;
  margin-top: 25px;
  display: grid;
  grid-template-columns: 1fr 117px;
}

.mw-whatsapp-check {
  font-family: "NunitoSans-Bold";
  font-size: 18px;
  color: var(--footerGray);
  display: flex;
  align-items: center;
}

#phone-register {
  border: none;
  outline: none;
  height: 100%;
}

.mw-policy {
  margin-top: 25px;
  width: 80%;
  font-family: 'Nunito-bold', sans-serif;
  font-size: 16px;
  color: var(--footerGray);
  display: flex;
  align-items: center;
}

.mw-policy input {
  height: 20px;
  width: 20px;
  font-size: 16px;
}

.mw-policy a {
  color: var(--footerGray);
  font-family: 'Nunito-bold', sans-serif;
  font-size: 16px;
}

.mw-separator {
  margin-top: 45px;
  width: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: 1fr 1fr 1fr;
}

.mw-horizontal-bar {
  height: 1px;
  width: 100%;
  background-color: var(--silver);
}

.mw-separator-label {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.mw-external-register {
  margin-top: 25px;
  width: 80%;
  display: flex;
  justify-content: space-between;
}

.mw-external-register-btn {
  height: 50px;
  width: 48%;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  color: #FFF;
  font-family: "NunitoSans-Bold";
  font-size: 15px;
  text-transform: uppercase;
}

#google-register {
  background-color: #D24736;
}

#facebook-register {
  background-color: #3B5998;
}

/*fale conosco*/

.mw-inner-card {
  margin: 45px 0 45px 0;
  width: 85%;
  background-color: #FFF;
  border-radius: 25px;
  padding: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mw-form-title {
  font-family: "NunitoSans-Bold";
  font-size: 21px;
  color: var(--footerGray);
}

.mw-form {
  height: calc(100% - 70px);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mw-form-input {
  width: 80%;
  padding: 15px;
  border: 2px solid var(--silver);
  border-radius: 10px;
  outline: none;
  font-size: 15px;
}

.mw-form-textarea {
  height: 228px;
  resize: vertical;
  margin-top: 25px;
}

.mw-form-submit {
  width: 80%;
  height: 50px;
  border-radius: 10px;
  border: none;
  background-color: var(--defaultBlue);
  color: #FFF;
  font-family: "NunitoSans-Bold";
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
}

.mw-form-info {
  margin-top: 45px;
  height: 70px;
  width: 100%;
  display: flex;
}

.mw-form-info-left,
.mw-form-info-right {
  height: 100%;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mw-contact-label {
  font-family: "NunitoSans-Bold";
  font-size: 18px;
  color: var(--footerGray);
}

.mw-contact-span {
  font-family: "NunitoSans-Bold";
  font-size: 16px;
  color: var(--footerGray);
}

.mw-contact-span a {
  text-decoration: none;
  font-family: 'Nunito-bold', sans-serif;
  font-size: 16px;
  color: var(--footerGray);
}

.mw-vertical {
  height: 100%;
  width: 2px;
  border-radius: 5px;
  background-color: var(--silver);
}

.mw-modal-backdrop {
  display: none;
}

@media (max-width:800px) {
  #mw-login-card {
    padding: 20px 15px;
    width: 95%;
    height: max-content;
  }

  .whats-login-link {
    font-size: 11px;
    gap: 10px;
  }
  .whats-login-link img {
    position: unset;
  }
}

/* HEADER - LUCAS */
header.mw-header-ton*::-webkit-scrollbar {
  all: unset;
}

header.mw-header-ton*::-webkit-scrollbar-track {
  all: unset;
}

header.mw-header-ton*::-webkit-scrollbar-thumb {
  all: unset;
}

header.mw-header-ton * {
  transition: 0.3s;
  font-size: 16px;
}
 
header.mw-header-ton .mw-nav-ton * {
  font-size: 15px;
  text-align: center;
}

.mw-header-ton-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  height: 80px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-family: "NunitoSans-Bold";
  color: var(--fontDarkGray);
}

.mw-header-ton-wrapper .menuasideText {
  color: var(--fontDarkGray);
  font-size: 14px;
}

.mw-header-ton-wrapper-scroll {

  width: 100%;
  height: 60px;
  z-index: 15;
  display: flex;
  margin: 0 auto;
  height: 60px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-family: "NunitoSans-Bold";
  color: var(--fontDarkGray);
  max-width: 1200px;
  margin: 0 auto;

}

.mw-header-ton-wrapper-scroll-container {
background-color: var(--headerGray);
  position: fixed;
  border-bottom: 1px solid #ddd;
  top: 0;
  width: 100%;
  z-index: 15;
  font-family: "NunitoSans-Bold";
 
  color: var(--fontDarkGray);
  display: none;
}

.mw-header-ton-wrapper-scroll .menuasideText {
 
  color: var(--fontDarkGray);
  font-size: 14px;
}

img.menuasideicon {
  filter: invert(1);
}

.menuasideicon {
  width: 25px;
}

.mw-header-ton-wrapper .logo {}

.mw-header-social-link {
  display: flex;
  gap: 15px;
}

.mw-header-social-link a {
  border: 1px solid #9d9d9d;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  transition: all 0.2s ease-in;
  border-radius: 50%;
}

.mw-header-social-link .youtube:hover {
  background: #780c06;
  filter: brightness(2);
  transform: scale(1.15);
  border: 1px solid #780c06;
}

.mw-header-social-link .youtube:hover img.header-social-icon {
  filter: brightness(1);
}

.mw-header-social-link .instagram:hover {
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
  filter: brightness(2);
  transform: scale(1.15);
  border: 1px solid linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.mw-header-social-link .instagram:hover img.header-social-icon {
  filter: brightness(1);
}

.mw-header-social-link .twitter:hover {
  background: #00529e;
  filter: brightness(2);
  transform: scale(1.15);
  border: 1px solid #00529e;
}

.mw-header-social-link .twitter:hover img.header-social-icon {
  filter: brightness(1);
}

.mw-header-social-link .facebook:hover {
  background: #011c34;
  filter: brightness(2);
  transform: scale(1.15);
  border: 1px solid #011c34;
}

.mw-header-social-link .facebook:hover img.header-social-icon {
  filter: brightness(1);
}

.mw-header-social-link a img.header-social-icon {
  width: 19px;
}

.mw-header-login {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-family: "NunitoSans-Bold";
}

.mw-header-login h3 {
  color: var(--fontDarkGray);
  font-size: 14px;
}

.mw-header-login .header-user-login {
  width: 26px;
  height: 26px;
}

.mw-header-search {
  background: white;
  padding: 12px 20px;
  width: 305px;
  display: flex;
  justify-content: flex-start;
  transition: all 0.5s ease-in;
  border-radius: 20px;
  align-items: center;
  gap: 10px;
}

.mw-header-search:focus-within {
  background-color: #083864;
  color: #fff;
  filter: brightness(1.4);
}

.mw-header-search input[type="text"]::placeholder {
  font-weight: bold;
  font-size: 14px;
  font-family: "NunitoSans-Regular";
  color: #9E9A99;
}

.mw-user-name-area {
  display: flex;
  gap: 10px;
  align-items: center;
}

.mw-header-search input:focus::-webkit-input-placeholder {
  color: white;
  font-family: "NunitoSans-Bold";
}

.mw-header-search input[type="text"]:focus {
  color: white;
  font-family: "NunitoSans-Bold";
}

.mw-header-search img.search-img {
  width: 18px;
}

.mw-nav-ton {
  border-top: 1px solid #E5E5E5;
  width: 100%;
  padding: 10px 0;
}

.mw-nav-ton nav {
  max-width: 1200px;
  margin: 0 auto;
}

.mw-nav-ton nav ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  color: #4A4A4A;
  align-items: center;
  font-weight: bold;
  font-family: "NunitoSans-Bold";
}

.mw-header-aovivo-blue {
  /* background-color: #00529e; */
  text-transform: uppercase;
  color: #00529e;
  padding: 10px 0;
  font-size: 14px;
  display: flex;
  border-radius: 20px;
  gap: 10px;
}

.mw-nav-ton nav ul::-webkit-scrollbar {
  display: none;
}

.mw-livediv {
  background-color: #FF4136;
  width: 15px;
  border-radius: 50%;
  border: 1px solid white;
  animation: aovivo 2s infinite;
}

@keyframes aovivo {
  0% {
    background-color: #c7c7c7;
  }

  50% {
    background-color: #FF4136;
  }

  100% {
    background-color: #c7c7c7;
  }
}

.mw-header-assine {
  border-radius: 25px;
  text-transform: uppercase;
  color: #FF4136;
  padding: 10px 0;
  /* background-color: #FF4136; */
}

/* MENU ASIDE */

/* ===== MENU LATERAL ==== */
.screen-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  width: 100%;
  left: -100%;
  min-width: 300px;
  transition: all 0.4s ease;
  height: 100%;
}

.barra-lateral-menu {
  width: 500px;
  background-color: #f0f0f0;
}

.bg-menu-lateral {
  width: 100%;
  height: 100vh;
  background-color: #5151515c;
}

#check, #check2 {
  display: none;
}

#check:checked~.screen-menu, #check2:checked~.screen-menu  {
  display: inherit;
  transform: translateX(100%);
  z-index: 99;
}

.icon-close-menu {
  font-size: 3rem;
  cursor: pointer;
}

header.mw-header-ton label {
  cursor: pointer;
}

/* -------- */
.aside-section-menu {
  width: 100%;
  gap: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 30px 20px;
  height: 100%;
  overflow: hidden;
}
.aside-section-menu nav{
  height: 100%;
  overflow: hidden;
}

.aside-section-menu nav::-webkit-scrollbar{
  background-color: transparent;
}

.aside-section-menu nav::-webkit-scrollbar-track {
  background-color: transparent;
}

.aside-section-menu nav ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.aside-section-menu > .aside-section-menu-top.show-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}
.aside-section-menu > .aside-section-menu-top.show-btns > .aside-weather,
.aside-section-menu > .aside-section-menu-top.show-btns > .aside-user-btn {
  display: flex!important;
}
.aside-section-menu > .aside-section-menu-top > .aside-weather {
  font-size: 12px;
  display: none;
  align-items: center;
  gap: 8px;
}
.aside-section-menu > .aside-section-menu-top > .aside-user-btn {
  padding: 4px 22px 4px 5px;
  background-color: #00529E;
  box-shadow: 0px 5px 10px #0000000D;
  border-radius: 50px;
  display: none;
  align-items: center;
  gap: 8px;
}
.aside-section-menu > .aside-section-menu-top > .aside-user-btn > span {
  font-size: 16px;
  color: #F8F8F8;
}
::marker {
  color: #00529e;
}

.link-menu-lateral .mw-link-decoration {
  font-size: 16px;
  padding: 5px 10px;
  background-size: 0 !important;
  background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, #00529e 0%);
  background-repeat: no-repeat;
  display: inline;
  transition: 0.5s ease;
}

.link-menu-lateral .mw-link-decoration:hover {
  background-size: 100% !important;
  color: white;
}

.link-menu-lateral {
  display: flex;
  flex-direction: column;
  padding-bottom: 5px;
}

details.link-menu-lateral a {
  margin-left: 15px;
}

.aside-section-menu::-webkit-scrollbar {
  width: 12px;
}

.aside-section-menu::-webkit-scrollbar-track {
  background: car(--headerGray);
}

.aside-section-menu::-webkit-scrollbar-thumb {
  background-color: var(--silver);
  border-radius: 20px;
  border: 3px solid car(--headerGray);
}

.menu-item {
  padding: 5px 0;
  text-transform: uppercase;
}

.menu-item .aside-option:hover {
  color: #00529e;
}

.menu-item-sub .aside-option {
  font-size: 16px;
}

.aside-option {
  font-size: 20px;
  margin: 5px 0px;
}

details.link-menu-lateral summary {
  width: 100%;
  padding: 10px;
  margin-left: 30px;
  cursor: pointer;
  list-style-type: disclosure-closed;
}

details[open].link-menu-lateral>summary {
  width: 100%;
  list-style-type: disclosure-open;
  margin-bottom: 10px;
}

.mw-desktop-hidden {
  display: none !important;
}

details[open].link-menu-lateral a {
  font-size: 14px;
  padding: 5px 10px;
  margin-bottom: 10px;
  background-size: 0 !important;
  background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, #00529e 0%);
  background-repeat: no-repeat;
  display: block;
  transition: 0.5s ease;
  text-transform: uppercase;
}

details[open].link-menu-lateral a:hover {
  background-size: 100% !important;
  color: white;
}

details.link-menu-lateral summary .mw-link-decoration {
  color: var(--fontDarkGray);
  font-weight: bold;
  font-size: 16px;
  margin: 0 !important;
  display: block;
}

.link-menu-lateral summary {
  transition: 0.5s ease;
  background-size: 0 !important;
  background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, #00529e 0%);
  background-repeat: no-repeat;
}

.link-menu-lateral summary:hover {
  background-size: 100% !important;
  color: white;
}

.mw-aside-login {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-bottom: 10px;
}

.mw-aside-user {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding-left: 10px;
}

@media (max-width:900px) {
  .header-mobile-top-search {
    display: none;
  }

  .header-mobile-top-search-mobile {
    display: block;
  }

  .barra-lateral-menu {
    min-width: 100%;
  }
  section.aside-section-menu{
    height: 100%;
  }
}

/* FIM MENU ASIDE */
/* RADIOHEADER */
.mw-header-desktop-bottom a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "NunitoSans-Bold";
  color: var(--fontDarkGray);
  padding: 20px 0;
}

#mw-radio-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 220px;
}

.mw-radio-label {
  color: var(--defaultRed);
  text-transform: uppercase;
  font-size: 11px;
  font-family: "NunitoSans-Bold";
  display: block;
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
}

header.mw-header-ton .mw-nav-ton .mw-radio-label {
  font-size: 12px;
}

.splide--fade>.splide__slider>.splide__track>.splide__list,
.splide--fade>.splide__track>.splide__list>a {
  padding: 3px;
}

#user-menu {
  display: none;
}

.radio-rectangle {
  height: 20px;
  width: 163px;
  background-color: white;
  position: relative;
  overflow: hidden;
  border: solid 1px lightgray;
  border-radius: 10px;
}

.radio-rectangle .playradio {
  position: absolute;
  left: 10px;
  top: 5px;
}

.radio-rectangle .wavesradio {
  position: absolute;
  top: -74px;
  width: 159px;
  filter: brightness(0);
  left: 11px;
}

.splide__arrow--prev {
  left: 0.1em;
}

.splide__arrow--next {
  right: 0.1em;
}

/* #mw-radio-header-track {
    position: absolute;
    z-index: 2;
    top: -9px;
  }  */

#mw-radio-header .splide__arrow {
  background-color: transparent;
  min-width: 10px;
  top: 28%;
}

#mw-radio-header .splide__arrow svg {
  width: 0.8em;
}

.mobile-extra-scroll-space {
  min-width: 60px !important;
}

@media screen and (max-width: 992px) {
  #mw-radio-header img {
    display: block;
    margin-bottom: 10px;
  }

  #mw-radio-header .splide__arrows {
    position: absolute;
    width: 100%;
    top: 30%;
  }

  #mw-radio-header {
    justify-content: space-around;
    padding: 0 20px;
    text-align: center;
    margin-left: 20px;
  }

  #mw-radio-header .splide__arrows {
    bottom: 0;
  }

  #mw-radio-header .splide__arrow--prev {
    left: -20px;
  }

  #mw-radio-header .splide__arrow--next {
    right: -20px;
  }

  .radio-rectangle {
    display: none;
  }
}



/* RESPONSIVIDADE - LUCAS */
@media (max-width:1000px) {
  .mw-mobile-hidden {
    display: none !important;
  }

  .mw-desktop-hidden {
    display: inherit !important;
  }

  .mw-nav-ton nav ul li {
    min-width: fit-content;

  }

  .mw-header-ton-wrapper {
    padding: 0 20px;
    height: 65px;
  }
  
  .mw-header-ton-wrapper-scroll {
    padding: 0 20px;
    height: 65px;
  }
  .mw-nav-ton {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }

  .mw-nav-ton nav ul {
    gap: 20px;
    padding: 0 20px;
    overflow-x: scroll;
  }

  .mw-header-social-link {
    display: none;
  }

  .mw-header-login h3 {
    display: none;
  }

  .menuasideText {
    display: none;
  }

  #mw-search-header {
    display: none;
  }
  .mw-user-name{
    display: none;
  }
}

@media (max-width:430px) {
  .mw-header-ton-wrapper .logo, .mw-header-ton-wrapper-scroll .logo {
    width: 250px !important;
    height: auto !important;
    object-fit: unset !important;
  }

  .menuasideicon {
    width: 20px;
  }
}