
section#quem-somos{
    background-image: url(../images/fundo-quem-somos.png);
    font-size: 18px;
}

footer{

    background-color: #F7F7F7;
    /*background-image: url(../images/fundo_form.png);  */

}
.footer-fundo{
    color: #fff;
    background-color: #008CBC;
    width: 100% !important;
    height:  60px ;

}

.drop-shadow {
    -webkit-box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;       
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}
.background-default{
    background: rgba(0,0,0,0.5);
    color: #ffffff;   
    /*  background: rgba(255,255,255,0.8);
     color: #000; */ 
    /*  margin: auto; */
    padding: 10px;
    border-radius: 5px;
}

.titulo-default{
    background:rgba(255,255,255,0.8);
    color: #000; 
    width:216px;
    border-radius: 5px;
}

.space10 { 
    margin-top:10px;
} 

.space20 { 
    margin-top:20px;
} 

.space40 { 
    margin-top:40px;
} 

.space60 { 
    margin-top:60px;
} 
.space97 { 
    margin-top:97px;
}

.space100 { 
    margin-top:100px;
}
.space120 { 
    margin-top: 120px;
}
.space140 { 
    margin-top:140px;
}

.space300 { 
    margin-top:300px;
}

.space-resp18{
    margin-top:18%;
}
.branco{
    color: white;
}
.square{
    -webkit-border-radius: 0;
    -moz-border-radius: 0 ;
    border-radius: 0 ;
} 





.navbar-default .navbar-brand:hover, 
.navbar-default .navbar-brand:focus {  
    color: rgb(194, 49, 47);
    outline: none;
}

.navbar-fixed-top .nav{  
    padding:10px 0;
    margin-top: 20px;
}
.navbar-default{   
    background: #eaeaea;
    border-color: #eaeaea;
    text-align: center !important;
}
.navbar-default .navbar-toggle{
    margin-top: 30px;
    border-color:white;
    background-color:#e07295;
}
.navbar-default  .navbar-default {
    border-color:rgb(194, 49, 47);
    background-color:rgb(194, 49, 47);
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: black;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover{
    background-color: #389bac;
    border-color:black;
}


.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    border-color:transparent;
}

@media only screen and (min-width: 800px) {
    .navbar{
        min-height: 120px;
    }
    /* Resolve bug scroll da navbar */
    .navbar .navbar-collapse { 
        position: relative; 
        overflow: hidden !important; 

    }

    .navbar-default .navbar-brand {
        color: white;
        padding: 25px 15px;
    }
    .navbar-brand>img {
        height: 70px;
    }
}

@media only screen and (max-width: 800px) {
    .navbar{
        min-height: 95px;
    }
    .navbar-brand>img {
        height: 65px;
    }
}
.navbar-default .navbar-nav > li > a{
    color: #808080;
    font-size: 16px;
}
.nav>li>a {

    padding: 20px 15px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus{
    background:none;
    color:#d00d10;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus
{
    background: none;
    color:#d00d10;
}

.ng-invalid{
    border-color: #a80033;
}
.ng-valid{
    border-color: green;
}

.span-error{
    color:  white;
}

.social-circle [class*="fa fa-"] {
    width: 25px;
    height: 25px;
    color: white;
    background-color: grey;
    border-radius: 25px;
    display: inline-block;
    line-height: 25px;
    margin: auto 3px;
    font-size: 15px;
    text-align: center;
}
.social-circle .fa-facebook { 
    background-color: #3B5A9B; 
    cursor: pointer;
}

.social-circle .fa-instagram{
    background-color: #3F729B;
    cursor: pointer;
}
.social-circle .fa-linkedin{
    background-color: #007BB6;
    cursor: pointer;
}
.social-circle .fa-twitter{
    background-color: #4FC6F8;
    cursor: pointer;
}

.social-circle .fa-money{
    background-color: #DD4B39;
    cursor: pointer;
}

/**** Modal center*****/

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) { 
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.cursor-zoom{
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
} 


/*button custom formulÃƒÆ’Ã‚Â¡rio http://blog.koalite.com/bbg/ */

.btn-formulario { 
    color: #FFFFFF; 
    background-color: #A3185B; 
    border-color: #FFFFFF; 

} 

.btn-formulario:hover, 
.btn-formulario:focus, 
.btn-formulario:active, 
.btn-formulario.active, 
.open .dropdown-toggle.btn-formulario { 
    color: #FFFFFF; 
    background-color: #85134A; 
    border-color: #FFFFFF; 
} 

.btn-formulario:active, 
.btn-formulario.active, 
.open .dropdown-toggle.btn-formulario { 
    background-image: none; 
} 

.btn-formulario.disabled, 
.btn-formulario[disabled], 
fieldset[disabled] .btn-formulario, 
.btn-formulario.disabled:hover, 
.btn-formulario[disabled]:hover, 
fieldset[disabled] .btn-formulario:hover, 
.btn-formulario.disabled:focus, 
.btn-formulario[disabled]:focus, 
fieldset[disabled] .btn-formulario:focus, 
.btn-formulario.disabled:active, 
.btn-formulario[disabled]:active, 
fieldset[disabled] .btn-formulario:active, 
.btn-formulario.disabled.active, 
.btn-formulario[disabled].active, 
fieldset[disabled] .btn-formulario.active { 
    background-color: #A3185B; 
    border-color: #FFFFFF; 
} 

.btn-formulario .badge { 
    color: #A3185B; 
    background-color: #FFFFFF; 
}

.modal-page-captura .modal-content {
    background: rgba(0,0,0,0.5);
}

@media (min-width: 462px) {
    .background-enviar-email{           
        width: 75%;
    }
}
.background-enviar-email{
    padding:15px;
    background: rgba(0,0,0,0.5);
    -webkit-box-shadow:0 0 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    color: white;    
    border: none;   
}

/* ==========================================================================
Banner Form
========================================================================== */ 
.banner-optin { padding:20px;background: rgba(0,0,0,0.4); -webkit-box-shadow:0 0 10px rgba(0,0,0,.1); -moz-box-shadow: 0 0 10px rgba(0,0,0,.1); box-shadow: 0 0 10px rgba(0,0,0,.1); color: white}
.banner-optin input[type="text"], .banner-optin input[type="email"],.banner-optin input[type="number"], .banner-optin textarea { color: #333; border: none; outline: none; width: 100%; padding: 10px 10px; display: block; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; border-radius: 2px; height: auto; background: #FFF;}
.banner-optin textarea { min-height: 200px;}
.banner-optin button { width: 100%; text-align: center; color: #fff; padding: 9px 0; background: #00a8d6; border: none; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; font-weight: bold; border-radius: 1px;}
.banner-optin button i { color: #fff; font-size: 24px;}
.banner-optin button:hover{background: #0396CF; }
.banner-optin .form-group {margin-bottom: 0;}


/***** Popup **********/

.fixed {
    position:  absolute;
    top: 35%;
    left: 0;    
    z-index: 9999;
    background-color: #F7F7F7;  
    /*background-image: url(../images/fundo_form.png); */
}

.fixed a{
    color:  #389bac;
    cursor: pointer;
}
#popup-email > .panel-default {
    border-color:#389bac;
}            

.panel-default > .panel-heading-popup{
    color: #fff;
    background-color: #a3185b;
    border-color: #389bac;
    /*background-image: url(../images/fundo_form.png); */
    cursor: pointer;
}

#collapseEmail > .panel-body{
    padding: 0px; 
}


.popup-container {
    padding: 30px;
    max-width: 350px;
    width: 90% !important;
    background-color: #F7F7F7;
    margin: 0 auto;
    border-radius: 2px;
    /* background-image: url(../images/fundo_form.png); */
    overflow: hidden;
    font-family: roboto;

}

.popup-container h1 {
    text-align: center;
    font-size: 1.8em;
    font-family: roboto;
}

.popup-container button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.popup-container input[type=text], .popup-container input[type=email], .popup-container select {
    height: 44px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    /* -webkit-appearance: none; */
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    /* border-radius: 2px; */
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}





.popup-submit {
    /* border: 1px solid #3079ed; */
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.1); 
    background-color: #a3185b;
    padding: 17px 0px;
    font-family: roboto;
    font-size: 16px;
    border-radius: 0px; 
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.popup-submit:hover, .popup-submit:active{
    /* border: 1px solid #2f5bb7; */
    border: 0px;
    text-shadow: 0 1px rgba(0,0,0,0.3);
    color: #fff;
    background-color: #7F0F45;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.popup-submit[disabled] {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.animated-infinite {
    animation-duration: 2.5s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}



.formulario-container {
    /* padding: 30px; */
    /* max-width: 350px; */
    width: 90% !important;  
    /*   background-color: #F7F7F7;*/
    margin: 0 auto;
    border-radius: 2px;
    /* background-image: url(../images/fundo_form.png); */
    overflow: hidden;
    font-family: roboto;

}

.formulario-container h1 {
    text-align: center;
    font-size: 1.8em;
    font-family: roboto;
}

.atelie {
    font-size: 6.75rem;
    line-height: 5rem;
    text-align: center;
}

.footer {

    height:24px; 
    width: 100%; 
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    position: fixed;
    bottom: 0pt;
    left: 0pt;

}   

.footer_contents {
    background-color: white;
    height:24px; 
    width: 1000px;
    margin:auto;

}



p.lead {
    margin-bottom: 40px
}

.no-mb {
    margin-bottom: 0 !important
}

.icon.icon-lg {
    font-size: 30px;
    border-width: 2px;
}

.icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    color: #fff;
    line-height: 80px;
    border-radius: 40px;
    border: solid 1px #fff;
    font-size: 20px;
}

.ul-icons {
    padding-left: 10px
}
.ul-icons li {
    list-style-type: none;
    line-height: 20px;
    margin-bottom: 20px
}
.ul-icons li i {
    width: 20px;
    height: 20px;
    background: #38a7bb;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    line-height: 20px;
    margin-right: 10px
}
ul.list-style-none {
    list-style: none
}

.heading {
    margin-bottom: 40px
}
.heading h1,
.heading h2,
.heading h3,
.heading h4,
.heading h5 {
    display: inline-block;
    border-bottom: solid 5px #38a7bb;
    line-height: 1.1;
    margin-bottom: 0;
    padding-bottom: 10px;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: .06em
}
.heading h1 i.fa,
.heading h2 i.fa,
.heading h3 i.fa,
.heading h4 i.fa,
.heading h5 i.fa {
    display: inline-block;
    background: #38a7bb;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    border-radius: 15px
}



.btn {
    font-weight: 700;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .08em;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 0
}
.input-group .btn {
    font-size: 14px
}
.btn-lg {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.33;
    border-radius: 0
}
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}
.btn-template-main {
    color: #38a7bb;
    background-color: #fff;
    border-color: #38a7bb
}
.btn-template-main:hover,
.btn-template-main:focus,
.btn-template-main:active,
.btn-template-main.active,
.open>.dropdown-toggle.btn-template-main {
    color: #38a7bb;
    background-color: #e6e6e6;
    border-color: #2a7d8c
}
.btn-template-main:active,
.btn-template-main.active,
.open>.dropdown-toggle.btn-template-main {
    background-image: none
}
.btn-template-main.disabled,
.btn-template-main[disabled],
fieldset[disabled] .btn-template-main,
.btn-template-main.disabled:hover,
.btn-template-main[disabled]:hover,
fieldset[disabled] .btn-template-main:hover,
.btn-template-main.disabled:focus,
.btn-template-main[disabled]:focus,
fieldset[disabled] .btn-template-main:focus,
.btn-template-main.disabled:active,
.btn-template-main[disabled]:active,
fieldset[disabled] .btn-template-main:active,
.btn-template-main.disabled.active,
.btn-template-main[disabled].active,
fieldset[disabled] .btn-template-main.active {
    background-color: #fff;
    border-color: #38a7bb
}
.btn-template-main .badge {
    color: #fff;
    background-color: #38a7bb
}
.btn-template-main:hover,
.btn-template-main:focus,
.btn-template-main:active,
.btn-template-main.active {
    background: #38a7bb;
    color: #fff;
    border-color: #38a7bb
}
.btn-template-transparent-primary {
    color: #fff;
    background-color: transparent;
    border-color: #fff
}
.btn-template-transparent-primary:hover,
.btn-template-transparent-primary:focus,
.btn-template-transparent-primary:active,
.btn-template-transparent-primary.active,
.open>.dropdown-toggle.btn-template-transparent-primary {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #e0e0e0
}
.btn-template-transparent-primary:active,
.btn-template-transparent-primary.active,
.open>.dropdown-toggle.btn-template-transparent-primary {
    background-image: none
}
.btn-template-transparent-primary.disabled,
.btn-template-transparent-primary[disabled],
fieldset[disabled] .btn-template-transparent-primary,
.btn-template-transparent-primary.disabled:hover,
.btn-template-transparent-primary[disabled]:hover,
fieldset[disabled] .btn-template-transparent-primary:hover,
.btn-template-transparent-primary.disabled:focus,
.btn-template-transparent-primary[disabled]:focus,
fieldset[disabled] .btn-template-transparent-primary:focus,
.btn-template-transparent-primary.disabled:active,
.btn-template-transparent-primary[disabled]:active,
fieldset[disabled] .btn-template-transparent-primary:active,
.btn-template-transparent-primary.disabled.active,
.btn-template-transparent-primary[disabled].active,
fieldset[disabled] .btn-template-transparent-primary.active {
    background-color: transparent;
    border-color: #fff
}
.btn-template-transparent-primary .badge {
    color: transparent;
    background-color: #fff
}
.btn-template-transparent-primary:hover,
.btn-template-transparent-primary:focus,
.btn-template-transparent-primary:active,
.btn-template-transparent-primary.active {
    background: #fff;
    color: #38a7bb;
    border-color: #fff
}
.btn-template-transparent-black {
    color: #fff;
    background-color: transparent;
    border-color: #fff
}
.btn-template-transparent-black:hover,
.btn-template-transparent-black:focus,
.btn-template-transparent-black:active,
.btn-template-transparent-black.active,
.open>.dropdown-toggle.btn-template-transparent-black {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #e0e0e0
}
.btn-template-transparent-black:active,
.btn-template-transparent-black.active,
.open>.dropdown-toggle.btn-template-transparent-black {
    background-image: none
}
.btn-template-transparent-black.disabled,
.btn-template-transparent-black[disabled],
fieldset[disabled] .btn-template-transparent-black,
.btn-template-transparent-black.disabled:hover,
.btn-template-transparent-black[disabled]:hover,
fieldset[disabled] .btn-template-transparent-black:hover,
.btn-template-transparent-black.disabled:focus,
.btn-template-transparent-black[disabled]:focus,
fieldset[disabled] .btn-template-transparent-black:focus,
.btn-template-transparent-black.disabled:active,
.btn-template-transparent-black[disabled]:active,
fieldset[disabled] .btn-template-transparent-black:active,
.btn-template-transparent-black.disabled.active,
.btn-template-transparent-black[disabled].active,
fieldset[disabled] .btn-template-transparent-black.active {
    background-color: transparent;
    border-color: #fff
}
.btn-template-transparent-black .badge {
    color: transparent;
    background-color: #fff
}
.btn-template-transparent-black:hover,
.btn-template-transparent-black:focus,
.btn-template-transparent-black:active,
.btn-template-transparent-black.active {
    background: #fff;
    color: #000;
    border-color: #fff
}
.btn-template-primary {
    color: #fff;
    background-color: #38a7bb;
    border-color: #38a7bb
}
.btn-template-primary:hover,
.btn-template-primary:focus,
.btn-template-primary:active,
.btn-template-primary.active,
.open>.dropdown-toggle.btn-template-primary {
    color: #fff;
    background-color: #2c8494;
    border-color: #2a7d8c
}
.btn-template-primary:active,
.btn-template-primary.active,
.open>.dropdown-toggle.btn-template-primary {
    background-image: none
}
.btn-template-primary.disabled,
.btn-template-primary[disabled],
fieldset[disabled] .btn-template-primary,
.btn-template-primary.disabled:hover,
.btn-template-primary[disabled]:hover,
fieldset[disabled] .btn-template-primary:hover,
.btn-template-primary.disabled:focus,
.btn-template-primary[disabled]:focus,
fieldset[disabled] .btn-template-primary:focus,
.btn-template-primary.disabled:active,
.btn-template-primary[disabled]:active,
fieldset[disabled] .btn-template-primary:active,
.btn-template-primary.disabled.active,
.btn-template-primary[disabled].active,
fieldset[disabled] .btn-template-primary.active {
    background-color: #38a7bb;
    border-color: #38a7bb
}
.btn-template-primary .badge {
    color: #38a7bb;
    background-color: #fff
}


.owl-carousel .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page.active span,
.owl-carousel .owl-controls.clickable .owl-page:hover span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #38a7bb
}
.owl-carousel .owl-controls .owl-buttons,
.owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 5px;
    right: 0
}
.owl-carousel .owl-controls .owl-buttons div,
.owl-theme .owl-controls .owl-buttons div {
    width: 26px;
    height: 26px;
    line-height: 25px;
    margin: 0 5px 0 0;
    font-size: 18px;
    color: #38a7bb;
    padding: 0;
    background: #fff;
    border-radius: 13px;
    vertical-align: middle;
    text-align: center;
    opacity: 1;
    filter: alpha(opacity=100)
}
.home-carousel {
    position: relative;
    background: url('../images/carousel/photogrid.jpg') center center repeat;
    background-size: cover;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out
}
.home-carousel .dark-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #38a7bb;
    opacity: .9;
    filter: alpha(opacity=90)
}
.home-carousel .owl-carousel {
    padding-top: 60px;
    padding-bottom: 20px
}
.home-carousel .owl-theme .owl-controls .owl-page span {
    background: #666
}
.home-carousel .owl-theme .owl-controls .owl-page.active span {
    background: #fff
}
.home-carousel .owl-theme .owl-controls .owl-page:hover span {
    background: #fff
}
@media (max-width: 767px) {
    .home-carousel {
        text-align: center !important
    }
}
@media (min-width: 992px) {
    .home-carousel .right {
        text-align: right
    }
}
.home-carousel h1,
.home-carousel h2,
.home-carousel h3,
.home-carousel p,
.home-carousel ul {
    color: #fff
}
.home-carousel h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 46px;
    letter-spacing: .08em
}
@media (max-width: 991px) {
    .home-carousel h1 {
        font-size: 36px
    }
}
.home-carousel h2 {
    /*font-weight: 700;*/
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: .08em
}
.home-carousel ul,
.home-carousel p {
    font-size: 18px;
    /*font-weight: 700;*/
    padding: 0;
    text-transform: uppercase;
    letter-spacing: .1em
}
@media (max-width: 991px) {
    .home-carousel ul,
    .home-carousel p {
        font-size: 14px
    }
}
.home-carousel ul li {
    margin-bottom: 10px
}

.testimonials {
    padding: 0;
    margin-bottom: 40px
}
.testimonials .item {
    list-style-type: none;
    margin: 0 5px;
    background: #fff;
    padding-bottom: 90px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.testimonials .item .testimonial {
    position: relative;
    padding: 20px
}
.testimonials .item .testimonial:before,
.testimonials .item .testimonial:after {
    content: " ";
    display: table
}
.testimonials .item .testimonial:after {
    clear: both
}
.testimonials .item .testimonial:before,
.testimonials .item .testimonial:after {
    content: " ";
    display: table
}
.testimonials .item .testimonial:after {
    clear: both
}
.testimonials .item .testimonial .text {
    color: #999;
    margin-bottom: 40px
}
.testimonials .item .testimonial .bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    height: 50px
}
.testimonials .item .testimonial .bottom .icon {
    color: #38a7bb;
    font-size: 30px;
    float: left;
    width: 20%
}
.testimonials .item .testimonial .name-picture {
    float: right;
    width: 80%;
    text-align: right
}
.testimonials .item .testimonial .name-picture h5 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .08em
}
.testimonials .item .testimonial .name-picture p {
    color: #999;
    margin: 0;
    font-size: 12px;
    text-align: center;
}
.testimonials .item .testimonial .name-picture img {
    float: right;
    width: 60px;
    border-radius: 30px;
    margin-left: 10px
}

.box-image-text {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 15px 0
}
.box-image-text .top {
    position: relative;
    margin-bottom: 10px
}
.box-image-text .top .bg {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    background: #38a7bb
}
.box-image-text .top .name {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
    color: #fff;
    padding: 0 20px
}
.box-image-text .top .name h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: .08em
}
.box-image-text .top .name h3 a {
    color: #fff;
    text-decoration: none
}
.box-image-text .top .text {
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    -webkit-transform: translate(0, -150%);
    -ms-transform: translate(0, -150%);
    -o-transform: translate(0, -150%);
    transform: translate(0, -150%);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
    color: #fff;
    padding: 0 20px
}
.box-image-text .content h3,
.box-image-text .content h4 {
    text-transform: uppercase;
    line-height: 1.5;
    color: #555;
    font-weight: 800;
    letter-spacing: .08em
}
.box-image-text .content p {
    color: #999
}
.box-image-text:hover .bg {
    opacity: .7;
    filter: alpha(opacity=70)
}
.box-image-text:hover .name {
    position: absolute;
    -webkit-transform: translate(0, -75%);
    -ms-transform: translate(0, -75%);
    -o-transform: translate(0, -75%);
    transform: translate(0, -75%)
}
.box-image-text:hover .text {
    position: absolute;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%)
}

.contato-container{

    background: linear-gradient(
        rgba(0, 0, 0, 0.4),
        rgba(0, 0, 0, 0.4)
        ),
        url('../images/fundo.png') center top no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;      
}



.bar {
    position: relative;
    background: #38a7bb;
    padding: 60px 0
}
.bar.background-pentagon {
    background: url('../images/depoimentos/texture-bw.png') center center repeat;
    border-top: solid 1px #999;
    border-bottom: solid 1px #999
}

.bar.background-white {
    background: #fff
}
/*
.bar.background-image-fixed-2 {
    background: url('../images/fundo.png') center top no-repeat;
    background-attachment: fixed;
    background-size: cover
}*/
.bar.color-white h1,
.bar.color-white h2,
.bar.color-white h3,
.bar.color-white h4,
.bar.color-white h5,
.bar.color-white h6,
.bar.color-white p {
    color: #fff
}

.bar.padding-horizontal {
    padding-left: 30px;
    padding-right: 30px
}
.bar.margin-vertical {
    margin-top: 20px;
    margin-bottom: 20px
}
.bar .dark-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
    filter: alpha(opacity=30)
}

.box-image-text.blog .author-category {
    color: #999;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 300;
    font-size: 12px
}
.box-image-text.blog .author-category a {
    font-weight: 500
}
.box-image-text.blog .intro {
    text-align: left;
    margin-bottom: 20px
}


.lib-panel {
    margin-bottom: 20px;
}

.lib-panel .row,
.lib-panel .col-md-6 {
    padding: 0;
    background-color: #FFFFFF;
}


.lib-panel .lib-row {
    padding: 0 20px 0 20px;
}

.lib-panel .lib-row.lib-header {
    background-color: #FFFFFF;
    font-size: 20px;
    padding: 10px 20px 0 20px;
}

.lib-panel .lib-row.lib-header .lib-header-seperator {
    height: 2px;
    width: 26px;
    background-color: #d9d9d9;
    margin: 7px 0 7px 0;   
}

.lib-panel .lib-row.lib-desc {
    position: relative;
    height: 100%;
    display: block;
    font-size: 14px;
}
.lib-panel .lib-row.lib-desc a{
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 20px;
}

.gap-right {
    margin-right: 0;   
}
.gap-right img {
    padding: 0 10px 0 10px;
}
body {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555; 

}


.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}

.chevron-left:before {
    content: "\f112";
}

.carousel-caption{
    background: rgba(41,99,150,.3);
    padding-top: 0px;
    right: 0%;
    left: 0%;

}


.carousel-home .carousel .item {
    height: 85vh;
}

.carousel-home .item img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 85vh;
}
.carousel-control .control-left,
.carousel-control .control-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;  
}
.carousel-control .control-left {
    left: 50%;
}
.carousel-control .control-right {
    right: 50%;
}
@media only screen and (max-width: 600px) {
    .carousel-home .carousel .item {
        height: 210px;

    }
    .carousel-caption h3{
        font-size: 16px;
    }

    .carousel-home .item img {
        position: absolute;
        top: 0;
        left: 0;
        min-height: 210px;       
    }

    .carousel-control .control-left,
    .carousel-control .control-right {
         top: 30%;
    }
}



div#ul-nav a:before {

    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 10px;
    left: 0;
    background-color: #d00d10;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s;

}

div#ul-nav  a:not(.social-link):hover:before  {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}



/*

@media(min-width:768px) {
    .hvr-underline-from-left
    {
        backface-visibility: hidden;
        box-shadow: 0 0 1px rgba(0,0,0,0);
        display: inline-block;
        moz-osx-font-smoothing: grayscale;
        overflow: hidden;
        position: relative;
        transform: translateZ(0);
        vertical-align: middle;
        webkit-backface-visibility: hidden;
        webkit-transform: translateZ(0);
    }
    .hvr-underline-from-left:before
    {
        background: black;
        bottom: 0;
        content: "";
        height: 4px;
        left: 0;
        position: absolute;
        right: 100%;
        transition-duration: .3s;
        transition-property: right;
        transition-timing-function: ease-out;
        webkit-transition-duration: .3s;
        webkit-transition-property: right;
        webkit-transition-timing-function: ease-out;
        z-index: -1;
    }
    .hvr-underline-from-left:active:before,
    .hvr-underline-from-left:focus:before,
    .hvr-underline-from-left:hover:before
    {
        right: 0;
    }
}*/


/*
@media screen  and (min-width: 600px) and (max-width: 1366){
    .carousel .item {
        height: 350px;
    }
    
}

@media screen  and (min-width: 600px) and (max-width: 1366){
   .carousel  .item img {
        position: absolute;
        top: 0;
        left: 0;
        min-height: 350px;
    }
    
}*/