@charset "utf8";

body {
    font-family: 'Montserrat', arial, sans-serif;
    background-color: #FAFAFA;
    overflow-x: hidden;
}

nav {
    width: 100%;
    background-color: #041E34;
    /*z-index: 100;*/
}

header {
    position: relative;
    background-color: black;
    height: 85vh /* 75vh*/;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

header .container2 {
    position: relative;
    z-index: 2;
    background-color: #FF4000;
    opacity: .5;
}

header .container3 {
    top: 0;
    position: absolute;
    z-index: 99;
    background-color: transparent;
}

 .load {
    width: 100vw;
    height: 60vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 100;
 }

footer {
    padding-top: 0.8em;
    background-color: #1C6571;
    border: 1px solid green;
}

.footer-title {
    font-size: 14px;
    margin-bottom: 1.5em;
    color: #041E43;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
}

footer .col-12 {
    background-color: #FFF;
    padding-top: 1em;
    padding-bottom: 1.5em;
}

footer img {
    max-height: 60px;
}

footer img:first-of-type {
    margin-right: 40px;
}

.footer-creditos {
    padding: 0.8em;
    color: #FFF;
    font-size: 14px;
    background-color: #1C6571;
}

.footer-creditos p {
     margin: 0px;
}

section {
    padding: 40px 0px;
}

h1 {
    color: #041E34;
    text-align: center;
    margin-bottom: 5vh;
}

h1::after {
    content: '';
    width: 20vh;
    height: 2px;
    background-color: #041E34;
    display: block;
    margin: 0 auto;
}

/*--------------------------------------------------------------
# Animações
--------------------------------------------------------------*/

[data-anime] {
    opacity: 0;
}

/*---> Se não quiser animar a section com efeito de "aparecer", coloque opacity = 1. Se quiser, coloque opacity = 0. */
[data-anime="basico"] {
    opacity: 0;
}
/*<---*/

[data-anime="descer"], [data-anime="esquerda"], [data-anime="direita"] {
    transition-duration: .4s;
}

[data-anime="esquerda+"], [data-anime="direita+"] {
    transition-delay: 2.3s;
    transition-duration: .6s;
}

[data-anime="descer"] {
    transform: translate3d(0,-50px,0);
}

[data-anime="esquerda"] {
    transform: translate3d(-50px,0,0);
}

[data-anime="direita"] {
    transform: translate3d(50px,0,0);
}

[data-anime="esquerda+"] {
    transform: translate3d(-300px,0,0);
}

[data-anime="direita+"] {
    transform: translate3d(300px,0,0);
}

.anime-basico { /* Só trabalha a opacidade */
    opacity: 1;
    transition-duration: .4s;
}

.anime-eixos {
    opacity: 1;
    transform: translate3d(0,0,0);
}

/*--------------------------------------------------------------
# Menu Reduzido
--------------------------------------------------------------*/

#wrapper {
    display: inline-block;
    max-width: 120px;
    margin: 2px;
    position: relative;
    padding: 0px 5px 2px 0px;
    cursor: pointer;
}
.square {
    width: 25px;
    height: 25px;
    position: relative;
}
.line {
    position: absolute;
    height: 2px;
    width: 100%;
    background: #FFF;
    border-radius: 2px;
    transition: all cubic-bezier(0.26, 0.1, 0.27, 1.55) 0.35s;
}
.top {
    top:22%;
}
.middle {
    top:48%;
}
.bottom {
    top:74%;
}
.icon.close .top {
    transform:rotate(45deg);
    top:48%;
}
.icon.close .middle, .icon.close .bottom {
    transform:rotate(-45deg);
    top:48%;
}

/*--------------------------------------------------------------
# Social Bar
--------------------------------------------------------------*/

#topbar, #topbarReduzido {
    padding: 0px;
    font-size: 16px;
    transition: all 0.5s;
}

#topbar .social-links {
    text-align: right;
}

.social-links a {
    color: #FFF;
    padding: 0px 10px;
    display: inline-block;
    line-height: 1px;
}

.social-links a:hover {
    color: #FA7400;
}

.social-links a:first-child {
    border-left: 0;
}

/*--------------------------------------------------------------
# Barra de Navegação
--------------------------------------------------------------*/

#navbarSite {
    height: 76px;
}

.nav-link {
    padding: 0px 10px !important;
}

a.active, .nav-item a:hover {
    color: #1BB1DC !important;
    cursor: pointer;
    border-left: 1px solid #1BB1DC;
    border-right: 1px solid #1BB1DC;
}

#menuReduzido a {
    border: none;
    margin-top: 5px;
    margin-bottom: 5px;
}

#logo {
    max-width: 200px;
}

#siganos {
    margin-right: 10px;
}

#stateMenu {
    font-size: 16px; 
    margin-left: 8px;
    padding-bottom: 5px;
}

#navbarResponsive, .navbar-toggler {
    min-height: 52px;
}

.nav-item a, #stateMenu, #siganos, #siganosTopBarReduz {
    color: #FFF;
}

.nav-item a {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

#topbarReduzido {
    padding-top: 5px;
}

.separaTopo {
    width: 100%;
    margin: 10px 0px;
    border-top: 1px solid #24494C;
}

/*--------------------------------------------------------------
# Corpo
--------------------------------------------------------------*/

#page-top {
    height: 100px;
}

#dep-client {
    position: relative;
    max-width: 80%;
    left: 10%;
    text-shadow: black 0.1em 0.1em 0.2em;
}

#dep-client h5 {
    margin: 0;
    text-align: left;
}

#dep-client p {
    font-style: italic;
}

.card {
    background-color: #FAFAFA;
    border: 1px solid #24606E;
    border-radius: 5px;
    padding: 5px;
}

.card img {
    margin: 0;
}

.card-img-top {
    max-width: 286px;
    max-height: 180px;
}

#cardTaiana, #cardRui {
    border: 1px solid #24606E;
    border-radius: 5px;
    padding: 5px;
}

#cardTaiana img, #cardRui img {
    border-radius: 5px;
    max-width: 250px;
    max-height: 300px;
    margin-right: 20px;
    margin-bottom: 5px;
}

#cardTaiana h6, #cardRui h6 {
    padding: 15px 15px 0px 15px;
}

#cardTaiana a, #cardRui a {
    padding-left: 15px;
}



.ul-nivel2 {
    font-weight: normal;
    list-style-type: square;
}

.ul-nivel2:first-child {
    margin-top: 8px;
}

#diretrizes .card, #solucoes .card {
    border: none;
}

#diretrizes .card:hover, #solucoes .card:hover, .logo-clientes:hover {
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  margin-top: -10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.card:hover .diretrizes-icon i {
    color: #FFF;
}

.card:hover .diretrizes-icon {
    background-color: #3104B4;
}

.card:hover .solucoes-icon {
    background-color: #FA7400;
}

.solucoes-icon {
    background-color: #FFF;
    
}

.solucoes-icon img {
    max-width: 56px;
}

#solucoes .card-title, #solucoes .card-subtitle {
    font-size: 1.1em;
    font-weight: bold;
}
.diretrizes-icon, .solucoes-icon {
    display: block;
    display: table;
    text-align: center;
    margin: 20px auto;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.diretrizes-icon {
    width: 80px;
    height: 80px;
    border: 2px solid #3104B4;
}

.solucoes-icon {
    width: 90px;
    height: 90px;
    padding-top: 15px;
    border: 2px solid #FA7400;
}

.diretrizes-icon i {
    display: table-cell;
    vertical-align: middle;
    font-size: 50px;
    color: #3104B4;
}

#diretrizes .card-title {
    color: #041E34;
    margin-top: 0px;
    text-align: center;
}

#diretrizes .card-body {
    padding-top: 0px;
}

.card-body ul{
    margin-left: -20px;
}

.logo-clientes {
    min-height: 160px;
    margin: 20px 0;
    padding: 0px;
    border-radius: 10%;
    overflow: hidden;
}

.logo-clientes .card {
    border: none;
}

.logo-clientes img {
    margin: 0 10px;
    max-width: 120px;
}

.logo-clientes.maior img {
    max-height: 103px;
}

.logo-clientes.maior:hover img {
    max-height: 120px;
}

.logo-clientes.menor img {
    max-height: 116px;
}

.logo-clientes.menor:hover img {
    max-width: 140px;
}

.link-blog {
    text-decoration: none !important;
}

.blog-title {
    font-size: 1.1em;
    text-decoration: underline;
    
}

#integra-blog {
    font-family: verdana;
    font-size: .8em;
}

.blog-posts img {
    border: 1px solid #E6E6E6;
    padding: 2px; float:left;
    margin-right: 10px;
    max-height: 110px;
}

.blog-posts i {
    float: left;
    margin-top: 10px;
    margin-right: 5px;
    font-size: 0.3em;
}

.blog-posts::after {
    content: '';
    width: 80vh;
    height: 1px;
    background-color: #A4A4A4;
    display: block;
    margin: 30px auto;
}

.blog-posts:last-of-type::after {
    display: none;
}

#contato iframe {
    padding-top: 25px;
    max-width: 80%;
    max-height: 250px;
}

#contato p {
    margin-top: 15px;
}

#spanVisite {
    font-size: 1.2em;
    font-weight: bold;
}

#contato form {
    padding-top: 25px;
}

#erro-nome, #emailHelp, #erro-tel {
    font-size: .8em;
}

#erro-nome, #erro-tel {
    color: red;
    display: none;
}

form textarea{
    width: 100%;
    height: 120px !important;
}

.erro .form-control {
    border-color:red;
    background-color:#FFDFDF;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.erro .form-control:focus {
    border-color:red;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.success-send, .error-send {
    display: none;
    padding-top: 25px;
    color: #041E34;
}

.success-send .d-flex, .error-send .d-flex {
    border-radius: 5px;
    padding-top: 20px;
}

.success-send .d-flex {
    border: 1px solid #006CF7;
}

.error-send .d-flex {
    border: 1px solid #EF2929;
}

.success-send img, .error-send img {
    max-width: 20%;
}

#contato h5:not(.successSend)::after {
    content: '';
    width: 10vh;
    height: 1px;
    background-color: #041E34;
    display: block;
}

/*--------------------------------------------------------------
# Genéricos
--------------------------------------------------------------*/

mTop10 {
    margin-top: 10px;
}

/*--------------------------------------------------------------
# Medias
--------------------------------------------------------------*/

@media only screen and (min-width: 400px) {
    #topbar {
        display: flex;
    }
    #siganosTopBarReduz {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    #dep-client {
        top: 27%;
    }
    #dep-client h5 {
        font-size: 2em;
    }
}

@media only screen and (max-width: 399px) {
    #topbar {
        display: none;
    }
    #stateMenu {
        display: none;
    }
    #siganosTopBarReduz {
        margin-left: 10px;
    }
    .social-links {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 575px) {
    #logo {
        margin-left: 10px;
    }
    #dep-client {
        top: 20%;
    }
    #dep-client h5 {
        font-size: 1.5em;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    #dep-client h5 {
        font-size: 1.7em;
    }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
    #dep-client {
        top: 25%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #dep-client h5 {
        font-size: 1.8em;
    }    
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-item a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
  header {
    background: url('../imagens/sem-video.jpg') black no-repeat center center scroll;
  }
  header video, .load {
    display: none;
  }
}
