/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02/08/2018, 11:33:07
    Author     : Rodrigo Teixeira Andreotti <ro.andriotti@gmail.com>
*/

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

* {
    font-family: 'Montserrat', sans-serif;
}

.img-background {
    background-image: url(../img/transito.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    height: 80%;
    width: 110%;
    bottom: 0;

    overflow: hidden;


    top: 0;
    z-index: 1; 

    max-width: 100%;
}


.img-background .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    display: block;
    background-color: rgba(10,10,10,.4);
    z-index: 2
}

.img-background .content {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 3;
}

.img-background .content .col-md-4 {
    background-color: rgba(255,255,255,0.5);
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;

    padding: 15px;
    
}

.img-background .content h1,
    .img-background .content h4 {
        color: #222;
    }


hr.title {
    width: 20%;
}

.img-background .border-img {
    position: absolute;

    z-index: 2;
    bottom: -10px;
    left: 0;
    max-width: 100%;
    direction: ltr;
    overflow: hidden;
}

.img-background .border-img svg {
    display: block;
    position: relative;
    width: 200%; 
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.img-background .border-img svg path  {
    fill: #FFF;
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
}

.menu {
    background-color: transparent;
    margin-bottom: 15px;
    position: absolute;
    top: 0;
    z-index: 4
}

.menu .navbar.navbar-dark a {
    color: #DDD;
    font-size: 1.2em;
}


/* Footer */
.footer {
    background-image: url(../img/transito.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bootom center;
    position: relative;
    z-index: 1;
    margin-top: 25px;
}

.footer .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    display: block;
    background-color: rgba(10,10,10,.8);
    z-index: 2
}

.footer .content {
    position: relative;
    width: 100%;
    top: 0;
    z-index: 3
}

.footer p,
.footer small,
.footer a,
.footer h4 {
    margin-top: 15px;
    color: #FFE;
}


.footer ul,
.footer li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #FFE;
    margin-bottom: 10px;
}
.footer li.email {
    font-size: 12px;
}

/** Fim do Footer */

.projetos div {
    text-align: center;
}

.project-icon {
    font-size: 4em;
}

video {
    width: 100%    !important;
    height: auto   !important;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Home */
.cards {
    position: relative;
    z-index: 4;
    margin-top: -130px;
}

.cards h3 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
}

.cards .card-body p {
    color: #a0a0a0;
}

.cards .card {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 0px 5px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px -3px rgba(0,0,0,0.75);
    background-color: #FFF;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}

.cards .card:hover {
    -webkit-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
}

.home h2 {
    text-shadow: 0px 0px 4px rgba(0,0,0,0.5);
    margin-top: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #28abe2;
}


.home h2 a {
    color: inherit;
}

.cards .card.blue h3 a {
    color: #55acee;
}
.cards .card.red h3 a {
    color: #bb0000;
}

.cards .card.dark-blue h3 a {
    color: #3b5998;
}
.cards .card.blue .icon {
    color: #55acee;
    border-color: #55acee;
}
.cards .card.red .icon {
    color: #bb0000;
    border-color: #bb0000;
}

.cards .card.dark-blue .icon {
    color: #3b5998;
    border-color: #3b5998;
}

.cards .card .icon {
    display: inline-block;
    width: 100px;;
    height: 100px;
    font-size: 3em;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    border: 3px solid;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}




.large-bar h3 {
    font-family: 'Montserrat', sans-serif;
}

.large-bar {
    position: relative;
    padding-top: 10px;
    padding-bottom: 100px;
    margin-bottom: 20px;

    background-image: url('../img/transito.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;

    width: 110%;
    bottom: 0;

    overflow: hidden;


    top: 0;
    z-index: 1; 

    max-width: 100%;
}

.large-bar .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    display: block;
    background-image: linear-gradient(250deg, #7a7a7a 38%, #54595f 94%);
    opacity: 0.81;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    z-index: 2
}

.large-bar .content {
    position: relative;
    width: 100%;
    top: 0;
    z-index: 3
}

.dark-blue {
    background-color: #2f4858;
    color: #FFE;
}

.large-bar .border-img {
    position: absolute;

    z-index: 2;
    top: -10px;
    left: 0;
    max-width: 100%;
    direction: ltr;
    overflow: hidden;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.large-bar .border-img svg {
    display: block;
    position: relative;
    width: 200%; 
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.large-bar .border-img svg path  {
    fill: #FFF;
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
}


/* Home */

.social-share .btn-incorporar { 
    margin-top: -20px;
    padding-bottom: 2px;
    padding-top: 3px;
}
.social-share .social-button {
    display: inline-block;
    width: auto;
}

.fb_iframe_widget span 
{
    vertical-align: inherit !important;
}

#embedCode {
    display: block;
    background-color: #333;
    color: #FFF;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 5px;
    text-align: center;
}

.ui-dialog-titlebar-close {
    display: none;
}