:root {
    --color-1: #cb0c12;
    --color-2: #444345;
    --color-3: #f3f3f3;
    --color-4: #ffffff;
    --color-5: #353535;
    --color-6: #0F1E39;
}

[vspace] {
    padding-top: 120px;
}

body {
    position: relative;
    font-family: 'Nunito', sans-serif;
}

.hidden {
    display: none;
}

body {
    position: relative;
    font-family: 'Nunito', sans-serif;
}

.blackOverlay{
  /* bottom: 0; */
  width: 100%;
  position:absolute;
  background-color: rgba(0, 0, 0, 0.0);
}
/* ---------------------- */
/* ----- nav-menu ------- */
/* ---------------------- */

.navbar {
    height: 100px;
    font-size: 1.1em;
    box-shadow: 0px 0px 68px -8px rgba(0,0,0,0.13);
    -webkit-box-shadow: 0px 0px 68px -8px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 0px 68px -8px rgba(0,0,0,0.13);
    font-weight: 700;
    background-color:#0F1E39;
}
.nav-item{
  background-color: var(--color-6);
}
.nav-link {
    padding: 15px !important;
    font-size: 15px;
    color:#e6e6e6;
    letter-spacing: 3px;
    font-weight: 300;
}
.navbar-dark .navbar-nav .nav-link{
    color:#ffffff!important
}

.navbar .nav-item a:hover{
    color: var(--color-1)!important;
    font-weight: 900;
}


/* ----------------- */
/* --- Slider ------ */
/* ----------------- */

.titulo-slider {
  font-size: 2.7em;
  font-family: 'Nunito';
  color: #0F1E39;
  font-weight: 800;
  }
p.texto-slider {
  font-size: 1.4em;
  color: black;
  font-family: 'Nunito';
}

.slide {
    margin-top: 100px !important;
}
.carousel-item{
  opacity: 0.6;
}
.carousel-item {
    height: 70vh;
    min-height: 420px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.carrousel-text-middle{
  padding-bottom:200px;
}



/*------------------------*/
/*-------- TEXTOS --------*/
/*---Sessoes e titulos----*/
/*------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 a {
    font-family: 'Nunito', sans-serif;
}
h6 {
    font-weight: 200;
}

a :hover {
    text-decoration: none;
}
p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2m;
    color: rgb(61, 61, 61);
}
.titulo {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
    text-align: center;
    color: var(--color-5);
    padding-bottom: 10px;
}
.texto-quemsomos {
    font-size: 15px;
    font-weight: 400;
    line-height: 2.5em;
    color: #353535;
}
.tituloSessao {
    font-size: 2.3em;
    font-weight: 700;
    color: var(--color-2);
}

.traco-titulo {
    border-bottom: 7px solid #e6e6e6;
    width: 60px;
    float: left;
    margin: 0 0 30px 0;
}

.titulo-servicos{
    font-size: 1.2em;
    font-weight: 600;
    text-align: center;
}

.texto-servicos{
    font-size: 0.9em;
    font-weight: 400;
    color:#353535;
    text-align: center;
}


.bg-cinza-escuro{
    background-color: rgb(236, 236, 236);
}

.bg-ondas{
    background-color: #ffffff;
    background-image: url('./../../assets/imagens/waves.svg') !important;
}
/*------------------------*/
/*-------- ICONES --------*/
/*------------------------*/

.icon-value {
    margin: 30px 0;
    display: flex;
    vertical-align: middle;
    height: 80px;
}
.txtBlock {
    font-size: 20px;
    color: #fff;
    line-height: 1.6em;
    font-weight: 300;
    display: flex;
    justify-content: flex-end;
    vertical-align: middle;
}
.block {
    background-color: var(--color-2);
    width: 250px;
    height: 250px;
    padding: 22px;
    display: block;
    position: absolute;
    right: 20%;
}
.sectionBlock {
    background-image: url(../../assets/imagens/hands-bg.jpg);
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: left;
    margin-right: 30%;
    padding: 40px 0;
}

/*--------------------------------*/
/*---------- SOBRE NOS ----------*/
/*-------------------------------*/

img#imgWe {
    height: 300px;
    border: 7px solid #8c8c8c1f;
    margin: auto;
    margin-top: 20px;
}

/*--------------------------------*/
/*-------- SLIDER Brands --------*/
/*-------------------------------*/

.slick-slide {
    margin: 0px 20px;
}
.slick-slide img {
    width: 100%;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*--------------------------------*/
/*---- Loading Preloader --------*/
/*-------------------------------*/

#Loading_Preloader {
    width: 100% !important;
    height: 100vh !important;
    padding-top: 40vh;
    font-size: 15px;
}

/*--------------------------------*/
/*-------- GRID PROJETOS --------*/
/*-------------------------------*/

.content {
    position: relative;
    /* width: 100%; */
    height: 100%;
    /* max-width: 400px; */
    margin: auto;
    overflow: hidden;
}

.content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: auto;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
    opacity: 1;
}

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.content-details p {
    color: #fff;
    font-size: 0.8em;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}
.content-title {
    font-size: 1.3em;
    letter-spacing: normal;
}

/*--------------------------------*/
/*----------- RODAPÉ  -------------*/
/*--------------------------------*/

.texto-rodape {
    font-size: 0.7em;
}

.quemsomos-bg {
    background-image: url("./../../assets/imagens/bg-preto-afgha.jpg") !important;
    background-attachment: fixed;
    background-size: cover;
    background-position-x: center;
    background-repeat: no-repeat;
}


.imagem-quemsomos{
    box-shadow: 31px 31px 0px -4px rgba(240,240,240,0.75);
    -webkit-box-shadow: 31px 31px 0px -4px rgba(240,240,240,0.75);
    -moz-box-shadow: 31px 31px 0px -4px rgba(240,240,240,0.75);
}

.card-header > h5 > a {
  text-decoration:none;
}
.card-header > h5 > a:hover {
  color: var(--color-1);
}

.form-control:focus{
  color:var(--color-5)!important;
}