body {
    padding-top: 0px;
    /* background-color: #b2d1ed2e; */
    background-color: #F1F6FB;
}
  
a {
    color: #50afcc;
}

a:hover, a:focus {
    color: #50afcc;
    text-decoration: none;
    outline: none;
}

.login-logo {
    margin: 0 auto;
    max-width: 400px;
}

.login-logo img {
    width: 400px;
}

@media (max-width: 768px) {
    .login-logo {
        max-width: 290px;
    }
    
    .login-logo img {
        width: 290px;
    }
}

.navbar {
    margin-bottom: 0px;
    border-bottom: 1px solid #B1D4E2;
    border-radius: 0;
    min-height: 75px;
}

.navbar-brand {
    float: left;
    padding: 8px 15px;
    font-size: 18px;
    line-height: 20px;
}

@media (max-width: 991px) {
    .navbar-brand img {
        margin-top: 10px;
        width: 160px;
        height: 34px;
    }
}

@media (max-width: 768px) {
    .navbar-brand img {
        margin-top: 5px;
        width: 210px;
        height: 44px;
    }
}

.navbar-right {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    list-style: none outside none;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.navbar-default .navbar-nav > li > a {
    color: #50afcc;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #10ac51;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #10ac51;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a {
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}

/* .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    min-height: 83px;
} */

@media (max-width : 767px){
    .navbar-right {
        margin-top: 5px;
    }
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

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

.navbar-toggle {
    margin-top: 18px;
    margin-right: 20px;
    margin-bottom: 8px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 28px;
    height: 3px;
}
.top-breadcrumb {
    color: #50afcc;
    font-size: 18px;
    line-height: 1.2;
    border-radius: 0;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.sub-nav > li:first-child {
    display: none;
}

.top-breadcrumb > .glyphicon {
    font-weight: 100;
    padding: 0 2px;
    font-size: 14px;
}

.top-breadcrumb > li {
    margin-right: 4px;
}

.top-breadcrumb > li+li:before {
    content: url('/images/breadcrumb-separator.png');
    margin-right: -2px;
    margin-left: -4px;
}

.top-breadcrumb > li+li:nth-child(2):before {
    display: none;
}

.footer {
    background-color: #50afcc;
    margin-top: 10px;
}

.social-footer {
    text-align: center;
}

.social-footer span {
    font-size: 30px;
    color: #FFF;
}

.social-footer-links {
    display: inline-block;
    margin-top: 10px;
    margin-left: 3px;
    margin-right: 3px;
}

.page-footer {
    background-color: #50afcc;
    min-height: 85px;
    display: flex;
}

.section-footer-left {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    float: left;
    text-align: left;
}

@media (max-width : 767px){
    .section-footer-left {
        margin-top: 20px;
    }
}

.section-footer-right {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 30px;
    float: right;
}

@media (max-width : 991px) {
    .section-footer-right {
        margin-top: 20px;
    }
}

.footer-nav {
    padding: 0px 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
    
}

.footer-nav a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
    margin-left: 10px;
}

.footer-nav > li + li:before {
    color: #B1D4E2;
    content: none;
}

.spacer {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    min-height: 500px;
}

.main {
    background-color: #FFF;
    padding: 15px 15px;
    margin-bottom: 20px;
    display: flow-root;
}

.main h1 {
    display: none;
}

.main h2 {
    color:#50afcc;
    font-size: 20px;
    text-align: left;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 10px;
}

.main-top {
    background-color: #FFF;
    padding: 5px 15px;
    margin-bottom: 20px;
    display: flow-root;
}

.main-top h1 {
    display: none;
}

.main-text span {
    color:#50afcc;
    font-weight: 600;
}

.main-text > h2 > .glyphicon {
    color: #50afcc;
    font-weight: 400;
    top: 3px;
    padding-right: 7px;
    font-size: 26px;
}


.main-text > h3 > .glyphicon {
    color: #fff;
    font-weight: 400;
    top: 5px;
    padding-right: 7px;
}

.main-text h4 {
    color:#50afcc;
}

.main-text h4 > .glyphicon {
    color:#50afcc;
    top: 2px;
    padding-right: 7px;
}

.main-blocks {
    min-height: 185px;
}

.main-blocks span {
    font-weight: 400;
    padding-right: 5px;
}

@media (max-width : 1199px){
    .main-blocks {
        min-height: 205px;
    }
}

@media (max-width : 991px){
    .main-blocks {
        min-height: 275px;
    }
}

@media (max-width : 767px) {
    .main-blocks {
        min-height: auto;
    }
}

.main-image img {
    width: 100%;
    height: auto;
}

.contacto {
    margin-left: -15px;
    margin-right: -15px;
}

.contacto > .form > .form-group > .form-control {
    border-radius: 0;
    border: 1px solid #B1D4E2;
    box-shadow: none;
}

.contacto > .form > p {
    padding-left: 15px;
    padding-right: 15px;
}

.contactos-title {
    color: #50afcc;
    font-size: 20px;
    font-weight: 400 !important;
}

.contactos-title a {
    color: #50afcc;
    font-size: 20px;
}

.contactos-title a:hover {
    text-decoration: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
    outline-offset: 0;
}

.btn-default {
    border-radius: 0;
    border: 0;
    margin: 2px 0;
    padding: 5px 18px;
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
    background-color: #50afcc;
    background-image: none;
    text-shadow: none;
    height: 35px;
}

.btn-default:active, .btn-default.active {
    background-color: #50afcc;
    border-color: #dbdbdb;
    box-shadow: none;
}

.btn-default:hover, .btn-default:focus {
    background-color: #50afcc;
    color: #FFF;
}

.orcamento-li {
    background-color: #50afcc;
    padding: 10px;
    color: #fff;
    text-shadow: none;
    margin-left: -10px;
}

.orcamento-li:hover {
    background-color: #10ac51;
    color: #fff;
    text-shadow: none;
}

@media (max-width : 767px){
    .orcamento-li {
        margin-left: 0px;
    }
}

.orcamento-li-active {
    background-color: #10ac51;
}

.orcamento-button-link {
    margin: 10px 0;
    text-align: center;
}

.orcamento-button-link a:hover {
    text-decoration: none;
}

.orcamento-button {
    background-color: #50afcc;
    padding: 12px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    text-shadow: none;
}

.orcamento-button:hover {
    background-color: #10ac51;
    color: #fff;
    text-shadow: none;
}

.servicos {
    background-color: #FFF;
    padding: 15px 15px;
    padding-bottom: 8px;
    margin-bottom: 20px;
    display: block;
}

.servicos h3 {
    font-size: 20px;
    text-align: left;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    margin-bottom: 10px;
    background-color: #10ac51;
    color: #FFF;
    padding-left: 10px;
    cursor: pointer;
}

.servicos > h3 > span {
    float: right;
    padding-right: 10px;
    top: 7px;
}

.servicos-text {
    display: none;
}

.orcamento {
    margin-left: -15px;
    margin-right: -15px;
}

.orcamento > .form > .form-group > .form-control {
    border-radius: 0;
    border: 1px solid #B1D4E2;
    box-shadow: none;
}

.orcamento > .form > p {
    padding-left: 15px;
    padding-right: 15px;
}

.politica-checkbox + label {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #B1D4E2;
    box-shadow: none;
}

.politica-checkbox:checked + label:after {
    position: relative;
    top: -4px;
    left: 3px;
    content: '\2714';
    font-size: 22px;
    color: #555;
}

.politica-checkbox + label + span {
    padding-left: 7px;
    font-weight: 600;
}

.politica-checkbox {
    display: none;
}

.servicos-checkbox + label {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #B1D4E2;
    box-shadow: none;
}

.servicos-checkbox:checked + label:after {
    position: relative;
    top: -4px;
    left: 3px;
    content: '\2714';
    font-size: 22px;
    color: #555;
}

.servicos-checkbox + label + span {
    padding-left: 7px;
}

.servicos-checkbox {
    display: none;
}

.slider {
    width: 100%;
    margin: 10px auto;
}

.slick-slide {
  margin: 0px 10px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: #62BAD4;
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: 1;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.slick-dotted.slick-slider {
    margin-bottom: 20px;
}

.slick-prev {
    display: none !important;
}

.slick-next {
    display: none !important;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #50afcc;
}

.slick-dots li button:before {
    opacity: .25;
    color: #50afcc;
}

.slick-dots {
    bottom: -20px;
}

.noticias {
    background-color: #FFF;
    padding: 15px 15px;
    margin-bottom: 20px;
    display: flow-root;
}

.noticias-text {
    background-color: #FFF;
    /* margin-bottom: 30px; */
    display: flow-root;
}

.noticias-text a:hover {
    color: #10ac51;
}

.noticias-text a:hover span {
    color: #10ac51;
}

.noticias-text h3 {
    color: #50afcc;
    margin-top: 0;
    font-size: 20px;
    line-height: 1.2;
}

.noticias-text h3 .glyphicon {
    color: #50afcc;
    font-weight: 400;
    top: 2px;
}

.noticias-data {
    font-weight: 400 !important;
}

.noticias-button-link {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 10px;
}

.noticia-text h3 {
    margin-top: 10px;
}

.noticia-text h3 span {
    font-size: 18px;
    font-weight: 400;
}

.noticia-text img {
    max-width: 100%;
    height: auto;
}

.noticia-image {
    margin-bottom: 10px;
    text-align: center;
}

.noticias-button {
    background-color: #50afcc;
    color: #FFF !important;
    padding: 7px 9px;
    font-size: 15px;
    font-weight: 700;
    text-shadow: none;
}

.noticias-button:hover {
    background-color: #10ac51;
}

.noticia-credit {
    font-size: 12px;
    font-style: italic;
    margin-top: 15px;
}

.noticias-button .glyphicon-arrow-left {
    color: #FFF;
    padding-right: 7px;
    top: 2px;
}

.noticias-button .glyphicon-arrow-right {
    color: #FFF;
    padding-left: 7px;
    top: 2px;
}

.produtos {
    padding: 0 5px;
    padding-top: 15px;
    padding-bottom: 5px;
    min-height: 320px;
}

@media (max-width : 1199px){
    .produtos {
        min-height: 280px;
    }
}

@media (max-width : 991px){
    .produtos {
        min-height: 310px;
    }
}

.produtos h3 {
    /* font-size: 18px;
    font-weight: 400;
    line-height: 1.1;
    padding: 5px 10px;
    min-height: 50px;
    display: flex;
    align-items: center;
    margin: 0 10px;
    color: #FFF;
    background-color: #10ac51; */
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    padding: 7px 10px;
    min-height: 45px;
    display: grid;
    align-items: center;
    margin: 0 10px;
    background-color: #DEF0F6;
    border-radius: 5px;
    color: #1d85a5;
    text-align: center;
}

.produtos h3 a, .produtos h3 a:focus {
    color: #FFF;
    outline: none;
}

.produtos-imagem {
    margin: 0 auto;
    position: relative;
    padding: 0 10px;
}

.produtos-imagem img {
    width: 100%;
    display: block;
}

.produtos-descricao {
    margin: 5px 10px;
    color: #50afcc;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
}

.produtos-preco {
    position: absolute;
    bottom: 85px;
    float: right;
    right: 35px;
}

.produtos-preco span {
    font-weight: 600;
    padding: 6px 8px;
    background-color: #DEF0F6;
    border-radius: 5px;
}


.produto {
    background-color: #FFF;
    padding: 0px; 
    margin: -5px -10px;
    display: flow-root;
}

.produto-text {
    margin-top: 15px;
}

.produto-referencia {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
}

.produto-referencia span {
    font-weight: 600;
}

.produto-marca {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
}

.produto-marca span {
    font-weight: 600;
}

.produto-preco {
    margin-top: 25px;
    font-size: 18px;
}

.produto-preco span {
    font-weight: 600;
    padding: 6px 8px;
    background-color: #DEF0F6;
    border-radius: 5px;
}

.produto-iva {
    margin-top: 5px;
    font-size: 10px;
}
