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

@font-face {
    font-family: titulos;
    src: url(../fonts/titulos.ttf);
}

@font-face {
    font-family: textos;
    src: url(../fonts/textos.ttf);
}



#owl-intro .item{
    display: block;
    width: 100%;
    height: 100%;
}


header#owl-intro {

    height: 80%;
}

#owl-intro .owl-wrapper-outer , #owl-intro .owl-wrapper, #owl-intro .owl-item{
    height: 100%;
}

#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}




/*  - Masonry - */
.masonry img {
    width: 100% !important;
    margin-bottom: 0%;
}


a.image-popup-vertical-fit {
    border: solid 2px #fff;
}

.portfolio_item {
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-overflow-scrolling: touch;
}
.portfolio_item a {
    display: block;
}
.portfolio_item a .figure {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-color: #171720;
}
.portfolio_item a .portfolio_title {
    bottom: 0;
    padding: 8px;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
}
.portfolio_item a .portfolio_title h3 {
    margin: 0;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0.4px;
}
.portfolio_item a .portfolio_description {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -webkit-overflow-scrolling: touch;
    -o-transform: translate(0px, -100%);
    -webkit-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%);
    transform: translate(0px, -100%);
}
.portfolio_item a .portfolio_description p {
    text-align: center;
    padding: 30px;
    font-weight: bold;
    font-size: 1.2em;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.portfolio_item a .portfolio_description.portfolio_gradient,
.portfolio_item a .portfolio_description.degrade {
    background: linear-gradient(135deg, #171720 0%, #6fb586 100%) repeat scroll 0 0 #171720;
}
.portfolio_item a:hover .portfolio_description {
    -o-transform: translate(0px, 0%);
    -webkit-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
}
.portfolio_item a:hover .portfolio_title {
    right: 50%;
    -o-transform: translate(50%, 0);
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}




/* Global Styles */

html,
body {
    height: 100%;
}

body {
    margin: 0;
    font-family: textos;
}

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

.img-hover:hover {
    opacity: 0.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: titulos;
    color: #1E2251;
    font-weight: 300;
}


/* Home Page Carousel */

header.carousel {
    height: 80%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.descricaoservico{
    background-color: #80AD86;
    height: 230px;
}
.descricaoservico img{
    margin: 35px 0px 0px 45px;
}
.click:hover{
    cursor: pointer;
}
.centertext{
    text-align: center;
}

.alpha{
    border-top: 1px solid rgba(121, 161, 206, 0.9);
    border-bottom: 1px solid rgba(121, 161, 206, 0.9);
}

.alphabet{
    list-style: none;
    margin-top: 10px;
    padding: 0;
}

.caixaempresa2{
    margin-bottom: 50px;
}
.caixaempresa2:hover{
    background-color: rgba(130, 199, 208, 0.9);
    color: #FFF;
    cursor: pointer;
}
.caixaempresa2:hover h2{
    color: #FFF;
}
.caixaempresa2 h2{
    height: 96px;
    border-top: 5px solid rgba(130, 199, 208, 0.9);
    padding-top: 25px;
}
.caixaempresa2 p{
    height: 35px;
}

.caixaempresa2:hover .plus{
    color: #FFF;
}
.plus{
    color: rgba(130, 199, 208, 0.9);
    margin-top: 140px;
    margin-left: 10px;
}

.alphabet li{
    display: inline-block;
    padding: 5px;
}

.alphabet li a{
    color: #A1A1A1;
    font-size: 16px;
}

.alphaletter{
    padding: 40px;
    margin-top: 30%;
    color: #FFF;
    font-size: 64px;
}

.testemunho{
    color: white;
    padding: 20px;
}
.testemunho-titulo h4{
    color: white;
    font-size: 30px;
    text-transform: uppercase;
    font-family: textos;
}
.testemunho-titulo span{
    display: table;
}
.infoempresa{
    border-top: 1px solid #1E2251;
    border-bottom: 1px solid #1E2251;
    padding-top: 10px;
    padding-bottom: 10px;
}
.infoempresa a{
    text-decoration: none;
}
.infoempresa span{
    margin-right: 10px
}
.infoempresa p{
    margin: 0;
    margin-bottom: 10px;
}
.restinformation{
    border-bottom: 1px solid #1E2251;
    padding-top: 10px;
    padding-bottom: 10px;
}
.restinformation-titulo{
    color: #1E2251;
    font-size: 26px;
    text-transform: uppercase;
    font-family: textos;
}
.restinformation-telefone{
    color: #1E2251;
    font-size: 22px;
}

.carousel-caption {
    background-color: rgba(30, 34, 81, 0.8);
    bottom: 0px;
    padding: 20px 40px 40px 40px;
    text-align: left;
    right: 0;
    left: 0;
}

.carousel-caption h2 {
    color: #FFF;
}

.carousel-caption p {
    font-size: 16px;
    margin-top: 40px;
}


/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

.height35 p{
    height: 35px;
}
.paddingbottom50{
    padding-bottom: 50px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}


/* Footer Styles */

footer {
    margin: 50px 0;
}

.borderclass{
    border-bottom: 1px solid #E0E0E1;
}

#navsection {
    height: 100px;
    position: relative;
    vertical-align: bottom;
}

#navsection nav {
    padding-top: 20px;
    position: relative;
    vertical-align: bottom;
    text-transform: uppercase;
    font-size: 12px;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.dropdown-menu>li>a {
    color: #818181;
    padding: 10px 20px;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #1E2251;
}

.dropdown-menu>li>a::before,
.dropdown-menu>li>a::after {
    opacity: 0;
}

.label{
    color: #1E2251 !important;
}

/* Effect 21: borders slight translate */
.cl-effect-21 a {
    position: relative;
    color: #818181;
    text-decoration: none;
}

.cl-effect-21 a:hover {
    color: #1E2251;
    background-color: rgba(121, 161, 206, 0.1) !important;
}

.dropdown-menu{
    color: #FFF;
    background-color: rgba(121, 161, 206, 1) !important;
}

.dropdown-menu a{
    color: #FFF !important;
    font-size: 12px;
}
.dropdown-menu a:hover{
    color: #FFF !important;
    background-color: rgba(255,255,255,0.2) !important;
}

.nav .open>a, .nav .open>a:hover{
    color: #1E2251;
    background-color: rgba(255,255,255,0.1) !important;
}

.nav>li>a:focus{

    background-color: rgba(121, 161, 206, 0.1);
}
.dropdown:hover .dropdown-toggle{
    background-color: rgba(121, 161, 206, 0.1) !important;
}
.active{
    color: #1E2251;
    background-color: rgba(121, 161, 206, 0.1) !important;
}
.active2{
    color: #1E2251;
    background-color: rgba(121, 161, 206, 0.1) !important;
    border-top: 2px solid  rgba(121, 161, 206, 1);
}
.cl-effect-21 a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    background-color: #1E2251;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.cl-effect-21  a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.cl-effect-21 a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    background-color: rgba(121, 161, 206, 1);
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.cl-effect-21 a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.squaresep {
    width: 3px;
    margin-top: 23px;
}

#searchform {
    display: inline-block;
}

.search-box {
    -webkit-transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
    transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer;
}

.search-box + label .search-icon {
    color: black;
}

.search-box:hover {
    color: white;
    background: #1E2251;
    box-shadow: 0 0 0 5px rgba(30, 34, 81, 0.6);
}

.search-box:hover + label .search-icon {
    color: white;
}

.search-box:focus {
    -webkit-transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
    transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
    border: none;
    outline: none;
    box-shadow: none;
    padding-left: 15px;
    cursor: text;
    width: 300px;
    border-radius: auto;
    background: rgba(30, 34, 81, 0.6);
    color: #FFF;
}

.search-box:focus + label .search-icon {
    color: #FFF;
}

.search-box:not(:focus) {
    text-indent: -5000px;
}

#search-submit {
    position: relative;
    left: -5000px;
}

.search-icon {
    position: relative;
    left: -30px;
    color: white;
    cursor: pointer;
}

.navbar-inverse {
    background-color: #FFF;
}

.navbar-toggle {
    border-color: #1E2251;
    margin-top: 10px;
    margin-right: 7px;
}

.navbar-toggle .icon-bar {
    background-color: #1E2251;
}

.destaque {
    margin: 50px 0px 20px 0px;
}

.espacos {
    margin-bottom: 30px;
    height: 500px;
}

.eventos {
    height: 235px;
}

.empresas {
    margin-top: 30px;
    height: 235px;
}

.entry-item {
    position: relative;
    margin-bottom: 4.4%;
    cursor: pointer;
}

#quote-carousel {

}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 25%;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: -80px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 74px;
    height: 51px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
    border-radius: 0px;
}
#quote-carousel .carousel-indicators .active {
    border: 3px solid #FFF;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
.contactform input[type=text], .contactform textarea{
    border-radius: 0px !important;
    border: none !important;
    background-color: #E3EBF4 !important;
    color: #1E2251;
}
.formcontact input[type=text], .formcontact textarea{
    border-radius: 0px !important;
    border: none !important;
    background-color: #FFF !important;
    color: #1E2251;
}
.entry-thumb {
    position: relative;
}

.descricao p:last-child {
    padding: 0px 0px 20px 0px;
    border-bottom: 1px solid #1E2251;
    text-align: justify;
}

#noticias {
    padding: 70px
}

.candal-widget-1-big-2-small .candal-left .entry-content {
    width: 350px;
    left: 30px;
}

.bg-cyan {
    background-color: rgba(130, 199, 208, 0.9);
}

.bg-green {
    background-color: rgba(184, 201, 52, 0.9);
}
.bg-bluezinho{
    background-color: #CDE9EC;
}
.bg-blue {
    background-color: rgba(121, 161, 206, 0.9) !important;
}

.bg-darkblue {
    background-color: rgba(30, 34, 81, 0.9) !important;
}

.bg-lightblue {
    background-color: #E3EBF4;
}


.bg-overblue:hover {
    border-bottom: 5px solid rgba(121, 161, 206, 0.9);
}
.entry-content {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 260px;
    padding: 0px 20px;
    left: 20px;
    color: #FFF;
}

.entry-content-right {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 260px;
    padding: 0px 20px;
    right: 20px;
    color: #FFF;
}

.entry-thumb img {
    width: 100%;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transition: .3s ease-in-out;
}

.candal-categories {
    background-color: #1E2251;
}

.candal-categories {
    background-color: #1E2251;
    font-size: 14px;
    line-height: 22px;
    color: #eeeeee;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    text-decoration: none;
}

.candal-categories:hover {
    text-decoration: none;
    color: #FFF;
    cursor: pointer;
}

.candal-widget-1-big-2-small .candal-left .entry-content > div {
    bottom: 32px;
}

.entry-content > div {
    position: absolute;
    bottom: 22px;
    padding-right: 20px;
    color: #FFF;
}

.entry-content-right > div {
    position: absolute;
    bottom: 22px;
    padding-right: 20px;
}

.candal-space-bttom-2 {
    bottom: 32px !important;
}

.entry-title {
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    color: #FFF;
}

.candal-widget-1-big-2-small .candal-left .candal-meta-data {
    padding-top: 7px;
}

.candal-widget-1-big-2-small .candal-left .candal-meta-data {
    font-size: 18px;
    line-height: 18px;
    padding-top: 1px;
}

.candal-meta-data {
    vertical-align: bottom;
    font-size: 14px;
    color: #fcfcfc;
    display: inline-block;
    padding-top: 8px;
    line-height: 18px;
    list-style: none;
}

.entry-detail {
    padding-top: 25px;
}

.candal-custom-entry-content {
    background-color: transparent;
    width: 100%;
    left: 0px;
    padding: 0px;
}

.candal-custom-entry-content > div .entry-title {
    padding-top: 15px;
}

.candal-widget-has-bg-red .candal-left .candal-meta-data {
    display: none;
}

.candal-custom-entry-content .candal-categories {
    position: absolute;
    left: 20px;
}

.candal-categories-custom-02 {
    background-color: #1E2251;
}

.candal-custom-entry-content > div {
    background-color: rgba(30, 34, 81, 0.9);
    width: 100%;
    padding-left: 20px;
    padding-bottom: 20px;
    bottom: 20px;
}

.margintop20 {
    margin-top: 20px;
}

.candal-custom-secsion-bg.candal-style-1 {
    margin-bottom: 45px;
}

.candal-custom-secsion-bg {
    background-color: #e0e0e0;
    padding-top: 47px;
    padding-bottom: 35px;
    margin-bottom: 50px;
}

.candal-widget-3-slice {
    margin-bottom: 20px;
}

.candal-widget-3-slice .widget-title {
    padding-bottom: 15px;
}

.widget-title {
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 25px;
}

.widget-title .candal-title-color-2 {
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 1px;
}

.widget-title .candal-title-color-2 a {
    color: #b8b8b8;
    font-weight: 400;
}

.widget-title a {
    text-decoration: none;
}

.candal-viewall {
    display: inline-block;
    margin-left: 28px;
    text-transform: none;
    color: #bdbdbd;
    text-decoration: none;
    line-height: 22px;
    font-size: 22px;
    font-weight: 400;
    position: relative;
}

.agendaarticle {
    width: 100%;
    margin: 20px auto;
    padding: 20px;
    color: #FFF;
}

.agendadate {
    font-size: 30px;
    font-weight: 300;
}

.agendahour {
    font-size: 20px;
    font-weight: 300;
    margin-left: 10px;
}

.agendatitle {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
}

.paddingtop50 {
    padding-top: 50px;
}
.margintop50 {
    margin-top: 50px;
}
.margintop25 {
    margin-top: 25px;
}

.margintop80 {
    margin-top: 80px;
}

.margintop100 {
    margin-top: 100px;
}

.marginbottom20 {
    margin-bottom: 20px;
}
.marginbottom50 {
    margin-bottom: 50px;
}

.nopaddingleft {
    padding-left: 0;
}

.height35{
    height: 35px;
}

.height25 p{
    height: 23px;
    overflow: none;
    margin-top: 35%;
}
.uppercase {
    text-transform: uppercase;
}
.nav-tabs{
    border-bottom: 1px solid #1E2251;
    margin-bottom: 20px;
}
.seller, .seller h3, .seller h5{
    color: #FFF !important;
}
.info{
    float: left;
}
.info2{
    margin-top: 120px;
}

.empresa-destaque{
    height: 500px;
}

.caixaempresa{
    height: 235px;
}

.height138{
    height: 138px;
}
.height120{
    height: 120px;
}
.info2 img{
    margin-top: -5px;
}

.info2 label{
    margin-left: 12px;
    font-size: 20px;
}
.info2 .col-md-4, .info2 .col-md-6{
    padding: 10px;
    background-color: rgba(255,255,255,0.3);

}

.info2 .col-md-4:hover{
}
.area{
    float: right;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border: 1px solid #1E2251;
    border-bottom: none;
    background-color: #1E2251;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
}
.borderbottom {
    border-bottom: 1px solid #E0E0E1;
    margin-bottom: 30px;
}

.empresa-titulo{
    height: 50px;
    margin-top: 25px;
}
.noticiapreview {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.titlepreview {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -moz-binding: url('ellipsis.xml#ellipsis');
    display: block;
}

.truncate p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -moz-binding: url('ellipsis.xml#ellipsis');
    display: block;
}



.noticiasclock {
    color: rgba(121, 161, 206, 1);
}

.noticiaimg {
    width: 100%;
}

.caixanoticia{
    height: 435px;
    margin-bottom: 35px;
}

.categorias-titulo{
    margin: 0px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    font-family: textos;
    text-transform: uppercase;
}

.categorias-lista{
    list-style: none;
    padding: 0;
    margin-top: 10px;
    width: 100%;
}
.categorias-lista li{
    padding-bottom: 20px;
}

.categorias-lista a{
    color: #1E2251;
    text-align: left;
}
.catname { float: left; width: 88%; overflow: hidden; white-space: nowrap }
.catnumber { float: left; width: 12%; overflow: hidden }

.categorias-quantidade::after{
    content: '..............................................................................';
}

.espacooption{
    margin-bottom: 20px;
    padding-left: 0;
}
.instalacaooption{
    margin-bottom: 20px;
    padding-right: 0;
}
.pagination a{
    margin-right: 10px;
    background-color: #E3EBF4 !important;
    border: none !important;
    color: #1E2151 !important;
    font-weight: 700;
}

.pagination a:hover{
    background-color: #1E2151 !important;
    color: #FFF !important;
}

.pagination .activepage{
    background-color: #1E2151 !important;
    color: #FFF !important;
}
.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span{
    border-radius: 0;
}

.divfiltro{
    padding-top: 40px;
    padding-bottom: 40px;
}
.filtromin{
    background: transparent;
    border: 1px solid #79A1CE;
    color: #1E2151;
    width: 100%;
    padding: 5px;
}

.filtromax{
    background: transparent;
    border: 1px solid #79A1CE;
    color: #1E2151;
    width: 100%;
    padding: 5px;
}

.selectoption{
    padding: 5px;
    margin-top: 30px;
    width: 100%;
    background: transparent;
    border: 1px solid #79A1CE;
    color: #1E2151;
}

.btnfiltro{
    border: none;
    background: #1E2151;
    border-radius: 0;
    color: #FFF;
    margin-top: 30px;
}

.btnfiltro:hover, .btnfiltro:focus, .btnfiltro:active{
    border: none;
    background: #1E2151;
    border-radius: 0;
    color: #FFF;
    margin-top: 30px;
}
.well {
    border-radius: 0;
    box-shadow: none;
    background-color: white;
    margin-bottom: 0;
}

.white{
    color: #FFF !important;
}
.magtitle{
    font-family: textos;
    font-size: 40px;
    line-height: 55px;
}

.downlink{
    color: #FFF;
    text-transform: uppercase;
    border-bottom: 1px solid #FFF;
    padding: 5px 0px;
}
.downlink:hover{
    color: #FFF;
    text-decoration: none;
    border-top: 1px solid #FFF;
}
.downlink2{
    color: #1E2151;
    text-transform: uppercase;
    border-bottom: 1px solid #1E2151;
    padding: 5px 0px;
}
.downlink2:hover{
    color: #1E2151;
    text-decoration: none;
    border-top: 1px solid #1E2151;
}
.well p {
    font-size: 155%;
    color: #1E2151;
    text-transform: uppercase;
    margin-top: 15px;
}
.nopaddingright{
    padding-right: 0px !important;
}

.marginright15{
    margin-right: 15px !important;
}
.well {
    font-size: 15px;
    text-transform: uppercase;
}

.well .bt-contactos {
    border-radius: 0;
    background-color: #1E2151;
    color: white;
    margin-top: 2.5%;
    width: 100%;
    float: right;
}

footer {
    background-color: #1E2151;
    color: #ffffff;
    margin: 0;
    padding-bottom: 50px;
    padding-top: 25px;
}

footer .footer-titulo {
    color: #79A1CE;
    border-bottom: 1px solid #79A1CE;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-family: textos;
    font-size: 20px;
}

footer .morada {}

footer .contactos {
    list-style: outside none none;
    margin: 0px;
    padding: 0px;
}

.email-footer {
    background: transparent none repeat scroll 0% 0%;
    border: 1px solid #79A1CE;
    padding: 10px;
    width: 100%;
    color: #79A1CE;
}

.footer-titulo-menu {
    margin-top: 0px;
}

#copy {
    background-color: white;
    color: #79A1CE;
    padding: 10px;
}

.paddingtop15 {
    padding-top: 15px;
}

#overlay {
    background: rgba(224, 229, 241, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#timeline {
    position: relative;
    background-image: url("../images/bg.png");
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px;
}

.timeline {
    padding: 80px 0px;
}

.timeline .linha {
    border-top: 4px solid #232550;
    margin-top: 40px;
    margin-left: 16.65%;
    margin-right: 16.65%;
}

.linha .primeiro {
    margin-left: -1%;
    margin-right: 16.65%;
    border-radius: 28px;
    background-color: white;
    width: 28px;
    height: 28px;
    display: block;
    margin-top: -16px;
    border: 4px solid #232550;
}

.linha .segundo {
    margin-left: 27%;
    margin-right: 16.65%;
    border-radius: 28px;
    background-color: white;
    width: 28px;
    height: 28px;
    display: block;
    margin-top: -28px;
    border: 4px solid #232550;
}

.linha .terceiro {
    margin-left: 55%;
    margin-right: 16.65%;
    border-radius: 28px;
    background-color: white;
    width: 28px;
    height: 28px;
    display: block;
    margin-top: -28px;
    border: 4px solid #232550;
}

.linha .quarto {
    margin-left: 72%;
    margin-right: 16.65%;
    border-radius: 28px;
    background-color: white;
    width: 28px;
    height: 28px;
    display: block;
    margin-top: -28px;
    border: 4px solid #232550;
}

.linha .quinto {
    margin-left: 98%;
    margin-right: 16.65%;
    border-radius: 28px;
    background-color: white;
    width: 28px;
    height: 28px;
    display: block;
    margin-top: -28px;
    border: 4px solid #232550;
}

.primeiro:hover {
    border-radius: 28px;
    background-color: #BBC745;
    width: 28px;
    height: 28px;
    border: 4px solid #232550;
}

.primeiro:hover > .timeline-texto {
    opacity: 1;
}

.primeiro:hover > .timeline-icon img {
    opacity: 1;
}

.segundo:hover {
    border-radius: 28px;
    background-color: #BBC745;
    width: 28px;
    height: 28px;
    border: 4px solid #232550;
}

.segundo:hover > .timeline-texto {
    opacity: 1;
}

.segundo:hover > .timeline-icon img {
    opacity: 1;
}

.terceiro:hover {
    border-radius: 28px;
    background-color: #BBC745;
    width: 28px;
    height: 28px;
    border: 4px solid #232550;
}

.terceiro:hover > .timeline-texto {
    opacity: 1;
}

.terceiro:hover > .timeline-icon img {
    opacity: 1;
}

.quarto:hover {
    border-radius: 28px;
    background-color: #BBC745;
    width: 28px;
    height: 28px;
    border: 4px solid #232550;
}

.quarto:hover > .timeline-texto {
    opacity: 1;
}

.quarto:hover > .timeline-icon img {
    opacity: 1;
}

.quinto:hover {
    border-radius: 28px;
    background-color: #BBC745;
    width: 28px;
    height: 28px;
    border: 4px solid #232550;
}

.quinto:hover > .timeline-texto {
    opacity: 1;
}

.quinto:hover > .timeline-icon img {
    opacity: 1;
}

.timeline-texto {
    color: #232550;
}

.primeiro .timeline-texto {
    top: 40px;
    width: auto;
    text-align: right;
    position: absolute;
    left: 9.8%;
    opacity: .5;
}

.primeiro .timeline-titulo {
    text-align: right;
}

.segundo .timeline-texto {
    top: -55px;
    width: auto;
    text-align: left;
    position: absolute;
    left: 33.99%;
    opacity: .5;
}

.segundo .timeline-titulo {
    text-align: left;
}

.terceiro .timeline-texto {
    top: 40px;
    width: auto;
    text-align: left;
    position: absolute;
    left: 52.3%;
    opacity: .5;
}

.terceiro .timeline-titulo {
    text-align: left;
}

.quarto .timeline-texto {
    top: -55px;
    width: auto;
    text-align: left;
    position: absolute;
    left: 63.4%;
    opacity: .5;
}

.quarto .timeline-titulo {
    text-align: left;
}

.quinto .timeline-texto {
    top: 40px;
    width: auto;
    text-align: left;
    position: absolute;
    left: 80.3%;
    opacity: .5;
}

.quinto .timeline-titulo {
    text-align: left;
}

.primeiro .timeline-icon {
    top: 59px;
    width: 122px;
    text-align: left;
    position: absolute;
    left: 21%;
}

.segundo .timeline-icon {
    top: -50px;
    width: 122px;
    text-align: right;
    position: absolute;
    left: 22.5%;
}

.terceiro .timeline-icon {
    top: 65px;
    width: 122px;
    text-align: left;
    position: absolute;
    left: 43.69%;
}

.quarto .timeline-icon {
    top: -64px;
    width: 122px;
    text-align: right;
    position: absolute;
    left: 52%;
}

.quinto .timeline-icon {
    top: 69px;
    width: 122px;
    text-align: left;
    position: absolute;
    left: 71%;
}

.timeline-icon img {
    opacity: .3;
}
.timeline-titulo{
    font-family: titulos;
    text-transform: uppercase;
}
.timeline-subtitulo{
    font-family: titulos;
    text-transform: uppercase;
}
.primeiro .timeline-ano{
    margin-bottom: 10px;
}
.terceiro .timeline-ano{
    margin-bottom: 10px;
}
.quinto .timeline-ano{
    margin-bottom: 10px;
}
.segundo .timeline-ano{
    margin-top: 10px;
}
.quarto .timeline-ano{
    margin-top: 10px;
}

.menu-footer{
    list-style: none;
    padding: 0;
    color: #ffffff;
    text-transform: uppercase;
}
.menu-footer a{
    color: #ffffff;
    text-transform: uppercase;
}
.menu-footer .submenu-footer a{
    color: #79A1CE;
    text-transform: uppercase;
    font-size: 11px;
}
.menu-footer .submenu-footer{
    list-style: none;
    padding-left: 0;
    color: #79A1CE;
    text-transform: uppercase;
}

.logofooter{
    padding: 15px;
}

#pagina-noticias{
    margin-bottom: 55px;
    margin-top: 35px;
}

.noticia-titulo{
    height: 60px;
}

.noticia-titulo1{
    height: 55px;
}

.pesquisa{
    margin-bottom: 55px;
}

.pesquisa-titulo{
    margin: 0px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    font-family: textos;
    text-transform: uppercase;
}

.pagina-titulo{
    border-bottom: none;
    text-transform: uppercase;
    font-family: textos;
}

.pagina-titulo span{
    color: #79A1CE;
}

.height220{
    height: 220px;
}

.height285{
    height: 285px;
}
/* QUEM SOMOS */



.candalbanner img{
    width: 100%;
    height: 100%;

}

.whitetext{
    color: #FFF !important;
}
.nomargintop{
    margin-top: 0px !important;
}
.justify{
    text-align: justify;
}

.padding25{
    padding:25px;
}

.height266{
    height: 266px;
}
.valores ul{
    padding: 6%;
}
.bg-overcyan:hover{
    border-bottom: 5px solid #82C7D0;
}
.bg-overlightgreen:hover{
    border-bottom: 5px solid #B8C934;
}
.bg-overgreen:hover{
    border-bottom: 5px solid #80AD86;
}
.bg-overgreencyan:hover{
    border-bottom: 5px solid #80C1A8;
}

.blueover:hover{
    background-color: #79A1CE !important;
}

.blueborda{
    border-color: #79A1CE !important;
}

.bluemais{
    color: #79A1CE;
}

.cyanover:hover{
    background-color: #82C7D0 !important;
}

.cyanborda{
    border-color: #82C7D0 !important;
}

.cyanmais{
    color: #82C7D0;
}

.greenover:hover{
    background-color: #80C1A8 !important;
}

.greenborda{
    border-color: #80C1A8 !important;
}

.greenmais{
    color: #80C1A8;
}

.cyangreenover:hover{
    background-color: #B8C934 !important;
}

.cyangreenborda{
    border-color: #B8C934 !important;
}

.cyangreenmais{
    color: #B8C934;
}

.greendarkover:hover{
    background-color: #80C1A8 !important;
}

.greendarkborda{
    border-color: #80C1A8 !important;
}

.greendarkmais{
    color: #80C1A8;
}


.scrollToTop{
    width:85px;
    height:130px;
    padding:10px;
    text-align:center;
    background: whiteSmoke;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position:fixed;
    bottom:-45px;
    right:0px;
    display:none;
    background: url('arrow_up.png') no-repeat 0px 20px;
}

.scrollToTop:hover{
    text-decoration:none;
}

/* Responsive Styles */

@media(min-width:1500px) and (max-width:1599px) {
    header.carousel{
        height: 30%;
    }
}
}
@media(min-width:2047px){
    header.carousel{
        height: 50% !important;
    }
}

@media(max-width:1025px) {

    #noticias{
        padding: 0;
    }
    .nopaddingleft{
        padding-left: 15px;
    }
    .nopaddingright{
        padding-right: 15px !important;
    }
    .pagina-titulo{
        padding-left: 15px;
    }
    .hiddenimg{
        display: none !important;
    }
    .mobmargintop25{
        margin-top: 25px !important;
    }
    .caixanoticia{
        height: 400px;
    }
    .noticia-titulo1{
        height: 60px;
    }
}


@media(max-width:992px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:769px) {
    .mobfont18{
        font-size: 18px;
    }
    .navbar-header{
        width: 100%;
        text-align: center;
    }
    .navbar-right{
        margin: 0 auto;
        width: 96%;
        margin-top: 10px;
    }
    .img-responsive{
        display: initial;
    }
    .img-portfolio {
        margin-bottom: 15px;
    }
    header.carousel .carousel {
        height: 70%;
    }
    .navbar {
        background-color: #FFF;
    }
    .navbar li a {
        color: #1E2251;
    }
    .squaresep {
        display: none;
    }
    .search-container {
        display: none;
    }
    .caixanoticia{
        height: 450px;
    }
    .mobmarginbottom20{
        margin-bottom: 20px !important;
    }
    .mobnegmargintop80{
        margin-top: -80px;
    }
    .magtitle{
        font-size: 28px;
    }

}

@media(max-width:667px){
    .caixaempresa{
        height: 460px;
    }
    .caixanoticia {
        height: auto;
    }
}

@media(max-width:570px){
    .mobmarginbottom20{
        margin-bottom: auto !important;
    }
    #noticias{
        padding: 0;
    }
    .email-footer {
        width: 90%;
    }
    .caixaempresa {
        height: 335px;
    }
}


@media(max-width:480px){
    #logoimg{
        max-width: 70%;
        padding:5px;
    }
    .carousel-caption h2{
        font-size: 24px;
    }
    .entry-title{
        font-size: 20px;
    }
    .height266{
        height: auto;
    }
    .caixaempresa {
        height: 335px;
    }
    .alphaletter{
        margin-top: 30%;
    }
}

@media(max-width:375px){
    .caixaempresa {
        height: 300px;
    }
}

@media(max-width:320px){
    #noticias{
        padding: 0;
    }
    .entry-content{
        left: 0;
    }
    .entry-content-right{
        right: 0;
    }
    .entry-title{
        font-size: 16px;
    }
    .entry-content h1{
        margin-top: 10px;
    }
    .candal-space-bttom-2 {
        bottom: 20px !important;
    }
    .carousel-caption h2{
        font-size: 22px;
    }
    .carousel-caption p {
        font-size: 12px;
        margin-top: 20px;
    }
    .descservico{
        height: 260px;
    }
    .mobh1{
        font-size: 28px;
    }
    .mobheightauto{
        height: auto;
    }
    .caixaempresa {
        height: 275px;
    }
    .titulonoticiadestaque{
        height: 75px !importante;
    }
    .noticiadestaque{
        height: 360px;
    }
    .alphaletter{
        margin-top: 40%;
    }
}

.carousel-indicators.visible-md.visible-lg > li {
    height: auto !important;
}

#snowflakeContainer {
    position: absolute;
    left: 0px;
    top: 0px;
}
.snowflake {
    padding-left: 15px;
    font-family: Cambria, Georgia, serif;
    font-size: 14px;
    line-height: 24px;
    position: fixed;
    color: #FFFFFF;
    user-select: none;
    z-index: 1000;
}
.snowflake:hover {
    cursor: default;
}
