@import url("font-awesome.css");
@import url("font-awesome.min.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body, html {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}


@media (max-width: 774px) {
    .some-mobile {
        display: none;
        visibility: hidden;
        width: 0;
        height: 0;
    }
}

@media (min-width: 774px) {
    .aparece-mobile {
        display: none;
        visibility: hidden;
    }
}

a:link {
    text-decoration: none;
}

.clear {
    clear: both;
}

.clear5 {
    height: 5px;
    clear: both;
}

.clear10 {
    height: 10px;
    clear: both;
}

.clear20 {
    height: 20px;
    clear: both;
}

.clear30 {
    height: 30px;
    clear: both;
}

.mt-40 {
    margin-top: 40px;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}

.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-wrapper .navbar .container {
    width: auto;
}

.quem-somos {

    padding: 80px 10px;

}

.quem-somos h3 {
    text-align: center;
    font-size: 36px;
}

.quem-somos p {
    padding: 20px 0;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    background: rgba(0, 0, 0, 0.26);
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}

#demo2 ul li {
    list-style: none;
}

/* CUSTOMIZE THE PARALLAX
-------------------------------------------------- */
.parallax {
    /* The image used */
    background-image: url("../imagens/bg2.jpg");

    /* Full height */


    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    position: absolute;
    top: 304px;
    right: 0;
    left: 0;
    z-index: 18;
    height: 300px;
    margin-bottom: 60px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 40px;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 400px;
}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 400px;
}


.caption {
    position: relative;
    display: block;
    z-index: 9999;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.caption h1 {
    width: 100%;
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    line-height: 46px;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px;

    left: 5vh;
    bottom: 40vh;
    position: absolute;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}

.marketing h2 {
    font-weight: normal;
}

.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}

footer {
    background: #005499;
    color: #ffffff;
    padding: 30px 0;
}

footer h3 {
    color: #d8d8d8;
}

.contato {
    text-align: center;
}

.contato p {
    font-size: 16px;
}

/* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 20px;
    }

    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }

    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }

    .navbar-toggle {
        margin-top: 40px;
    }


}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
}

@media (max-width: 1024px) {
    .logo {
        height: 50px;
        margin-top: 20px;
    }

    .contato {
        text-align: left;
    }

    .social li a img {
        margin-top: 15px;
    }
}

@media (max-width: 768px) {
    .navbar-toggle {
        margin-top: 40px;
        margin-right: 0;
    }

    .navbar-header {
        width: 100%;
        margin: 0 auto;
    }

    .logo {
        height: 70px;
        margin: 0 auto;
    }

    .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }

    .caption h1 {
        width: 100%;
        text-align: center;
        font-size: 18px;
        text-transform: uppercase;
        line-height: 32px;
        background: rgba(0, 0, 0, 0.3);
        padding: 10px;
        left: 0;
        bottom: 33vh;
        position: absolute;
        color: #ffffff;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
    }
}

@media (max-width: 480px) {

    .logo {
        height: 50px;
        margin-top: 20px;
    }
}

@media (max-width: 320px) {

    .logo {
        height: 40px;
        margin-top: 20px;
    }
}

.whatsapp {
    position: fixed;
    z-index: 99;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
}

.whatsapp a {
    background: #00E676;
    border-radius: 50%;
    box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .1);
    -webkit-transform-origin: center;
    transform-origin: center;
    position: relative;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 1.3em;
    color: #fff;
    z-index: 1;
    display: block;
}

.whatsapp .ripple,
.whatsapp .ripple:before,
.whatsapp .ripple:after {
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(16, 231, 126, 0.3);
    top: 0;
    height: 60px;
    position: absolute;
    width: 60px
}

.whatsapp .ripple:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    top: 0
}

.whatsapp .ripple:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    top: 0
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 50px transparent
    }
    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 50px transparent
    }
    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

@media (max-width: 767px) {
    .whatsapp {
        position: fixed;
        z-index: 99;
        right: 10px;
        bottom: 20px;
        width: 60px;
        height: 60px;
    }

    .whatsapp a {
        background: #00E676;
        border-radius: 50%;
        box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .1);
        -webkit-transform-origin: center;
        transform-origin: center;
        position: relative;
        height: 60px;
        width: 60px;
        text-align: center;
        line-height: 60px;
        font-size: 1.3em;
        color: #fff;
        z-index: 1;
        display: block;
    }

    footer .endereco {
        text-align: left;
    }

    span.contact-info {
        font-family: "Open Sans", sans-serif;
        color: #323232;
        font-size: 15px;
        line-height: 20px;
        margin-right: 0px;
        font-weight: 400;
    }
}
