/* ===============================
    Importing [ Home Styling ]    
=============================== */
/* ========================
    Importing [ Tools ]    
======================== */
@font-face {
  font-family: "FuturaPT";
  src: url("/wp-content/themes/move2go_v2/assets/fonts/futuraPt/FuturaPTBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "FuturaPT";
  src: url("/wp-content/themes/move2go_v2/assets/fonts/futuraPt/FuturaPTLightOblique.otf") format("opentype");
  font-weight: 300;
  font-style: oblique;
}
@font-face {
  font-family: "FuturaPT";
  src: url("/wp-content/themes/move2go_v2/assets/fonts/futuraPt/FuturaPTBook.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "FuturaPT";
  src: url("/wp-content/themes/move2go_v2/assets/fonts/futuraPt/FuturaPTBookOblique.otf") format("opentype");
  font-weight: 400;
  font-style: oblique;
}
@font-face {
  font-family: "FuturaPT";
  src: url("/wp-content/themes/move2go_v2/assets/fonts/futuraPt/FuturaPTMedium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "FuturaPT";
  src: url("/wp-content/themes/move2go_v2/assets/fonts/futuraPt/FuturaPTMediumOblique.otf") format("opentype");
  font-weight: 500;
  font-style: oblique;
}
@font-face {
  font-family: "FuturaPT";
  src: url("/wp-content/themes/move2go_v2/assets/fonts/futuraPt/FuturaPTDemi.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "FuturaPT";
  src: url("/wp-content/themes/move2go_v2/assets/fonts/futuraPt/FuturaPTDemiOblique.otf") format("opentype");
  font-weight: 600;
  font-style: oblique;
}
@font-face {
  font-family: "FuturaPT";
  src: url("/wp-content/themes/move2go_v2/assets/fonts/futuraPt/FuturaPTBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "FuturaPT";
  src: url("/wp-content/themes/move2go_v2/assets/fonts/futuraPt/FuturaPTBoldOblique.otf") format("opentype");
  font-weight: 700;
  font-style: oblique;
}
@font-face {
  font-family: "FuturaPT";
  src: url("/wp-content/themes/move2go_v2/assets/fonts/futuraPt/FuturaPTHeavy.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "FuturaPT";
  src: url("/wp-content/themes/move2go_v2/assets/fonts/futuraPt/FuturaPTHeavyOblique.otf") format("opentype");
  font-weight: 900;
  font-style: oblique;
}
@font-face {
  font-family: "FuturaPT-Condensed";
  src: url("/wp-content/themes/move2go_v2/assets/fonts/futuraPt/FuturaPTCondBook.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "FuturaPT-Condensed";
  src: url("/wp-content/themes/move2go_v2/assets/fonts/futuraPt/FuturaPTCondBookOblique.otf") format("opentype");
  font-weight: 400;
  font-style: oblique;
}
@font-face {
  font-family: "FuturaPT-Condensed";
  src: url("/wp-content/themes/move2go_v2/assets/fonts/futuraPt/FuturaPTCondMedium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "FuturaPT-Condensed";
  src: url("/wp-content/themes/move2go_v2/assets/fonts/futuraPt/FuturaPTCondMediumOblique.otf") format("opentype");
  font-weight: 500;
  font-style: oblique;
}
@font-face {
  font-family: "FuturaPT-Condensed";
  src: url("/wp-content/themes/move2go_v2/assets/fonts/futuraPt/FuturaPTCondBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "FuturaPT-Condensed";
  src: url("/wp-content/themes/move2go_v2/assets/fonts/futuraPt/FuturaPTCondBoldOblique.otf") format("opentype");
  font-weight: 700;
  font-style: oblique;
}
@font-face {
  font-family: "FuturaPT-Condensed";
  src: url("/wp-content/themes/move2go_v2/assets/fonts/futuraPt/FuturaPTCondExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "FuturaPT-Condensed";
  src: url("/wp-content/themes/move2go_v2/assets/fonts/futuraPt/FuturaPTCondExtraBoldOblique.otf") format("opentype");
  font-weight: 800;
  font-style: oblique;
}
* {
  margin: 0;
  padding: 0;
  transition: 0.25s;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "FuturaPT";
}

a {
  text-decoration: none;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
a:hover {
  text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
}

img {
  -o-object-fit: contain;
     object-fit: contain;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.wpcf7-response-output {
  font-weight: 400;
  font-size: 16px;
  color: #dc3232;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

.wpcf7-form.sent .wpcf7-response-output {
  text-transform: uppercase !important;
  text-align: center !important;
  color: #00c000 !important;
  padding: 16px 0 0 !important;
}

/* ==============================
    Media Querie: [ MOBILE ]
============================== */
header.header {
  width: 100%;
  background: #06ABB5;
  position: fixed;
  top: 0;
  z-index: 100;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.33);
}
header.header div.boxNavbar {
  width: 100%;
  height: 100%;
  position: relative;
}
header.header div.boxNavbar div.navbar {
  padding: 8.5px 16px;
}
header.header div.boxNavbar div.navbar a.logoLink {
  width: 131px;
  height: 31px;
}
header.header div.boxNavbar div.navbar a.logoLink img.logo {
  width: 100%;
  height: 100%;
}
header.header div.boxNavbar div.navbar div.menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  width: 25px;
  height: 18px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
header.header div.boxNavbar div.navbar div.menu.active {
  gap: 0;
}
header.header div.boxNavbar div.navbar div.menu.active div.menuLine {
  background-color: #06ABB5;
  position: absolute;
}
header.header div.boxNavbar div.navbar div.menu.active div.menuLine:nth-child(1) {
  top: 45%;
  rotate: -50deg;
}
header.header div.boxNavbar div.navbar div.menu.active div.menuLine:nth-child(2) {
  width: 0;
  opacity: 0;
}
header.header div.boxNavbar div.navbar div.menu.active div.menuLine:nth-child(3) {
  bottom: 45%;
  rotate: 50deg;
}
header.header div.boxNavbar div.navbar div.menu div.menuLine {
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 2rem;
  transition: 0.5s;
}
header.header div.boxNavbar div.navbar div.menu div.menuLine:nth-child(1) {
  top: 0;
  transform: translate(0%, -40%) rotate(0deg);
}
header.header div.boxNavbar div.navbar div.menu div.menuLine:nth-child(2) {
  transform: translate(0%, 0%) rotate(0deg);
}
header.header div.boxNavbar div.navbar div.menu div.menuLine:nth-child(3) {
  bottom: 0;
  transform: translate(0%, 40%) rotate(0deg);
}
header.header div.boxNavbar div.boxNavigation {
  width: 100%;
  height: 100vh;
  background: #272525;
  transition: 0.33s ease-in-out;
  padding: 64px 0 16px 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: -100%;
}
header.header div.boxNavbar div.boxNavigation::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
header.header div.boxNavbar div.boxNavigation.active {
  left: 0;
}
header.header div.boxNavbar div.boxNavigation div.container {
  padding: 0 50px;
}
header.header div.boxNavbar div.boxNavigation div.container div.menu-cabecalho-container {
  display: block;
}

/* ==============================
    Media Querie: [ LAPTOP ]
============================== */
@media screen and (min-width: 992px) {
  header.header {
    background: #06ABB5;
  }
  header.header div.boxNavbar div.navbar {
    padding: 16.5px 16px;
  }
  header.header div.boxNavbar div.navbar a.logoLink {
    width: 131px;
    height: 31px;
  }
  header.header div.boxNavbar div.navbar a.logoLink img.logo {
    width: 100%;
    height: 100%;
  }
  header.header div.boxNavbar div.navbar div.menu {
    display: none !important;
  }
}
/* =============================
    Media Querie: [ MOBILE ]
============================= */
section.policies {
  margin: 48px 0 0;
  padding: 32px 0;
}
section.policies div.container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
section.policies div.container h2.title {
  font-weight: 600;
  font-size: 20px;
  color: #06ABB5;
  text-transform: uppercase;
}
section.policies div.container p,
section.policies div.container li,
section.policies div.container h3 {
  font-weight: 400;
  font-size: 14px;
  color: #5b5a5a;
  line-height: 20px;
}
section.policies div.container ul {
  margin: 0 16px;
}

/* =============================
    Media Querie: [ LAPTOP ]
============================= */
@media screen and (min-width: 992px) {
  section.policies {
    margin: 32px 0;
    padding: 60px 0;
  }
  section.policies div.container {
    gap: 24px;
  }
  section.policies div.container h2.title {
    font-size: 36px !important;
  }
  section.policies div.container p,
  section.policies div.container li,
  section.policies div.container h3 {
    font-size: 20px !important;
    line-height: 24px !important;
  }
}
/* =============================
    Media Querie: [ MOBILE ]
============================= */
section.location {
  padding: 32px 0;
  overflow: hidden;
}
section.location div.content h2.title {
  font-weight: 600;
  font-size: 19.5px;
  color: #06ABB5;
  text-transform: uppercase;
}
section.location div.content p.description {
  font-weight: 400;
  font-size: 13.5px;
  color: #5b5a5a;
  line-height: 120%;
  margin: 8px 0 24px;
}
section.location div.content p.description br {
  display: contents;
}
section.location div.boxMap {
  display: flex;
  flex-direction: column-reverse;
  gap: 36px;
  padding: 0 16px;
}
section.location div.boxMap div.boxInfo article.info {
  padding: 16px 19px;
  background: #f2f2f2;
  border-radius: 3px;
}
section.location div.boxMap div.boxInfo article.info .title {
  font-weight: 600;
  font-size: 12px;
  color: #06ABB5;
}
section.location div.boxMap div.boxInfo article.info h4.title {
  margin: 17px 0 0;
}
section.location div.boxMap div.boxInfo article.info ul.infoList:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 17px 0;
  border-bottom: 1px solid #06ABB5;
}
section.location div.boxMap div.boxInfo article.info ul.infoList:nth-of-type(1) li.infoItem {
  display: flex;
  align-items: center;
  gap: 19px;
}
section.location div.boxMap div.boxInfo article.info ul.infoList:nth-of-type(1) li.infoItem img.icon {
  width: 10px;
  height: 10px;
}
section.location div.boxMap div.boxInfo article.info ul.infoList:nth-of-type(1) li.infoItem p.text {
  font-weight: 500;
  font-size: 10px;
  color: #5b5a5a;
}
section.location div.boxMap div.boxInfo article.info ul.infoList:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 17px 0;
}
section.location div.boxMap div.boxInfo article.info ul.infoList:nth-of-type(2) li.infoItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
section.location div.boxMap div.boxInfo article.info ul.infoList:nth-of-type(2) li.infoItem p.weekDay, section.location div.boxMap div.boxInfo article.info ul.infoList:nth-of-type(2) li.infoItem p.hour {
  font-weight: 500;
  font-size: 10px;
  color: #5b5a5a;
}
section.location div.boxMap div.map iframe {
  width: 100%;
  height: 230px;
  margin: 0 !important;
}

/* =============================
    Media Querie: [ LAPTOP ]
============================= */
@media screen and (min-width: 992px) {
  section.location {
    padding: 64px 0;
  }
  section.location div.content {
    text-align: center;
  }
  section.location div.content h2.title {
    font-weight: 600;
    font-size: 48px;
    color: #06ABB5;
    text-transform: uppercase;
  }
  section.location div.content p.description {
    font-weight: 450;
    font-size: 24px;
    color: #5b5a5a;
    line-height: 120%;
    margin: 8px 0 48px;
  }
  section.location div.content p.description br {
    display: block;
  }
  section.location div.boxMap {
    display: block;
    position: relative;
    padding: 0;
  }
  section.location div.boxMap div.boxInfo {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    z-index: 2;
  }
  section.location div.boxMap div.boxInfo article.info {
    width: 437px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
    background: #fff;
    border-radius: 7px;
    padding: 36px 43px;
  }
  section.location div.boxMap div.boxInfo article.info .title {
    font-weight: 600;
    font-size: 23px;
    color: #06ABB5;
  }
  section.location div.boxMap div.boxInfo article.info h4.title {
    margin: 32px 0 0 0;
  }
  section.location div.boxMap div.boxInfo article.info ul.infoList:nth-of-type(1) {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 24px 0 36px;
    border-bottom: 2px solid #06ABB5;
  }
  section.location div.boxMap div.boxInfo article.info ul.infoList:nth-of-type(1) li.infoItem {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    list-style-type: none;
  }
  section.location div.boxMap div.boxInfo article.info ul.infoList:nth-of-type(1) li.infoItem img.icon {
    width: 18px;
    height: 18px;
  }
  section.location div.boxMap div.boxInfo article.info ul.infoList:nth-of-type(1) li.infoItem p.text {
    font-weight: 500;
    font-size: 18px;
    color: #5b5a5a;
    line-height: 18px;
    width: 75%;
  }
  section.location div.boxMap div.boxInfo article.info ul.infoList:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 24px 0 0 0;
  }
  section.location div.boxMap div.boxInfo article.info ul.infoList:nth-of-type(2) li.infoItem {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    list-style-type: none;
  }
  section.location div.boxMap div.boxInfo article.info ul.infoList:nth-of-type(2) li.infoItem p.weekDay, section.location div.boxMap div.boxInfo article.info ul.infoList:nth-of-type(2) li.infoItem p.hour {
    font-weight: 500;
    font-size: 18px;
    color: #5b5a5a;
    line-height: 11px;
  }
  section.location div.boxMap div.map {
    overflow: hidden;
  }
  section.location div.boxMap div.map iframe {
    height: 500px;
  }
}
/* =============================
    Media Querie: [ MOBILE ]
============================= */
a.floating-whatsapp-link {
  width: 72px;
  height: 72px;
  position: fixed;
  right: 10px;
  bottom: 85px;
  z-index: 100;
}
a.floating-whatsapp-link img.whatsapp-icon {
  width: 100%;
  height: 100%;
}
a.floating-whatsapp-link:hover {
  transform: scale(1.1);
  filter: brightness(1.05);
}

footer.footer {
  background: #000;
  border-top: 16px solid #06ABB5;
  overflow: hidden;
}
footer.footer div.content ul.list {
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding: 12px 10px;
}
footer.footer div.content ul.list li.item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-transform: uppercase;
}
footer.footer div.content ul.list li.item:last-child {
  text-transform: initial;
}
footer.footer div.content ul.list li.item h2.itemTitle {
  font-weight: 600;
  font-size: 16px;
  color: #06ABB5;
  margin: 0 0 9px 0;
}
footer.footer div.content ul.list li.item p.text {
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
}
footer.footer div.content ul.list li.item p.text span {
  margin: 0 0 0 16px;
}
footer.footer div.content ul.list li.item div.socialMedia {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 12px 0 0 0;
}
footer.footer div.content ul.list li.item div.socialMedia a.link img.icon {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
footer.footer div.footerInfo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  text-align: center;
  padding: 8px 0;
}
footer.footer div.footerInfo p.text {
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  padding: 0 8px;
}
footer.footer div.footerInfo p.text:first-child {
  border-right: 2px solid #fff;
}
footer.footer div.footerInfo p.text:last-child {
  display: flex;
  align-items: center;
  gap: 8px;
}
footer.footer div.footerInfo p.text img.logo {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* =============================
    Media Querie: [ LAPTOP ]
============================= */
@media screen and (min-width: 992px) {
  a.floating-whatsapp-link {
    width: 72px;
    height: 72px;
    right: 50px;
  }
  a.floating-whatsapp-link img.whatsapp-icon {
    width: 100%;
    height: 100%;
  }
  footer.footer {
    background: #000;
    border-top: 8px solid #06ABB5;
  }
  footer.footer div.content {
    padding: 64px 0 44px 0;
  }
  footer.footer div.content ul.list {
    display: grid;
    grid-template-columns: repeat(4, auto);
    justify-content: space-between;
    padding: 0 37px;
  }
  footer.footer div.content ul.list li.item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-transform: uppercase;
  }
  footer.footer div.content ul.list li.item:last-child {
    text-transform: initial;
    gap: 8px;
  }
  footer.footer div.content ul.list li.item h2.itemTitle {
    font-weight: 600;
    font-size: 16px;
    color: #06ABB5;
  }
  footer.footer div.content ul.list li.item p.text {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
  }
  footer.footer div.content ul.list li.item p.text span {
    margin: 0 0 0 16px;
  }
  footer.footer div.content ul.list li.item div.socialMedia {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 16px 0 0 0;
  }
  footer.footer div.footerInfo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    border-top: 1px solid #06ABB5;
    padding: 12px 0;
  }
  footer.footer div.footerInfo p.text {
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    line-height: 1;
    border-right: 2px solid #fff;
    padding: 0 8px;
  }
  footer.footer div.footerInfo p.text:last-child {
    display: flex;
    align-items: center;
    gap: 16px;
    border-right: none;
  }
  footer.footer div.footerInfo p.text img.logo {
    width: 18px;
    height: 18px;
  }
}
/* =====================================
    Importing [ Components Styling ]    
===================================== */
/* =============================
    Media Querie: [ MOBILE ]
============================= */
div.menu-cabecalho-container {
  display: none;
}
div.menu-cabecalho-container ul.navigation {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 188px;
  height: 100%;
}
div.menu-cabecalho-container ul.navigation li.menu-item {
  list-style-type: none;
  border-bottom: 1px solid #fff;
  padding: 0 0 20px 0;
}
div.menu-cabecalho-container ul.navigation li.menu-item:last-of-type {
  border-bottom: none;
}
div.menu-cabecalho-container ul.navigation li.menu-item:nth-of-type(1) {
  display: none;
}
div.menu-cabecalho-container ul.navigation li.menu-item a {
  font-weight: 500;
  font-size: 20px;
  color: #06ABB5;
  line-height: 150%;
}

/* =============================
    Media Querie: [ LAPTOP ]
============================= */
@media screen and (min-width: 992px) {
  div.menu-cabecalho-container {
    display: block;
  }
  div.menu-cabecalho-container ul.navigation {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 43px;
    position: relative;
    width: auto;
  }
  div.menu-cabecalho-container ul.navigation li.menu-item {
    border: none;
    padding: 0;
  }
  div.menu-cabecalho-container ul.navigation li.menu-item:nth-of-type(1) {
    display: block;
  }
  div.menu-cabecalho-container ul.navigation li.menu-item:nth-of-type(4):hover ul.sub-menu {
    display: flex;
  }
  div.menu-cabecalho-container ul.navigation li.menu-item a {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 0;
  }
  div.menu-cabecalho-container ul.navigation li.menu-item a:hover {
    color: #8cf5fb;
  }
}
/* =============================
    Media Querie: [ MOBILE ]
============================= */
div.menu-sobre-container ul.menuFooter,
div.menu-modalidades-container ul.menuFooter,
div.menu-termos-de-servico-container ul.menuFooter {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
div.menu-sobre-container ul.menuFooter li.menu-item,
div.menu-modalidades-container ul.menuFooter li.menu-item,
div.menu-termos-de-servico-container ul.menuFooter li.menu-item {
  list-style-type: none;
  line-height: 14.875px;
}
div.menu-sobre-container ul.menuFooter li.menu-item a,
div.menu-modalidades-container ul.menuFooter li.menu-item a,
div.menu-termos-de-servico-container ul.menuFooter li.menu-item a {
  font-weight: 600;
  font-size: 12px;
  color: #fff;
}
div.menu-sobre-container ul.menuFooter li.menu-item a:hover,
div.menu-modalidades-container ul.menuFooter li.menu-item a:hover,
div.menu-termos-de-servico-container ul.menuFooter li.menu-item a:hover {
  text-decoration: underline;
}

/* =============================
    Media Querie: [ LAPTOP ]
============================= */
@media screen and (min-width: 992px) {
  div.menu-sobre-container ul.menuFooter,
  div.menu-modalidades-container ul.menuFooter,
  div.menu-termos-de-servico-container ul.menuFooter {
    gap: 12px;
  }
  div.menu-sobre-container ul.menuFooter li.menu-item a,
  div.menu-modalidades-container ul.menuFooter li.menu-item a,
  div.menu-termos-de-servico-container ul.menuFooter li.menu-item a {
    font-weight: 400;
  }
}
