@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;1,300;1,400&display=swap');

* {
  font-family: 'Poppins', sans-serif;
}
div.form-contact ::-webkit-input-placeholder {
  color: #fff;
}
.form-contact ::-moz-placeholder {
  color: #fff;
}
div.form-contact :-ms-input-placeholder {
  color: #fff;
}
div.form-contact :-moz-placeholder {
  color: #fff;
}

h1.section-title,
h2.section-title,
h2.title-element-char {
  font-size: 2.8rem;
  font-weight: 600;
}
h1,
h2,
h3 {
  font-weight: 400;
}
h1 span.decoration-text {
  border-bottom: solid 3px;
  display: inline-block;
}
.section-title span {
  display: block;
}
.text-subtitle {
  font-size: 30px;
}
.title-element-char {
  color: #681fd9;
}
.title-element-char span {
  color: initial;
}
.nav-gray {
  background-color: #f5f5f5;
}
.nav-gray li a {
  text-transform: initial;
  font-weight: 500;
}
.nav-gray li div {
  position: relative;
  display: inline-block;
  top: 10px;
}
.custom-container-tec {
  padding: 0 40px 100px 40px;
}
a.uk-button {
  text-transform: none;
}
.section-banner {
  position: relative;
  background-color: #f5f5f5;
  overflow: hidden;
}

.img-position-left {
  position: absolute;
  width: calc(25%);
  top: 10%;
  left: -20%;
  transform: translate(20%, -10%);
}

.img-position-right {
  position: absolute;
  width: calc(25%);
  top: 25%;
  right: -11%;
  transform: translate(11%, -25%);
}

.section-destaques {
  background-color: #681fd9;
  border-radius: 16px;
  min-height: 240px;
  padding: 60px;
}
.section-simplifique {
  min-height: 800px;
}
.content-banner {
  z-index: 999;
  position: relative;
}
.section-comment-box {
  position: relative;
  bottom: 120px;
}
.comment-box-left span,
.comment-box-right span {
  display: block;
  border-radius: 12px;
  padding: 15px 20px 30px 20px;
  color: #fff;
  font-size: 14px;
  background-position: center 5px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 960px) {
  .section-comment-box .section-destaques {
    background-image: url('../images/balao1.png');
    background-repeat: no-repeat;
    background-position: 380px 55px;
  }
  .section-comment-box .comment-box-right {
    background-image: url(../images/balao2.png);
    background-repeat: no-repeat;
    background-position: 2px 168px;
  }
}

.comment-box-left span {
  width: 167px;
  background-image: url(../images/balao-bg1.svg);
}
.comment-box-right span {
  width: 235px;
  background-image: url(../images/balao-bg2.svg);
}

.count-user {
  width: 70%;
  margin: 0 auto;
  color: rgb(255 255 255 / 80%);
  font-size: 14px;
}
.count-user h3 {
  font-size: 40px;
  font-weight: 500;
  color: #c5ff00;
}

/* Stard style form */
.form-contact {
  padding: 60px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #681fd9;
  width: 80%;
  margin: 0 auto;
  position: relative;
  bottom: 80px;
}

.form-contact h3 {
  color: #fff;
}
.form-contact h3 span {
  display: block;
}
.form-contact input[type='text'],
.form-contact input[type='email'],
.form-contact input[type='tel'] {
  background: transparent;
  border: 0;
  border-bottom: solid 1px #fff;
  padding-left: 0;
  padding-right: 0;
  color: #fff;
  font-size: 14px;
}
.form-contact .uk-button {
  background-color: #fff;
  color: #681fd9;
  font-weight: 600;
}
.form-contact .uk-button:hover {
  background-color: #333;
  color: #fff;
}

/* End style form */

.container-dark {
  background-color: #08142b;
  color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 15px;
  background-image: url('../images/integre-sua-comunicacao.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
  bottom: 100px;
}
.container-dark .custom-card {
  padding: 120px 80px;
}
.container-dark .card-title-primary span,
.container-dark .card-title-secondary span {
  display: block;
}
.container-dark .card-title-primary {
  color: #a062ff;
}
.container-dark .card-title-secondary {
  color: #00ead1;
}
/* Tecnologia e atendimento */

.section-tec-atendimento ul li {
  position: relative;
  padding-left: 40px;
  margin: 35px 0;
}
.section-tec-atendimento ul.uk-list li span {
  font-size: 16px;
}
ul.uk-list .icon-service::before,
ul.uk-list .icon-quality::before,
ul.uk-list .icon-price::before {
  position: absolute;
  width: 50px;
  height: 50px;
  display: block;
  background-color: #681fd9;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: inherit;
}

.icon-service::before {
  background-image: url('../images/zaptoyou-servico-personalizado.svg');
}
.icon-quality::before {
  background-image: url('../images/zaptoyou-melhor-qualidade.svg');
}
.icon-price::before {
  background-image: url('../images/zaptoyou-preco-competitivo.svg');
}
.button-footer-fixed img {
  height: 25px;
}
.button-footer-fixed {
  position: fixed;
  background-color: #fff;
  border-radius: 100px;
  bottom: 20px;
  right: 20px;
  padding: 10px;
  box-shadow: -2px 1px 5px 1px rgb(202 202 202 / 65%);
  width: 25px;
  height: 25px;
  text-align: center;
}

@media (min-width: 640px) {
  .section-banner {
    min-height: 680px;
  }
}
@media (max-width: 639px) {
  .button-footer-fixed {
    right: 5px;
    bottom: 2px;
  }
  .section-banner {
    min-height: 100vh;
    position: relative;
    background-image: url('../images/satisfied-lovely-woman-holds-modern-cell-phone.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 30% 0;
  }
  .section-banner .content-banner {
    margin-top: 40px;
    position: relative;
    z-index: 999;
    text-align: center;
  }
  .section-banner::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(245 245 245 / 78%);
  }
  .comment-box {
    width: 100%;
  }
  .form-contact {
    bottom: 0;
    width: 70%;
    margin: 40px auto;
  }

  .box-contact,
  .custom-container-tec .section-title,
  .custom-container-tec .uk-text-large,
  .section-simplifique,
  footer {
    text-align: center;
  }
}
@media (max-width: 960px) {
  .container-dark h3.card-title-primary,
  .container-dark h3.card-title-secondary {
    color: #fff;
  }
  .comment-box-right span {
    margin-top: 40px;
  }
  .section-simplifique {
    min-height: 550px;
  }
  .section-destaques {
    padding: 40px;
  }
  .box-contact {
    margin: 0 20px;
  }
  .count-user {
    width: 100%;
  }
  .section-destaques .comment-box {
    margin: 20px auto;
  }
  .container-dark {
    background-size: cover;
    border-radius: 0;
  }
  .container-dark .custom-card {
    padding: 40px;
  }
  .custom-container-tec {
    padding: 0 40px;
  }
  .custom-container-tec ul {
    padding: 30px;
  }
  .form-contact {
    padding: 40px;
  }
}

@media (min-width: 768px) AND (max-width: 1024px) {
  .section-banner {
    min-height: 550px;
    padding-top: 70px;
  }
}
