body {
  font-family: 'Barlow', sans-serif;
  font-weight: 200;
  background-color: #07090a;
  color: #fff;
}

/*#barraNavega{
    position:fixed;
    width: 100%;;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
    z-index:999;

}
#barraNavega span{
    cursor: pointer;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 1px;;
    color:#fff;
    transition:.3s ease-in-out;
}
#barraNavega span:hover{
    color:#ce1d00;
    text-decoration: none;
}*/
#logo {
  width: auto;
  height: 100px;
}

.navega {
  list-style: none;
}

.navega li {
  display: inline-block;
  padding: 0 15px;
  text-transform: uppercase;
}

.navega li a {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  color: #fff;
}

.navega li a:hover {
  color: #ce1d00;
  text-decoration: none;
}

#navegaWork {
  margin-top: 100px;
  list-style: none;
  margin-bottom: 100px;
}

#navegaWork ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}

#navegaWork li {
  display: inline-block;
  padding: 0 15px;
  text-transform: uppercase;
  margin-top: 20px;
}

#navegaWork li a {
  padding: 5px 15px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  font-weight: 400;
  color: #ce1d00;
  border: solid 1px #ce1d00;
}

#navegaWork li a:hover {
  color: #07090a;
  text-decoration: none;
  background-color: #ce1d00;
}

#carouselHeader {
  margin-top: 90px;
}

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-right: 0;
  padding-left: 0;
}

#carregaCarrossel {
  margin-top: 100px;
}

.carousel-item img {
  width: 100%;
  height: 100%;
}

.carousel-control-prev,
.carousel-control-next {
  width: 30px;
  height: 30px;
  background-color: #000;
  top: calc(55% - 5%);
  opacity: 1;
}

.carousel-control-prev {
  left: calc(100% - 120px);
}

.carousel-control-next {
  right: 40px;
}

.textoCarousel {
  position: absolute;
  top: calc(60% - 25%);
  right: 40px;
}

.textoCarousel h3 {
  /*  color:#fff;*/
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  text-align: right;
}

.positivo {
  color: #07090a;
}

.textoCarousel hr {
  position: absolute;
  width: 30px;
  border-bottom: 2px solid #ce1d00;
  right: 0px;
  top: 30px;
}

.textoCarousel p {
  font-size: 1rem;
  /*color: #fff;*/
  text-align: right;
}

/*============= Segundo Carrossel =======*/
#carouselWork .carousel-control-prev, #carouselWork
.carousel-control-next {
  width: 30px;
  height: 30px;
  background-color: #ce1d00;
  top: calc(100% - 5%);
  opacity: 1;
}

#carouselWork .carousel-control-prev {
  left: calc(100% - 80px);
}

#carouselWork .carousel-control-next {
  right: 0px;
}

#carouselWork .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2307090a' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

#carouselWork .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2307090a' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

#myFoto {
  border-radius: 50%;
  width: 20%;
  height: 20%;
  margin: 100px 40px 40px 40px;
}

.titulosBio h4 {
  position: absolute;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
}

.titulosBio hr {
  position: relative;
  width: 30px;
  border-bottom: 2px solid #ce1d00;
  left: calc(190% - 75px);
  top: -15px;
}

.tituloTrab h4 {
  position: absolute;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
}

.tituloTrab h4 hr {
  position: relative;
  width: 30px;
  border-bottom: 2px solid #ce1d00;
  left: calc(100% - 18%);
  top: -15px;
}

.tituloCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tituloCont h4 {
  position: absolute;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 100px;
}

.tituloCont h4 hr {
  position: relative;
  width: 30px;
  border-bottom: 2px solid #ce1d00;
  left: calc(100% - 25%);
  top: -15px;
}

#bioText h6 {
  color: #fff;
  font-weight: 200;
  margin-top: 80px;
  padding: 0 50px 0 50px;
  text-align: justify;
  line-height: 1.6rem;
  margin-bottom: 100px;
  font-size: .9rem;
}

.subTitulo {
  position: relative;
  margin-bottom: 40px;
}

.subTitulo h5 {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.7rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 50px;
}

.subTitulo hr {
  position: absolute;
  width: 30px;
  border-bottom: 2px solid #ce1d00;
  right: 50px;
  top: 20px;
}

#divTimeLine {
  margin-bottom: 100px;
}

.timeline hr {
  border-bottom: 2px solid #ce1d00;
}

.timeline h6 {
  font-size: 1.2rem;
  font-weight: 500 !important;
  padding: 0 50px 0 50px;
  text-align: center;
  color: #fff;
}

.timeline p {
  font-size: .9rem;
  text-align: center;
  color: #fff;
}

.timeline h5 {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 300 !important;
  text-align: center;
}

.icones {
  min-width: 170px;
  padding: 10px;
}

.icones p {
  color: #fff;
  text-align: center;
}

.icones img {
  width: 70px;
  height: auto;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}

.alinharProgPercent {
  display: block;
}

.percentualEsq {
  margin-left: 15%;
  font-weight: 400;
  letter-spacing: .2rem;
}

.percentualDir {
  margin-right: 15%;
  color: rgba(255, 255, 255, 0.5);
}

.marginTopo {
  margin-top: 30px;
}

progress {
  height: 3px;
  width: 50%;
  margin-top: 10px;
}

progress[value] {
  -webkit-appearance: none;
  width: 70%;
  height: 1px;
  /* remove border in Firefox */
  border: none;
  /* IE */
  color: #ce1d00;
}

/* Chrome */
progress[value]::-webkit-progress-bar {
  background-color: #eee;
}

progress[value]::-webkit-progress-value {
  background-color: #ce1d00;
}

progress[value="100"]::-webkit-progress-value {
  background-color: #ce1d00;
}

/* Firefox */
progress[value]::-moz-progress-bar {
  background-color: #ce1d00;
}

progress[value="100"]::-moz-progress-bar {
  background: #ce1d00;
}

/* IE */
progress[value="100"] {
  color: #ce1d00;
}

.chamadaCurriculo {
  width: 100%;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

.chamadaCurriculo a {
  color: #fff;
  background-color: transparent !important;
  border: 1px solid #fff;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.chamadaCurriculo a:hover {
  color: #ce1d00;
  text-decoration: none;
  border: 1px solid #ce1d00;
}

.btnCurriculo {
  width: 40px;
  height: 15px;
  padding: 10px 30px 10px 30px;
  /*text-transform: capitalize;*/
}

.textoCarouselWork {
  margin-top: 30px;
}

.textoCarouselWork dt {
  font-size: 1.3rem;
  letter-spacing: .1rem;
}

.textoCarouselWork dd {
  margin-top: 10px;
  font-size: 1rem;
  letter-spacing: .1rem;
}

.logos {
  margin-bottom: 20px;
}

.textoCarouselWork .logos svg {
  width: 40px;
  margin: 10px 10px 10px 0;
}

.textoCarouselWork .logos .st0 {
  fill: rgba(255, 255, 255, 0.3);
}

.logoPartner {
  width: 100%;
}

#carouselPartners {
  height: 400px;
}

.tamanhoLogoPartner {
  margin: 0 20px 0 20px;
}

.tamanhoLogoPartner svg {
  width: 150px;
  padding: 10px;
}

.st1 {
  fill: white;
}

.wrapperForm {
  margin-top: 100px;
  margin-bottom: 100px;
}

.formulario {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.largura {
  min-width: 50%;
}

.input-group-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ce1d00;
  background-color: transparent;
  border: solid 1px #ce1d00;
}

.form-control {
  background-color: transparent;
  border: solid 1px #ce1d00;
  border-radius: 0;
}

.form-control:focus {
  color: #fff;
  background-color: transparent;
  border: solid 1px #ce1d00;
  box-shadow: 0 0 0 0.2rem rgba(206, 29, 0, 0.5);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 29, 0, 0.5);
}

.form-control::-webkit-input-placeholder {
  /* Edge */
  color: #ce1d00;
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer */
  color: #ce1d00;
}

.form-control::-ms-input-placeholder {
  color: #ce1d00;
}

.form-control::placeholder {
  color: #ce1d00;
}

#btnEnviar {
  margin-top: 20px;
  width: 80px;
  background-color: transparent;
  border: solid 1px #ce1d00;
  color: #ce1d00;
}

footer {
  background: rgba(206, 29, 0, 0.5);
  height: 80px;
}

.creditoFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
}

.creditoFooter h6 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575.98px) {
  .positivo {
    color: #fff;
  }
  hr {
    margin-top: 1.5rem;
   
}
  #myFoto {
    width: 60%;
    height: 60%;
  }
  .carousel-control-prev, .carousel-control-next {
    background-color: #000;
    top: calc(63% - 5%);
    opacity: 1;
}
.textoCarousel h3{
  font-size: 3em;
}
.textoCarousel p{
  font-size: 1em;
}
  #carouselWork .carousel-control-prev, #carouselWork
.carousel-control-next {
    top: calc(100% - 15%);
  }
  #navegaWork {
    margin-top: 0;
    list-style: none;
    margin-bottom: 100px;
  }
  .subTitulo {
    margin-top: 50px;
    position: relative;
    margin-bottom: 40px;
  }
  .tituloClientes h4 {
    margin-bottom: 80px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
  }
  .tituloHabilidades h4 {
    margin-top: 120px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
  }
  .textoCarousel {
    position: absolute;
    top: calc(70% - 5%);
    right: 40px;
}
}
/*# sourceMappingURL=geral.css.map */