/* Description: Master CSS file */

/*****************************************
Table Of Contents:
- General Styles
- Navigation
- Home
- Information
- Button
- Services
- Plans
- Testimonials
- Newsletter
- Back To Top Button
- Extra Pages
	--primary: #1c262f;
- Media Queries
******************************************/

/**************************/
/*     General Styles     */
/**************************/

header {
  /* position: sticky; */
  z-index: 10;
  width: 100%;
  top: 0;
  background: #181d22 !important;
}

html,
body {
  font-family: var(--font-family);
  font-size: var(--font-size-body);
  min-width: var(--min-width-body);
  font-style: normal;
  font-weight: 350;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family);
}

a:hover {
  color: black;
}

.slogan {
  color: white;
  font-size: 45px;
  font-weight: 500;
  /* text-shadow: black 0.1em 0.1em 0.2em; */
}

button {
  font-family: var(--font-family);
}

/* loader */
.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 120px;
  height: 120px;
  margin: -76px 0 0 -76px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  -webkit-animation: spin 0.5s linear infinite;
  animation: spin 0.5s linear infinite;
  z-index: 9999;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Section Background */
.home {
  height: 60vh;
  position: relative;
}

.m-padrao {
  margin: 5rem 0;
}
/* .contact {
  height: 100vh;
  position: relative;
} */
.contact {
  height: max-content;
  min-height: 80vh;
  position: relative;
  background-color: #4ab1572e;
}

.footer {
  background-color: var(--primary);
  font-size: 1.5rem;
}

.about {
  background: #4ab15742;
}

.newsletter {
  /* background-color: var(--primary-bg); */
  background: rgb(33, 45, 55);
  background: -moz-linear-gradient(
    180deg,
    rgba(33, 45, 55, 1) 0%,
    rgba(2, 115, 104, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(33, 45, 55, 1) 0%,
    rgba(2, 115, 104, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(33, 45, 55, 1) 0%,
    rgba(2, 115, 104, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#212d37",endColorstr="#027368",GradientType=1);
}

.company,
.location {
  background: rgb(33, 45, 55);
  background: -moz-linear-gradient(
    0deg,
    rgba(33, 45, 55, 1) 0%,
    rgba(2, 115, 104, 1) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(33, 45, 55, 1) 0%,
    rgba(2, 115, 104, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(33, 45, 55, 1) 0%,
    rgba(2, 115, 104, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#212d37",endColorstr="#027368",GradientType=1);
}
.bottom {
  background-color: black;
}

/* Gradient Border And Background On Icons */
.home_text,
.home .fas,
.information .fas,
.work .fas,
.services .fas,
.location .far,
.location .fas {
  padding: 15px 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#0ee951),
    to(#00dabf)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

.home-stream {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#0ee951),
    to(#46f318)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

.navbar-nav a:hover,
.footer a:hover,
.footer .fab:hover {
  cursor: pointer;
  background: var(--gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.d-none {
  display: none;
}

/**********************/
/*     Navigation     */
/**********************/
.begin {
  /* background-color: #013220 !important; */
  /* box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.025); */
}

.nav-fixed {
  position: fixed;
  z-index: 10;
  top: 0px;
  width: 100%;
}

.div-nav-info {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  line-height: 2rem;
}

.div-nav-info a:hover {
  cursor: pointer;
  background: var(--gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.div-icone {
  margin: 0 0.5rem;
  font-size: 2rem;
}

.div-info-menu {
  font-size: 1.2rem;
}

.navbar {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 0.875rem;
  background-color: #000000ab !important;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.025);
padding: 0;}

.navbar .navbar-brand {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.logo-image {
  cursor: pointer;
}

.navbar .logo-image img {
  /* width: 108px; */
  height: 50px;
}

.navbar .logo-text {
  color: #fff;
  font-weight: 500;
  line-height: 2rem;
  font-size: 1.575rem;
  text-decoration: none;
  font-size: 2rem;
}

.offcanvas-collapse {
  position: fixed;
  top: 2.75rem; /* adjusts the height between the top of the page and the offcanvas menu */
  bottom: 0;
  left: 100%;
  width: 100%;
  overflow-y: auto;
  visibility: hidden;
  padding-right: 1rem;
  padding-left: 1rem;
  background-color: var(--primary);
  transition: transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.offcanvas-collapse.open {
  visibility: visible;
  transform: translateX(-100%);
  height: max-content;
  z-index: 2;
}

.navbar .navbar-nav {
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
}

.navbar .dropdown-menu {
  border: none;
  margin: 0;
  top: 100%;
  padding: 0;left: 0;background-color: rgba(0,0,0,0.6);
}

.navbar .dropdown-item {
  color: #eee;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 0.875rem;
  padding-top: 0.625rem;
  text-decoration: none;
  padding-bottom: 0.625rem;
  font-size: 1.5rem;
padding: 2rem .7rem;}

.navbar .dropdown-item:hover {
  background-color: var(--primary);
}

.navbar .dropdown-divider {
  width: 100%;
  height: 1px;
  border: none;
  margin: 0.5rem auto 0.5rem auto;
  background-color: var(--primary-light);
}

.navbar .nav-item .nav-link {
  color: #eee;
  text-decoration: none;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  transition: all 0.2s ease;
  font-size: 1.8rem;
  line-height: 2.5rem;
}

.navbar .fa-stack {
  width: 2em;
  font-size: 1.5rem;
  margin-right: 0.25rem;
  cursor: pointer;
}

.navbar .fa-stack-2x {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#0ee951),
    to(#00dabf)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.2s ease;
}

.navbar .fa-stack-1x {
  color: #ffffff;
  transition: all 0.2s ease;
}

.navbar .fa-stack:hover .fa-stack-2x {
  color: var(--primary);
}

.navbar .fa-stack:hover .fa-stack-1x {
  color: var(--primary);
}

.navbar .navbar-toggler {
  padding: 0;
  border: none;
  font-size: 1.25rem;
}

/******************/
/*     Button     */
/******************/
.btn-basic {
  display: inline-flex;
  align-items: center;
  border: none;
  background-image: linear-gradient(147deg, #0f984c 0%, #196d9d 50%);
  background-position: 0;
  background-size: 200%;
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 14px 80px #38fcc433;
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
  font-size: 1.5rem;
  cursor: pointer;
}
.btn-basic:hover {
  background-position: 100%;
  color: white;
}

/* Other Pages Button */
.btn-tertiary {
  color: black;
  border-radius: 0;
  border-width: 2px;
  padding: 10px 30px;
  border-image-slice: 1;
  background-image: none;
  background: transparent;
  border-image-source: var(--gradient);
  box-shadow: 5px 5px 0px 0px var(--secondary);
}

.btn-tertiary:hover {
  color: black;
  box-shadow: none;
  border-radius: 0;
  padding: 10px 30px;
  transform: translate(5px, 5px);
}

.conteudo {
  height: max-content;
  position: relative;
  width: 100%;
  /* margin-top: var(--margin-top-conteudo); */
  min-height: 80vh;
  background: white;
  z-index: 1;
}

/***** MENU MOBILE *****/
/* Fixed sidenav, full height */
.nav-mobile {
  height: 100%;
  width: 0px;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s all;
}

.close-nav-mobile {
  background: linear-gradient(180deg, rgb(1 161 72) 0%, rgb(19 134 11) 100%);
  color: black;
  padding: 1rem;
  text-decoration: none;
  font-size: 20px;
  display: block;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  line-height: 2.5rem;
}

.close-nav-mobile:hover {
  color: white;
}

/* Style the nav-mobile links and the dropdown button */
.nav-mobile a:not(.close-nav-mobile),
.dropdown-btn {
  padding: 1rem;
  text-decoration: none;
  font-size: 20px;
  color: white;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  line-height: 2.5rem;
  border-bottom: 1px solid #41464b;
}

/* button nav mobile */
.open-nav-mobile {
  font-size: 30px;
  cursor: pointer;
  color: white;
  display: none;
}

.nav-mobile a:hover:not(.close-nav-mobile),
.dropdown-btn:hover {
  cursor: pointer;
  background: var(--gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Main content */
.main {
  margin-left: 200px; /* Same as the width of the nav-mobile */
  font-size: 20px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.drop-show {
  background: var(--gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
  .nav-mobile {
    padding-top: 15px;
  }
  .nav-mobile a {
    font-size: 18px;
  }
}

/* FIM */
@media (max-width: 990px) {
  .open-nav-mobile {
    display: block;
  }
  #nav-info {
    display: none;
  }

  .nav-contato-info {
    display: none;
  }
  h1.headline.slogan {
    font-size: 45px;
  }
}
