/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 7/mar/2016, 11:45:07
    Author     : carloscarvalho
*/
.caixa{
    border: 2px solid #1995dc;
    padding: 10px!important;
    border-radius: 6px;
}
.caixaContactos{
    border: 2px solid #1995dc;
    padding: 10px!important;
    border-radius: 6px;
}
.caixaIndex{
    border: 2px solid #1995dc;
    padding: 10px!important;
    border-radius: 6px;
    min-height: 220px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.carousel .item {
    border-radius: 10px;
    background-color: rgba(0,0,0,0);
    overflow: hidden;
}
.carousel-control {
    border-radius: 10px;
}
.center-block {
    float: none !important
}
.jumbotron{
    border: 2px solid #1995dc;
    padding: 25px!important;
}
.jumbotron p{
    font-size: 16px;
}
.logo{
    background-image: url(../Imagens/logo.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 150px
}
.map {
    min-width: 300px;
    min-height: 260px;
    width: 100%;
    height: 100%;
}
.sem-margem-baixo{
    margin-bottom: 0px;
}
.v-align {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 767px) { 
    .row.vertical-align {
        display: block; /* turn off the flexible box layout */
    }
}