* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

:root {
  --color-primary: #4f4f4f;
  --color-two: #f44336;
  --color-three: #212529;
}

/* .color-white-link{
  color: white
} */

/* Fonts title */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");

/* Fonts paragraphs */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap");

h1,
h2,
h3 {
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-size: 2rem;
  font-weight: 800;
}

h2 {
  font-size: 1.8rem;
  font-weight: 700;
}

h3 {
  font-size: 1.7rem;
}

p,
span {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
}

/* section header */

/* .header {
  max-width: 100%;
  height: auto;
}

.header .icon_header {
  padding: 0.5rem;
}

.header .icon_header i {
  color: white;
  font-size: 1.2rem;
  padding: 0.5rem;
  border-radius: 100% 100%;
  background-color: var(--color-primary);
}

.header .info_header {
  padding: 0.5rem;
}

.header .info_header ul {
  display: flex;
  list-style: none;
  margin-bottom: 0;
}

.header .info_header ul li {
  padding: 0.5rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

@media (max-width: 767px) {
  .header {
    display: none;
  }
} */

/* section navbar */
.navbar {
  background-color: transparent;
}

.navbar .collapse .navbar-nav .nav-item .nav-link {
  color: rgb(74, 74, 74);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  transition: all 0.5s;
}

.navbar .collapse .navbar-nav .nav-item .nav-link.active {
  color: var(--color-two);
  border-bottom: solid 1px var(--color-two);
}

.navbar .collapse .navbar-nav .nav-item .nav-link:hover {
  color: var(--color-two);
  transition: all 1s;
}

@media (max-width: 991px) {
  .navbar {
    background: #212529;
  }
}

.navbar-toggler i {
  color: white;
  font-size: 2rem;
}

.navbar .title_navbar-toggler {
  color: white;
}

@media (min-width: 991px) {
  .navbar .title_navbar-toggler {
    display: none;
  }
}

.navbar-toggler:focus {
  box-shadow: none;
}

/* section coverpage */
.section_coverpage {
  max-width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .section_coverpage {
    margin-top: 3rem;
  }
}

/* section careers */
.section_careers .container_careers {
  padding: 5rem 0;
}

.section_careers .container_careers h1 {
  color: var(--color-two);
  margin: 0;
}

.section_careers .container_careers span {
  color: var(--color-primary);
  font-size: 1rem;
  font-weight: 600;
  font-style: italic;
}

.section_careers .container_careers p {
  padding-top: 2rem;
  text-align: justify;
}

.section_careers .container_careers .btn.btn_careers {
  background-color: var(--color-primary);
  border-radius: 0;
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
}

/* section us */
.section_us {
  background-image: url(../assets/pageInitial/us/background.webp);
  background-position: center;
  background-size: cover;
}

.section_us .container_us {
  padding: 5rem 0;
  background: #212529bf;
}

.section_us .container_us a {
  text-decoration: none;
}

.section_us .container_us h2 {
  color: var(--color-two);
  margin: 0;
  text-align: center;
}

.section_us .container_us span {
  color: white;
  font-size: 1rem;
  font-weight: 600;
  font-style: italic;
  display: block;
  text-align: center;
}

.section_us .container_us p {
  color: white;
  padding-top: 2rem;
  text-align: justify;
  padding-bottom: 2rem;
}

.section_us .container_us .btn.btn_us {
  background-color: var(--color-primary);
  border-radius: 0;
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
  margin: auto;
  display: block;
}

/* section site */
.section_site .container_site {
  padding: 5rem 0;
}

.section_site .container_site h2 {
  color: var(--color-two);
  margin: 0;
}

.section_site .container_site span {
  color: var(--color-primary);
  font-size: 1rem;
  font-weight: 600;
  font-style: italic;
}

.section_site .container_site p {
  padding-top: 2rem;
  text-align: justify;
  padding-bottom: 2rem;
}

.section_site .container_site .card.card_site {
  background: var(--color-primary);
  max-width: 100%;
}

.section_site .container_site .card.card_site .card-body p {
  color: white;
  text-align: center;
  line-height: 100px;
  font-weight: 600;
}

.section_site .container_site .card.card_site .card-body {
  border: none;
}

.section_site .container_site .card.card_site.card_site_1 {
  background-color: #383838;
}

.section_site .container_site .card.card_site.card_site_2 {
  background-color: #383838;
}

.section_site .container_site .card.card_site.card_site_3 {
  background-color: #383838;
}

/* section icon */
.section_icon {
  padding: 2rem 0;
}

/* section contact */
.section_contact {
  padding: 2rem 0;
  background: #efefef;
}

.section_contact .information_contact {
  text-align: center;
  padding-top: 2rem;
}

.section_contact .container_contact .information_contact h2 {
  color: var(--color-two);
  margin: 0;
}

.section_contact .container_contact .information_contact span {
  color: var(--color-primary);
  font-size: 1rem;
  font-weight: 600;
  font-style: italic;
}

.section_contact .container_contact .information_contact p {
  text-align: center;
  font-size: 1.2rem;
}

.section_contact .container_contact .information_contact .icon_contact a {
  text-decoration: none;
}

.section_contact .container_contact .information_contact .icon_contact i {
  font-size: 1.8rem;
  padding: 0.5rem;
  color: white;
  background-color: var(--color-primary);
  border-radius: 100%;
}

/* section footer */

.footer .container_footer {
  height: 4rem;
  display: flex;
  align-items: center;
  text-align: center;
  background-color: var(--color-three);
}

.footer .container_footer h3 {
  color: white;
  font-size: 0.9rem;
}

/* button aule */
.btn_aule {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
}

.btn_aule img {
  width: 50px;
  height: 50px;
}
