@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Passion+One:wght@400;700;900&display=swap');

html,
body {
    font-family: Poppins;
    scroll-behavior: smooth;
    font-size: 1rem;
}
a{
    text-decoration: none;
}

ul{
    list-style: none;
    margin-bottom: 0rem;
    padding-left: 0rem;
}
p{
    text-align: justify;
}

h1{
    font-size: 40px;
    font-family: Passion one;
}
h2{
    font-family: Passion one; 
}
/* ---- Classes CIECC ---- */

.azul-primario,
.btn-azul-primario{
    color: #fff;
    background: #060E38;
}
.text-azul-primario{
    color: #060E38;
}
.text-azul-secundario{
    color:#086caa;
}
.azul-secundario,
.btn-azul-secundario{
    color: #fff;
    background: #0A84D1;
}
.btn-azul-secundario:hover{
    color: #fff;
    background: #086caa;
}

.btn-insta{
    color: #fff !important;
    background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7) !important;
    border: none;
}
.btn-primary{
    border: none;
}
.invisible-desktop{
    display: none;
}

.border-lateral{
    border-right: 2px solid #f4f4f4;
}


.border-inferior{
  border-bottom: 3px solid #eee;
  width: 40px;
}

.bg-grey{
  background: #f4f4f4;
}

/* ======= Preloader Style ======= */
.preloader-bg,
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  z-index: 999999;
  text-align: center;
}
#preloader {
  display: table;
  table-layout: fixed;
  text-align: center;
}
#preloader-status {
  display: table-cell;
  vertical-align: middle;
}
.preloader-position {
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.loader {
  position: relative;
  width: 55px;
  height: 55px;
  left: 50%;
  top: auto;
  margin-left: -31px;
  margin-top: 2px;
  -webkit-animation: rotate 1s infinite linear;
  -moz-animation: rotate 1s infinite linear;
  -ms-animation: rotate 1s infinite linear;
  -o-animation: rotate 1s infinite linear;
  animation: rotate 1s infinite linear;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.loader span {
  position: absolute;
  width: 55px;
  height: 55px;
  top: -1px;
  left: -1px;
  border: 1px solid transparent;
  border-top: 1px solid #086caa;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



/* ======= toTop Button style ======= */
.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  text-align: center;
  line-height: 40px;
  font-size: 12px;
  font-weight: 700;
  color: #323232;
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.progress-wrap {
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.progress-wrap::after {
  color: #000;
}
.progress-wrap svg.progress-circle path {
  stroke: #000;
}

.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
  background-color: #0A84D1 !important;
  color: rgb(255, 255, 255);
  cursor: default;
  border-color: #0A84D1 !important;
}

/* ----  Header ---- */

#img-banner{
    position: relative;
}
#img-banner .mask{
height: 450px;
width: 100%;
position: absolute;
top: 0;
left: 0;
}
#img-banner .mask .texto{
display: flex;

}

#img-banner video{
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 450px;
}

.menu-float{
    background: #fff;
    border-radius: 10px;
}


.texto-intro p{
    font-size: 20px;
}


.numeros-header h1::after,
.numeros-header h1::before{
    content: "";
    width: 50px;
    height: 2px;
    display: inline-block;
    background: #dddd;
    margin: 10px;
}

.numeros-content h1{
  font-size: 60px;
}

.blog-header h1::after,
.blog-header h1::before{
    content: "";
    width: 50px;
    height: 2px;
    display: inline-block;
    background: #060E38;
    margin: 10px;
}


.casos-main-header h1::after,
.casos-main-header h1::before{
    content: "";
    width: 50px;
    height: 2px;
    display: inline-block;
    background: #060E38;
    margin: 10px;
}

#eventos .eapp-events-calendar-events-calendar-component a{
  display: none !important;
}



#projetos .projetos-caixa img{
  object-fit: cover;
  height: 250px;
}

#projetos .projetos-caixa{
  position: relative;
}
#projetos .projetos-caixa .overlay{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.80);
  color: #fff;
  padding-top: 15px;

}

#projetos .projetos-caixa h5, 
#projetos .projetos-caixa p{
  text-shadow: 0px 8px 8px rgba(0, 0, 0, 1);
}

#projetos .border-inferior{
  border-bottom: 3px solid #fff;
  width: 2.5rem;
}