body {
  letter-spacing: normal;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}



/*header1*/

.navbar {
  width: 100%;
  background-color: #fcfcfc !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.nav1 {
  height: 100px;
}

.nav-text-imigra {
  display: inline-flex;
  padding-top: 1px;
  font-family: Helvetica;
  color: #0035A0;
  text-decoration: none;
  font-weight: 600;
}

.header1 img {
  width: 110px;
  margin-left: -20px;
}

.nav-text {
  display: inline-block;
  padding-top: 5px;
  font-family: Helvetica;
  color: #0035A0;
  text-decoration: none;
  font-weight: 600;

}



#btn:hover {
  cursor: pointer;
  text-decoration: none;
}



.botoes a {
  font-size: 13px;
  margin-right: 5px;
  font-weight: bold;
  color: #a7aba8;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 7px;
}


.botoesZoom a {
  font-size: 15px;
  margin-right: 5px;
  margin-left: 5px;
  font-weight: bold;
  color: #a7aba8;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}



.mode {
  margin-top: 6px;
  margin-left: 20px;
}


.header1 a {
  display: flex;
  font-family: Helvetica;
  color: #0035A0 !important;
  text-decoration: none;
  font-weight: bold;
  margin-left: -20px;

}

.botao-doar input {
  border-radius: 40px;
  border: none;
  text-align: center;
  box-shadow: rgb(255, 248, 248) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  font-weight: 600 !important;
}

.botao-doar {
  display: flex;
  float: right;
  margin-top: 5px;
}


.custom-margin {
  margin-left: -130px;
  margin-bottom: -2px;
}

.line {
  border-bottom: solid #D9D9D9;
  border-bottom-width: thin;
  display: block;
  margin-bottom: 40px;
}


/* BOTÃO DARKMODE*/

.mode #mode_icon {
  margin-top: 9px;
}


/*DARK MODE */
.dark#body {
  background-color: #242527;
  color: #F5F5F7;
  transition: 0.3s;
}

.dark#body #white-header {
  background-color: #484B52 !important;
  color: #c5d1eb;
}

.dark#body #titulo a{
  color: #F5F5F7 !important;
}

.dark#body div#title-primary h2{
  color: #c5d1eb;
}

.dark#body h3{
  color: #c5d1eb;
}

.dark#body h3 a{
  color: #c5d1eb;
}

.dark#body h2 a{
  color: #c5d1eb;
}

.dark#body p {
  color: #F5F5F7;
}

.dark#body footer {
  background-color: #484B52;
  color: #c5d1eb;
  border: none; 
}



/* HEADER 2*/

.header2 a {
  color: #fff !important;
  font-family: 'Open sans', sans-serif !important;
  font-size: 14.7px;
  letter-spacing: .09375rem;
}

.bg-body-tertiary {
  background: linear-gradient(180deg, #0085F8 0%, #006AC6 0.01%, rgba(0, 92, 171, 0.83) 45.31%, rgba(58, 152, 233, 0.98219) 94.27%, #419FF0 100%);
  transition: 0.2ms;
}

a {
  position: relative;
  color: #fff;
  text-decoration: none;
}


/* MAIN- DESTACADOS */

a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

*/ a:hover:before {
  visibility: visible;
  color: #fff;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}



.destacados-title {
  margin-top: 80px;
  margin-bottom: 40px;
  color: #0035A0;
  text-decoration: none;
  letter-spacing: 2px;
}


#h3-destacados::after {
  content: "";
  display: block;
  width: 2em;
  max-width: 60%;
  border-bottom: 0.3em solid #D9D9D9;
  margin-top: 5px;
}


.title-dest a {
  color: #0035A0;
  text-decoration: none;
  font-weight: 600;
}

.dest-card {
  margin-bottom: 40px;
  margin-top: 20px;
}


.line {
  border-bottom: solid #D9D9D9;
  border-bottom-width: thin;
  display: block;
  margin-bottom: 40px;
}

.div-saude {
  margin-top: 40px;
}

.img-fluid {
  border-radius: 20px;
}

.div-integracao {
  margin-bottom: 100px;
}

#title-primary h2{
  font-weight: 600;
  font-size: 2.3em;
}



/* Footer start */
footer {
  position: absolute;
  display: block;
  height: 10em;
  width: 100%;
  background-color: #F5F5F7;
  font-family: Arial, Helvetica, sans-serif;
}

/* Envolvendo cadastro newsletter + icons numa tag pai */

.title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-input {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;

}


.title-input {
  display: flex;
  flex-direction: column;
}

.title-text h4 {
  font-size: 14px;
  margin-left: 23px;
  padding-top: 20px;
  padding-bottom: 10px;
  width: 400px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-align: start;
}

.title-inputs input {
  border-radius: 40px;
  border: none;
  padding: 5px;
  margin-left: 10px;
  margin-right: 0px;
  height: 40px;
  width: 300px;
  box-shadow: rgb(255, 248, 248) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;

}


.title-input input:hover {
  background-color: rgb(243, 243, 243);
}

input::placeholder {
  color: #cfcfcf;
  padding-left: 10px;
}

#btn {
  background: linear-gradient(180deg, #0085F8 0%, #006AC6 0.01%, rgba(0, 92, 171, 0.83) 45.31%, rgba(58, 152, 233, 0.98219) 94.27%, #419FF0 100%);
  width: 100px;
  height: 40px;
  color: rgb(255, 255, 255);
}

#btn:hover {
  cursor: pointer;
  text-decoration: none;
}

.title-end {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 10px 0px 0px;
  text-align: center;


}

.title-end h5 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;

}


.icons {
  padding-top: 3em;
  margin-right: 20px;


}

.title-inputs #btn {
  font-weight: 600;
}


.icons img {
  margin: 15px;
  width: 20px;
  height: 20px;

}

#emailError {
  color: #cc0033;
  display: flex;
  margin: auto;
  font-size: 12px;
  line-height: 15px;
  margin-top: 5px;
  margin-left: 20px;
  display: flex;
}

/* formatação dos cards*/
.card-group {
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 30px;
}


/* SECTION HORIZONTAL */
.items-main {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  position: relative;
  max-height: 100vh;
  margin-bottom: 60px;
  margin-top: 50px;
  max-width: 100vw;
  gap: 30px;
  margin-right: 30px;
  margin-left: -30px;
}

.items {
  text-align: center;
  display: inline-block;
  width: 15em;
  height: 170px;
}



.items img {
  box-shadow: 4px -1px 10px -3px rgba(0, 0, 0, 0.48);
  position: absolute;
  text-align: center;
  display: block;
  width: 270px;
  height: 180px;
  border: 1px solid black;
  border-radius: 15px;
  border: none;
}



.items p {
  display: flex;
  align-items: end;
  justify-content: center;
  height: 160px;
  width: 250px;
  padding-left: 21px;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: bold;
  color: white;
}

.items a {
  text-decoration: none;

}


#title-primary {
  margin-top: 40px;
  margin-bottom: 30px;
  color: #0035A0;
  text-decoration: none;
  letter-spacing: unset;
  letter-spacing: 0.2px;
}

#emailNewsError {
  color: #cc0033;
  display: flex;
  margin: auto;
  font-size: 12px;
  line-height: 15px;
  margin-top: 5px;
  margin-left: 20px;
  display: flex;
}



/*Media nav branca para tela media*/
@media (min-width: 730px) {
  .navbar-brand img {
    margin-left: -10px;
  }
  
}

/*media nav branca tela media*/
@media (max-width: 766px) {
  .navbar-brand img {
    margin-left: 2px;

  }

  .header1 a {
    font-size: 12px;
  }

  .navbar-right {
    justify-content: center;
    margin: auto;
  }


  .botao-doar a {
    font-size: 12px;
  }

}

/*media nav branca tela small-tablets*/
@media (max-width: 613px) {
  .navbar-brand img {
    margin-left: 2px;

  }

  .header1 img {
    display: none;
  }

  .botao-doar a {
    font-size: 12px;
  }

  
 
  #title-primary h2 {
    text-align: center;
  }

}

/*media nav branca tela small-celular*/
@media (max-width: 441px) {
  .navbar-brand img {
    display: none !important;
    width: 50px;
    height: 50px;

  }

  .header1 img {
    display: none;
  }

  .botao-doar a {
    font-size: 12px;
    margin-left: -180px;
  }


  .fa-solid {
    margin-left: -70px;
  }

  .items {
    margin-left: 15px;
  }

  .items {
    margin-bottom: 20px;
  }

  #title-primary h2 {
    text-align: center;
  }

}

/*media nav branca tela small-375*/
@media (max-width: 375px) {
  .botao-doar a {
    margin-left: -155px;
  }

  .destacados-title h3 {
    margin-top: 230px;
  }

}


/*Media query para centralizar links no togller*/
@media screen and (max-width: 990px) {
  .navbar-nav a {
    text-align: center;

  }
}



/*Media query cards horizontal*/
@media screen and (max-width: 900px) {
  .title-dest {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;

  }
}




/* Media query footer */
@media screen and (max-width: 700px) {
  .title-container {
    flex-direction: column;
  }

  footer {
    background-color: #F5F5F7;
  }

  .title-inputs {
    margin-top: -10px;
  }

  .title-inputs input {
    margin-bottom: 10px;
    font-size: 12px;
    width: 210px;
  }

  .icons {
    margin-top: -55px;
    text-align: center;
    margin-bottom: 20px;
  }

  input#btn {
    width: 70px;
  }

  .icons a {
    display: inline-block;
    margin-right: 10px;
  }

  .icons img {
    width: 20px;
    height: 20px;
    margin-bottom: 30px;
  }

  .title-end {
    margin-top: -55px;
  }

  .title-end h5 {
    font-size: 12px;
    margin-top: 12px;
  }

  .title-text h4 {
    margin-top: -10px;
    font-size: 12px;
    /* Adjust the font size for smaller screens */
    margin-left: 130px;
  }

  .title-container {
    width: 100%;
  }
}