/* =====================================
    Importing [ Events 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.mainBanner {
  margin: 48px 0 0 0;
}
section.mainBanner div.swiper {
  width: 100%;
}
section.mainBanner div.swiper div.swiper-wrapper {
  height: -moz-fit-content;
  height: fit-content;
}
section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.video-box {
  padding-bottom: 96.35%;
  position: relative;
  overflow: hidden;
}
section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.video-box img,
section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.video-box video,
section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.video-box iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: -50%;
  left: -50%;
  transform: translate(50%, 50%);
}
section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.banner-container div.banner-box {
  padding-bottom: 97.2%;
  position: relative;
  overflow: hidden;
}
section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.banner-container div.banner-box img,
section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.banner-container div.banner-box video,
section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.banner-container div.banner-box iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: -50%;
  left: -50%;
  transform: translate(50%, 50%);
}
section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.banner-container div.banner-box img.banner.desktop {
  display: none;
}
section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container {
  margin: -88px 0 0;
}
section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.frame {
  display: none;
}
@media screen and (max-width: 992px) {
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 300px;
    background-color: #000;
    padding: 54px 16px;
    clip-path: polygon(0 0, 100% 20%, 100% 80%, 0% 100%);
  }
}
section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.container div.text-box {
  padding: 24px 0;
}
section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.container div.text-box img.arrowsImg {
  display: none;
}
section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.container div.text-box h1.title {
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  line-height: 112%;
  margin: 0 0 10px 0;
  width: 90%;
}
section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.container div.text-box h1.title.blog {
  width: calc(100% - 16px);
}
section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.container div.text-box p.description {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 125%;
  width: 70%;
}
section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.container div.text-box p.description.modalidade {
  width: 92%;
}
section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.container div.text-box p.description br:nth-child(1) {
  display: contents;
}
section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.container div.text-box .primaryButton {
  text-align: center;
  background: #06ABB5;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  display: block;
  margin: 24px 0 0;
  padding: 10px 24px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 992px) {
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.container div.text-box .primaryButton {
    border-radius: 8px;
  }
}
section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.container div.text-box .primaryButton::after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: #07c2ce;
  transition: 0.5s ease-in-out;
  position: absolute;
  left: -100%;
  bottom: 0;
  z-index: 0;
}
section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.container div.text-box .primaryButton:hover::after {
  left: 0;
}
section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.container div.text-box .primaryButton p,
section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.container div.text-box .primaryButton a {
  text-transform: uppercase;
  line-height: 15px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.container div.text-box .primaryButton p,
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.container div.text-box .primaryButton a {
    line-height: 24px;
  }
}
section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.container div.text-box .primaryButton p {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}
section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.container div.text-box div.arrow-container {
  display: none;
}

/* =============================
    Media Querie: [ LAPTOP ]
============================= */
@media screen and (min-width: 992px) {
  section.mainBanner {
    width: 100%;
    height: 556px;
    margin: 64px 0 0 0;
  }
  section.mainBanner.noHome {
    height: 456px;
  }
  section.mainBanner.noHome div.swiper div.swiper-wrapper div.swiper-slide {
    height: 456px;
  }
  section.mainBanner div.swiper {
    width: 100%;
  }
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide {
    width: 100%;
    height: 556px;
    background-color: #E8E8E8;
    position: relative;
  }
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.video-box {
    padding-bottom: 40.7%;
    position: relative;
    overflow: hidden;
  }
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.video-box img,
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.video-box video,
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.video-box iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: -50%;
    left: -50%;
    transform: translate(50%, 50%);
  }
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.banner-container {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
  }
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.banner-container div.banner-box {
    width: 100%;
    height: 100%;
    padding: 0 0 65.66% 0;
    position: relative;
  }
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.banner-container div.banner-box img.banner {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.banner-container div.banner-box img.banner.mobile {
    display: none;
  }
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.banner-container div.banner-box img.banner.desktop {
    display: block;
    -o-object-position: center left;
       object-position: center left;
  }
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.banner-container div.banner-box img.banner.desktop.event {
    -o-object-position: center right;
       object-position: center right;
  }
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container {
    width: 100%;
    height: 100%;
    margin: 0;
    position: relative;
    z-index: 1;
  }
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.frame {
    display: block;
    width: 66%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    clip-path: polygon(0 0, 76.5% 0%, 100% 100%, 0% 100%);
  }
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.container {
    background-color: transparent !important;
  }
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.container div.text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    width: 785px;
    height: 100%;
    position: relative;
  }
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.container div.text-box img.arrowsImg {
    display: block;
    width: 128px;
    height: auto;
  }
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.container div.text-box h1.title {
    font-size: 48px;
    margin: 20px 0 10px 0;
    width: 575px;
  }
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.container div.text-box h1.title.modalidade {
    width: 600px;
  }
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.container div.text-box h1.title br:nth-of-type(1) {
    display: block;
  }
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.container div.text-box p.description {
    font-size: 24px;
    width: 500px;
  }
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.container div.text-box p.description.modalidade {
    width: 589px;
  }
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.container div.text-box p.description.modalidade br {
    display: block;
  }
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.container div.text-box p.description br {
    display: contents;
  }
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.container div.text-box p.description br:nth-child(2) {
    display: block;
  }
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.container div.text-box a.primaryButton {
    text-align: center;
    background: #06ABB5;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    margin: 44px 0 0;
    padding: 12px 32px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.container div.text-box a.primaryButton {
    border-radius: 8px;
  }
}
@media screen and (min-width: 992px) {
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.container div.text-box a.primaryButton::after {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background: #07c2ce;
    transition: 0.5s ease-in-out;
    position: absolute;
    left: -100%;
    bottom: 0;
    z-index: 0;
  }
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.container div.text-box a.primaryButton:hover::after {
    left: 0;
  }
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.container div.text-box a.primaryButton p,
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.container div.text-box a.primaryButton a {
    text-transform: uppercase;
    line-height: 15px;
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.container div.text-box a.primaryButton p,
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.container div.text-box a.primaryButton a {
    line-height: 24px;
  }
}
@media screen and (min-width: 992px) {
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.container div.text-box a.primaryButton p {
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
  }
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.container div.text-box div.arrow-container {
    width: 42px;
    height: 42px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 104px;
    animation: upAndDown 1s ease-in-out infinite;
  }
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.container div.text-box div.arrow-container a {
    display: contents;
  }
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.container div.text-box div.arrow-container a div.arrow-box {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
  }
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.container div.text-box div.arrow-container a div.arrow-box img,
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.container div.text-box div.arrow-container a div.arrow-box video,
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container div.container div.text-box div.arrow-container a div.arrow-box iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: -50%;
    left: -50%;
    transform: translate(50%, 50%);
  }
  @keyframes upAndDown {
    0% {
      bottom: 64px;
    }
    50% {
      bottom: 44px;
    }
    100% {
      bottom: 64px;
    }
  }
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container.video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container.video::before {
    width: 66%;
    height: 100%;
    content: "";
    background: linear-gradient(90deg, #000, transparent);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  section.mainBanner div.swiper div.swiper-wrapper div.swiper-slide div.frame-container.video div.container {
    position: relative;
    z-index: 3;
  }
  section.mainBanner div.swiper div.swiper-pagination {
    top: inherit;
    bottom: 80px;
    z-index: 20;
  }
  section.mainBanner div.swiper div.swiper-pagination span.swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background-color: #d9d9d9;
    margin: 0 2px;
  }
  section.mainBanner div.swiper div.swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #E8E8E8;
  }
}
/* =============================
    Media Querie: [ MOBILE ]
============================= */
section.events {
  margin: 32px 0 0;
  padding: 32px 0;
  background: #E8E8E8;
}
section.events div.content.mobile {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
section.events div.content.mobile div.boxEvents h2.eventsTitle {
  font-weight: 600;
  font-size: 20px;
  color: #192C0C;
  text-transform: uppercase;
  text-align: center;
}
section.events div.content.mobile div.boxEvents ul.list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 0;
  width: 100%;
}
section.events div.content.mobile div.boxEvents ul.list li.item {
  width: 100%;
  height: 110px;
  list-style-type: none;
  position: relative;
  background-color: #192C0C;
  border-radius: 8px;
}
section.events div.content.mobile div.boxEvents ul.list li.item * {
  border-radius: 8px;
}
section.events div.content.mobile div.boxEvents ul.list li.item a.item-link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: 0.25s ease-in-out;
}
section.events div.content.mobile div.boxEvents ul.list li.item a.item-link:hover::before {
  filter: brightness(1.5);
}
section.events div.content.mobile div.boxEvents ul.list li.item a.item-link:hover h3.item-title {
  text-transform: uppercase;
  margin: 0 0 0 140px;
}
section.events div.content.mobile div.boxEvents ul.list li.item a.item-link::before {
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(-90deg, #192C0C, rgba(25, 44, 12, 0.96), rgba(25, 44, 12, 0.5));
  border-radius: 8px;
  transition: 0.25s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
section.events div.content.mobile div.boxEvents ul.list li.item a.item-link img.background {
  width: 75%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center left;
     object-position: center left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
section.events div.content.mobile div.boxEvents ul.list li.item a.item-link h3.item-title {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  margin: 0 0 0 130px;
  position: relative;
  z-index: 2;
}
section.events div.content.mobile div.boxEvents div.boxArrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  width: 100%;
}
section.events div.content.mobile div.boxEvents div.boxArrows div.arrow {
  width: 18px;
  height: 18px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  rotate: 90deg;
  background: #192C0C;
}
section.events ul.titlesList {
  display: none;
}
section.events div.content.desktop {
  display: none;
}

/* =============================
    Media Querie: [ LAPTOP ]
============================= */
@media screen and (min-width: 992px) {
  section.events {
    margin: 0;
    padding: 0;
  }
  section.events div.content.mobile {
    display: none;
  }
  section.events ul.titlesList {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    background: #fff;
  }
  section.events ul.titlesList li.itemTitle {
    margin: 16px 0;
    padding: 0 16px;
    border-right: 2px solid #b3b3b3;
    list-style-type: none;
    cursor: pointer;
  }
  section.events ul.titlesList li.itemTitle.active h2 {
    font-size: 32px;
    color: #192C0C;
  }
  section.events ul.titlesList li.itemTitle:last-of-type {
    border-right: none;
  }
  section.events ul.titlesList li.itemTitle h2 {
    font-weight: 600;
    font-size: 24px;
    color: #5b5a5a;
    text-transform: uppercase;
    line-height: 38px;
  }
  section.events div.content.desktop {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 64px;
    padding: 64px 0;
  }
  section.events div.content.desktop ul.list {
    display: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  section.events div.content.desktop ul.list.active {
    display: grid;
  }
  section.events div.content.desktop ul.list li.item {
    width: 380px;
    height: 140px;
    list-style-type: none;
    position: relative;
    background-color: #192C0C;
    border-radius: 8px;
  }
  section.events div.content.desktop ul.list li.item * {
    border-radius: 8px;
  }
  section.events div.content.desktop ul.list li.item a.item-link {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 16px 0 0;
    transition: 0.25s ease-in-out;
  }
  section.events div.content.desktop ul.list li.item a.item-link:hover::before {
    filter: brightness(1.5);
  }
  section.events div.content.desktop ul.list li.item a.item-link:hover h3.item-title {
    margin: 0 0 0 150px;
  }
  section.events div.content.desktop ul.list li.item a.item-link::before {
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(-90deg, #192C0C, rgba(25, 44, 12, 0.9125), rgba(25, 44, 12, 0.5));
    border-radius: 8px;
    transition: 0.25s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  section.events div.content.desktop ul.list li.item a.item-link img.background {
    width: 75%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center left;
       object-position: center left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  section.events div.content.desktop ul.list li.item a.item-link h3.item-title {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    line-height: 24px;
    margin: 0 0 0 140px;
    position: relative;
    z-index: 2;
  }
  section.events div.content.desktop div.boxArrows {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
  }
  section.events div.content.desktop div.boxArrows div.arrow {
    width: 36px;
    height: 36px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    rotate: 90deg;
    background: #192C0C;
  }
}
/* =============================
    Media Querie: [ MOBILE ]
============================= */
section.infoEvent div.content {
  padding: 48px 16px 16px;
}
section.infoEvent div.content h2.title {
  font-weight: 600;
  font-size: 20px;
  color: #06ABB5;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto 40px;
  padding: 0 0 16px;
  width: 300px;
  border-bottom: 1px solid #06ABB5;
}
section.infoEvent div.content p {
  font-weight: 450;
  font-size: 14px;
  color: #5b5a5a;
  margin: 0 0 16px;
}
section.infoEvent div.content article.boxContent {
  padding: 16px 8px;
  border: 1px solid #06ABB5;
  border-radius: 8px;
}
section.infoEvent div.content article.boxContent h3.boxTitle {
  font-weight: 600;
  font-size: 20px;
  color: #06ABB5;
  text-align: center;
  margin: 0 0 16px;
}
section.infoEvent div.content article.boxContent ul.boxList {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
section.infoEvent div.content article.boxContent ul.boxList li.item {
  font-weight: 400;
  font-size: 14px;
  color: #5b5a5a;
  line-height: 16px;
  margin: 0 0 0 24px;
}
section.infoEvent div.resultsPreviousYears {
  padding: 32px 0;
  background: #06ABB5;
}
section.infoEvent div.resultsPreviousYears div.container h2.title {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin: 0 auto 16px;
  width: 200px;
}
section.infoEvent div.resultsPreviousYears div.container div.boxLists {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 0 20px;
}
section.infoEvent div.resultsPreviousYears div.container div.boxLists ul.resultsList {
  width: 100%;
  border: 1px solid #fff;
  border-radius: 9px;
  text-align: center;
}
section.infoEvent div.resultsPreviousYears div.container div.boxLists ul.resultsList li.resultsItem {
  list-style-type: none;
}
section.infoEvent div.resultsPreviousYears div.container div.boxLists ul.resultsList li.resultsItem h3.itemTitle {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  line-height: 23px;
  padding: 9px 0;
  border-bottom: 1px solid #fff;
}
section.infoEvent div.resultsPreviousYears div.container div.boxLists ul.resultsList li.resultsItem div.boxTexts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
}
section.infoEvent div.resultsPreviousYears div.container div.boxLists ul.resultsList li.resultsItem div.boxTexts p.text {
  font-weight: 450;
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  border-bottom: 1px solid #fff;
  padding: 0 0 8px;
  width: calc(100% - 68px);
}
section.infoEvent div.resultsPreviousYears div.container div.boxLists ul.resultsList li.resultsItem div.boxTexts p.text:last-of-type {
  padding: 0;
  border-bottom: none;
}

/* =============================
    Media Querie: [ LAPTOP ]
============================= */
@media screen and (min-width: 992px) {
  section.infoEvent div.content {
    padding: 48px 0 16px;
  }
  section.infoEvent div.content h2.title {
    font-weight: 600;
    font-size: 36px;
    color: #06ABB5;
    text-align: center;
    width: 854px;
    margin: 0 auto 40px;
    padding: 0 0 16px;
    border-bottom: 1px solid #06ABB5;
  }
  section.infoEvent div.content p {
    font-weight: 400;
    font-size: 24px;
    color: #5b5a5a;
    margin: 24px auto;
    width: 822px;
  }
  section.infoEvent div.content p strong {
    font-weight: 450;
  }
  section.infoEvent div.content article.boxContent {
    width: 886px;
    margin: 0 auto;
    padding: 16px 64px;
    border: 1px solid #06ABB5;
    border-radius: 8px;
  }
  section.infoEvent div.content article.boxContent h3.boxTitle {
    font-weight: 600;
    font-size: 36px;
    color: #06ABB5;
    text-align: center;
  }
  section.infoEvent div.content article.boxContent ul.boxList {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 32px 0;
  }
  section.infoEvent div.content article.boxContent ul.boxList li.item {
    font-weight: 400;
    font-size: 24px;
    color: #5b5a5a;
    line-height: 21px;
  }
  section.infoEvent div.resultsPreviousYears {
    padding: 32px 0;
    background: #06ABB5;
  }
  section.infoEvent div.resultsPreviousYears div.container h2.title {
    font-weight: 600;
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto 16px;
    width: 350px;
  }
  section.infoEvent div.resultsPreviousYears div.container div.boxLists {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
  section.infoEvent div.resultsPreviousYears div.container div.boxLists ul.resultsList {
    width: 289px;
    border: 1px solid #fff;
    border-radius: 9px;
    text-align: center;
  }
  section.infoEvent div.resultsPreviousYears div.container div.boxLists ul.resultsList li.resultsItem {
    list-style-type: none;
  }
  section.infoEvent div.resultsPreviousYears div.container div.boxLists ul.resultsList li.resultsItem h3.itemTitle {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    line-height: 23px;
    padding: 9px 0;
    border-bottom: 1px solid #fff;
  }
  section.infoEvent div.resultsPreviousYears div.container div.boxLists ul.resultsList li.resultsItem div.boxTexts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 18px 0;
  }
  section.infoEvent div.resultsPreviousYears div.container div.boxLists ul.resultsList li.resultsItem div.boxTexts p.text {
    font-weight: 450;
    font-size: 20px;
    color: #fff;
    line-height: 16px;
    border-bottom: 1px solid #fff;
    padding: 0 0 8px;
    width: calc(100% - 68px);
  }
  section.infoEvent div.resultsPreviousYears div.container div.boxLists ul.resultsList li.resultsItem div.boxTexts p.text:last-of-type {
    border-bottom: none;
  }
}
/* ==============================
    Media Querie: [ MOBILE ]
============================== */
section.shorts {
  border-bottom: 1px solid #E8E8E8;
  padding: 32px 0 32px 16px;
  overflow: hidden;
}
section.shorts div.content h2.title {
  font-weight: 600;
  font-size: 20px;
  color: #06ABB5;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  margin: 0 16px 32px 0;
}
section.shorts div.content h2.title.modalidade::before, section.shorts div.content h2.title.modalidade::after, section.shorts div.content h2.title.eventos::before, section.shorts div.content h2.title.eventos::after {
  display: none;
}
section.shorts div.content h2.title::after, section.shorts div.content h2.title::before {
  width: 81px;
  height: 1px;
  content: "";
  display: block;
  background: #06ABB5;
  position: absolute;
  top: 50%;
}
section.shorts div.content h2.title::after {
  left: 50%;
  transform: translate(-133px, -50%);
}
section.shorts div.content h2.title::before {
  right: 50%;
  transform: translate(133px, -50%);
}
section.shorts div.content div.boxSwiper {
  width: 100%;
  position: relative;
  z-index: 1;
}
section.shorts div.content div.boxSwiper div.swiperShorts {
  padding: 0 16px 0 0;
}
section.shorts div.content div.boxSwiper div.swiperShorts div.swiper-wrapper div.swiper-slide {
  display: flex;
  flex-direction: row;
  align-items: end;
  height: 330px;
  border-radius: 6px;
  position: relative;
  background-color: #f2f2f2;
}
section.shorts div.content div.boxSwiper div.swiperShorts div.swiper-wrapper div.swiper-slide iframe,
section.shorts div.content div.boxSwiper div.swiperShorts div.swiper-wrapper div.swiper-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
section.shorts div.content div.boxSwiper div.swiperShorts div.swiper-wrapper div.swiper-slide p.description {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  width: 100%;
  height: 59px;
  line-height: 15px;
  margin: 0 18px;
  position: relative;
  z-index: 1;
}
section.shorts img.arrowsImg {
  display: block;
  margin: -95px 0 0 0;
  position: absolute;
  left: 0;
  z-index: 0;
}

/* ==============================
    Media Querie: [ LAPTOP ]
============================== */
@media screen and (min-width: 992px) {
  section.shorts {
    border-bottom: none;
    padding: 64px 0;
  }
  section.shorts div.content {
    position: relative;
  }
  section.shorts div.content h2.title {
    font-size: 36px;
  }
  section.shorts div.content h2.title.modalidade::after {
    display: block;
    transform: translate(-275px, -50%);
  }
  section.shorts div.content h2.title.modalidade::before {
    display: block;
    transform: translate(275px, -50%);
  }
  section.shorts div.content h2.title::after {
    transform: translate(-200px, -50%);
  }
  section.shorts div.content h2.title::before {
    transform: translate(200px, -50%);
  }
  section.shorts div.content div.boxSwiper div.swiperShorts {
    border-bottom: 1px solid #E8E8E8;
    margin-right: 0 !important;
    padding: 0 9% 32px 0;
  }
  section.shorts div.content div.boxSwiper div.swiperShorts div.swiper-wrapper div.swiper-slide {
    height: 531px;
  }
  section.shorts div.content div.boxSwiper div.swiperShorts div.swiper-wrapper div.swiper-slide video,
  section.shorts div.content div.boxSwiper div.swiperShorts div.swiper-wrapper div.swiper-slide iframe {
    border-radius: 9px;
  }
  section.shorts div.content div.boxSwiper div.swiperShorts div.swiper-wrapper div.swiper-slide p.description {
    font-size: 19px;
    height: 95px;
    line-height: 24px;
    margin: 0 29px;
  }
  section.shorts img.arrowsImg {
    display: none;
  }
}
/* ==============================
    Media Querie: [ MOBILE ]
============================== */
section.photo-gallery {
  padding: 32px 0;
}
section.photo-gallery div.container h2.title {
  font-weight: 600;
  font-size: 20px;
  color: #06ABB5;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 32px;
}
section.photo-gallery div.container div.grid {
  width: 100%;
  height: 50vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 16px;
}
section.photo-gallery div.container div.grid::-webkit-scrollbar {
  width: 0;
}
section.photo-gallery div.container div.grid div.item {
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  transition: 0.25s ease-in-out;
  border-radius: 8px;
}
section.photo-gallery div.container div.grid div.item img,
section.photo-gallery div.container div.grid div.item video,
section.photo-gallery div.container div.grid div.item iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: -50%;
  left: -50%;
  transform: translate(50%, 50%);
}
section.photo-gallery div.container div.grid div.item img.image {
  border-radius: 8px;
}
section.photo-gallery div.container div.grid div.item:hover img.image {
  transform: translate(50%, 50%) scale(1.025);
  filter: brightness(1.15);
}
section.photo-gallery div.modal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.25s ease-in-out;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
}
section.photo-gallery div.modal.active {
  background-color: rgba(0, 0, 0, 0.66);
  visibility: visible;
  z-index: 1000;
  opacity: 1;
}
section.photo-gallery div.modal div.image-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 1s ease-in-out;
  background-color: #fff;
  border-radius: 8px;
  padding: 8px;
  width: 100%;
}
section.photo-gallery div.modal div.image-container div.image-box {
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  width: 100%;
}
section.photo-gallery div.modal div.image-container div.image-box img,
section.photo-gallery div.modal div.image-container div.image-box video,
section.photo-gallery div.modal div.image-container div.image-box iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: -50%;
  left: -50%;
  transform: translate(50%, 50%);
}

/* ==============================
    Media Querie: [ LAPTOP ]
============================== */
@media screen and (min-width: 992px) {
  section.photo-gallery {
    padding: 0 0 64px;
  }
  section.photo-gallery div.container h2.title {
    font-size: 36px;
    margin: 0 0 48px;
  }
  section.photo-gallery div.container div.grid {
    height: -moz-fit-content;
    height: fit-content;
    grid-template-columns: repeat(4, 1fr);
    gap: 48px 32px;
  }
  section.photo-gallery div.container div.grid div.item {
    cursor: pointer;
  }
  section.photo-gallery div.container div.grid div.item:hover img.image {
    transform: translate(50%, 50%) scale(1.05);
  }
  section.photo-gallery div.modal div.image-container {
    width: 600px;
    height: 600px;
  }
}
/* =============================
    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;
  }
}
/* =============================
    Media Querie: [ MOBILE ]
============================= */
div.swiper-button-next,
div.swiper-button-prev {
  display: none;
}

/* =============================
    Media Querie: [ LAPTOP ]
============================= */
@media screen and (min-width: 992px) {
  div.swiper-button-next,
  div.swiper-button-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 47px;
    height: 47px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25);
    border-radius: 100%;
    opacity: 1;
    transition: 0.5s ease-in-out;
    position: absolute;
    top: 50%;
    z-index: 10;
  }
  div.swiper-button-next::after,
  div.swiper-button-prev::after {
    display: none;
  }
  div.swiper-button-prev {
    rotate: 180deg;
  }
  div.swiper-button-disabled {
    width: 0;
    height: 0;
    opacity: 0;
  }
}
/* =============================
    Media Querie: [ MOBILE ]
============================= */
section.ctaBanner {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 32px 0;
  text-align: center;
  overflow: hidden;
  position: relative;
}
section.ctaBanner img.bgMobile {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
section.ctaBanner img.bgDesktop {
  display: none;
}
section.ctaBanner div.content h2.title {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  line-height: 22px;
}
section.ctaBanner div.content p.description {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 120%;
  margin: 4px 0 0;
}
section.ctaBanner div.content p.description br {
  display: contents;
}

/* =============================
    Media Querie: [ LAPTOP ]
============================= */
@media screen and (min-width: 992px) {
  section.ctaBanner img.bgMobile {
    display: none;
  }
  section.ctaBanner img.bgDesktop {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  section.ctaBanner div.content h2.title {
    font-weight: 600;
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    line-height: 36px;
  }
  section.ctaBanner div.content p.description {
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    line-height: 120%;
    margin: 4px 0 0;
  }
  section.ctaBanner div.content p.description br {
    display: block;
  }
}
