@font-face {
  font-family: 'Gotham Medium';
  src: url('../fonts/gotham/GothamMedium.eot');
  src: url('../fonts/gotham/GothamMedium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gotham/GothamMedium.woff2') format('woff2'),
    url('../fonts/gotham/GothamMedium.woff') format('woff'),
    url('../fonts/gotham/GothamMedium.ttf') format('truetype'),
    url('../fonts/gotham/GothamMedium.svg#GothamMedium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Bold';
  src: url('../fonts/gotham/GothamBold.eot');
  src: url('../fonts/gotham/GothamBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gotham/GothamBold.woff2') format('woff2'),
    url('../fonts/gotham/GothamBold.woff') format('woff'),
    url('../fonts/gotham/GothamBold.ttf') format('truetype'),
    url('../fonts/gotham/GothamBold.svg#GothamBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Black';
  src: url('../fonts/gotham/GothamBlack.eot');
  src: url('../fonts/gotham/GothamBlack.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gotham/GothamBlack.woff2') format('woff2'),
    url('../fonts/gotham/GothamBlack.woff') format('woff'),
    url('../fonts/gotham/GothamBlack.ttf') format('truetype'),
    url('../fonts/gotham/GothamBlack.svg#GothamBlack') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Light';
  src: url('../fonts/gotham/GothamLight.eot');
  src: url('../fonts/gotham/GothamLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gotham/GothamLight.woff2') format('woff2'),
    url('../fonts/gotham/GothamLight.woff') format('woff'),
    url('../fonts/gotham/GothamLight.ttf') format('truetype'),
    url('../fonts/gotham/GothamLight.svg#GothamLight') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

/* body {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
} */
object,
embed,
video,
iframe {
  max-width: 100%;
  height: auto;
}

img {
  max-width: 100%;
  vertical-align: middle;
}
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

/* html,
body {
  margin: 0;
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  desativa scroll vertical
  height: 100vh;
} */

 body {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
   font-family: Arial, sans-serif;
   overflow: hidden;
   /* evita scroll vertical */
 }

 @keyframes dropDown {
   0% {
     transform: translateY(40px);
   }

   100% {
     transform: translateY(0);
   }
 }

 @keyframes sidebarX {
   0% {
     transform: translateX(40px);
   }

   100% {
     transform: translateX(0);
   }
 }
 @keyframes sidebarY {
   0% {
     transform: translateX(-40px);
   }

   100% {
     transform: translateX(0);
   }
 }

 .modal-menu {
   position: absolute;
   width: 100%;
   height: 100%;
   padding: 100px 50px;
   background: rgba(255, 255, 255, 0.98);
   z-index: 999;
   display: none;
   transition: 0.4s;
  animation: sidebarX 0.4s;
 }
 .modal-menu-content {
   width: 90%;
   margin: 0 auto;
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   align-content: center;
   justify-content: center;
   align-items: center;
   /* background: #fff; */
 }
.modal-menu button#close-modal-menu {
  cursor: pointer;
   position: fixed;
   right: 10px;
   top: 10px;
   background: transparent;
   border: none;
   width: 50px;
   height: 50px;
 }
 .modal-menu-title{
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #00585c;
  /* color: black; */
  margin: 20px;
 }
ul.modal-menu-ul-itens {
  margin: 10px auto;
  width: 100%;
  transition: all 300ms ease-in-out;
}
 ul.modal-menu-ul-itens li {
  cursor: pointer;
  margin: 20px auto;
  color: #00585c;
  font-family: "Gotham Bold", sans-serif;
  font-weight: 500;
  /* color: black; */
  transition: all 300ms ease-in-out;
 }
 ul.modal-menu-ul-itens li:hover {
  color: #00dedb;
  }
 ul.modal-menu-ul-itens li:hover:before{
  content: '';
  width: 1px;
  height: 1px;
  background: #00dedb;
  /* background: #000; */
  padding: 1px 1px;
  position: relative;
  left: -8px;
 }

 .modal-content-footer{
  width: 97%!important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: 2px solid #00585c;
  /* border-top: 2px solid #cac5c5; */
  padding-top: 15px;
  padding-bottom: 30px;
  margin: 65px auto 0;
 }
.modal-footer-item{
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
 }
 .modal-footer-item .link-small{
  display: flex;
  flex-direction: row;
  font-size: 13px;
  color: #00585c;
  /* color: #A4A4A4; */
 }
.modal-footer-item .link-small svg {
   width: 30px;
   transform: scale(1);
   transition: all 300ms ease-in-out;
}
.modal-footer-item a.link-small:hover svg path{
  fill: #00585c;
  /* fill: #0f0f0f; */
}

.modal-footer-item .link-small span {
   font-size: 14px;
   font-weight: bold;
   transition: all 300ms ease-in-out;
   word-spacing: 2px;
   margin: 10px;
 }
.modal-footer-item .modal-footer-ul{
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
 }
.modal-footer-item .modal-footer-ul li{
  margin: 0 10px;
  transition: 0.4s;
}
.modal-footer-item .modal-footer-ul li a:hover{
  color: #00585c;
  /* color: #000; */
}
.modal-footer-item .modal-footer-ul li a:hover svg path {
  fill: #00585c;
  /* fill: #0f0f0f; */
}
 /* Header fixo (transparente) */
 .header {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   height: 60px;
   background: transparent;
   /* background:  rgba(0, 0, 0, 0.2); */
   /* transparente */
   color: #fff;
   display: flex;
   align-items: center;
   padding: 0 20px;
   z-index: 300;
   transition: 0.4s;
 }

 .page-header {
   width: 90%;
   margin: 10px auto;
   background: transparent;
   transition: all 290ms ease-in-out;
   z-index: 9;
 }

 .logo-layout-link {
   position: relative;
 }

 .logo-layout-link .img-fluid {
   max-width: 90%;
 }

 .logo-layout-link #main-logo {
   width: 200px;
   transition: all 290ms ease-in-out;
   overflow: visible;
 }

 .logo-layout-link #main-logo path {
   transition: all 290ms ease-in-out;
   fill: white;
 }
.header.dark-logo .logo-layout-link #main-logo path {
   transition: all 290ms ease-in-out;
   fill: black;
 }
 /* Menu lateral fixo */
 .menu {
   position: fixed;
   top: 0;
   /* ocupa toda a tela */
   left: 0;
   bottom: 0;
   width: 85px;
   /* width: 80px; */
   background: #fff;
   border-right: 1px solid #dedddd;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: flex-start;
   gap: 80px;
   z-index: 400;
   /* maior que o header */
 }

 .menu .fixed-menu{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
 }
 .menu .fixed-menu .menu-logo{
  width: 30px;
  cursor: pointer;
 }
 .menu .anchor-links{
  width: 100%;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: space-between;
  align-items: center;
 }
 .menu .anchor-links a {
    color: #00585c;
   /* color: #535353; */
   text-decoration: none;
   display: block;
   transform: rotate(0deg);
   /* transform: rotate(-90deg); */
   /* deixa o texto na vertical */
   white-space: nowrap;
   font-size: 13px;
   font-weight: bold;
 }

 .menu .anchor-links a.active {
   color: #00dedb;
 }

.menu a.active::before {
  content: '';
  width: 1px;
  height: 1px;
  background: #00dedb;
  padding: 1px 20px;
  left: 0;
  position: fixed;
  top: 23px;
}
 /* Container com scroll horizontal */
 .scroll-container {
   position: fixed;
   top: 0px;
   /* abaixo do header */
   left: 80px;
   /* ao lado do menu */
   right: 0;
   bottom: 0;
   display: flex;
   width: 100%;
   /* overflow-x: auto; */
   overflow-x: hidden;
   overflow-y: hidden;
   scroll-behavior: smooth;
   scroll-snap-type: x mandatory;
   -webkit-overflow-scrolling: touch;
   background: black;
 }

 section {
   min-width: calc(100vw - 0px); /*80 */
   height: calc(100vh - 0px); /*60 */
   flex-shrink: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 3rem;
   color: white;
   scroll-snap-align: start;
 }

 /* .initial-section-page{
 } */
 .page-content {
   width: 100%;
   display: flex;
 }
 .flex-div-initial {
   display: flex;
   flex-direction: column;
   width: 100%;
   text-align: right;
 }

 .flex-div-initial .small-text {
   text-transform: uppercase;
   color: white;
   font-size: 20px;
   font-weight: bold;
   margin-bottom: 20px;
   display: inline-block;
 }

 .flex-div-initial .title-second {
   font-size: 30px;
   font-weight: 700;
   letter-spacing: 1px;
   line-height: 40px;
   text-transform: uppercase;
   font-family: "Gotham Black", sans-serif;
   color: white;
   display: inline-block;
   margin-bottom: 0px;
 }

 .flex-div-initial .title-third {
   font-size: 16px;
   font-weight: 700;
   letter-spacing: 2px;
   line-height: 30px;
   text-transform: uppercase;
   font-family: "Gotham Black", sans-serif;
   color: white;
   margin-bottom: 15px;
   margin-top: 25px;
   display: inline-block;
 }

 .flex-div-initial .tag-txt {
   color: #fbfbfb;
   font-size: 16px;
 }

 .flex-div-initial .img-case {
   width: 100%;
   margin-top: 20px;
 }

 .img-box {
   width: 100%;
   height: 100%;
   min-height: 500px;
   display: inline-block;
   align-items: center;
 }

 .img-container-initial {
   background: url('../imgs/img_quem_0.jpg') no-repeat;
   background-repeat: no-repeat !important;
   background-size: cover;
   height: 100%;
   width: 100%;
   opacity: 0.7;
 }

 .action_btn_page {
   width: 100%;
   display: flex;
   flex-direction: row;
   align-content: center;
   justify-content: space-between;
   align-items: center;
   margin: 10px auto;
 }
.action_btn_page .action-button {
  padding: 10px;
  background-color: transparent;
  height: 64px;
  width: 64px;
  display: flex;
  border: none;
}
.action_btn_page .action-button.btn-next.fade-right{
  transform: rotate(180deg);
}
.action_btn_page .action-button.btn-next{
  transform: rotate(180deg);
}


.inner-container-aw {
  width: 80%;
  display: flex;
  flex-direction: column;
  margin: 0px auto 20px;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.number-block-aw{
  display: flex;
  flex-direction: row;
  position: relative;
}
.number-block-aw .big-number {
  color: white;
  font-size: 90px;
  font-weight: 700;
  display: block;
  font-family: "Gotham Black", sans-serif;
  line-height: 75px;
}
.number-block-aw .text {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  line-height: 30px;
  color: white;
  font-weight: bold;
  margin-top: 30px;
  margin-left: 5px;
}
.text-block-aw {
  /* border-top: 1px solid #151515;
  padding-top: 0px; */
  margin-top: -20px;
}
.text-block-aw span {
  color: #D7D7D7;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  line-height: 30px;
}

.page-center-content-aw{
  width: 80%;
  margin: 20px auto;
  color: #00585c;
  /* color: #000; */
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.page-center-content-aw h1 {
  line-height: 40px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 40px;
  text-transform: uppercase;
  font-family: "Gotham Black", sans-serif;
  color: #00585c;
  /* color: black; */
  margin-bottom: 25px;
  display: inline-block;
}
.page-center-content-aw p{
  font-size: 18px;
}
#home {
  background: #00585c;
  /* background: #000; */
}

#sobre {
  background: #00585c;
  /* background: #111; */
}

#servicos {
  background: #fff;
}

#contato {
  background: #00585c;
  /* background: #1b1b1b; */
}
.title-center{
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  font-family: "Gotham Bold", sans-serif;
  color: white;
  margin: 50px 0 0 0;
}
.content-bg{
  width: 90%;
  display: flex;
  margin: 10px auto;
}
.content-bg .img-bg {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #a0a0a0;
  background-size: cover !important;
  width: 100%;
  display: inline-block;
  height: 500px;
  transition: all 360ms ease-in-out;
  z-index: 9;
  position: relative;
  background-position: center center;
}
.content-bg .inner-container .gray-block {
  background-image: -webkit-linear-gradient(bottom, #1C1C1C, rgba(28, 28, 28, 0.3));
  background-image: linear-gradient(to top, #1C1C1C, rgba(28, 28, 28, 0.3));
  position: absolute;
  bottom: 0px;
  left: 0px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
  padding-bottom: 45px;
  padding-left: 40px;
  padding-right: 40px;
  height: 100%;
  display: flex;
  align-items: end;
}
.content-bg .img-bg .inner-container .gray-block .flex-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.content-bg .img-bg .inner-container .gray-block h3 {
  color: white;
  font-size: 36px;
  line-height: 41px;
  text-transform: uppercase;
  text-align: center;
}

.content-bg .img-bg .inner-container .gray-block .text-aw {
  color: #FFF;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 21px;
  text-transform: uppercase;
}