@font-face {
  font-family: SinkinSans;
  src: url(../fonts/SinkinSans-300Light.otf);
  font-weight: 300;
}
@font-face {
  font-family: SinkinSans;
  src: url(../fonts/SinkinSans-400Regular.otf);
  font-weight: 400;
}
@font-face {
  font-family: SinkinSans;
  src: url(../fonts/SinkinSans-500Medium.otf);
  font-weight: 500;
}
@font-face {
  font-family: SinkinSans;
  src: url(../fonts/SinkinSans-600SemiBold.otf);
  font-weight: 600;
}
@font-face {
  font-family: SinkinSans;
  src: url(../fonts/SinkinSans-700Bold.otf);
  font-weight: 700;
}
@font-face {
  font-family: SinkinSans;
  src: url(../fonts/SinkinSans-800Black.otf);
  font-weight: 800;
}


a[rel="external"]::after {
  content: " \f08e";
  font-family: FontAwesome;
  font-size: 0.725em;
}

a[rel="external"]:focus,
a[rel="external"]:hover,
.entrevistas a {
  text-decoration: none;
}

a:focus,a:hover,a:active {
  /*text-decoration: underline !important;*/
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

body {
}

body,
button,
input,
select,
textarea {
  font-family: Dosis, Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4;
}

fieldset,
.e-depoimento {
  border: 0;
  margin: 0;
  padding: 0;
}

hr {
  margin: 3rem 0 0;
}

html {
  font-size: 1em;
  line-height: 1.4;
}

p,
.widget-default .widget__body .lead,
.widget-projetos .widget__head {
  margin: 0;
  font-size: 1.3rem;
}

textarea {
  resize: vertical;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.infos p,
.infos li,
.entry-content ul>li,
.entry-content p {
  font-size: 1.25rem;
}

.h3,
h3 {
  color: #464646;
  font-weight: bold;
}

.lead.bigger {
  font-size: 2rem;
}

.d-flex {
  display: flex !important;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

.d-grid {
  display: grid !important;
}

.s-footer {
  position: relative;
  background: #BF1F1F;
  color: #fff;
  text-align: center;
  padding: 1rem;
}
.s-footer a {
  color: #fff;
  text-decoration: underline;
}
.s-footer p {
  font-size: 0.8em !important;
}

.b2t {
  position: absolute;
  right: 1em;
  top: -2em;
  width: 200px;
  padding: 0.8rem 0;
  display: flex;
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 2rem;
  text-align: center;
  align-items: center;
  justify-content: center;
  background: #FFAA00;
  color: #1E1E1E !important;
  border-radius: 5em;
  transition: all .3s ease;
  text-decoration: none !important;
}

.b2t:hover,.b2t:focus,.b2t:active {
  color: #FFAA00 !important;
  background: #1E1E1E;
}

.b2t .fa {
  font-size: 0.7rem;
  padding-right: 1.2em;
}

.btn {
  border: 2px solid #BF1F1F;
  border-radius: 5em;
  padding: 0.3em 1em;
  display: inline-block;
  margin: 0 auto;
  text-transform: none;
  font-size: 1.1rem;
  color: #BF1F1F;
  font-weight: 500;
}
.btn:hover,.btn:focus,.btn:active {
  border: 2px solid #FFAA00;
  color: #FFAA00;
}

#bg-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; left: 0;
  z-index: 0;
}

#bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-container {
  position: relative;
  background: #333;
  /*background: url('../img/main-bg.png') 100% 100%;
  background-size: cover;*/
  border: 0;
  margin: 0;
}

.banner-container .banner-content {
  position: relative;
  max-width: 800px;
  text-align: center;
  color: white;
  padding: 5em 1em 3em 1em;
  margin:  0 auto;
  z-index: 1;
}


.banner-container .banner-content img {
  max-height: 220px;
  margin: 4em 0 1em 0;
}

.banner-container .banner-content p {
  margin: 1em 0;
  font-size: 1.5rem;
}

.banner-container .banner-content .btn {
  border: 2px solid #FFAA00;
  border-radius: 5em;
  padding: 0.3em 1.5em;
  display: inline-block;
  margin: 1em auto 5em auto;
  text-transform: none;
  font-size: 1.2rem;
  color: #FFAA00;
  font-weight: 500;
}
.banner-container .banner-content .btn:hover,
.banner-container .banner-content .btn:focus,
.banner-container .banner-content .btn:active {
  border: 2px solid #fff;
  color: #FFf;
}

.s-navbar #menu-desktop-container {
  padding: 1em 0;
  position: fixed;
  width: 100%;
  top: 0; left: 0;
  z-index: 2;
  transition: background .2s ease;
}

.s-navbar #menu-desktop-bar {
  width: 100%;
  top: 0;
  margin: 0 auto;
  max-width: 935px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.s-navbar #menu-desktop-container .main-logo {
  height: 35px;
  position: relative;
  top: -10em;
  transition: top .2s ease;
}

.s-navbar #menu-desktop-container #menu-desktop {
  padding: 0;
  display: flex;
  justify-content: around;
  list-style-type: none;
  align-items: center;
  left: -180px;
  position: relative;
  transition: left .2s ease;
}


.s-navbar #menu-desktop-container.fixed {
  background: #ffffff;
}

.s-navbar #menu-desktop-container.fixed .main-logo {
  top: 0;
}

.s-navbar #menu-desktop-container.fixed  #menu-desktop {
  left: 0;
}

.s-navbar #menu-desktop-container #menu-desktop li:before,
.s-navbar #menu-desktop-container #menu-desktop li:marker {
  display: none !important;
}

.s-navbar #menu-desktop-container #menu-desktop li  {
  text-align: center;
  margin: 0 1em;
  padding: 0.3em 1.5em;
}

.s-navbar #menu-desktop-container #menu-desktop li a {
  color: #ffffff;
  font-weight: 600;
}


.s-navbar #menu-desktop-container.fixed #menu-desktop li a {
  color: #444444;
}

.s-navbar #menu-desktop-container.fixed #menu-desktop li:last-child {
  border: 2px solid #BF1F1F;
  border-radius: 5em;
}

.s-navbar #menu-desktop-container.fixed #menu-desktop li:last-child a {
  color: #BF1F1F;
}


.widget-container {
  padding: 7rem 0 0 0;
  text-align: center;
}

.widget-container h2 {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0 auto 1.5em auto;
  position: relative;
  border-bottom: 2px solid #FFAA00;
  padding-bottom: 0.66em;
  display: inline-block;
  color: #BF1F1F;
}

#contato {
  background: #F0F0F0;
}

#contato .widget-container {
  margin-top:  7em;
  padding-bottom: 7em;
}

#contato h2 {
  color: #444444;
}

#contato .btn {
  margin: 1em 0.5rem;
}

#contato .wp {
  color: #075E54;
  border-color: #075E54;
}

#contato .wp:hover,#contato .wp:focus,#contato .wp:active {
  color: #001E14;
  border-color: #001E14;
}

#contato .linkedin {
  color: #0076B3;
  border-color: #0076B3;
}
#contato .linkedin:hover,#contato .linkedin:focus,#contato .linkedin:active {
  color: #002653;
  border-color: #002653;
}

#form-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0; left: 0;
  display: none;
  background: #fff;
  opacity: 0.7;
  z-index: 2;
}

#form-contato {
  position: fixed;
  background: #f0f0f0;
  box-shadow: 0 0 5px 0px #000;
  width: 100%;
  bottom: -1000px; left: 0;
  transition: bottom .2s ease;
  z-index: 11;
}

#form-contato.fixed {
  bottom: 0;
}

#form-contato textarea,
#form-contato input {
  width: 80%;
  border: 1px solid #444444;
  border-radius: 1em;
  padding: 0.3em 1em;
  background: white;
  display: inline-block;
  margin: 0.4em auto;
}

#form-contato input.btn {
  background: #BF1F1F;
  border-color: #BF1F1F;
  color: #fff;
}

.filiacoes-flex {
  display: flex;
  justify-content: space-around;
}

.filiacoes-flex img {
  height: 8em;
  margin: 1em 0;
}

#portfolio .portfolio-item {
  text-align: left;
  display: inline-block;
}

#portfolio .portfolio-item img {
  border: 5px solid #BF1F1F;
  border-radius: 10px;
  width: 66%;
  margin: 0 auto;
  display: block;
}

#portfolio .portfolio-item h3 {
  color: #1E1E1E;
  width: 66%;
  padding: 0.5em;
  margin: 1em auto 2em auto;
  display: block;
  font-size: 1em;
  letter-spacing: -1px;
  font-weight: 700;
  font-family: SinkinSans;
}

#quem-somos .row:nth-child(odd) {
  background: url('../img/quem-somos-bg-alt.png') 100% 100% no-repeat;
  background-size: cover;
}
#quem-somos .row:nth-child(even) {
  background: url('../img/quem-somos-bg.png') 100% 100% no-repeat;
  background-size: cover;
}

#quem-somos h3,
#quem-somos a,
#quem-somos ul,
#quem-somos ul li{
  text-align: left;
}

#quem-somos h3 {
  color: #BF1F1F;
  font-size: 1.5rem;
  margin-top: 2em;
  font-weight: 800;
  font-family: SinkinSans;
}

#quem-somos img {
  height: 400px;
}

#quem-somos a {
  display: block;
  font-size: 1.1em;
  font-weight: 600;
}

#quem-somos ul {
  padding:1em 0 1.5em 0;
  list-style: none;
}

#quem-somos li {
  background: url('../img/favicon.png') 0px 7px no-repeat;
  background-size: 7px 7px;
  padding-left: 15px;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 400;
}

#sobre .widget-container {
  text-align: left;
  padding-bottom: 7em;
}

#sobre {
  background: #F0F0F0;
}

#sobre h2 {
  text-transform: uppercase;
  font-size: 1.3rem;
  border-bottom: 0;
  font-weight: 800;
  margin-bottom: -3em;
}


#sobre h3 {
  color: #1E1E1E;
  font-size: 2.2rem;
  font-weight: 800;
  font-family: SinkinSans;
}

#sobre p.lead {
  font-family: SinkinSans;
  position: relative;
  font-size: 1.2rem;
  font-weight: 700;
  color: #1E1E1E;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

#sobre p.lead:after {
  position: absolute;
  bottom: 0; left: 0;
  content: "";
  width: 150px;
  height: 1px;
  background: #FFAA00;
}

#sobre .block {
  padding-left: 80px;
}

#sobre .block h3 {
  color: #BF1F1F;
  font-size: 1em;
  font-weight: 700;
}

#sobre .block p {
  font-size: 1em;
}

#sobre .block.visao {
  background: url('../img/visao.png') no-repeat;
  background-size: 55px 55px;
}
#sobre .block.missao {
  background: url('../img/target.png') no-repeat;
  background-size: 55px 55px;
}
#sobre .block.valores {
  background: url('../img/loyalty.png') no-repeat;
  background-size: 55px 55px;
}
#menu-mobile-container { display: none; }



/* MOBILE */

@media screen and (max-width: 768px) {

  p br {
    display: none !important;
  }

  .b2t {
    right: calc(50% - 70px);
    padding: 0.5em 0;
    width: 140px;
    font-size: 1rem;
  }

  .buttons-flex .btn {
    width: 80%;
  }

  .widget-container {
    padding: 5em 30px 0em 30px !important;
  }

  #contato .widget-container,
  #sobre .widget-container {
    padding-bottom: 4em !important;
  }

  #menu-desktop-container {
    display: none !important;
  }

  #menu-mobile-container {
    display: block;
    position: relative;
  }

  #menu-mobile-bar {
    background: #fff;
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    display: flex;
    height: 5em;
    padding: 0em 2em;
    justify-content: space-between;
    z-index: 5;
  }

  #menu-mobile-container .main-logo {
    margin-top: 1.2em;
    max-height: 40px;
  }

  #menu-mobile {
    background: #fff;
    position: fixed;
    width: 100%;
    height: calc(100% - 5em);
    text-align: center;
    list-style: none;
    padding: 2em 0 5em 0;
    top: calc(-100% + 5em);
    left: 0;
    z-index: 4;
    transition: top .2s ease;
  }

  #menu-mobile a {
    color: #444;
    font-size: 2em;
    font-weight: 600;
  }

  #menu-mobile li {
    display: block;
    margin: 1.5em auto;
    width: 45%;
  }

  #menu-mobile li:last-child {
    border: 2px solid #BF1F1F;
    border-radius: 5em;
  }

  #menu-mobile li:last-child a {
    color: #BF1F1F;
  }

  #menu-mobile.visible {
    top: 4em;
  }

  #closeMenu,
  #openMenu {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    color: #444;
    padding: 1em;
  }
  #closeMenu i,
  #openMenu i {
    font-size: 2em;
    color: #444;
  }
  #closeMenu span,
  #openMenu span {
    font-size: 0.8em;
    color: #444;
  }

  #openMenu.visible,
  #closeMenu.visible {
    display: flex;
  }

  #quem-somos .widget-container {
    padding: 5em 0em 0em 0em !important;
  }

  #quem-somos .row {
    display: flex;
    flex-direction: column;
    margin-bottom: 5em;
    background: url('../img/quem-somos-bg-mobile.png') top left no-repeat !important;
    background-size: 100% auto !important;
  }

  #quem-somos .row:nth-child(odd) {
    flex-direction: column-reverse !important;
  }

  #quem-somos img {
    max-width: 100%;
    margin: 0 auto;
    height: auto !important;
  }

  #portfolio .widget-container {
    padding-top: 1em !important;
  }

  #portfolio .portfolio-item h3,
  #portfolio .portfolio-item img {
    width: 100% !important;
  }

  .filiacoes-flex {
    flex-direction: column;
  }

  .filiacoes-flex img {
    height: auto;
    width: 60%;
    margin: 1em auto;
  }

}
