*,
::after,
::before {
    box-sizing: border-box;
}
body {
    background: #fff;
    font-family: Barlow, sans-serif;    
    letter-spacing: -0.01em;
}
.btn-primary {
  padding: 8px 24px;
}
.bg-secondary {
    background-color: #f2f2f2 !important;
}
.blue {
    color: #0e9eda;
}
.gray {
    color: #b3b3b3;
}
.navbar-dark .navbar-nav {
  align-items: center;
}
.navbar-dark .navbar-nav .nav-link {
  color: #666;
    text-transform: uppercase;
    font-size: 18px;
}
.navbar-dark .navbar-nav .show>.nav-link {
  color: #666;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #0e9eda;
}
.navbar-dark .navbar-nav .nav-link.btn-contato {
  background-color: rgba(14,158,218,1);
  border-radius: 4px;
  margin-left: 20px;
  padding: 12px 24px;
  color: #FFF;
}
.navbar-dark .navbar-nav .nav-link.btn-contato:hover {
  background-color: #007AAD;
}
.s-produtos {
  background: rgba(14,158,218,.05);
  background: linear-gradient(0deg, rgba(14,158,218,0) 0%, rgba(14,158,218,.05) 100%);
  padding: 80px 40px;
}
.produtos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, auto));
  gap: 20px;
}
.produto {  
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #666;
  font-size: 18px;
  line-height: 130%;
  border: 1px solid rgba(14,158,218,.15);
  box-shadow: 0 10px 15px rgba(14,158,218,.1);
}

.produto h2 {
  letter-spacing: -0.03em;
  font-weight: bold;
  font-size: 24px;
  color: #454545;
  margin-top: 40px;
  text-transform: uppercase;
}

.produto a {
  display: block;
  background-color: #666;
  padding: 8px 24px;
  margin-top: 20px;
  color: #FFF;
  border-radius: 4px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}
.produto a:hover {
  background-color: #0e9eda;
}
.produto .btn-cat {
  display: block;
  background-color: #FFF;
  border: 1px solid #666;
  padding: 8px 24px;
  margin-top: 20px;
  color: #666;
  border-radius: 4px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
  margin-top: 0px;
}
.produto .btn-cat:hover {
  background-color: #0e9eda;
  border: 1px solid #0e9eda;
  color: #FFF;
}

.solicite {
  background: rgba(14,158,218,1) url(../img/fundo.jpg);
  background-size: cover;
  padding: 100px 40px;
}
.solicite .wrap-content {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.solicite h2 {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
.solicite p {
  color: #FFF;
  font-size: 20px;
  line-height: 135%;
}

.s-contato {
  background: rgba(14,158,218,.05);
  background: linear-gradient(0deg, rgba(14,158,218,0) 0%, rgba(14,158,218,.05) 100%);
  padding: 80px 40px;
}
.s-contato .container{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 60px;
}
.s-contato h2 {
  font-size: 25px;
  color: #454545;
  margin-bottom: 20px;
}

.s-contato img {
  max-width: 100%;
  border-radius: 8px;
  margin-bottom: 20px;
}

.s-contato p {
  font-size: 18px;
  color: #666;
  line-height: 135%;
}

.s-contato a {
  display: block;
  background-color: rgba(14,158,218,1);
  padding: 12px 24px;
  color: #FFF;
  width: fit-content;
  margin-top: 20px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
}
.s-contato a:hover {  
  background-color: #007AAD;
}

.s-contato form {  
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #666;
  font-size: 18px;
  line-height: 130%;
  border: 1px solid rgba(14,158,218,.15);
  box-shadow: 0 10px 15px rgba(14,158,218,.1);
}
.s-contato form input {
  padding: 10px 15px;
  background-color: rgba(14,158,218,.05);
  border: 1px solid rgba(14,158,218,.15);
  font-size: 18px;
  border-radius: 4px;
}

.s-contato form button {
  background-color: rgba(14,158,218,1);
  border-radius: 4px;
  border: 0;
}

.pag-clientes {
  padding: 80px 40px;
}

.paginas h1,
.titulo-h1 {
    font-size: 24px;
    font-weight: lighter;
}
.btn span.fa-check {
    opacity: 0;
}
.btn.active span.fa-check,
.dlk-radio input[type="checkbox"]:checked + .fa,
.dlk-radio input[type="radio"]:checked + .fa,
.selected .top-info .check::after {
    opacity: 1;
}

.rodape,
.rodape a,
footer,
footer a {
    color: #fff;
}
.rodape {
    background: #0e9eda;
    padding: 40px;
}
footer {
    background: #0b8fb7;
}
.paginas {
    color: grey;
}
.contato p,
.paginas p {
    text-align: justify;
    line-height: 24px;
    color: grey;
}
.paginas h1,
.titulo-h1 {
    color: #0e9eda;
}
.paginas h3 {
    font-size: 18px;
    font-weight: lighter;
}
.navbar-toggler {
    background-color: #0e9eda;
}
.div-produtos {
    position: relative;
    overflow: hidden;
    margin: 80px 0 0;
}
.table-produtos {
    overflow-x: auto;
    border-style: solid;
    border-color: #e6e6e6;
    border-top-width: 1px;
    border-bottom-width: 1px;
}
.colunas-produtos {
    width: 999999px;
}
#produtos .primary,
#produtos .prod {
    position: relative;
    float: left;
    min-width: 210px;
    text-align: center;
    -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}
.list-produtos li {
    font-size: 0.7rem;
    padding: 25px 40px;
    border-top-width: 1px;
}
.top-info {
    height: 210px;
    width: 210px;
    position: relative;
    text-align: center;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    cursor: pointer;
    background: #fff;
    padding: 0 2.6em;
    font-size: 1.4em;
}
.prod p {
    padding: 5px 0;
}
.top-info .check {
    position: relative;
    display: inline-block;
    height: 16px;
    width: 16px;
}
.top-info .check::after,
.top-info .check::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
}
.top-info .check::before {
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    background: #fff;
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, -moz-transform 0.3s, border-color 0.3s;
    transition: background-color 0.3s, transform 0.3s, border-color 0.3s;
}
.top-info .check::after {
    background: url(../img/cd-check.svg) center center/24px 24px no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.selected .top-info .check::before {
    background: #9dc997;
    border-color: #9dc997;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-animation: 0.3s cd-bounce;
    -moz-animation: 0.3s cd-bounce;
    animation: 0.3s cd-bounce;
}
.prod i {
    font-size: 15px;
}
.primary .top-info {
    width: 215px;
}
.filtro label {
    font-size: 0.8em;
}
.form-check-label {
    padding: 0;
}
.dlk-radio input[type="checkbox"],
.dlk-radio input[type="radio"] {
    margin-left: -99999px;
    display: none;
}
.dlk-radio input[type="checkbox"] + .fa,
.dlk-radio input[type="radio"] + .fa {
    opacity: 0.15;
}
.fundo {
    background-image: url("../img/bg-banner-v2.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
}
.logo {
    width: 150px;
}
.container {
    padding-right: 0;
    padding-left: 0;
}

.depoimentos p,
.produtos p,
.rodape a {
    line-height: 1.5em;
}
.paginas ul li,
footer {
    font-size: 12px;
}

@media only screen and (min-width: 1170px) {
    .list-produtos li {
        font-size: 0.9rem;
    }
    #produtos .primary h1 {
        width: 424px;
    }
    #produtos h1 {
        height: 290px;
        width: 310px;
        font-size: 1.4em;
    }
    #produtos .prod {
        width: 310px;
    }
    .logo {
        width: 150px;
    }
}



.clientes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, auto));
  gap: 20px;
  margin-top: 20px;
  padding: 20px;
}


.clientes-grid a {
  background-color: #fff;
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  border: 1px solid rgba(14,158,218,.15);
  box-shadow: 0 10px 15px rgba(14,158,218,.1);
  display: flex;
  align-items: center;
  aspect-ratio: 1 / 1;
  transition: box-shadow 0.5s;
}
.clientes-grid a:hover {
  box-shadow: 0 0px 0px rgba(14,158,218,.1);
}

.custom-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1040;
}

body.modal-open {
  overflow: hidden;
}
