* {
  box-sizing: border-box;
}
.w-80 {
  width: 80%;
}
.fixed-top-scroll .w-80 {
  width: 50%;
}
body {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  margin: 0 auto;
  background-color: #ffffff;
}

#capt{
  padding: 0.5rem 1rem;
  background-color: #ccc;
  border-radius: 5px;
}

.fixed-top-scroll {
  position: fixed !important;
  top: 0px;
  left: 0;
  z-index: 9;
  background: #fff;
  width: 100%;
  border-top: 5px solid #00386b;
}
.fixed-top-scroll {
  box-shadow: 1px 5px 12px -9px rgb(0 0 0 / 30%) !important;
}
.color-blue-white {
  background-color: #bdc9d7;
}
.color-blue {
  background-color: #00386b;
}
.color-white {
  background-color: #fff;
}
.border-blue {
  border-color: #00386b;
}
.border-blue-white {
  color: #bdc9d7;
  transition: 0.6s ease-in-out;
}
.error {
  color: red;
  font-weight: 400;
  font-size: 14px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #bdc9d7 inset !important;
}
.produtos li:hover .border-blue-white {
  color: #00386b;
}
.produtos li:hover {
  transition: 0.6s ease-in-out;
}

.font-blue {
  color: #00386b !important;
}
.font-white {
  color: #ffffff !important;
}
h1 {
  letter-spacing: -0.5px;
  font-size: 28px;
}

.contact {
  border: 2px solid;
  border-radius: 50px;
  padding: 13px 35px;
  letter-spacing: -0.5px;
}
.transition {
  padding-bottom: 250px;
}
#perfil {
  margin-top: -150px;
}
.box-shadow {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
  line-height: 33px;
}
.two-col {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2; /* padrão */
}
.produtos {
  list-style: none;
  padding: 0px;
  text-align: center;
}

.mascara {
  border: 15px solid;
  border-radius: 166px;
  width: 250px;
  height: 250px;
  background-position: center;
  margin: 24px auto;
  background-repeat: no-repeat;
  background-size: cover;
}
.product-1 {
  background-image: url(../imagens/salud-animal.webp);
}
.product-2 {
  background-image: url(../imagens/salud-humana.webp);
}
.product-3 {
  background-image: url(../imagens/nutricion.webp);
}
.product-4 {
  background-image: url(../imagens/fisioterapeuticos.webp);
}
.product-5 {
  background-image: url(../imagens/pesticidas.webp);
}
.product-6 {
  background-image: url(../imagens/agrochemicals.webp);
}
.product-7 {
  background-image: url(../imagens/detergents.webp);
}
.product-8 {
  background-image: url(../imagens/water.webp);
}
.product-9 {
  background-image: url(../imagens/textile.webp);
}
ul.produtos h3 {
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 600;
  letter-spacing: -0.5px;
}

form label {
  font-weight: 600;
  letter-spacing: -0.5px;
}
form input,
form textarea {
  background: transparent !important;
  border-radius: 0px !important;
  border-bottom: 2px solid #00386b !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  outline: none !important;
  box-shadow: none !important;
}
input,
select,
textarea {
  color: #00386b !important;
  font-weight: 300 !important;
}

textarea:focus,
input:focus {
  color: #00386b !important;
  font-weight: 300 !important;
}
button {
  color: #fff !important;
  background: #00386b !important;
  border-radius: 50px !important;
}

footer img {
  display: block;
  mix-blend-mode: screen;
  width: 100px;
  margin: 0 auto;
  margin-top: 75px;
  margin-bottom: 20px;
}
footer ul {
  list-style: none;
  padding: 0px;
}

@media only screen and (max-width: 600px) {
  img.banner {
    border-radius: 50%;
    object-fit: cover;
    width: 100%;
    height: 327px;
  }
  .produtos li {
    width: 100%;
    display: inline-block;
    padding: 0px 15px 30px 15px;
  }
  #perfil .col-12,
  #topo p {
    font-size: 11px;
    line-height: 21px;
  }
  #navbarHeader {
    padding-top: 30px;
  }
  footer ul li {
    display: inline-block;
    margin: 10px 10px;
    font-size: 12px;
  }
  .dev {
    font-size: 12px;
    font-weight: 200;
  }
  footer {
    background-image: url(../imagens/shadow.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
  }
}
@media (min-width: 1001px) and (max-width: 1200px) {
  .produtos li {
    width: 45% !important;
  }
  .contact {
    left: 18% !important;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .produtos li {
    width: 38% !important;
  }
  .contact {
    left: 15% !important;
  }
}
@media (min-width: 602px) and (max-width: 1000px) {
  .produtos li {
    width: 60% !important;
  }
}
@media only screen and (min-width: 601px) {
  img.banner {
    border-radius: 50%;
    object-fit: cover;
    width: 400px;
    height: 400px;
  }
  .contact {
    border: 2px solid;
    border-radius: 50px;
    padding: 13px 35px;
    letter-spacing: -0.5px;
    position: absolute;
    height: 53px;
    width: 147px;
    transform: translate(-50%, -50%);
    top: 100%;
    left: 13%;
    overflow: hidden;
  }
  .contact:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -1px;
    border-radius: 60px;
    left: -1px;
    height: 53px;
    width: 147px;
    background-color: rgb(255 255 255 / 60%);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s ease-in-out;
  }
  .mascara {
    background-size: 150%;
  }
  .pos-rel {
    position: relative;
  }
  .contact:hover:before {
    transform: scaleX(1);
    transform-origin: left;
  }
  .contact:hover {
    /* color: #fff !important; */
    border-color: #00386b;
  }
  .produtos li {
    width: 33.1%;
    display: inline-block;
    padding: 0px 85px 30px 85px;
    transition: 0.6s ease-in-out;
  }
  footer ul li {
    display: inline-block;
    margin: 10px 20px;
  }
  .dev {
    font-size: 12px;
    font-weight: 200;
    position: absolute;
    bottom: 7px;
    right: 10px;
    z-index: 9;
  }
  .address{
    font-size: 12px;
    font-weight: 200;
    position: absolute;
    text-align: left;
    bottom: 7px;
    left: 1rem;
    z-index: 9;
  }
  .produtos li:hover .mascara {
    background-size: 180%;
    transition: 0.6s ease-in-out;
  }
  footer {
    background-image: url(../imagens/shadow.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 25px;
  }
}
