.footer-bar{
    background-color: #E9EDEF;
    padding-top: 30px;
    padding-bottom: 30px;
    
}

nav :hover {
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.footer-bar h6 {
    margin-top: 5px;
    margin-bottom:10px;
    text-align: center;
}

.footer-bar img {
    
}

footer-bar i { vertical-align: middle;}

.footer-bar a {
    color: gray;
    text-decoration: none;
    
}

.footer-bar a:hover{
    opacity: 0.6;
    transition: all .4s ease;
    -webkit-transition: all .2s ease;
}

.footer-bar ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    display: inline-block;
    text-align: left;
}


.bg-topbar {
    background-color: #01bcf3;
}


.topbar{
    height: 35px !important;
    padding-top:3px !important;
}

.topbar a {
    color:white;
    text-decoration: none;
}

.topbar a:hover {
    color: #F0F0F0;
    transition: all .4s ease;
    -webkit-transition: all .2s ease;
}

.contact-span {
    margin-left: 10px;
}
.contact-item {
    padding-bottom:5px;
}


.content {
    min-height: 500px; 
    
}

.content p{
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
    
}
.carousel-inner{
    width:100%;
    max-height: 400px !important;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
}

.contact-page a {
    color: gray;
    text-decoration: none;
}

.contact-page a:hover {
    opacity: 0.6;
    transition: all .4s ease;
    -webkit-transition: all .2s ease;
}
.contact-page ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    display: inline-block;
    text-align: left;
}

.icon {
    padding-bottom: 15px;
}

.map {
    margin-top: 5px;
    margin-bottom: 50px;
}

.partner-img img  {
    margin-right: 15px;
    margin-bottom: 10px;
    opacity: 1;
}


.partner-img img:hover {
    display: inline-block;
    opacity: 0.7;
    color: black;
    transition: all .4s ease;
    -webkit-transition: all .2s ease;
}

footer a {
    color: white;
    text-decoration: none;
}

footer a:hover {
    color: lightgray;
    text-decoration: none;
    transition: all .4s ease;
    -webkit-transition: all .2s ease;
}

.empresa-img {
    background-image: url("../img/hardware.jpg");
    min-height: 300px;
    background-position: center; 
    background-repeat: no-repeat;
    background-size: 100%;
}

.titulo {
    color: #01bcf3;
    font-family: 'Open Sans Condensed', sans-serif;
    padding-top: 20px;
    
    
    
}


.cookies-modal{
    position: fixed;
    left: 0;
    bottom: 0;
    color:black;
    display: none;
    width: 100%;
    z-index: 99;
}

.cookies-modal button {
    margin-left:10px;
}

.cookies-modal a {
    
    color:white;
    text-decoration: underline;
    margin-left: 5px;
    margin-right: 5px;
    
    
    
}

.cookies-modal a:hover {
    color: #F0F0F0;
    text-decoration: underline;
    transition: all .4s ease;
    -webkit-transition: all .2s ease;
}

@media screen and (max-width: 991px) {
    .content {
        min-height: 65vh;
    }
}


div.g-recaptcha {
    margin: 0 auto;
    width: 304px;
}

.logo-slider {
    margin-top: 55px;
    height: 50px;
    margin-bottom: 50px;
}

.logo-slider img 
{
    height: 50px;
    
    
}


.logo-slider img:hover {
    opacity: 0.7;
    transition: all .4s ease;
    -webkit-transition: all .2s ease
}

.slick-slide {
    margin: 0px 20px;
    height: 50px;
    
}



#valores {
    list-style-type: none;
    margin:0;
    padding: 0;
    text-align: center;
}

#valores li 
{
    
    
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 16pt;
    display:inline-block;
    margin: 0 30 30 0;
}

.valores-highlight
{
    
    color: #01bcf3;
    transition: all .4s ease;
    -webkit-transition: all .2s ease;
    
}

.paralax {
    
    margin:0;

    height: 300px;
    
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.box {
    font-family: 'Open Sans', sans-serif;
    background-color:rgba(0, 0, 0, 0.5);
    font-size: 36pt;
    opacity: 1;
    color: white;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.p-servicos {
    background-image: url("../img/hard.jpg");
}

.p-empresa {
    
    background-image: url("../img/business.jpg");
    
}
.p-privacidade {
    
    background-image: url("../img/privacy.jpg");
    
}

.p-cookies {
    background-image: url("../img/cookies.jpg");
}

.p-error {
    background-image: url("../img/error.jpg");
}

#services {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    padding:0;
    
}

#services li {
    padding: 20px 40px;
    background-color: #F5F5F5;
}

#services li:hover{
    background-color: #F8F8F8;
}


.services-icon {
    vertical-align: middle;
    padding-right: 50px;
    color: grey;
}

#link-privacidade{
    text-decoration: underline !important;
    
}

.contact-list a{
    color: gray;
}

.soft {
    display: flex;
    flex-direction: column;
     
    
}
.soft > div {
    padding: 20px 40px;
    background-color: #F5F5F5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.soft > div > p {
    margin: 0;
}

.soft-title {
    font-weight: bold;
}