* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: ubuntu, sans-serif;
  font-size: 0.85rem;
}

html {
  scroll-behavior: smooth;
}

body {
  background-image: url(/assets/bg1.png), url(/assets/bg1.png);
  background-repeat: no-repeat;
  background-attachment: fixed, scroll;
  background-size: 24%, 26%;
  background-position-x: -12%, 105%;
  background-position-y: 60%, 0%;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-color: #f7f7f7;
  padding: 15px;
  -webkit-box-shadow: 4px -35px 46px 1px;
          box-shadow: 4px -35px 46px 1px;
  overflow: hidden;
}

nav #menu-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 80%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav #menu-desktop img {
  width: 100%;
  max-width: 150px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

nav #menu-desktop #social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav #menu-desktop #social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  right: 0;
}

nav #menu-desktop #social ul li {
  margin: 0px 10px;
  list-style-type: none;
}

nav #menu-desktop #social ul li a {
  text-decoration: none;
  color: #7c7c7c;
}

nav #menu-desktop #social a {
  margin: 5px;
}

nav #menu-desktop #social a img {
  width: 30px;
  margin: 5px;
}

nav #menu-desktop .icon-social {
  margin: 0px 8px;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.container #banner-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  z-index: 0;
  padding: 20px;
  color: #0b5354;
}

.container #banner-top p {
  font-size: 1.65rem;
  width: 100%;
  max-width: 450px;
  margin-bottom: 20px;
  margin-top: 30px;
}

.container #banner-top p strong {
  font-size: 2rem;
}

.container #banner-top a {
  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;
  margin-top: 20px;
  color: #fdfdfd;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 300px;
  background-color: #ff6600;
  max-width: 340px;
  width: 100%;
  padding: 15px 25px;
  border-radius: 10px;
  -webkit-box-shadow: 1px -1px 48px -5px rgba(0, 0, 0, 0.36);
          box-shadow: 1px -1px 48px -5px rgba(0, 0, 0, 0.36);
}

.container #banner-top #slider {
  width: 80%;
  max-width: 430px;
  height: 300px;
  position: relative;
  margin-top: -20px;
}

.container #banner-top #slider img {
  opacity: 0;
  position: absolute;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 1000ms;
  transition: opacity 1000ms;
  -webkit-transition: all 3s;
  transition: all 3s;
  left: -15px;
}

.container #banner-top #slider img.selected {
  opacity: 1;
  left: 0px;
  -webkit-transition: all 2s;
  transition: all 2s;
}

#title {
  font-size: 2rem;
  color: #7c7c7c;
  text-align: center;
  margin: 20px 0;
  font-weight: 600;
}

#product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
  margin: 50px auto;
}

#product .product-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

#product .product-icons .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 25px;
}

#product .product-icons .icons img {
  width: 100%;
  max-width: 80px;
}

#seguradoras {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 98%;
  margin: 80px auto 120px;
}

#seguradoras .icons-seguradoras {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#seguradoras .icons-seguradoras .icons img {
  width: 100%;
  max-width: 166px;
  padding: 10px;
  margin: -5px;
}

#contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: auto;
  width: 100%;
}

#contact .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  max-width: 430px;
  width: 100%;
}

#contact .left #title {
  text-align: left;
  margin-top: 50px;
}

#contact .left .adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 5px 0px;
}

#contact .left .adress img {
  width: 15px;
  margin-right: 10px;
}

#contact .left .adress p {
  font-size: 1rem;
}

#contact .form-contact {
  background-color: #0b5354;
  max-width: 480px;
  width: 100%;
  border-radius: 10px;
  padding: 30px;
}

#contact .form-contact .input-text {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px #95c11f;
  color: #fdfdfd;
  font-size: 1rem;
  padding: 20px 0px 10px 10px;
  margin: 10px;
  width: 100%;
  margin: auto;
}

#contact .form-contact .text-msg {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px #95c11f;
  color: #fdfdfd;
  font-size: 1rem;
  padding: 15px 10px;
  width: 100%;
  margin-top: 20px;
}

#contact .form-contact .btn-contact {
  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;
  margin: 30px 0px;
  color: #fdfdfd;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 300px;
  background-color: #95c11f;
  max-width: 280px;
  width: 100%;
  padding: 12px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 1px -1px 48px -5px rgba(0, 0, 0, 0.36);
          box-shadow: 1px -1px 48px -5px rgba(0, 0, 0, 0.36);
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 20px 0px 0px;
  text-align: center;
  margin: 60px auto 20px;
}

footer p {
  font-size: 1.2rem;
  font-weight: 200;
  color: #0b5354;
  margin-top: 20px;
  margin-bottom: 5px;
}

footer small {
  color: #7c7c7c;
}

.link-whatsapp {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.link-whatsapp h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0b5354;
  margin-right: 5px;
  margin-bottom: 6px;
  color: #fff;
  padding: 4px 17px;
  border-radius: 100px;
  font-weight: 300;
}

.link-whatsapp img {
  width: 50px;
  margin: 0px;
  z-index: 9999999;
  position: relative;
}

.animate {
  left: 100%;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}

.loader {
  position: relative;
  margin: 0 auto;
  width: 100px;
}

.loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.circular {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

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

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

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@-webkit-keyframes color {
  100%,
  0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%,
  90% {
    stroke: #ffa700;
  }
}

@keyframes color {
  100%,
  0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%,
  90% {
    stroke: #ffa700;
  }
}

body {
  background-color: #eee;
}

.showbox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5%;
}
/*# sourceMappingURL=style.css.map */