@font-face {
  font-family: 'Comfortaa';
  src: url('../fonts/Comfortaa/static/Comfortaa-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  
}

.logo {
 font-family: 'Comfortaa', sans-serif;
 word-spacing: -2px;
}

.logo-allaz-head {
  color: #68bb30;
  text-decoration: underline 6px;
    text-decoration-color: currentcolor;
  text-decoration-color: rgb(176, 176, 176);
  
}

.logo-digital {
  color: #fff;
  text-decoration: underline 6px;
  text-decoration-color: rgb(176, 176, 176);
}


.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.icon-whatsapp{
  height: 30px;
}

.texto-esquerda {
  text-align: left; 
}

.line-break::after {

  content: "\A"; 
  white-space: pre;
}

.banner-full-height {
  min-height: 100vh; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
}

.banner-full-height .col-md-12 {
  padding-top: 0 !important; 
  padding-bottom: 0 !important;
}


.img-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 300px;
  border: 1px solid #dbdbdb;
}

.banner-infos ul {
  color: rgb(5, 5, 5);
  width: 75%;

}
.banner-infos ul li {
  font-family: 'Comfortaa', sans-serif;
  display: inline-block;
  margin-left: 0;
  margin-right: 8%;
  font-size:110%;
  
}

.text-you-delay {
  color: #ff6b6b;
  font-weight: bolder;
  position: relative;

  font-size: 69px;
}

@keyframes piscar {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.text-we-do {
  /* animation: piscar 1s step-start infinite; */
  font-family: 'Comfortaa', sans-serif;
  color: #000;
  background: rgba(104, 187, 48, 0.5);

}

.banner-infos {
  font-size: 19px;
  
}

.container {
  max-width: 960px;
}

.services-content {

  padding-top: 74px;
}


.title-content-services {
  font-family: 'Comfortaa', sans-serif;
}



.img-link-manager {
  box-sizing: border-box;
  padding: 0;
  border: none;
  max-width: 100%;
  min-height: 49%;
  object-fit: cover;
  width: 55%;
}

textarea {
  resize: none;
} 

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #8e8e8e;
  transition: color .15s ease-in-out;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}

/*
 * Extra utilities
 */

.flex-equal > * {
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}