body,
html {
  width: 100%;
  min-height: 100%;
}

html {
  overflow-x: hidden;
}

body,
p {
  color: #787976;
  font: 400 0.9rem/1.1rem "Montserrat", sans-serif;
}

.p-large {
  font: 300 1.25rem/1.625rem "Montserrat", sans-serif;
}

.p-small {
  font: 400 0.875rem/1.375rem "Montserrat", sans-serif;
}

.p-heading {
  margin-bottom: 3.5rem;
  text-align: center;
}

.li-space-lg li {
  margin-bottom: 0.375rem;
}

.indent {
  padding-left: 1.25rem;
}

h1 {
  color: #484a46;
  font: 300 2.5rem/3rem "Montserrat", sans-serif;
}

h2 {
  color: #484a46;
  font: 300 1.75rem/2.2rem "Montserrat", sans-serif;
}

h3 {
  color: #484a46;
  font: 300 1.5rem/1.85rem "Montserrat", sans-serif;
}

h4 {
  color: #484a46;
  font: 400 1.25rem/1.625rem "Montserrat", sans-serif;
}

h5 {
  color: #484a46;
  font: 700 1.125rem/1.5rem "Montserrat", sans-serif;
}

h6 {
  color: #484a46;
  font: 700 1rem/1.375rem "Montserrat", sans-serif;
}

a {
  color: #737472;
  text-decoration: none;
}

a:hover {
  color: #787976;
  text-decoration: underline;
}

.policy {
  color: #339966;
  font-weight: 600;
  text-decoration: none;
}

a.green {
  color: #14bf98;
}

a.white,
.white {
  color: #dfe5ec;
}

/* Navbar */

.navbar-custom {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  background: rgba(242, 242, 242, 0.7) !important;
  border-bottom: solid 2px rgba(255, 255, 255, 0.6) !important;
  -webkit-box-shadow: 0 1px 2px 0 rgba(188, 189, 194, 1) !important;
  -moz-box-shadow: 0 1px 2px 0 rgba(188, 189, 194, 1) !important;
  box-shadow: 0 1px 2px 0 rgba(188, 189, 194, 1) !important;
  font: 400 1.1rem/1.1rem "Raleway", sans-serif !important;
  transition: all 0.2s;
  z-index:99;
}

.navbar-custom .navbar-brand {
  font-size: 0;
}

.navbar-custom .navbar-brand.logo-image img {
  width: 11.25rem;
  height: 4.3666rem;
  -webkit-backface-visibility: hidden;
}

.navbar-custom .navbar-brand.logo-text {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font: 700 2.25rem/1.5rem "Montserrat", sans-serif;
  color: #fff;
  text-decoration: none;
}

.navbar-custom .navbar-nav {
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
}

.navbar-custom .nav-item .nav-link {
  padding: 0.625rem 0.75rem;
  color: #999;
  font: 400 1.1rem/1.1rem "Raleway", sans-serif !important;
  text-decoration: none;
  transition: all 0.2s ease;
}

.navbar-custom .nav-item .nav-link:hover,
.navbar-custom .nav-item .nav-link.active {
  color: #0ab504;
}

.navbar-custom .dropdown:hover > .dropdown-menu {
  display: block;
  min-width: auto;
  animation: fadeDropdown 0.2s;
}

@keyframes fadeDropdown {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.navbar-custom .dropdown-toggle:focus {
  outline: 0;
}

.navbar-custom .dropdown-menu {
  width: 16.66rem;
  height: 6.6rem;
  margin-top: -0.1rem;
  border: none;
  border-radius: 0.25rem;
  background: rgba(204, 204, 204, 0.4);
}

.navbar-custom .dropdown-item {
  text-align: center;
  color: #666;
  text-decoration: none;
  outline: none !important;
}

.navbar-custom .dropdown-item:hover {
  width: 95%;
  text-align: center;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  margin: -0.5rem 0.3rem -0.55rem;
  background-color: rgba(252, 252, 252, 0.5);
  color: #999;
  border-radius: 4px;
  outline: none !important;
}

.navbar-custom .dropdown-item .item-text,
.navbar-custom .dropdown-item:hover .item-text {
  font: 500 1.050rem/1.105rem "Raleway", sans-serif;
}

.navbar-custom .dropdown-item:hover .item-text {
  color: #0ab504;
}

.navbar-custom .dropdown-items-divide-hr {
  width: 100%;
  height: 1px;
  margin: 0.75rem auto;
  border: none;
  background-color: #fff;
  opacity: 0.5;
}

.navbar-custom .social-icons {
  display: none;
}

.navbar-custom .navbar-toggler {
  border: none;
  color: #ccc;
  font-size: 2rem;
  float: right;
  margin-right: 1.5rem;
  outline: none !important;
}

.navbar-custom .navbar-toggler:hover,
.navbar-custom .navbar-toggler:active,
.navbar-custom .navbar-toggler:visited,
.navbar-toggle:hover,
.navbar-toggle:active,
.navbar-toggle:visited {
  border: none !important;
  outline: none !important;
}

.navbar-custom button[aria-expanded="false"] .navbar-toggler-awesome.fas.fa-times {
  display: none;
}

.navbar-custom button[aria-expanded="false"] .navbar-toggler-awesome.fas.fa-bars {
  display: inline-block;
}

.navbar-custom button[aria-expanded="true"] .navbar-toggler-awesome.fas.fa-bars {
  display: none;
}

.navbar-custom button[aria-expanded="true"] .navbar-toggler-awesome.fas.fa-times {
  display: inline-block;
  margin-right: 0.125rem;
}

/* Header */

.header {
  background: #fff;
}

.header .header-content {
  padding-top: 8rem;
  padding-bottom: 2.125rem;
  text-align: center;
}

.header .text-container {
  margin-bottom: 3rem;
}

.header h1 {
  margin-bottom: 0.5rem;
  color: #a6a6a6;
}

.verde {
  color: #0ab504;
}

.header .p-large {
  margin-bottom: 2rem;
  color: #b3b3b3;
}

.header .btn-solid-lg-one,
.header .btn-solid-lg-two {
  margin-right: 0.5rem;
  margin-bottom: 1.25rem;
}

/* Cards */

.cards-1 {
  padding-top: 3rem;
  padding-bottom: 2.875rem;
  background: #fff;
}

.cards-1a {
  padding-top: 6.625rem;
  padding-bottom: 1.25rem;
  background: #fff;
  text-align: center;
  box-shadow: 0 2px 4px 0 rgb(107 107 107 / 25%) inset;
}

.cards-1 .card {
  margin-bottom: 2.5rem;
  border: none;
  background: transparent;
  text-align: center;
}

.wrapCards::before {
  text-align: center;
  content: "";
  position: absolute;
  left: 15%;
  top: 17%;
  border-top: 5px dotted green;
  background: transparent;
  width: 70%;
  transform: translateY(-50%);
}

.cards-1 .fa-stack {
  width: 6rem;
  height: 6rem;
  margin-right: auto;
  margin-bottom: 1rem;
  margin-left: auto;
  line-height: 6rem;
  text-align: left;
}

.cards-1 .fa-stack .hexagon {
  position: absolute;
  width: 6rem;
  height: 6rem;
  background: url("../images/hexagon-green.svg") center center no-repeat;
  background-size: 6rem 6rem;
}

.cards-1 .fa-stack-1x {
  color: #fff;
  font-size: 2rem;
}

.cards-1 .card-body {
  padding: 0;
}

.cards-1 .card-title {
  margin-bottom: 0.625rem;
}

/* Scroll To Top */

#scroll {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border: 0.125rem solid #25fa1e;
  border-radius: 0.25rem;
  background-color: #0ab504;
  text-indent: -9999px;
  display: none;
  z-index: 2147483647;
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #fff;
}

#scroll:hover {
  background-color: #25fa1e;
  opacity: 1;
}

a.back-to-top {
  position: fixed;
  z-index: 999;
  right: 0.75rem;
  bottom: 0.75rem;
  display: none;
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 0;
  background: none;
  background-size: 1.125rem 1.125rem;
  text-indent: -9999px;
}

a:hover.back-to-top {
  background-color: transparent;
}

/* Mobile */

@media (max-width: 780px) {
  .navbar-custom .dropdown-item {
    width: 95%;
    color: #999;
    text-decoration: none;
    text-align: left !important;
    margin-left: 0.5rem !important;
  }
}

@media (max-width: 768px) {
  body,
  html {
    width: 100%;
    min-height: 100%;
  }

  html {
    overflow-x: hidden;
  }

  #scroll {
    right: 14px;
    bottom: 70px;
  }

  h1 {
    color: #484a46;
    font: 300 2.1rem/3rem "Montserrat", sans-serif;
  }

  h2 {
    color: #484a46;
    font: 300 1.5rem/1.8rem "Montserrat", sans-serif;
  }

  h3 {
    color: #484a46;
    font: 300 1.5rem/1.85rem "Montserrat", sans-serif;
  }

  h4 {
    color: #484a46;
    font: 300 1.15rem/1.325rem "Montserrat", sans-serif;
  }

  h5 {
    color: #484a46;
    font: 700 1.125rem/1.5rem "Montserrat", sans-serif;
  }

  h6 {
    color: #484a46;
    font: 500 1.1rem/1.175rem "Montserrat", sans-serif;
  }

  body,
  p {
    color: #787976;
    font: 400 1.1rem/1.1rem "Montserrat", sans-serif;
  }

  .navbar-custom .navbar-toggler {
    border: none;
    color: #ccc;
    font-size: 2rem;
    float: right;
    margin: 8px 10px 0 0;
    outline: none !important;
  }
  .navbar-custom .nav-item .nav-link {
    border-top: solid 8px #d9d9d9;
    border-left: 0;
    border-right: 0;
  }

  .navbar-custom .navbar-nav {
    background-color: #e6e6e6;
    border-bottom: solid 8px #d9d9d9;
  }

  .navbar-custom .dropdown > .dropdown-menu {
    width: 100%;
    padding-top: 13px;
    padding-bottom: 10px;
    background-color: #ccc;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }

  .navbar-custom .dropdown-menu {
    margin-top: 5px;
    border-bottom: 5px solid #d9d9d9;
  }
  .navbar-toggler svg {
        color: #666;
        height: 37px;
  }
  .dropdown-menu {
    border: 0 !important;
    border-radius: 0 !important;
  }

  .navbar-custom .navbar-brand.logo-image img {
    width: 7.600rem;
    height: 2.95rem;
    -webkit-backface-visibility: hidden;
  }

  div.btns {
    margin-top: 2em;
    margin-bottom: 2em;
    width: 100% !important;
    text-align: center;
  }

  .btn-solid-lg-one {
    display: inline-block;
    width: 50%;
    padding: 1.375rem 2.125rem;
    border: 0.125rem solid rgb(51, 255, 51);
    border-radius: 0.15rem;
    background-color: rgb(0, 179, 0);
    color: #fff;
    font: 500 1.2rem/0 "Montserrat", sans-serif;
    text-decoration: none;
    transition: all 0.2s;
  }

  .btn-solid-lg-one:hover {
    background-color: #bfbfbf;
    color: #737373;
    text-decoration: none;
  }

  .btn-solid-lg-two {
    display: inline-block;
    width: 45%;
    padding: 1.375rem 2.125rem;
    border: 0.125rem solid #25fa1e;
    border-radius: 0.15rem;
    background-color: #0ab504;
    color: #fff;
    font: 300 0.8rem/0 "Montserrat", sans-serif;
    text-decoration: none;
    transition: all 0.2s;
  }

  .btn-solid-lg-two:hover {
    background-color: #25fa1e;
    color: #056402;
    text-decoration: none;
  }

  .header .text-container {
    padding-left: 2.125rem;
    padding-right: 2.125rem;
    text-align: center;
  }

  .cards-1a {
    margin-left: 2%;
    box-shadow: rgba(24, 24, 27, 0.2) 0 -8px 8px -8px;
  }

  .cards-2 {
    margin-left: 2%;
    box-shadow: rgba(24, 24, 27, 0.2) 0 -8px 8px -8px;
    padding-top: 6.625rem;
    padding-bottom: 1.25rem;
    padding-left: 1.625rem;
    padding-right: 1.625rem;
    background-color: #fbfbfb;
    font: 300 1.1rem/0 "Montserrat", sans-serif;
  }

  .cards-2 h2 {
    color: #484a46;
    font: 300 1.15rem/1.65rem "Montserrat", sans-serif;
  }

  .cards-2 .price {
    margin-bottom: 0.25rem;
    color: #484a46;
    font: 400 1.4rem/1.5rem "Montserrat", sans-serif;
    text-align: center;
  }

  .cards-3 {
    box-shadow: none;
  }

  .content2 {
    display: block;
    margin-left: 2%;
    box-shadow: rgba(24, 24, 27, 0.2) 0 -8px 8px -8px;
  }

  .wrapCards::before {
    border-top: 0;
  }

  .form-2 {
    display: block;
    margin-left: 2%;
    box-shadow: none;
    padding-top: 1.625rem !important;
  }

  .form-2 .text-container {
    text-align: center;
    margin-top: 1em;
  }

  .far {
    margin-left: 0.2rem !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    color: #0ab504;
  }

  .cards-2 .list-unstyled .media-body {
    display: inline-block;
    height: 2rem !important;
    margin: 0 0 0.3rem 0.635rem !important;
    padding: 0.1rem 0.3rem 0 0 !important;
    font: 300 1.05rem/1.1rem "Montserrat", sans-serif;
  }
}

/* Tablet/Desktop */

@media (min-width: 768px) {
  .p-heading {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }

  .navbar-custom {
    height: 12%;
    padding: 1.525rem 1.5rem 1.525rem 2rem;
    background: rgba(242, 242, 242, 0.7);
    border-bottom: solid 2px rgba(255, 255, 255, 0.6);
    box-shadow: 0 1px 2px 0 rgba(194, 194, 194, 1);
  }

  .navbar-custom .navbar-brand.logo-text {
    color: #a6a6a6;
  }

  .navbar-custom .navbar-nav {
    margin-bottom: 0;
  }

  .navbar-custom .nav-item .nav-link {
    padding: 1.5rem 0.75rem;
    margin-bottom: 0;
    text-align: center;
  }

  .navbar-custom .nav-item .nav-link:hover,
  .navbar-custom .nav-item .nav-link.active {
    color: #0ab504;
    cursor: pointer;
  }

  .navbar-custom.top-nav-collapse {
    height: 7%;
    padding: 0.125rem 1.5rem 0.125rem 2rem;
    background: rgba(222, 222, 222, 0.93) !important;
    box-shadow: 0 1px 2px 0 rgba(188, 189, 194, 1) !important;
    font: 300 0.9rem/1rem "Raleway", sans-serif;
    font-weight: bold !important;
    text-shadow: 1px 1px #999 !important;
  }

  .navbar-custom.top-nav-collapse .navbar-brand.logo-image img {
    width: 7rem;
    height: 2.71699rem;
    -webkit-backface-visibility: hidden;
  }

  .navbar-custom.top-nav-collapse .navbar-brand.logo-text,
  .navbar-custom.top-nav-collapse .nav-item .nav-link {
    color: #fff;
  }

  .navbar-custom.top-nav-collapse .nav-item .nav-link:hover,
  .navbar-custom.top-nav-collapse .nav-item .nav-link.active {
    color: #0ab504;
  }

  .navbar-custom .dropdown-menu {
    padding-top: 0.3rem;
    padding-bottom: 0.4rem;
    border-top: 0.75rem solid rgba(0, 0, 0, 0);
    border-radius: 0 0 0.25rem 0.25rem;
    box-shadow: 0 0.25rem 0.375rem 0 rgba(0, 0, 0, 0.03);
  }

  .navbar-custom.top-nav-collapse .dropdown-menu {
    width: 16.66rem;
    height: 6.1rem;
    margin-top: -0.1rem;
    border-top: 0.125rem solid rgba(0, 0, 0, 0);
    background: rgba(191, 191, 191, 0.3);
  }

  .navbar-custom .dropdown-item {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .navbar-custom .dropdown-items-divide-hr {
    width: 100%;
    margin-left: 0;
  }

  .header .header-content {
    padding-top: 8rem;
    padding-bottom: 7.5rem;
  }

  .header h1 {
    font: 300 3.2rem/4rem "Montserrat", sans-serif;
  }

  div.btns {
    margin-top: 5em;
    margin-bottom: 5em;
    width: 100% !important;
    text-align: center;
  }

  .btn-solid-lg-one {
    display: inline-block;
    width: 25%;
    padding: 1.375rem 2.125rem;
    border: 0.125rem solid rgb(51, 255, 51);
    border-radius: 0.15rem;
    background-color: rgb(0, 179, 0);
    color: #fff;
    font: 500 1.2rem/0 "Montserrat", sans-serif;
    text-decoration: none;
    transition: all 0.2s;
  }

  .btn-solid-lg-one:hover {
    background-color: rgb(51, 255, 51);
    color: rgb(0, 77, 0);
    font-weight: bold;
    text-decoration: none;
  }

  .btn-solid-lg-two {
    display: inline-block;
    width: 35%;
    padding: 1.375rem 2.125rem;
    border: 0.125rem solid #25fa1e;
    border-radius: 0.15rem;
    background-color: #0ab504;
    color: #fff;
    font: 500 1.2rem/0 "Montserrat", sans-serif;
    text-decoration: none;
    transition: all 0.2s;
  }

  .btn-solid-lg-two:hover {
    background-color: #25fa1e;
    color: #056402;
    text-decoration: none;
  }
}

/* Large Screens */

@media (min-width: 992px) {
  .p-heading {
    width: 65%;
  }

  .navbar-custom .social-icons {
    display: block;
    margin-left: 0.5rem;
  }

  .navbar-custom .fa-stack {
    margin-left: 0.375rem;
    font-size: 0.8125rem;
  }

  .navbar-custom .fa-stack .hexagon {
    width: 1.625rem;
    height: 1.625rem;
    position: absolute;
    background: url("../images/hexagon-green.svg") center center no-repeat;
    background-size: 1.625rem 1.625rem;
    transition: all 0.2s ease;
  }

  .navbar-custom .fa-stack:hover .hexagon {
    background: url("../images/hexagon-white.svg") center center no-repeat;
    background-size: 1.625rem 1.625rem;
  }

  .navbar-custom .fa-stack-1x {
    font-size: 0.6875rem;
    line-height: 1.625rem;
    color: #fff;
    transition: all 0.2s ease;
  }

  .navbar-custom .fa-stack:hover .fa-stack-1x {
    color: #14bf98;
  }

  .header .header-content {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .header .text-container {
    margin-top: 6.5rem;
  }

  .cards-1 .card {
    display: inline-block;
    max-width: 17.5rem;
    text-align: center;
    vertical-align: top;
  }

  .cards-1 div.card:nth-child(3n+2) {
    margin-right: 2.5rem;
    margin-left: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .p-heading {
    width: 55%;
  }

  .navbar-custom,
  .navbar-custom.top-nav-collapse {
    padding-right: 6rem;
    padding-left: 6rem;
  }

  .header .header-content {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }

  .cards-1 .card {
    max-width: 21rem;
  }

  .cards-1 div.card:nth-child(3n+2) {
    margin-right: 2.875rem;
    margin-left: 2.875rem;
  }

  .cards-2 .card {
    max-width: 20.875rem;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .cards-2 .card-body {
    padding: 2.25rem 2.5rem 2.125rem;
  }

  .cards-2 .col-lg-12 div.card:nth-child(3n+2) {
    margin-right: 3rem;
    margin-left: 3rem;
  }

  .accordion .accordion-container {
    max-width: 70%;
    margin: 0 auto;
  }
}

@media (min-width: 1500px) {
  .navbar-custom,
  .navbar-custom.top-nav-collapse {
    padding-right: 10rem;
    padding-left: 12rem;
  }
}
