:root {
  --blue: #000569;
  --blue2: #004460;
  --blue4: #02178E;
  --blue3: #046bd2;
  --gray: #525252;
  --gray2: #55595c;
  --gray3: #7a7a7a;
  --gray4: #5f5f5f;
  --gray5: #7b7b7b;
  --white: #fff;
  --white2: #e4e4e4;
  --white3: #d1d1d1;
  --white4: #e1e1e1;
}

* {
  font-family: "Roboto", sans-serif;
}

.header-logo {
  max-width: 335px;
}

.max-width-140px{
  max-width: 250px;
}

.header-search {
  border-radius: 3px;
  background-color: #eceeef;
}

.bg-blue {
  background-color: var(--blue);
}

.color-blue{
  color: var(--blue);
}

.color-white {
  color: #fff;
}

.color-white2 {
  color: var(--white2);
}

.color-white3 {
  color: var(--white3);
}

.color-white4{
  color: var(--white4);
}

.color-gray {
  color: var(--gray);
}

.color-gray2 {
  color: var(--gray2);
}

.color-blue2 {
  color: var(--blue2);
}

.color-gray3 {
  color: var(--gray3);
}

.color-blue3 {
  color: var(--blue3);
}

.color-gray4 {
  color: var(--gray4);
}

.color-gray5 {
  color: var(--gray5);
}

.fs-21px {
  font-size: 21px;
}

.fs-17px {
  font-size: 17px;
}

.fs-15px {
  font-size: 15px;
}

.fs-12px {
  font-size: 12px;
}

.fs-33px {
  font-size: 33px;
}

.fs-36px {
  font-size: 36px;
}

.header-search-input {
  color: #7a7a7a;
}

.header-search-input::placeholder {
  color: #7a7a7a;
}

.btn-menu i{
  font-size: 24px;
}

.main .container{
  position: relative;
  /* background-image: url("https://importarmedicamento.com.br/wp-content/uploads/2025/03/e01a6ff2-3a78-4a34-8d64-82cf884ff9a7-removebg-preview.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed; */
}

.main .container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://importarmedicamento.com.br/wp-content/uploads/2025/03/e01a6ff2-3a78-4a34-8d64-82cf884ff9a7-removebg-preview.png");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.25;
  z-index: -1;
  background-attachment: fixed;
}

.cotacao-blue{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://importarmedicamento.com.br/wp-content/uploads/2025/03/pexels-anna-shvets-3683079-scaled.jpg");
    background-size: cover;
    background-position: center start;
    background-repeat: no-repeat;
    z-index: -1;
    background-attachment: fixed;
}

.cotacao-blue::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 5, 105, 0.8);
}

.btn-blue {
  background-color: var(--blue4);
  color: #fff;
  border-radius: 3px;
  padding: 8px 20px;
  text-align: center;
  font-size: 15px;
  border: 0;
}

.btn-red {
  background-color: #c50000;
  color: #fff;
  border-radius: 3px;
  padding: 8px 20px;
  text-align: center;
  font-size: 15px;
  border: 0;
}

.main-form-input {
  border-radius: 2px !important;
  border: 1px solid #818a91 !important;
  color: var(--gray3);
  padding: 11px 10px;
  font-size: 15px;
}

.main-form-input::placeholder {
  opacity: 0.5;
}

.footer{
  height: 90px;
}

.btn-to-top{
  background-color: #046bd2;
  border-radius: 3px;
  color: #fff;
  width: 2.1em;
  height: 2.1em;
  right: 30px;
  bottom: 30px;
}

ul.header-social {
  padding: 4px 0;
}

ul.header-social .fa{
  color: #000000;
}
ul.header-social li {
  display: inline-block;
  margin: 0px 5px;
}
ul.header-social li:last-child {
  margin-right: 0;
}
ul.header-social li a {
  height: 30px;
  width: 30px;
  line-height: 30px;
  display: block;
  text-align: center;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header-action-item {
  text-align: right;
}

.border-1px-bottom-fdedf1{
  border-bottom: 1px solid #fdedf1;
}

a{
  text-decoration: none;
}