.bg-1 {
  background-color: #01DA95;
}

.color-1 {
  color: #01DA95;
}

.color-2 {
  color: #214B5A;
}

.menuhamburguer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  z-index: 100;
}

.bar1,
.bar2,
.bar3 {
  width: 30px;
  height: 3px;
  background-color: #c9d100;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.change .bar1 {
  transform: rotate(-45deg) translate(-9px, 6px);
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
  opacity: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.change .bar3 {
  transform: rotate(45deg) translate(-8px, -6px);
  -webkit-transform: rotate(45deg) translate(-8px, -6px);
}

.hover:hover {
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    z-index: 100;
    position: fixed;
    top: 0;
    /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #000;
    -webkit-transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .offcanvas-collapse .nav-link {
    color: #fff;
  }
  .offcanvas-collapse .nav-link.boxed {
    border: none;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

body {
  font-family: 'Montserrat' !important;
}

header {
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
}

header .logo {
  text-decoration: none;
  color: #fff;
}

header .logo:hover {
  text-decoration: none;
  color: #fff;
}

header h1 {
  font-size: 1.5rem;
  font-family: 'Helvetica';
  font-weight: 600;
}

header h3 {
  font-size: .75rem;
  letter-spacing: .2rem;
}

header ul li a.nav-link {
  color: #fff;
  font-weight: 600;
}

header ul li a.nav-link.highlight {
  background-color: #c9d100;
  border-radius: 20px;
}

header ul li a.nav-link.highlight:hover {
  color: #fff;
  background-color: #01DA95;
}

header ul li a.nav-link:hover:not(.highlight) {
  color: #01DA95;
}

main .title {
  font-size: 2rem;
  font-weight: lighter;
}

@media (max-width: 991.98px) {
  main .title {
    font-size: 1.75rem;
  }
}

main .boxed {
  font-size: .8rem;
  padding: 2px 15px;
  border: 1px solid #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  font-family: 'Lato';
}

main .boxed.boxed-green {
  color: #01DA95;
  border: 1px solid #01DA95;
}

main .boxed.boxed-gray {
  color: #214B5A;
  border: 1px solid #214B5A;
}

main .aloha {
  background-image: url("../images/bg-1-min.png");
  height: 750px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 0;
}

@media (min-width: 992px) {
  main .aloha .img-aloha {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 767.98px) {
  main .aloha {
    height: 80vh;
    overflow-x: clip;
  }
  main .aloha .img-aloha {
    width: 120%;
    margin-left: -10%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  main .aloha {
    height: 80vh;
    overflow-x: clip;
  }
  main .aloha .img-aloha {
    width: 120%;
    margin-left: -10%;
  }
}

main .aloha .img-woman {
  position: absolute;
  bottom: 0px;
  left: -100px;
  z-index: 0;
}

@media (max-width: 767.98px) {
  main .aloha .img-woman {
    height: 75%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    left: -65%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  main .aloha .img-woman {
    height: 75%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    left: -50%;
  }
}

main .aloha .aloha-info {
  text-align: end;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: .1rem;
  margin-top: -100px;
}

@media (max-width: 767.98px) {
  main .aloha .aloha-info {
    margin-top: 0px;
    font-size: 1rem;
  }
}

main .quality {
  overflow: visible;
  z-index: 2;
  color: #fff;
}

@media (max-width: 991.98px) {
  main .quality {
    overflow-x: clip;
    overflow-y: visible;
  }
}

main .quality .q-cards {
  margin-top: -120px;
  z-index: 2;
}

@media (max-width: 991.98px) {
  main .quality .q-cards {
    overflow-x: clip;
    overflow-y: visible;
  }
}

@media (max-width: 767.98px) {
  main .quality .q-cards .q-card1 {
    margin-left: -10%;
    height: 290px;
    width: 70vw;
  }
}

main .quality .q-cards .q-card2 {
  margin-left: -100px;
}

@media (max-width: 767.98px) {
  main .quality .q-cards .q-card2 {
    margin-right: -10%;
    height: 220px;
    width: 70vw;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  main .quality .q-cards .q-card2 {
    margin-left: -120px;
  }
}

main .quality .main-q-cards {
  margin-bottom: -200px;
}

main .quality .main-q-cards .main-q-card {
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.35) !important;
          box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.35) !important;
  border-radius: 0.5rem;
}

main .boxes {
  margin-top: 250px;
  overflow: hidden;
}

main .boxes .swiper {
  overflow: visible;
  width: 100%;
  height: auto;
  position: relative;
}

main .boxes .swiper-slide {
  text-align: center;
  font-size: 1rem;
  background: transparent;
  background-position: center;
  background-size: cover;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 360px;
  width: 230px;
  border-radius: 10px;
  opacity: .75;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 300ms;
  transition: all 300ms;
  z-index: 0;
}

@media (max-width: 767.98px) {
  main .boxes .swiper-slide {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}

main .boxes .swiper-slide.swiper-slide-active {
  opacity: 1;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  z-index: 5;
  -webkit-transform: scale(1.75);
          transform: scale(1.75);
}

main .boxes .swiper-slide.swiper-slide-active img {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

@media (max-width: 767.98px) {
  main .boxes .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}

main .boxes .swiper-slide img {
  margin: 0px 5px;
  height: 220px !important;
  width: 220px !important;
  border-radius: 5px;
}

main .boxes .boxes-next,
main .boxes .boxes-prev {
  position: absolute;
  bottom: -22px;
  z-index: 10;
  color: #01DA95;
}

main .boxes .boxes-next svg,
main .boxes .boxes-prev svg {
  width: 45px;
}

main .boxes .boxes-prev {
  left: calc(50% - 45px);
}

main .boxes .boxes-next {
  right: calc(50% - 45px);
}

main .box-size .size-card {
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  height: 590px;
}

@media (max-width: 991.98px) {
  main .box-size .size-card {
    height: auto;
  }
}

main .box-size .size-card .card-box {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 350px;
  border: 1px solid #01DA95;
  border-radius: 10px;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

main .box-size .size-card .card-box .box-title {
  font-size: 1.75rem;
}

main .box-size .size-card .card-box .box-desc {
  font-size: .85rem;
}

main .box-size .size-card .card-box .box-svg {
  max-width: 80%;
  margin: auto;
  color: #01DA95;
}

main .box-size .size-card .card-box .box-svg svg {
  width: 100%;
}

main .box-size .size-card .btn-hele {
  background-color: #c9d100;
  color: #fff;
  border-radius: 20px;
  opacity: 0;
  -webkit-transition: all 600ms ease-in;
  transition: all 600ms ease-in;
}

main .box-size .size-card .btn-hele:hover {
  text-decoration: none;
}

main .box-size .size-card:hover {
  padding: 0;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

main .box-size .size-card:hover .btn-hele {
  opacity: 1;
  -webkit-transition: all 600ms ease-in;
  transition: all 600ms ease-in;
}

main .box-size .size-card:hover .card-box {
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  color: #fff;
  background-color: #01DA95;
  height: 390px;
  margin-top: -20px;
  transition: all 300ms ease-in;
}

main .box-size .size-card:hover .card-box .box-svg {
  color: #000;
}

main #projeto-3d-gratis img {
  border-radius: .5rem !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

main #projeto-3d-gratis .youtube {
  height: 537px;
}

@media (max-width: 767.98px) {
  main #projeto-3d-gratis .youtube {
    height: 350px;
  }
}

main #projeto-3d-gratis .play-btn::before {
  content: '';
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  background-image: url("../images/play-min.png");
  background-position: center;
  background-size: cover;
  width: 100px;
  height: 100px;
  z-index: 10;
  cursor: pointer;
}

main #projeto-3d-gratis .btn-hele {
  background-color: black;
  color: #fff;
  border-radius: 20px;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

main #projeto-3d-gratis .btn-hele:hover {
  text-decoration: none;
  color: #214B5A;
  background-color: #01DA95;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

main .products .product-box {
  height: 330px;
}

@media (max-width: 991.98px) {
  main .products .product-box {
    height: auto;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  main .products .product-box {
    height: 360px;
  }
}

main .products .product-box .product-card {
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

main .products .product-box .product-card .img-product {
  height: 160px;
  width: 100%;
}

main .products .product-box .product-card .img-product img {
  height: 100%;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

main .products .product-box .product-card .img-product:hover ~ .product-name {
  font-size: 1.25rem !important;
  color: #fff !important;
  margin-top: 50px !important;
  -webkit-transition: all 200ms ease-in !important;
  transition: all 200ms ease-in !important;
}

main .products .product-box .product-card .img-product:hover ~ .product-desc {
  opacity: 1 !important;
  -webkit-transition: all 200ms ease-in !important;
  transition: all 200ms ease-in !important;
  z-index: 0;
}

main .products .product-box .product-card .img-product:hover img {
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

@media (max-width: 767.98px) {
  main .products .product-box .product-card .img-product:hover img {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}

main .products .product-box .product-card .product-name {
  color: #214B5A;
  font-size: 1rem;
  font-weight: bold;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

main .products .product-box .product-card .product-desc {
  font-size: 1rem;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  z-index: -1;
  width: 300%;
  margin-left: -100%;
  margin-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1200px) {
  main .products .product-box .product-card .product-desc {
    width: 200%;
    margin-left: -50%;
  }
}

@media (max-width: 991.98px) {
  main .products .product-box .product-card .product-desc {
    width: 100%;
    margin-left: 0;
  }
}

main .btn-hele {
  color: black;
  background-color: #fff;
  border-radius: 20px;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

main .btn-hele:hover {
  text-decoration: none;
  background-color: #214B5A;
  color: #01DA95;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

#depoimentos .deposition-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 10;
  pointer-events: none;
}

#depoimentos .deposition-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, black 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}

#depoimentos .deposition-title .subtitle {
  letter-spacing: .5rem;
  font-family: 'Montserrat';
  color: rgba(255, 255, 255, 0.5);
  font-size: 2rem;
}

@media (max-width: 767.98px) {
  #depoimentos .deposition-title .subtitle {
    font-size: 28px;
    font-weight: lighter;
    letter-spacing: 0rem;
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    width: 80%;
    margin: auto;
  }
}

#depoimentos .swiper {
  width: 100%;
  height: calc(100vh + 90px);
  /* @media (max-width:767.98px) {
            height: calc(120vh + 90px);
        } */
}

#depoimentos .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
}

#depoimentos .swiper-slide img {
  display: block;
  width: 100%;
}

#depoimentos .deposition-card {
  position: absolute;
  bottom: 20%;
  left: 30%;
  width: 40%;
  background-color: #E9E8EE;
  color: #000;
  padding: 30px 120px;
  border-radius: 10px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #depoimentos .deposition-card {
    left: 10%;
    width: 80%;
  }
}

@media (max-width: 767.98px) {
  #depoimentos .deposition-card {
    padding: 20px 50px;
    left: 5%;
    width: 90%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #depoimentos .deposition-card {
    left: 20%;
    width: 60%;
  }
}

#depoimentos .deposition-card .deposition {
  font-size: 1rem;
  position: relative;
  overflow: visible;
}

#depoimentos .deposition-card .deposition::after, #depoimentos .deposition-card .deposition::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 60px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#depoimentos .deposition-card .deposition::after {
  background-image: url("../images/depositions/aspas1.png");
  right: -60px;
  bottom: 0;
  z-index: 5;
}

@media (max-width: 767.98px) {
  #depoimentos .deposition-card .deposition::after {
    right: -40px;
  }
}

#depoimentos .deposition-card .deposition::before {
  background-image: url("../images/depositions/aspas0.png");
  top: 0;
  left: -60px;
  z-index: 5;
}

@media (max-width: 767.98px) {
  #depoimentos .deposition-card .deposition::before {
    left: -40px;
  }
}

#depoimentos .deposition-card .deposition-name {
  color: #01DA95;
  font-weight: bold;
}

#depoimentos .deposition-card .deposition-city {
  color: #000;
  font-weight: bold;
}

.form {
  background-image: url("../images/bg-2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@media (min-width: 1025px) {
  .form {
    min-height: 100vh;
  }
}

@media (max-width: 767.98px) {
  .form {
    height: auto;
    padding: 50px 0px;
  }
  .form .container,
  .form .row {
    padding-right: 0;
    padding-left: 0;
  }
}

.form form {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  margin: 30px 0px;
  /* The container */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

.form form .form-title {
  font-size: 1.5rem;
  font-weight: lighter;
}

@media (min-width: 1400px) {
  .form form .form-title {
    font-size: 1.75rem;
  }
}

@media (max-width: 399.98px) {
  .form form .form-title {
    font-size: 1.35rem;
  }
}

.form form .form-title span {
  font-weight: bold;
}

.form form .form-subtitle {
  font-size: .85rem;
  font-family: 'Lato';
}

.form form .form-subtitle a {
  color: #01DA95;
}

.form form input:not([type='checkbox']) {
  border: 1px solid #01DA95;
  color: #000;
  padding-left: 50px;
  height: 50px;
}

.form form input:not([type='checkbox'])::-webkit-input-placeholder {
  color: #000;
}

.form form input:not([type='checkbox']):-ms-input-placeholder {
  color: #000;
}

.form form input:not([type='checkbox'])::-ms-input-placeholder {
  color: #000;
}

.form form input:not([type='checkbox'])::placeholder {
  color: #000;
}

.form form .form-icon {
  position: relative;
}

.form form .form-icon::before {
  position: absolute;
  content: '';
  top: 15px;
  left: 15px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.form form .form-icon.name::before {
  background-image: url("../images/name.svg");
}

.form form .form-icon.email::before {
  background-image: url("../images/email.svg");
}

.form form .form-icon.phone::before {
  background-image: url("../images/phone.svg");
}

.form form .container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form form .container-check p {
  font-size: .5rem;
  color: #B2B2B2;
}

@media (max-width: 767.98px) {
  .form form .container-check p {
    font-size: .65rem;
  }
}

.form form .container-check p a {
  color: inherit;
}

.form form .container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.form form .checkmark {
  position: absolute;
  top: -5px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 12.5px;
  border: 1px solid #01DA95;
}

@media (max-width: 767.98px) {
  .form form .checkmark {
    top: 0;
  }
}

.form form .container-check input:checked ~ .checkmark {
  background-color: #01DA95;
}

.form form .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.form form .container-check input:checked ~ .checkmark:after {
  display: block;
}

.form form .container-check .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form form .btn-hele {
  background-color: black;
  color: #fff;
  border-radius: 20px;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.form form .btn-hele:hover {
  text-decoration: none;
  color: #214B5A;
  background-color: #01DA95;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.form form .whatsapp-link {
  text-decoration: none;
  color: #1AB71A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form form .whatsapp-link span {
  margin-left: 5px;
  position: relative;
}

.form form .whatsapp-link span::before {
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #214B5A;
  content: '';
  left: 0;
  bottom: -3px;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.form form .whatsapp-link:hover {
  text-decoration: none;
  color: #214B5A;
}

.form form .whatsapp-link:hover span::before {
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  width: 100%;
}

.btn-hele {
  font-size: .85rem !important;
  height: 40px !important;
  line-height: 28px !important;
}

footer .logo {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media (max-width: 991.98px) {
  footer .logo {
    margin: auto;
  }
}

footer .logo .links .icon-link {
  color: #7cd7d6;
}

footer .logo .links .icon-link:hover {
  color: #01DA95;
}

footer form {
  /* The container */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

footer form .newsletter-title {
  letter-spacing: .2rem;
}

footer form input:not([type='checkbox']) {
  border: 1px solid #01DA95;
  color: #000;
  padding-left: 50px;
  border-radius: 10px;
  height: 50px;
}

footer form input:not([type='checkbox'])::-webkit-input-placeholder {
  color: #000;
}

footer form input:not([type='checkbox']):-ms-input-placeholder {
  color: #000;
}

footer form input:not([type='checkbox'])::-ms-input-placeholder {
  color: #000;
}

footer form input:not([type='checkbox'])::placeholder {
  color: #000;
}

footer form .btn-hele {
  background-color: black;
  color: #fff;
  border-radius: 20px;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

footer form .btn-hele:hover {
  text-decoration: none;
  color: #214B5A;
  background-color: #01DA95;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

footer form .form-icon {
  position: relative;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

footer form .form-icon::before {
  position: absolute;
  content: '';
  top: 15px;
  left: 15px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

footer form .form-icon.name::before {
  background-image: url("../images/name.svg");
}

footer form .form-icon.email::before {
  background-image: url("../images/email.svg");
}

footer form .form-icon.phone::before {
  background-image: url("../images/phone.svg");
}

footer form .container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

footer form .container-check p {
  font-size: .5rem;
  color: #B2B2B2;
}

@media (max-width: 991.98px) {
  footer form .container-check p {
    font-size: .75rem;
  }
}

footer form .container-check p a {
  color: inherit;
}

footer form .container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

footer form .checkmark {
  position: absolute;
  top: -5px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 12.5px;
  border: 1px solid #01DA95;
}

@media (max-width: 991.98px) {
  footer form .checkmark {
    top: 0px;
  }
}

footer form .container-check input:checked ~ .checkmark {
  background-color: #01DA95;
}

footer form .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

footer form .container-check input:checked ~ .checkmark:after {
  display: block;
}

footer form .container-check .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

footer .privacy,
footer .tnb {
  font-size: .85rem;
  color: #fff;
  text-decoration: none;
}

footer .privacy:hover,
footer .tnb:hover {
  color: #01DA95;
  text-decoration: none;
}

footer .privacy {
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  footer .privacy {
    font-size: .65rem;
  }
}

footer .tnb svg {
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.form-control:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

label.error {
  font-size: .8rem;
  color: red;
}

.cookies-banner {
  font-size: .8em;
  background-color: #01DA95;
}

.btn-cookies {
  background-color: #214B5A !important;
  color: #01DA95 !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
/*# sourceMappingURL=app.css.map */