/* Typography */

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100;300;400;600&display=swap');
h1, h2, h3, h4, h5, h6, p, a, span, ul, li, input {
  font-family: 'Fira Sans', sans-serif;
}

*, *:after, *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  border: 0 none;
  position: relative;
  outline: none;
}

.section-title {
  font-size: 2em;
  font-weight: 300;
  letter-spacing: 10px;
}

.section-subtitle {
  font-size: 2.5em;
  font-weight: bolder;
}

.block-text {
  text-align: justify;
  line-height: 1.7em;
}

a {
  text-decoration: none;
}

/* Links Animations */

span.link, h3 {
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  margin: 1rem auto 0;
}

.uno {
  background: #ff5e33;
}

.dos.bis {
  background: #85144B;
}

.dos {
  background: #FADD40;
}

span.link>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background: #e8c81b;
  visibility: hidden;
  border-radius: 5px;
  transform: scaleX(0);
  transition: .25s linear;
}

span.link>a:hover:before, span.link>a:focus:before {
  visibility: visible;
  transform: scaleX(1);
}

.text-bold {
  font-weight: bolder;
}

/* fontes variables */

.font-sans-bold {
  font: bold;
}

.font-source {
  font-family: 'Source Sans Pro', sans-serif;
}

/* Color variables */

/*.text-blue { color: #092d60; } */

.text-blue {
  color: #223e83;
}

.text-white {
  color: #ffffff;
}

.text-gold {
  color: #e7c81a;
}

.text-gray {
  color: #818181;
}

.text-orange {
  color: #dea219;
}

/* background variables */

/*.bg-blue { background-color: #0a1520; }*/

.bg-blue {
  background-color: #223e83;
}

.bg-gold {
  background-color: #e8c81b;
}

.bg-dark-gold {
  background-color: #bfa926;
}

/* Video responsive */

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* elemento do quemsomos */

.quadro-gold {
  background-color: #dbbb00;
  justify-content: center;
  text-align: center;
  padding: 15px;
}

.quadro-gold h4 {
  line-height: 1.5em;
}

/* elemento do serviÃƒÂ§os */

.borda-gold-servico {
  border: 2px solid;
  border-color: #e9af33;
  justify-content: center;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 5px;
}

/* Header */

nav.navbar.fixed-top {
  z-index: 9999 !important;
}

nav.navbar {
  box-shadow: 0px 6px 5px 0px rgb(11 34 110 / 50%);
  -webkit-box-shadow: 0px 6px 5px 0px rgb(11 34 110 / 50%);
  -moz-box-shadow: 0px 6px 5px 0px rgba(11, 34, 110, 0.50);
}

.nav-link {
  font-size: 1rem;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #e7c81a;
}

.curve-border {
  border-radius: 0 0 60% 60%;
  height: 140px;
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(22, 52, 145, 1) 50%, rgba(2, 0, 36, 1) 100%);
}

/* Elements */

.section {
  padding: 55px 0px;
}

.section.background {
  background-position: center top !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.section-title-border {
  width: 500px;
  height: 5px;
  background-color: #dcb705;
  border-radius: 100%;
  margin: auto;
  display: block;
}

.banner-holder {
  height: 110vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Cicle */

.cicle-arrow {
  font-size: 26px;
  color: #e4e4e4;
  margin: auto;
}

.img-process {
  width: 110px;
  margin: auto;
  display: block;
}

.list-proccess-item.arrow-item-wrapper {margin: auto 10px;}

/* Services */

.section.background.services {
}

/* Certications */

.partners-carousel .icon-chevron-left.carousel-arrow, .partners-carousel .icon-chevron-right.carousel-arrow {
  top: 100px;
  position: absolute;
  font-size: 32px;
  color: #e4e4e4;
  cursor: pointer;
}

.slider .icon-chevron-left.carousel-arrow, .slider .icon-chevron-right.carousel-arrow {
  top: 230px;
  position: absolute;
  font-size: 32px;
  color: #e4e4e4;
  cursor: pointer;
  z-index: 999;
}

.popover-body {
  background-color: #f6f6f6;
  color: #666666;
  text-align: center;
}

.popover-body a {
  color: #bfa926;
  text-align: center;
  font-weight: bolder;
}

/* Service */

.service-title {
  font-size: 20px;
}

.slider#slider img {
  filter: grayscale(100%);
}

.slider#slider img.colorful {
  filter: grayscale(0%);
}

.partners-carousel .slick-slide {
  margin: 0 35px;
}

.partners-carousel .slick-list {
  margin: 0 -10px;
}

.partners-carousel .icon-chevron-right.carousel-arrow {
  right: -70px
}

.partners-carousel .icon-chevron-left.carousel-arrow {
  left: -70px;
}

.slider .icon-chevron-right.carousel-arrow {
  right: 60px
}

.slider .icon-chevron-left.carousel-arrow {
  left: 50px;
}

.slick-image {
  cursor: pointer;
}

/* Responsability */

.responsability .card {
  background-color: unset;
  border: unset;
}

.responsability .card-title {
  font-size: 18px;
}

.list-proccess {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.list-proccess-item {
  display: inline-block
}

.section.process {
  display: flex;
  align-items: center;
  background: url('../images/bg.png') bottom center;
  height: 640px;
}

/* Contact */

.contact button {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bolder;
  float: right;
  border: unset;
}

.contact a {
  text-align: center;
  display: block;
}

.contact a:hover {
  color: #092d60;
}

.contact .telephone-link {
  font-size: 32px;
  font-weight: bolder;
}

.contact .telephone-link sub {
  font-size: 18px;
  margin-right: .5rem;
}

@media (max-width: 1024px) {
  .banner-holder {
    background-position: -200px;
    height: 575px;
}

@media (max-width: 768px) {
  .banner-holder {
    height: 520px;
    background-position: -200px;
  }
  /* Services */
  .section.background.services {
    height: auto;
  }
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    background: linear-gradient( 
  90deg, rgba(2, 0, 36, 1) 0%, rgba(22, 52, 145, 1) 50%, rgba(2, 0, 36, 1) 100%);
  }
}

@media only screen and (max-width: 600px) {
  /* Elements */
  .section {
    padding: 55px 0px;
  }
  .section-title-border {
    width: 300px;
  }
  .section-title {
    letter-spacing: 0px;
  }
  .banner-holder {
    height: 520px;
    background-position: -200px;
  }
  /* Responsability */
  .responsabilty-item {
    margin-top: 3rem;
  }
  .responsability-row {
    margin-top: 0rem;
  }
  /* Services */
  .service-item {
    margin-top: 3rem;
  }
  /* Process */
  .section.process {
    display: block;
    align-items: unset;
    height: auto !important;
    background: #e7c81a;
  }
  .section.process li span {
    margin-top: 35px;
  }
  .background-process {
    height: 1400px !important;
  }
  /* Carousel */
  .slider .icon-chevron-left.carousel-arrow {
    left: 20px;
  }
  .slider .icon-chevron-right.carousel-arrow {
    right: 20px;
  }
  .slider .icon-chevron-left.carousel-arrow, .slider .icon-chevron-right.carousel-arrow {
    top: 200px;
  }
  .slider#slider img {
    filter: grayscale(0%);
  }
  /* Contact */
  .form-container {
    margin-top: 2rem;
  }
  /* Partners carousel */
  .partners-carousel .icon-chevron-right.carousel-arrow {
    display: none !important;
  }
  .partners-carousel .icon-chevron-left.carousel-arrow {
    display: none !important;
  }
  /* Proccess */
  .list-proccess {
    padding-left: 0;
    list-style: none;
    display: inherit;
    justify-content: unset;
    margin-top: 3rem;
  }
  .list-proccess-item {
    display: block
  }
  .arrow-item-wrapper {
    display: none;
  }
  nav.navbar>.container {
    margin-top: -15px !important;
    
  }
}

.slick-slide p{
  font-size: 1.2em;
  text-align: center;
}
.slick-slide a{
  
  color: #e7c81a;
  font-size: 1.4em;
}

section#about {margin-top: -90px;}

nav.navbar>.container {
  margin-top: -35px;
}

