@charset "utf-8";
/* CSS Document */

/*** RESET ***/
body {
  font-family: "Quicksand", sans-serif;
  /*font-family: 'Exo', sans-serif;*/
  color: #333;
  font-size: 16px;
  margin: 0;
  padding-top: 0px;
}

img {
  border: none;
}

a {
  text-decoration: none;
  color: #000;
  transition: 0.2s;
}

a.style2 {
  text-decoration: underline;
  /* font-style: italic; */
  color: #5f5e60;
  transition: 0.2s;
}

a:hover,
a.style2:hover {
  color: #f28066;
}

h1,
h2,
h3 {
  margin: 0 0 0.5em 0;
}

p {
  margin: 0 0 1em 0;
}

div,
section,
article,
header,
footer {
  box-sizing: border-box;
}

.btn {
  --bs-btn-padding-x: 1.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: 'Exo', sans-serif;;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 700;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 25px;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-orange{
  --bs-btn-color: #fff;
  --bs-btn-bg: #ff9200;
  --bs-btn-border-color: #ff9200;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #f4a13d;
  --bs-btn-hover-border-color: #f4a13d;
  --bs-btn-focus-shadow-rgb: 130,138,145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #f4a13d;
  --bs-btn-active-border-color: #f4a13d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}


/*** HEADER ***/

.nav-link {
  font-family: "Exo", sans-serif;
  color: #7c919b;
}

.nav-link:hover,
.nav-link:focus {
  color: #000000;
}

.logo {
  width: 110px;
}

.nav {
  align-items: center;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing {
	margin-bottom: 1.5rem;
	text-align: center;
  }

  .marketing p {
	margin-right: .75rem;
	margin-left: .75rem;
  }

  .marketing h1 {
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    font-style: italic;
    margin-right: .75rem;
    margin-left: .75rem;
    }

  .marketing h2 {
    font-family: 'Exo', sans-serif;
    font-weight: 500;
    font-style: italic;
    color: #5f5e60;
    margin-right: .75rem;
    margin-left: .75rem;
    }

    .marketing h6 {
      font-family: 'Exo', sans-serif;
      font-weight: 500;
      font-style: italic;
      color: #a4a3a3;
      margin-right: .75rem;
      margin-left: .75rem;
      }

      /* featurette
-------------------------------------------------- */

.featurette img {
  max-width: 100%;
  }
  .featurette h1 {
  font-family: 'Exo', sans-serif;
  font-weight: 600;
  font-style: italic;
  margin: 4rem .75rem 0;
  text-align: center;
  }

  .featurette h2 {
    font-family: 'Exo', sans-serif;
    color: #5f5e60;
    font-weight: 600;
    font-style: italic;
    text-align: center;
    margin: 0 .75rem 1.2rem;
    }

    @media only screen and (min-width: 764px) {

      .featurette h2 {
        text-align: left;
      }
    }


    .featurette p {
      margin: 0 .75rem 1.2rem;
      }

  .featurette-divider {
    margin: 1rem 0; /* Space out the Bootstrap <hr> more */
    color: #FFF;
    background-color: #FFF;
  }

  .fnd-maos{
    background: url("../images/fnd-hands.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  .fnd-city{
    background: url("../images/fnd-city.svg");
    background-repeat: no-repeat;
    background-position: center;
  }

  /* JOBS
-------------------------------------------------- */
.jobs h1 {
  font-family: 'Exo', sans-serif;
  font-weight: 600;
  font-style: italic;
  margin: 4rem .75rem 1.2rem;
  text-align: center;
  }

.jobs .btn-orange{
  margin-bottom: 2rem;
}

  /* RECRUTAMEBNTO
-------------------------------------------------- */
.recrutamento h1 {
  font-family: 'Exo', sans-serif;
  font-weight: 600;
  font-style: italic;
  margin: 4rem .75rem 1.2rem;
  text-align: center;
  }

  .recrutamento h3 {
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    font-style: italic;
    margin: 0rem 0rem 1.2rem;
    text-align: left;
    color: #5f5e60;
    }

    /* FORMULARIO
-------------------------------------------------- */
.formulario h4 {
  font-family: 'Exo', sans-serif;
  font-weight: 600;
  font-style: italic;
  margin: 4rem .75rem 1.2rem;
  text-align: center;
  }


  /* CONTACT
-------------------------------------------------- */

.contact h4{
  font-family: 'Exo', sans-serif;
  font-weight: 600;
  font-style: italic;
  margin: 2rem .75rem 1.2rem;
  text-align: center;
  color: #fff;
}

.contact img {
  max-width: 100%;
  }

.contact .leftSide{
  background: #212529;
  background: linear-gradient(145deg, rgba(145,145,149,1) 0%, rgba(164,163,163,1) 35%, rgba(95,94,96,1) 100%);
  border-radius: 0px 0px 20px 20px;
}

.contact .rightSide{
  background: #dadada;
  font-size: 14px;
  border-radius: 20px 20px 0 0;
}

@media only screen and (min-width: 764px) {

  .contact .leftSide{
    border-radius: 0px 0px 20px 20px;
  }

  .contact .rightSide{
    border-radius: 20px 20px 0 0;
  }
}

@media only screen and (min-width: 1080px) {

  .contact .leftSide{
    border-radius: 20px 0px 0px 20px;
  }

  .contact .rightSide{
    border-radius: 0px 20px 20px 0px;
  }
}

  /* FORMS
-------------------------------------------------- */

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5f5e60;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d5d5d5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 18px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control::placeholder {
  color: #5f5e60;
  opacity: 1;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #000;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(0,0,0,.05);
}

::marker{
  color: #5f5e60;
  background-color: #333;
}

footer p{
  font-size: 12px;
  color: #000;
}

select#recruitment-select.form-select {
  border-radius: 18px;
}

#info-modal-header {
  padding-top: 15px;
  color: white;
  background: #24588D;
}