
 @font-face {
    font-family: 'Lato-Black' ;
    src: url("../fonts/Lato-Black.ttf") ;

}

 @font-face {
    font-family: 'Lato-Light' ;
    src: url("../fonts/Lato-Light.ttf");

}
 @font-face {
    font-family: 'Lato-Regular' ;
    src: url("../fonts/Lato-Regular.ttf" );
}

@font-face {
    font-family: 'Lato-Bold' ;
    src: url("../fonts/Lato-Bold.ttf" );
}
.top-bar-section ul li>a{
    font-size: 0.9em;
    text-transform: uppercase;
}
.disabled a,
a.disabled {
    pointer-events: none;
}

a:hover {
    opacity: 0.8
}
p{margin-bottom: 5px}
ul{list-style-type: none}
.modal-body h5{ font-size: 1.1em }
.modal-body p{font-size: 0.95em}
.modal-title{color: #FFB400}
.modal-footer button{margin-bottom: 0px; background: #1cc7ff; border-radius: 5px; padding: 12px 15px; font-size: 0.85em}
input[type=checkbox]
{
  height:25px;
  width: 25px;
  padding: 10px;
  margin-left: -25px !important;
  margin-top: -2px;
}
td>a{font-weight: 700; color:rgba(120,120,120,1);}
.top-bar-section .left .dropdown{position:relative !important; height: auto; min-width:0; width: auto}
.top-bar-section .left .dropdown-menu{position: fixed; top:auto; left: auto;background: #5F6877;}
.top-bar-section .left .dropdown:not(.open)> .dropdown-menu{display: none;}
.top-bar-section .left .dropdown.open>.dropdown-menu{display: block;}
.top-bar-section .divider, .top-bar-section [role="separator"]{background: #5F6877;; border-color: rgba(120,120,120,1)}
.top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button){color:#939AA2; background: #5F6877;}
.top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button):hover{color:#1cc7ff; background: #5F6877; opacity: 1.0}
.navbar-nav .icon{display: inline-block; width: 50px; height: 50px;}
.navbar-nav .icon img{width: 100%}

#notifications{display:none;position: fixed; margin-top: 3px;right: 60px;width: 280px; max-height:350px; background-color: white; -webkit-box-shadow: 0px 5px 23px -9px rgba(0,0,0,0.71);
-moz-box-shadow: 0px 5px 23px -9px rgba(0,0,0,0.71);
box-shadow: 0px 5px 23px -9px rgba(0,0,0,0.71);}
#notifications>h4{font-size: 0.9em; font-weight: bold; border-bottom: 1px solid rgba(240,240,240,1); padding: 10px; margin-bottom: 0px}
#notifications-list{display: block; list-style-type: none; overflow: auto; max-height: 350px}
#notifications-list>li{display: block; padding: 10px; font-size: 0.85em; cursor: pointer; border-bottom: 1px solid rgba(240,240,240,1); width: 100%}
#notifications-list>li.not-seen{background-color: rgba(28,199,255, 0.08)}
#notifications-list>li:hover{background-color: rgba(250,250,250,1)}
#notifications-list>li>strong{color:#008CBA}
#notifications-list>li>span{display: block; font-size: 0.75em; color: rgba(160,160,160,1); text-align: left;}
.datetimepicker{width:25%;}
.file.input{display: inline-block;}
.view-image{background-color: #6da9a7; font-size: 0.9em; padding: 5px 10px; color: white; text-transform: uppercase;border-radius: 5px}
.view-image:hover, .view-image:visited, .view-image:active,  .view-image:focus{color:white; text-decoration: none; opacity: 0.8; }
.modal-body{max-height: 320px; overflow: auto}
a {
    color: rgba(80,80,80,1);
}
.form button.cancel:hover, .form button.cancel:focus {
 background-color: #FF6347;
   color: white;
    }
.form button.cancel {
    background-color: #FF6347;
    color: white;
    margin-right: 10px;
}
.nav-tabs{margin-bottom: 30px}
.btn-new{float: right}
.side-nav li a:not(.button) {
    color: #939AA2;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea{
    border-radius: 4px;
    background-color: white;
}
body{background: rgba(249,249,249,1);
    font-family: Lato-Light;
    font-size: 1.25em;

}

h1,h2,h3,h4,h5, button{
    font-family: Lato-Bold;
}

h2{
    font-size: 2.2em;
    font-family: Lato-Black
}
.body-login>section{background-image: url('../img/background_login.jpg'); background-repeat: no-repeat; background-position: center; background-size: cover;}
.body-login .form{border-radius:6px;margin:0px;display: inline-block; background: white; width: 30%; position: absolute; top: 20%; left:35%; padding: 0px; background: rgba(210,237,250,0.95)}
.body-login .form fieldset{padding:0px; margin:0px;}
.body-login .form fieldset>legend{border-top-right-radius: 6px; border-top-left-radius: 6px; padding:40px; border-bottom: 0px; font-size: 2em; margin-bottom: 0px; text-align: center; color:rgba(80,80,80,1);}
.body-login .form fieldset>div{margin-right: 20px; margin-left: 20px;}
.body-login .form fieldset>div>label{color: rgba(80,80,80,1);}
.body-login .form fieldset>div>input{background: white; border:0px; border-radius: 12px; margin-top: 5px}
 .body-login .form>form>button{background-color:#FFE66D; display: inline-block; float:right; margin:0px; width: auto; margin: 20px;  color: rgba(80,80,80,1); border-radius: 8px; padding:12px;}
 .body-login .form>form>button:hover{color:black;}
.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus{
    opacity: 0.7;
    text-decoration: none;
}
header {
    background-color: #15848F;
    color: #ffffff;
    font-size: 30px;
    height: 84px;
    line-height: 64px;
    padding: 16px 0px;
    box-shadow: 0px 1px rgba(0, 0, 0, 0.24);
}

header .header-title {
    padding-left:80px
}

legend {
    color:black;
}

.row {
    max-width: 100%;
}

.actions.columns {
    margin-top:1rem;
    border-left: 5px solid #15848F;
    padding-left: 15px;
    padding: 32px 20px;
}

.actions.columns h3 {
    color:#15848F;
}

.index table {
    margin-top: 2rem;
    border: 0;
    width: 100%;
    table-layout: fixed;
}

.related table {
    border: 0;
    width: 100%;
    table-layout: fixed;
}

.index table thead {
    height: 3.5rem;
}

.header-help {
    float: right;
    margin-right:2rem;
    margin-top: -80px;
    font-size:16px;
}

.header-help span {
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
    padding: 0.25rem 0.5rem 0.375rem;
    font-size: 0.8rem;
    background-color: #0097a7;
    color: #FFF;
    border-radius: 1000px;
}

.header-help a {
    color: #fff;
}

ul.pagination li a {
    color: rgba(0, 0 ,0 , 0.54);
}

ul.pagination li.active a {
    background-color: #337ab7;
    color: #FFF;
    font-weight: bold;
    cursor: default;
}
ul.pagination .disabled:hover a {
    background: none;
}

.paginator {
    text-align: center;
}

.paginator ul.pagination li {
    float: none;
    display: inline-block;
}

.paginator p {
    text-align: right;
    color: rgba(0, 0 ,0 , 0.54);
}

.asc:after {
    content: " \2193";
}
.desc:after {
    content: " \2191";
}

button {
    background: #8D6E65;
}

.form button:hover, .form button:focus {
    background: #7A6058;
}
.form fieldset{width:100%; }

.form button[type="submit"] {
    float: right;
    text-transform: uppercase;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
}

.form .error-message {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    color: rgba(0, 0, 0, 0.54);
}

.required > label {
    font-weight: bold;
}
.required > label:after {
    content: ' *';
    color: #C3232D;
}

select[multiple] {
    min-height:150px;
    background: none;
}
input[type=checkbox],
input[type=radio] {
    margin-right: 0.5em;
}

.date select,
.time select,
.datetime select {
    display: inline;
    width: auto;
    margin-right: 10px;
}

.error label,
.error label.error {
    color: #C3232D;
}

.view h2 {
    color: #6F6F6F;
}

.view .columns.strings {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right:0.7rem;
}

.view .numbers {
    background-color: #B7E3EC;
    color: #FFF;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right: 0.7rem;
}

.view .columns.dates {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right:0.7rem;
    background-color:#DCE47E;
    color: #fff;
}

.view .columns.booleans {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right:0.7rem;
    background-color: #8D6E65;
    color: #fff;
}

.view .strings p {
    border-bottom: 1px solid #eee;
}
.view .numbers .subheader, .view .dates .subheader {
    color:#747474;
}
.view .booleans .subheader {
    color: #E9E9E9
}

.view .texts .columns {
    margin-top:1.2rem;
    border-bottom: 1px solid #eee;
}

/** Notices and Errors **/
.cake-error,
.cake-debug,
.notice,
p.error,
p.notice {
    display: block;
    clear: both;
    background-repeat: repeat-x;
    margin-bottom: 18px;
    padding: 7px 14px;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
}

.cake-debug,
.notice,
p.notice {
    color: #000000;
    background: #ffcc00;
}

.cake-error,
p.error {
    color: #fff;
    background: #C3232D;
}

pre {
    background: none repeat scroll 0% 0% #FFF;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin: 15px 0px;
    color: rgba(0, 0 ,0 , 0.74);
    padding:5px;
}

.cake-error .cake-stack-trace {
    margin-top:10px;
}

.cake-stack-trace code {
    background: inherit;
    border:0;
}

.cake-code-dump .code-highlight {
    display: block;
    background-color: #FFC600;
}

.cake-error a,
.cake-error a:hover {
    color:#fff;
    text-decoration: underline;
}

.home header {
    width: 100%;
    height: 85%;
    position: relative;
    display: table;
}

.home h1 {
    font-family: "Gill Sans MT", Calibri, sans-serif;
}

.home header .header-image {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.home header h1 {
    color: #fff;
}

.home .checks {
    padding:30px;
    color: #626262;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-top:50px;
}

.checks.ctp-warning {
    color: #fff;
    background-color: #ff5555;
    padding-bottom: 10px;
}

.checks.url-rewriting {
    background-color: #F0F0F0;
    display: none;
}

.checks.platform {
    background-color: #B7E3EC;
}

.checks.filesystem {
    background: #DCE47E;
}

.checks.database {
    background-color: #DFF0D8;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.home .checks .success:before, .home .checks .problem:before {
    line-height: 0px;
    font-size: 28px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
}

.home .checks .success:before {
    content: "✓";
    color: green;
    margin-right: 9px;
}

.home .checks .problem:before {
    content: "✘";
    color: red;
    margin-right: 9px;
}

.top-bar.expanded .title-area {
    width: 200px;
    color:rgba(40,40,40,1);
    padding: 0px;


}

.top-bar.expanded .title-area li h1 a{
        color: rgba(80,80,80,1);
    }
    .top-bar.expanded .title-area li h1 a:hover, .top-bar.expanded .title-area li h1 a:focus{
        text-decoration: none;
    }
@media only screen and (min-width: 64.0625em){
    .large-9{
        width: 91.00007%;
    }
    .large-3{
 width: 8.9999%;
    }
}


.top-bar{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.29);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.29);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.29);
z-index: 9999;
}
ul.pagination{display: inline-block;}
.top-bar-section ul li:hover:not(.has-form)>a{
    background:white;
    color:rgba(40,40,40,1);
    text-decoration: none;
}
.container{width:auto;}
.top-bar.expanded, .top-bar,.top-bar-section ul li,.top-bar-section li:not(.has-form) a:not(.button) {
    background: white;
     color: rgba(40,40,40,1);


}
.top-bar{position: fixed; width: 100%;}
.top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a{ color:black;}
.top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: white;
    color: rgba(40,40,40,1);
    text-decoration: none;
    
}

.right li:first-child a{color: #1cc7ff !important}
.right li:last-child a{color: #FF2424 !important}


.side-nav li.heading {
    color: #939AA2;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.4375rem 0.875rem;
}

#actions-sidebar {
    background: #5F6877;
}

.index table {
    margin-top: 0rem;
    border: 0;
}

table {
    background: #fff;
    margin-bottom: 1.25rem;
    border: none;
    table-layout: fixed;
    width: 100%;
}

table thead {
    background: none;
}

table tr {
    border-bottom: 1px solid #F5F5F5;
}
table tr:nth-of-type(even) {
    background: none;
}
table tbody tr:hover{
    background: #DFF9FF;
    cursor: pointer;
}

table tr td {
    color: rgb(40,40,40,1);
    font-size: 0.9em;
}

table tr td span.item-contact{
    color: rgba(120,120,120,1);
    display: block;
    font-size: 0.78em;
    }
table thead tr {
    border-bottom: 1px solid #F5F5F5;
    background: #FAFAFA;
}

table thead tr th {
    font-size: 0.875rem;
    color: #1798A5;
    text-align: left;
    padding: 10px 1.1rem;
    border-bottom: 1px solid rgba(220, 220, 220,1);
}
table tr th, table tr td{ padding: 10px 1.1rem; }
table tr th a:hover{text-decoration: none}
fieldset {
    border: none;
    padding: 1.25rem;
    margin: 1.125rem 0;
}
fieldset legend {
    background:transparent; border-bottom: 1px solid rgba(205,205,205,1); color:rgba(80,80,80,1);
    width: 100%;
    line-height: 2rem;
}

.form button[type="submit"] {
    float: right;
    text-transform: uppercase;
    box-shadow: none;
    color:white;
}

.form button:hover, .form button:focus {
    background: #6da9a7;
    box-shadow: none;
}


button {
    background: #6da9a7;
    color:white;
    font-size: 1.1em
}

div.message {
    cursor: pointer;
    display: block;
    font-weight: normal;
    padding: 0 1.5rem 0 1.5rem;
    transition: height 300ms ease-out 0s;
    background-color: #a0d3e8;
    color: #626262;
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 999;
    overflow: hidden;
    height: 50px;
    line-height: 3.5em;
    margin-top: 50px;
    border-radius: 15px;
}

div.message:before {
    line-height: 0px;
    font-size: 20px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
    background-color: #FFF;
    padding: 12px 14px 12px 10px;
    content: "i";
    color: #a0d3e8;
}

div.message.error {
    background-color: #C3232D;
    color: #FFF;
}

div.message.error:before {
    padding: 11px 16px 14px 7px;
    color: #C3232D;
    content: "x";
}
div.message.hidden {
    height: 0;
}


.vertical-table th {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #1798A5;
    border: none;
    text-align: left;
}

.vertical-table {
    vertical-align: middle;
}

.vertical-table td {
    text-align: right;
}

.content {
    padding: 0px;
    padding-top: 20px
}



/* Use 'one true layout' methods to get equal height columns */
.container {
    min-height: 92%; /* full height almost always */
    margin:0px;
    padding: 0px;
}

.navbar .container{
    padding-left: 20px;
    padding-right: 20px
}
.index{
    padding:80px;
}
/* Force equal height by overflowing */
.content,
#actions-sidebar {
}
@media(max-width: 640px) {
    #actions-sidebar {
        padding-bottom: 2rem;
        margin-bottom: 0;
    }
}

.content h3 {
    color:#7EA1B6;
    margin-left: 1.1rem;
    padding-bottom: 0.5rem;
    margin-bottom: 20px;
}

.content h4 {
    color: #be140b;
    padding-bottom: 0.5rem;
    margin-bottom: 20px;
    border-bottom: 2px solid #be140b;
}

.content .related h4 {
    color: #ebaa20;
    padding-bottom: 0.5rem;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 0px;
}

.ui-menu-item{background-color: rgba(210,237,250,0.95); border-bottom: 1px solid rgba(225,225,225,1); cursor: pointer; padding: 5px 10px; font-size: 1.0em }
.ui-menu-item:hover{opacity: 0.8}


















/* - ----- - - - - -- - - - - - - -- - - - - -- - - - -- - - - - -- - - - - -- - - - - - -- - */

/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */



body {
    overflow-x: hidden;

}
.col-md-12{
    padding:0px;
}
.carousel-c .item::before{
   opacity: 0.7;
    background-color: rgb(0, 85, 136);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index:1;
    content: " "
}

.redes-sociais{list-style-type: none; padding-left:0px;}
.redes-sociais>li{display:inline-block;padding-left:0px; width:auto;}
.redes-sociais>li>a>i{font-size:25px;}
.redes-sociais>li{margin-left:15px;}
.redes-sociais>li:first-child{margin-left:0px;}
.row{
    margin-right: 0px;
    margin-left: 0px;
}


section:not(.body){
       padding-left:45px;
    padding-right:45px;
}
section.container.body{
padding-top:90px;
}

section>.container{
    max-width: 1024px;
    margin: 0 auto;
}

section.carousel-c{
    height:100vh;
    padding:0px;
}
.carousel{
    max-height: 100vh;
    /*margin-left: 10em;*/
    /*margin-right: 10em;*/
    margin: 0 auto;
    border-bottom: 2px solid #3ecaa7 ;
}
.carousel-indicators{
     bottom:50px;
}
.carousel-indicators li{
    border: 2px solid #FFF;
    background-color: transparent;

}

.carousel-indicators .active{
    background-color: #FFF;
    border: 2px solid #55A797;

}



.carousel-inner{
    max-height: 100vh;
}
.carousel-control{
    display: none;
}
.carousel .carousel-caption{
    margin: 0 auto;
    top:35%;
}
.carousel .carousel-caption h4{
    font-family: Lato-Black
}
.navbar-brand{
    padding: 0px;
    padding-left: 15px;
}
@media(max-width: 1500px) and (min-width:1300px){
    .carousel{
    /*margin-left: 5em;
    margin-right: 5em;*/
}
}
@media(max-width: 1300px){
    .carousel{
    margin-left: 0em;
    margin-right: 0em;
}
}

p {
    font-size: 1em;
    line-height: 1.75;
    color:#211916;
}

p.large {
    font-size: 1.0em;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;

}

a {
    color: white;
}

a:hover,
a:focus,
a:active,
a.active {
    color: white;
}


h3,
h4,
h5{
   font-size: 3.0em;
  
}

h6{
   font-size: 1.1em;
}
h1,
h2{
    color:#005588;
}
h2>a{
    color:#005588 !important;
}
h2>a:hover, h2>a:focus, h2>a:active{
    text-decoration: none !important;
}
p>a{color:#211916 }
p>a:hover, p>a:focus, p>a:active{
    text-decoration: none !important; color: #211916;
}
@media(max-width: 1000px){
    h3,
h4,
h5{
   font-size: 1.0em;
}

h6{
   font-size: 1.1em;
}
h1,
h2{
     font-size: 1.5em;
}
}

@media(max-width: 600px){
    h3,
h4,
h5{
   font-size: 0.7em;
}

h6{
   font-size: 1.1em;
}

}

#section-links h2{
    font-size: 1.5em;
    padding-bottom: 10px;
}

@media(max-width: 1000px){

#section-links h2{
     font-size: 1.0em;
}
}

@media(max-width: 600px){


section.carousel-c{height: 40vh}

    #section-links h2{
     font-size: 0.5em;
}
    }



.contatoVerde{    
    border: 1px solid #55A797;
}

input[type=radio]{ 
   background-image: url("../img/contato/radioOFF.png") ;
    
}

input[type=radio]:checked{ 
   background-image: url("../img/contato/radioON.png") ;
    
}
.btn-more{
    color:#1b6476;
    border: 1px solid #1b6476;
    padding: 7px 20px;
    border-radius: 30px;
     font-weight: 600;
     margin-top: 10px;
     display: inline-block;
}

.btn-more:hover{
 background-color:#1b6476;
 color: white;
 text-decoration: none;
}




.btn-more-notice{
    color:#1b6476;
    border: 1px solid #1b6476;
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 30px;
    margin: 0 auto;
     font-weight: 600;
}

.btn-fan-page{
    color:#1b6476;
    border: 1px solid #1b6476;
    padding: 1.5em;
    padding-left: 2.5em;
    padding-right: 2.5em;
    border-radius: 3.3px;
    margin: 0 auto;
   display: block;
   max-width: 18.1em;
   margin-bottom: 50px;
     font-weight: 600;
}
.fanpage{
    padding-top: 50px;
}
.btn-solicite-orcamento{
    display: block;
    max-width: 19.1em;
     color:#1b6476;
     background-color: white;
    border: 1px solid #1b6476;
    padding: 1.5em;
    padding-left: 2.5em;
    padding-right: 2.5em;
    border-radius: 3.3px;
    margin: -33px auto;
     font-weight: 600;
}
.btn-fan-page:hover{
 background-color:#1b6476;
 color: white;
 text-decoration: none;
}
.btn-solicite-orcamento:hover{
 background-color:#1b6476;
 color: white;
 text-decoration: none;
}
.btn-more-notice:hover{
 background-color:#1b6476;
 color: white;
 text-decoration: none;
}


.column+.column:last-child, .columns+.column:last-child, .column+.columns:last-child, .columns+.columns:last-child{
    float: left;
}
.div-btn-more-notice{
    text-align: center;
    padding: 2.5em;
    clear: both;
    width: 100%
}

#ultimas-noticias-content{margin-top: 40px; }
#ultimas-noticias-content>div>p{padding:20px 10px; background: white; border-radius: 10px;}
#ultimas-noticias-content>div>p>a{margin-left:10px; display: inline-block; line-height: normal; font-size: 1.3em; height:100px; width: 100%}


@media(max-width: 500px){

    }
.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    border-color: #fed136;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #fed136;
}
.btn-info{background-color: #005588; border-color: #6995ae}
.btn-info:hover, .btn-info:focus{background-color: #005588; border-color: #6995ae; opacity: 0.8}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-primary .badge {
    color: #fed136;
    background-color: #fff;
}

.btn-xl {
    padding: 20px 40px;
    border-color: #1b6476;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 700;
    color: #1b6476;
    background-color: #3dc8a6;
    width: 100%;
    border-radius: 5px; 
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #1b6476;
    color: #3dc8a6;
    background-color: #1b6476;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-xl .badge {
    color: #fed136;
    background-color: #fff;
}


.navbar-default {

    background-color: #fff;
    border-bottom: 2px solid #6995ae ;
    height: 92px;
    position: fixed;
    z-index: 99999;
    width: 100%;
     
}

.navbar-default .navbar-brand {
    font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
    color: #fed136;

}
.navbar-default .navbar-brand>img{
 height:80px !important;
 }

 @media (max-width:700px){
    .navbar-default .navbar-brand>img{
 height:60px !important;
 }
 }

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fec503;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #6F2E69;
    background-color: #6F2E69;
    border-radius: 0px !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #6F2E69;
}

.navbar-header{
    margin-top:8px;
}

@media(min-width:768px){

.navbar-default .navbar-left>li:last-child a{
    border: 1px solid #1B6476;
    height: 20px;
    margin-top: 18px;
    line-height: 0px;
    border-radius: 3.3px;
    font-weight: 600;

}
.navbar-default .nav li li a{border:0px;}
.navbar-default .nav li:last-child a:hover{
    color: white;

}
}



.navbar-default .nav li a {
   
    font-family: Lato-Bold,"Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: 1px;
    color: #005588;
    padding-top: 25px;
    padding-bottom: 22px;
    height: 90px;
    line-height: 40px;;
    text-transform: uppercase;
}

.dropdown-menu>li>a{
    display: block;
    padding: 5px 20px;
    clear: both;
    /* font-weight: 400; */
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 0.75em;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    height: auto !important;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #211915;
    background-color: #6995ae;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #211915;
    background-color: #6995ae;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
   color: #211915;
    background-color: #6995ae;
}


@media(min-width:768px) {
    .navbar-default {
      
        margin: 0px;
        border: 0;
       background-color: #fff;
    border-bottom: 2px solid #6995ae ;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
       
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        padding: 2px;
        line-height: 50px;
        height: auto;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 0px;
    }

    .navbar-default.navbar-shrink {
        padding: 0px 0;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

.navbar-default.navbar-shrink{
    display: block;
}
#index{
     height: auto;
     background-color: #EAEAEA;
     padding-bottom: 4em;

}



header {
    text-align: center;
    color: #fff;
    background: url(../img/imagemCinza.jpg) no-repeat ;
    background-attachment: fixed;
    -webkit-background-size: 140% 140%;
    -moz-background-size: 140% 140%;
    background-size: 140% 140%;
    -o-background-size: 140% 140%;
}

@media(max-width:500px) {
header {
background: url(../img/nuvem_celular.jpg) no-repeat ;
 -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    -o-background-size: 100% 100%;
}

header .header-degrade-opacity{
    width: 100%;

    background: transparent !important;
}
    }

    @media(min-width:501px) and (max-width:1000px) {
        header {
background: url(../img/nuvem_iPad.jpg) no-repeat ;
-webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    -o-background-size: 100% 100%;
}

header .header-degrade-opacity{
    width: 100%;

    background: transparent !important;
}

    }
header .container{
      height: auto;
     padding-bottom: 4em;
}

header .header-degrade-opacity{
    width: 100%;

    background: -moz-linear-gradient(top,  rgba(94,30,91,0.6) 0%, rgba(89,49,135,0.6) 18%, rgba(76,95,130,0.6) 41%, rgba(63,139,163,0.6) 62%, rgba(55,166,173,0.6) 99%, rgba(55,166,173,0.6) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(94,30,91,0.6)), color-stop(18%,rgba(89,49,135,0.6)), color-stop(41%,rgba(76,95,130,0.6)), color-stop(62%,rgba(63,139,163,0.6)), color-stop(99%,rgba(55,166,173,0.6)), color-stop(100%,rgba(55,166,173,0.6))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(94,30,91,0.6) 0%,rgba(89,49,135,0.6) 18%,rgba(76,95,130,0.6) 41%,rgba(63,139,163,0.6) 62%,rgba(55,166,173,0.6) 99%,rgba(55,166,173,0.6) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(94,30,91,0.6) 0%,rgba(89,49,135,0.6) 18%,rgba(76,95,130,0.6) 41%,rgba(63,139,163,0.6) 62%,rgba(55,166,173,0.6) 99%,rgba(55,166,173,0.6) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(94,30,91,0.6) 0%,rgba(89,49,135,0.6) 18%,rgba(76,95,130,0.6) 41%,rgba(63,139,163,0.6) 62%,rgba(55,166,173,0.6) 99%,rgba(55,166,173,0.6) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(94,30,91,0.6) 0%,rgba(89,49,135,0.6) 18%,rgba(76,95,130,0.6) 41%,rgba(63,139,163,0.6) 62%,rgba(55,166,173,0.6) 99%,rgba(55,166,173,0.6) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#995e1e5b', endColorstr='#9937a6ad',GradientType=0 ); /* IE6-9 */

}




header .intro-text {
   padding-top: 15em;
}

@media(max-width:500px) {
header .intro-text {
   padding-top: 5em;
}
    }

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

@media(min-width:768px) {
   

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 40px;
        font-style: italic;
        line-height: 40px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
    }
}
.navbar-nav{background-color: #fff}


section.domestic{padding: 150px 20px; background:url('../img/service/domestica.png'); background-repeat: no-repeat; background-size: cover; position: relative; color: white}
section.domestic h2, 
section.domestic p{color: white; max-width: 400px}
section.domestic:before{background-color: black; opacity: 0.6; width: 100%; height: 100%; position: absolute;content: ""; top: 0; left: 0} 

section.esocial{padding: 150px 20px; background:url('../img/service/esocial.png'); background-repeat: no-repeat; background-size: cover; position: relative; color: white}
section.esocial h2, 
section.esocial p{color: white; max-width: 400px; float: right}
section.esocial:before{background-color: black; opacity: 0.6; width: 100%; height: 100%; position: absolute;content: ""; top: 0; left: 0} 

section.mensal{padding: 150px 20px; background:url('../img/service/mensal.png'); background-repeat: no-repeat; background-size: cover; position: relative; color: white}
section.mensal h2, 
section.mensal p{color: white; max-width: 400px}
section.mensal:before{background-color: black; opacity: 0.6; width: 100%; height: 100%; position: absolute;content: ""; top: 0; left: 0} 

section.rescisao{padding: 150px 20px; background:url('../img/service/rescisao.png'); background-repeat: no-repeat; background-size: cover; position: relative; color: white}
section.rescisao h2, 
section.rescisao p{color: white; max-width: 400px; float: right}
section.rescisao:before{background-color: black; opacity: 0.6; width: 100%; height: 100%; position: absolute;content: ""; top: 0; left: 0} 

.separator{background:white; width: 100%; padding: 10px}
section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;

    font-family: Rodian-Bold,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #5D1D58;
}

section h3.section-subheading {
    text-align: center;
    margin-top: 2.2em;
    text-transform: none;
    font-family: Rodian-Bold,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-style: bold;
    font-weight: 400;
    color: #343434;
}

.col-md-4{
    padding-right: 0.4em;
    padding-left: 0.4em;
}

.col-md-6{
    padding-right: 0.4em;
    padding-left: 0.4em;
}


section .row div{
    margin-top: 0.4em;
    }


.service-heading {
    text-transform: none;
}

section h3.section-subheading.left {
text-align: left;
padding-left: 10px;
display: block;
    }

section.quem-somos{
    background: #005588;
    padding-top: 40px;
    padding-bottom: 80px;
}

section.quem-somos h2{
    text-align: center;
    margin-bottom: 40px;
    color:white;
    font-family: Lato-Black
}
section.quem-somos .btn-more{
    color: #005588;
    background: white;
}
section.quem-somos p, section.quem-somos ul li{
    font-size: 1.3em;
    text-align: left;
    color:white;
    max-width: 1024px;
    margin:0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
section.quem-somos ul{
    margin-top:10px;
    margin-bottom: 36px;
    list-style-type: initial;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.0em
}
section.quem-somos ul li{
padding:2px 0px;
}
section.quem-somos .container{
    padding-bottom: 30px;
border-bottom: 3px solid #005588 ;
}

section.faixa h2{
    padding: 45px 10px;
    text-align: center;
    text-transform: uppercase;
    font-family: Lato-Regular;
    margin: 0px
}

section.faixa h2 strong{
    font-family: Lato-Black
}
section.services .container{
    padding-bottom: 30px;
border-bottom: 3px solid #005588 ;
}



section.servicos-2-column .container{
      padding-top: 30px;    
     padding-bottom: 30px;
 border-bottom: 2px solid #3ecaa7 ;
}
section.servicos-3-column .container{
      padding-top: 30px;
     padding-bottom: 70px;
border-bottom: 2px solid #3ecaa7 ;
}

section.servicos-3-column {
     padding-bottom: 100px;
}
section.ultimas-noticias{
    background: rgb(245,245,245);
}
section.ultimas-noticias h2{
    text-align: center;
}
section.ultimas-noticias .container{
    padding-top: 30px;
    padding-bottom: 30px;
}

section.noticias .container, section.artigos .container{
    padding-bottom: 30px;
border-bottom: 3px solid #005588 ;
}

section.nossos-clientes{
        background: #005588;
    padding-top: 40px;
    padding-bottom: 80px;
}
section.nossos-clientes .container{
    text-align: center;
}
section.nossos-clientes ul{
    padding: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    background-color: rgba(0, 100, 150, 0.5)
}
section.nossos-clientes ul li{
    padding: 20px 15px;
    height: 90px;
}
section.nossos-clientes ul li img{
    height: 100%;
    object-fit:contain;
}
section.nossos-clientes ul:nth-child(2n+2) li:nth-child(2n+2){
    background-color: white;
}
section.nossos-clientes ul:nth-child(2n+1) li:nth-child(2n+1){
    background-color: white;
}
section.nossos-clientes .nossos-clientes-title h2{
        margin-bottom: 40px;
        text-align: center;
        color:white;
}
section.nossos-clientes .row{

  
    margin-top: 1.8em;

}

section.nossos-clientes .row-bottom{
     border-bottom: 2px solid #3ecaa7 ;
     padding-bottom: 20px;
}

section#section-notice, section#section-artigo{
    padding-bottom: 70px;
}
section#section-links{
    padding-bottom: 70px;
}
section#section-notice ul, section#section-artigo ul{
    padding-bottom: 1em;
    padding-top: 1em;
}
section#section-notice ul li, section#section-artigo ul li{
list-style: none;
}
.list-vert-contact li{
    vertical-align: middle;
    height: auto;
    line-height: 110%;
  border-bottom: 1px solid #005588 ;
}
.list-unstyled li{
    height: auto;
    line-height: 110%;
     vertical-align: middle;
}
#list-artigos>li{margin-bottom: 40px; border-bottom: 1px solid rgba(235,235,235,1); padding-bottom: 40px}
#list-artigos>li>h2{margin:0px; margin-bottom: 10px}
#list-artigos>li>p:first-child{
    font-size: 12px;
    margin: 0px;
     color: rgba(150,150,150,1);
}

#list-artigos>li>p:last-child{
    font-size: 12px;
     color: rgba(200,200,200,1);
     float:right;
}
.list-unstyled img{
    float: left;
}
.list-vert-contact img{
    float: left;

}
.list-vert-contact li:nth-child(3){
    border-bottom: 0px;
    }
.list-contact-first li{

width: auto;
 
      border-bottom: 0px ;
        max-width: 80%;
   
}
.list-contact-first li:first-child{
 
   
}
.list-contact li{
    width: auto;
    max-width: 80%;

    border-bottom: 0px ;
       
}



#google_maps{
    border-bottom: 3px solid #005588 ;
    height: 16em;
    border-top: 3px solid #005588 ;
}
footer {
    padding: 25px 0;
    text-align: center;    
    background-color: #1D3A4F;
    color: white;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    line-height: 40px;
    font-size: 1.2em;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    line-height: 40px;
}
footer ul li{
    width: 250px;
    text-align: left;
    padding: 5px;
}
.wings-powered{
    float: right;
    padding: 10px;
}
.copyright-div{
    text-align: left;
}
ul.social-buttons {
    margin-bottom: 0;
    text-align: right;
}

@media(max-width: 1000px){
    .copyright-div{
    text-align: center;
}
ul.social-buttons {
    text-align: center;
}
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #fed136;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

::-moz-selection {
    text-shadow: none;
    background: #fed136;
}

::selection {
    text-shadow: none;
    background: white;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #fed136;
}



@charset "utf-8";
/* CSS Document */

div.gallery {
    width:100%;
    margin:0 auto;
    font-size:100%;
}

div.gallery:after {
    content:"";
    display:block;
    clear:both;
    height:50px;
}

div.gallery h1 {
    font:bold 1.2em Arial, Helvetica, sans-serif;
    padding:10px;
    background:#eee;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    border:2px dashed #ccc;
    color:#333;
}

div.gallery h1 a {
    display:block;
    font:normal 0.5em "Times New Roman", Times, serif;
    text-transform:uppercase;
    letter-spacing:0.2em;
    text-decoration:none;
    color:#666;
    padding:5px 0 0;
}

div.gallery h1 a:hover {
    text-decoration:underline;
}

div.gallery h1 + p {
    font:0.8em/1.5em Arial, Helvetica, sans-serif;
}

div.gallery  h2 {
    font:bold 1.1em Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    margin:20px 0 0;
    color:#666;
    border-bottom:1px dotted #ccc;
    border-top:1px dotted #ccc;
    float:left;
    width:100%;
    padding:5px 0;
}

div.gallery  h2 span {
    font-size:0.7em;
    font-weight:normal;
    text-transform:none;
}

div.gallery  ul {
    width:100%;
    list-style:none;
    float:left;
    padding:0 0 2.5% 0;
    margin-top:5px;
}

div.gallery  ul li {
    width:25%;
    float:left;
    position:relative;
    min-height: 120px
}

@media(max-width:768px){
    div.gallery  ul li {
    width:50%;
    float:left;
    position:relative;
}
}
div.gallery  ul li img {
    width:125px;
    float:left;
    height:60px;
    object-fit:contain;
    border:2px solid #eee;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}





/*----------------------------------------
    Gallery Six
-----------------------------------------*/
.gal-6 li {
    -moz-transition:all 1s ease;
    -webkit-transition:all 1s ease;
    -o-transition:all 1s ease;
    -ms-transition:all 1s ease;
    transition:all 1s ease;
    opacity:0.6;
    position:relative;
}

.gal-6 li:hover {
    opacity:1;
}

.gal-6 li:target {
    -moz-transform:scale(2.2) rotateY(360deg);
    -webkit-transform:scale(2.2) rotateY(360deg);
    -o-transform:scale(2.2) rotateY(360deg);
    -ms-transform:scale(2.2) rotateY(360deg);
    transform:scale(2.2) rotateY(360deg);
    z-index:2;
    opacity:1;
}

.gal-6 li:nth-of-type(even):target {
    -moz-transform:scale(2.2) rotateX(360deg);
    -webkit-transform:scale(2.2) rotateX(360deg);
    -o-transform:scale(2.2) rotateX(360deg);
    -ms-transform:scale(2.2) rotateX(360deg);
    transform:scale(2.2) rotateX(360deg);
}

.gal-6 li:target img {
    -moz-box-shadow:5px 3px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow:5px 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow:5px 3px 5px rgba(0, 0, 0, 0.3);
}

.close {
    display:none;
    font:0.3em/1em Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    letter-spacing:0.3em;
    text-decoration:none;
    background:#c15252;
    padding:2px 2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#fff;
    position:absolute;
    top:-3px;
    right:0;
    -moz-box-shadow:2px 2px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:2px 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow:2px 2px 3px rgba(0, 0, 0, 0.2);
}

.close:hover {
    background:#d06464;
}

.gal-6 li:target .close {
    display:inline;
}

/* jssor slider bullet navigator skin 05 css */
            /*
            .jssorb05 div           (normal)
            .jssorb05 div:hover     (normal mouseover)
            .jssorb05 .av           (active)
            .jssorb05 .av:hover     (active mouseover)
            .jssorb05 .dn           (mousedown)
            */
            .jssorb05 {
                position: absolute;
            }
            .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
                position: absolute;
                /* size of bullet elment */
                width: 16px;
                height: 16px;
                background: url(../img/b05.png) no-repeat;
                overflow: hidden;
                cursor: pointer;
            }
            .jssorb05 div { background-position: -7px -7px; }
            .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
            .jssorb05 .av { background-position: -67px -7px; }
            .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }
        
            /* jssor slider arrow navigator skin 12 css */
            /*
            .jssora12l                  (normal)
            .jssora12r                  (normal)
            .jssora12l:hover            (normal mouseover)
            .jssora12r:hover            (normal mouseover)
            .jssora12l.jssora12ldn      (mousedown)
            .jssora12r.jssora12rdn      (mousedown)
            */
            .jssora12l, .jssora12r {
                display: block;
                position: absolute;
                /* size of arrow element */
                width: 30px;
                height: 46px;
                cursor: pointer;
                background: url(./img/a12.png) no-repeat;
                overflow: hidden;
            }
            .jssora12l { background-position: -16px -37px; }
            .jssora12r { background-position: -75px -37px; }
            .jssora12l:hover { background-position: -136px -37px; }
            .jssora12r:hover { background-position: -195px -37px; }
            .jssora12l.jssora12ldn { background-position: -256px -37px; }
            .jssora12r.jssora12rdn { background-position: -315px -37px; }

            /*Box Login*/
#login-dp{line-height: 20px; min-width: 300px; padding: 14px 14px; overflow:hidden; background-color:rgba(255,255,255,.95); right: 5px; top:84px; }
#login-dp h4{text-align: center; margin-bottom: 30px; color: #005588; font-size: 1.2em; text-transform: uppercase;}
#login-dp .help-block{font-size:12px; text-align: right }
#login-dp .bottom{background-color:rgba(255,255,255,.8);border-top:1px solid #ddd;clear:both;padding:14px;}
#login-dp .social-buttons{margin:12px 0    }
#login-dp .social-buttons a{width: 49%;}
#login-dp .btn-primary{color: #1b6476;
    border: 1px solid #1b6476;
    padding: 1.5em;
    padding-left: 2.5em;
    padding-right: 2.5em;
    border-radius: 3.3px;
    margin: 0 auto;
    font-weight: 600;
background:transparent;}
#login-dp .btn-primary:hover{background: #6da9a7;}
#login-dp .form-group {margin-bottom: 10px;}
#login-dp #login-signup{color: rgba(30,30,30,1); text-decoration: underline;}
#login-dp #login-signup:hover{opacity: 0.8}
.dropdown-menu{left:none;}
.top-bar-section .right .dropdown-menu{right: 0px}
.top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button){color:rgba(40,40,40,1); background-color: white;    }
.dropdown-menu{ border: 1px solid rgba(220,220,220,1);
    margin-top: 6px !important;}
    .top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button):hover{color:rgba(40,40,40,1); background-color: white; opacity: 0.85}
        .top-bar-section .dropdown li{display: block; width: auto; float: none}
/* Box Login */

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea{
    font-size: 0.98em;
    padding: 22px 15px; 
}

.card{margin-top: 60px}
.card>li{display: inline-block; width: 15%; margin-right: 5.3%; background: rgba(255,255,255,1); text-align: center; margin-bottom: 5.3%; border-radius: 10px}
.card>li>a>i{margin-bottom: 60px; background: white; border-radius: 40px}
.card>li>a{padding: 30px; display: inline-block;    color: rgba(80,80,80,1);}
.card>li>a>p{color: rgba(180,180,180,1); font-size: 0.7em}
.card>li>a>h5{font-size: 1.2em; margin-bottom: 0px; padding-bottom: 0px; text-transform: uppercase;}
.card>li>a:hover{text-decoration: none; color: inherit; opacity: 0.75}
.card>li>div.btn-delete>a{color: red; font-size: 1.0em; background: rgb(225,225,225); border-radius: 6px; padding: 3px 15px;margin-bottom: 20px; display: inline-block;}
.card h5 {
    color: #FF3A5D;
}

.link{
    background: #7EA1B6;
    color: white;
    font-size: 0.3em;
    border-radius: 30px;
    padding: 15px 25px;
}

.file-view{
    font-size: 1.5em
}

@media(max-width: 768px){
    section:not(.body):not(.carousel-c){
        padding-left: 25px;
        padding-right: 25px
    }

    section.quem-somos h2{
        margin-top: 40px;
        text-align: left;
        padding-left: 15px;
        padding-right: 15px
    }

    section.quem-somos .btn-more{
        width: 100%;
        text-align: center;
    }

}


.nav-tabs>li>a{color: rgba(80,80,80,1)}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{color: #000}

select{height: 3em}