body{
    overflow-x: hidden;
}

/* forms-delivery */
.delivery-request-btn-div {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.container-form-btn {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.form-control {
    display: block;
    padding: 0px; 
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.product-name-title {
    font-weight: bold;
    margin-right: 25px;
    margin-left: 25px;
}

.container-product-displays {
    display: flex;
    flex: 1;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.product-image-frame {
    width: 120px;
    height: 120px;
}

.product-image {
    /* background-color: lightblue; */
    margin-right: 25px;
    margin-left: 25px;
}

.info-number {
    justify-content: center;
    align-items: center;
    display: block;
    padding: 0px; 
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.info-quantity {
    flex-wrap: wrap;
    margin-right: 25px;
    margin-left: 25px;
}

.info-final-price {
    flex-wrap: wrap;
    margin-right: 25px;
    margin-left: 25px;
}

.info-unit-price {
    flex-wrap: wrap;
    margin-right: 25px;
    margin-left: 25px;
}

.info-container {
    /* background-color: lightpink; */
    display: flex;
    grid-template-columns: 1fr 1fr 1fr;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-top: 10px;
}

.product-container {
    display: flex; 
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 35px;
    border: 1px solid #E3E5E7;
    box-shadow: 0 3px 3px #0000001a;
    /* box-shadow: 0 2px 4px 0 rgba(0,0,0,.1); */
}


/* logged-area */
.modal-footer {
    display: flex;
    justify-content: center;
    align-items: center;
}


.modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
}


.icon-div {
    margin-right: 25px;
    margin-left: 10px;
}

.col-sm-6 {
    display: flex;
}

.card-anchor {
    text-decoration: none;
    font-family: sans-serif;
    color: #014393;
}

.card {
    position: relative;
  }
  
.card a::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.card-text {
    vertical-align:middle;
}

.card {
    display: flexbox;
    flex-direction: row;
    flex: 1;
    border-radius: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    cursor: pointer;
}

.card:hover {
    background-color:#f2f2f1;
    }
 
.card-body{
    display: flex; 
    grid-template-columns: 100px 1fr;
    margin-top: 15px;
    margin-bottom: 15px;
  }

/* rest */
* {
    font-family: Poppins;
   }


h2 {
    font-family: Poppins;
    color: #014393;
}

h5 {
    font-family: Poppins;
    color: #014393;
    font-weight: 700;
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color:#f2f2f1;
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.navbar-main {
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}

.btn-details {
    float: left;
    text-align: left;
}

.btn-forms {
    float: right;
    text-align: center;
    background-color:#014393;
    color: white;
    border-radius: 8px;
}

form {
    display: inline-block;
    text-align: left;
    margin-top: 3px;
}

.form-group {
    margin-top: 5px;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
    color: #014393;
}

.font-bold {
    font-weight: 700;
}

.frame {
    fill: #014393;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    width: 70px;
    height: 70px; 
}

.bg-embalae {
    /* fallback for old browsers */
    background: #014393;
  }
  
.text-embalae-azul {
text-decoration: none;
color: #014393;
}


/*===========================
    clients-01 css 
===========================*/
.client-logo-area .section-title-two {
    text-align: center;
    max-width: 550px;
    margin: auto;
    margin-bottom: 50px;
    position: relative;
    z-index: 5;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .client-logo-area .section-title-two {
      margin-bottom: 45px;
    }
  }
  @media (max-width: 767px) {
    .client-logo-area .section-title-two {
      margin-bottom: 35px;
    }
  }
  .client-logo-area .section-title-two span {
    text-transform: capitalize;
    color: var(--white);
    background: var(--primary);
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 15px;
    border-radius: 4px;
  }
  .client-logo-area .section-title-two h2 {
    margin-bottom: 15px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .client-logo-area .section-title-two h2 {
      font-size: 2rem;
      line-height: 2.8rem;
    }
  }
  @media (max-width: 767px) {
    .client-logo-area .section-title-two h2 {
      font-size: 1.5rem;
      line-height: 1.9rem;
    }
  }
  .client-logo-area .section-title-two p {
    color: var(--dark-3);
  }
  
  /*===== Client Logo One =====*/
  .client-logo-one {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .client-logo-one .single-client {
    margin-top: 30px;
  }

  /* Whatspp Button */
  .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}


.my-float{
	margin-top:16px;
}

.text-gray-home {
    color: #434b53;
}

.icon-home {
    font-size: 35px;
}

.depoimento-logo-cliente-img {
    max-width: 144px;
  }

.depoimento-size-box{
    min-height: 400px;
    max-width: 300px;
}

.display-7{
    font-size: 1.5em;
}
