
/************************************************************************** 
 *                         Inicio: anuncios_home.css 
 **************************************************************************/
.ads-mapa {
}

.ads-mapa a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: white;
    margin-bottom: 5px;
}

.ads-mapa img {
    max-height: 70px;
    width: auto;
}


.right .ads-mapa {
    position: absolute;
    top: 290px;
    right: 10px;
    width: 190px;
    text-align: center;
}

.right .ads-mapa a {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 36%;
}

.right .ads-mapa img {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: contain;
    object-position: center center;
}

.ads-mapa.opcoes_fullscreen {
    position: absolute;
    top: 305px;
    right: 30px;
    z-index: 9999996;
    text-align: center;
}


#info-middle .ads-mapa {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#info-middle .ads-mapa > div {
    width: 50%;
    text-align: center;
    padding: 4% 6%;
}

@media all and (min-width: 1400px) {
	#info-middle .ads-mapa {
		margin-top: 15px;
	}
	
	#info-middle .ads-mapa > div { 
		padding: 0 6%;
	}
}

#info-middle .ads-mapa > div a {
    vertical-align: middle;
}

@media all and (max-width: 1250px) and (min-width: 900px) {
    .right .ads-mapa img {
        max-height: 60px;
    }
	.right .ads-mapa a {
		padding-bottom: 25%;
	}
}

@media all and (max-width: 899px) and (min-width: 0) {
    .right .ads-mapa {
        background: white;
        position: absolute;
        top: 260px;
        left: 20px;
        width: auto;
        /*max-height: 105px;*/
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
    }

    .right .ads-mapa > div {
        width: 50%;
    }

    .right .ads-mapa img {
        max-height: 50px;
    }

    .right .ads-mapa a {
        padding-bottom: 25%;
    }
}

@media all and (max-width: 500px) and (min-width: 0){
    #info-middle .ads-mapa {
        flex-direction: column;
        align-items: center;
    }

    #info-middle .ads-mapa > div {
        width: 80%;
    }
}
/************************************************************************** 
 *                         Inicio: bootstrap-theme.css 
 **************************************************************************/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (<none>)
 * Config saved to config.json and <none>
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #265a88;
  border-color: #245580;
}
.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.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 {
  background-color: #265a88;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-color: #2e6da4;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222222));
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

/************************************************************************** 
 *                         Inicio: bootstrapCustom.css 
 **************************************************************************/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (<none>)
 * Config saved to config.json and <none>
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  font-weight: initial;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.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.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}

/************************************************************************** 
 *                         Inicio: css_reset.css 
 **************************************************************************/
*,*:after,*:before {
	box-sizing: border-box;
}

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

html,body{margin:0;padding:0;}

/*p:after {
	content: '';
	display: block;
	clear: both;
	float: none;
}*/

p img[style] {
    margin: auto 10px;
}

#full-wrapper > div.limit-width ul,
#full-wrapper > div.limit-width ol {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}  
/************************************************************************** 
 *                         Inicio: distritos.css 
 **************************************************************************/
	.left-side,
	.right-side,
	.main-content {
		padding: 10px;
		float: left;
	}
	
	
	.lighter {
		font-weight: lighter;
		font-size: 0.9em;
	}
	
	.main-content{
		width: calc(100% - 500px);
		min-height: 80vh;
	}
	
	.main-content.min-height {
		min-height: 150vh;
	}
	
	.left-side,
	.right-side {
		width: 250px;
	}	
	
	/* paradas especiais */
	.right-side.bigger {
		width: 300px;
	}
	.main-content.smaller {
		width: calc(100% - 550px);
	}
	/* fim das paradas especiais */
	
	.right-side{
		float: right;
	}
	
	.concelho .left-side {
		width: 300px;
	}
	.concelho .right-side {
		width: 200px;
	}
	
	.distrito .title {
		margin: 0;
		font-size: 18px;
		color: #044365;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	.distrito .title i.fa {
		font-size: 16px;
		position: relative;
		bottom: 2px;
	}
	
	hr {
		 border: 0;
		height: 1px;
		margin-bottom: 0;
		background-image: linear-gradient(to right, rgba(4, 67, 101, 0), rgba(4, 67, 101, 0.75), rgba(4, 67, 101, 0));
	}  
	
	hr.full {
		background: rgba(4, 67, 101, 0.75);
	}
	hr.left {
		background-image: linear-gradient(to right, rgba(4, 67, 101, 0.75), rgba(4, 67, 101, 0.75), rgba(4, 67, 101, 0));
	}	
	hr.right {
		background-image: linear-gradient(to right, rgba(4, 67, 101, 0), rgba(4, 67, 101, 0.75), rgba(4, 67, 101, 0.75));
	}
	
	ul.special-bullet{
		list-style-type: none;
		padding-left: 20px;
		font-size: 15px;
		line-height: 1.7;
	}
	
	ul.special-bullet li{
		position: relative;	
		cursor: pointer;
	}
	
	
	ul.special-bullet li:before{
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		left: -16px; 
		transform: translateY(-50%);
		width: 10px;
		height: 10px;
		border: 2px solid #044365;
		border-radius: 100%;
		background: #cee8fa;
		transition: .3s;
	} 
	
	ul.special-bullet li:hover:before{
		background: #044365;
	}
	
	
img.foto-concelho{
    margin: 10px auto;
    margin-bottom: 30px;
    display:  block;
	max-width: 150px;
}

img.foto-concelho.info {
    max-width: 200px;
}
	
.mapa_distrito {
	display: block;
	margin: 10px auto;
	position: relative;
	min-height: 100vh;
}

#mapa_placeholder.mapa_distrito {
    min-height: initial;
    height: 0;
    padding-top: 135.296%;
    max-width: 625px;
    width: 100%;
    margin-bottom: 20px;
}

#mapa_placeholder.mapa_distrito svg {
    height: initial;
    max-height: initial;
    
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
}

.mapa_distrito .first-map,
.mapa_distrito .svg-placeholder {
	position: absolute;
	top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    max-height: 100%;
    overflow: hidden;
}


ul.publicidade{
	list-style-type: none;
	padding: 0;
}

ul.publicidade li a {
	padding: 10px 0;
	display: inline-block;
}


/* Avatar */

div.avatar {
	height: 110px;
	line-height: 110px;
}

div.avatar.special {
	height: auto;
	line-height: 1.5;
}

div.avatar.special .photo {
    width: auto;
    height: auto;
    max-height: 250px;
	float: none;
}

div.avatar.special p.avatar-subtitle {
	line-height: 1;
	margin-left: 0;
	display: inline-block;
	vertical-align: bottom;
}

div.avatar p {margin:0;}
div.avatar p.avatar-title {font-size: 20px;font-weight: bold;}
div.avatar p.avatar-subtitle {font-style: italic;color: #0971a9;}

div.avatar:after {
	content: '';
	clear: both;
	display: block;
	float: none;
}
div.avatar .photo {
	width: 110px;
	height: 110px;
	float: right;
	text-align: right;
}

div.photo img {
	max-height: 100%;
	max-width: 100%; height: auto;
}

div.avatar .box-title {
	display: inline-block;
	vertical-align: bottom;
	line-height: 1;
}

.left-side .content {
	color: #5a5a5a;
}



div.icon img {
	width: 32px;
	height: auto;
	display: inline-block;
	margin-right: 10px;
}


#placeholder_mapa_municipio {
	display: inline-block;
	position: relative;
}


.recurso{
    margin-bottom:20px;
}
/************************************************************************** 
 *                         Inicio: footer.css 
 **************************************************************************/
footer {
	padding: 30px 0;
	min-height: 200px;
	content: '';
    background: #003f61;
    padding-bottom: 0;
    color: #FFF;
}

footer .footer-bottom {
    padding: 10px;
    background:rgb(1, 45, 68);
}

footer, footer a {
	color: #fff;
}
footer a:hover{
	color: #FFF;
}
footer a:active,
footer a:focus {
    color: #fff8bc;
    text-decoration: none;
}

footer svg:not(:root).svg-inline--fa {
    opacity: 0.4;
    transition: .3s;
    width: 1.5em;
    text-align: center;
}
/************************************************************************** 
 *                         Inicio: form.css 
 **************************************************************************/
button {
	cursor: pointer;
	 -webkit-border-radius: 3px; -moz-border-radius: 3px;
	 border-radius: 3px;
     border-radius: 0;
	 padding: 3px 10px 3px 10px; text-decoration:none; display:inline-block;
}

.button {
border:1px solid #cacaca;color: #FFFFFF;
 background-color: #E6E6E6; background-image: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), to(#CCCCCC));
 background-image: -webkit-linear-gradient(top, #dcdcdc, #a8a8a8);
 background-image: -moz-linear-gradient(top, #dcdcdc, #a8a8a8);
 background-image: -ms-linear-gradient(top, #dcdcdc, #a8a8a8);
 background-image: -o-linear-gradient(top, #dcdcdc, #a8a8a8);
 background-image: linear-gradient(to bottom, #dcdcdc, #a8a8a8);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E6E6E6, endColorstr=#CCCCCC);
 text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
 background: #dcdcdc;
 border-color: #dcdcdc;
}

.button:hover{
 border:1px solid #b3b3b3;
 background-color: #cdcdcd; background-image: -webkit-gradient(linear, left top, left bottom, from(#cdcdcd), to(#b3b3b3));
 background-image: -webkit-linear-gradient(top, #cdcdcd, #b3b3b3);
 background-image: -moz-linear-gradient(top, #cdcdcd, #b3b3b3);
 background-image: -ms-linear-gradient(top, #cdcdcd, #b3b3b3);
 background-image: -o-linear-gradient(top, #cdcdcd, #b3b3b3);
 background-image: linear-gradient(to bottom, #cdcdcd, #b3b3b3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#cdcdcd, endColorstr=#b3b3b3);
 background: #cdcdcd;
 border-color: #cdcdcd;
}

.submit-button{
border:1px solid #34740e; color: #FFFFFF;
 background-color: #4BA614; background-image: -webkit-gradient(linear, left top, left bottom, from(#4BA614), to(#008c00));
 background-image: -webkit-linear-gradient(top, #4BA614, #008c00);
 background-image: -moz-linear-gradient(top, #4BA614, #008c00);
 background-image: -ms-linear-gradient(top, #4BA614, #008c00);
 background-image: -o-linear-gradient(top, #4BA614, #008c00);
 background-image: linear-gradient(to bottom, #4BA614, #008c00);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4BA614, endColorstr=#008c00);
    background: #129c18;
    border-color: #129c18;
}

.submit-button:hover{
 border:1px solid #224b09;
 background-color: #36780f; background-image: -webkit-gradient(linear, left top, left bottom, from(#36780f), to(#005900));
 background-image: -webkit-linear-gradient(top, #36780f, #005900);
 background-image: -moz-linear-gradient(top, #36780f, #005900);
 background-image: -ms-linear-gradient(top, #36780f, #005900);
 background-image: -o-linear-gradient(top, #36780f, #005900);
 background-image: linear-gradient(to bottom, #36780f, #005900);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#36780f, endColorstr=#005900);
    background: #37ab5f;
    border-color: #37ab5f;
}


button{
	margin: 10px 5px;
	cursor: pointer;
	background: #cad0d4;
	transition: .3s;
    border: 0;
}


button:hover {
	background: #bfbfbf;
}
 
button.green {
    background: #37ab5f;
    color: #FFF;
    padding: 6px 19px;
    font-size: 0.9em;
}

button.green:hover {
    background: #129c18;
}
 
 
input[type=email],
input[type=password],
input[type=text],
textarea {
	padding: 5px;
	width: 100%;
}

.contacto-distrito textarea {
	min-height: 80px;
}

.margin-bottom {
	margin-bottom: 20px;
}

.datetime-form div,
.datetime-form span {
	display: inline-block;
}

.datetime-form input[type=number]{
	width: 40px;
}

.datetime-form input[type=number].bigger {
	width: 55px;
}

.placeholder-error:empty{display:none;}
.placeholder-error {
	background: #fff9c8;
	padding: 6px 8px;
}

.input_style,
input.input_style{
	width: 100%;
	padding: 10px;
	margin-bottom: 40px; 
	border: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid #ccc9c9;	
}

input.error:focus, input.error{outline: 1px solid rgba(217, 69, 69, 0.85);}

.input_style:focus{
	background: #fdfdfd;
	outline: none;
	
	
}


.header_title{ 
	padding: 20px 0;
	background: #fafafa;
	color: #044365;
	margin-bottom: 40px;
	font-size: 1.2em;
}

#frm_registo button.button.green{
	
	padding: 15px 20px;
}
/************************************************************************** 
 *                         Inicio: header.css 
 **************************************************************************/
/* CABE�ALHO */

header {
	background: #fefefe;
	position: relative;
	z-index: 999;
}

header .container-header {
	height: 85px;
	line-height: 80px;
	padding: 5px 0;
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

#content {
	background: #f7f7f7;
	padding: 0 10px;
	padding-bottom: 10px;
	position: relative;
}

header .logo,
header .menu-links,
header .menu-icons{
	display: inline-block;
	vertical-align: middle;
	position: relative;
}



header .menu-links a {
	font-size: 18px;
	font-weight: bold;
}

header .logo {
	width: 200px;
	max-height: 100%;
	vertical-align: top;
}

header .logo img {
    vertical-align: top;
}

/* MENU */

header .menu-icons {
	position: relative;
	/*right: 5px;
	top: 50%;
	transform: translateY(-50%);*/
}

header .menu-links {
	text-transform: uppercase;
	padding-right: 10px;
	padding-left: 10px;
}

header .menu-links ul,
header .menu-icons ul {
	list-style-type: none;
	line-height: 1;
	padding: 0;
	margin: 0;
}

header .menu-icons li {
	position: relative;
}


.ul-inline-block > li {
	margin-right: 10px;
	display: inline-block;
}

.ul-inline-block > li:last-of-type {
	margin-right: 0;
}

header .menu-links .extra-links {
    position: absolute;
    right: -5px; top: 0;
    transform: translateX(100%);
    width: 100px;
    cursor: pointer;
    line-height: 1.5;
    height: 52px;
}

header .menu-links .extra-links ul {
    transform: scaleY(0);
    opacity: 0;
    position: absolute;
    top: 100%;
    left: -20px;
    background: #044365;
    padding: 10px;
    padding-left: 20px;
    line-height: 1.8;
    width: 240px;
    transition: opacity .5s ease-in-out;
    transform-origin: top right;
}

header .menu-links .extra-links a {
    font-size: 12px;
    display: block;
    line-height: 1.2;
    margin: 7px 0;
    color: #FFF;
}

header .menu-links .extra-links:hover ul {
    transform: none;
    opacity: 1;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
}

/* UL USER DATA */
header .menu-icons .user-data{
	background: #fff;
	padding: 10px 10px;
	position: absolute;
	max-height: 0;
	will-change: height;
	top: 100%;
	overflow-y: hidden;
	-webkit-transition: max-height 0.3s ease-in-out;
	-moz-transition: max-height 0.3s ease-in-out;	
	-o-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;
    min-width: 130px;
    background: #044365;
    margin-top: 35px;
    opacity: 0;
}

header .menu-icons .user-login:hover .user-data,
header .menu-icons .user-data:hover {
    opacity: 1;
}
    
.user-data a {color: #FFF;text-decoration: none;}
.user-data a:hover{color: #fefefe;}

.user-data li{display: block;padding: 10px 0;cursor: pointer;}
.user-login:hover .user-data{max-height: 100vh; }
/* li.user-login{min-height: 80px; } */

/* IDIOMAS */

#google_translate_element,
.skiptranslate
{display:none;}

.idiomas-container {
	width: 75px;
	display: block;
}

.idiomas-container a {
    text-decoration: none;
}

.idiomas-container .show_more {
	position: relative;
    left: -2px;
    bottom: -2px;
}

ul.idiomas:hover .show_more {
    color: #FFF;
}


ul.idiomas {
	padding:0;margin:0;
	height: 25px;
	overflow: hidden;
	position: absolute;
	top: -18px;
	border-radius: 0;
	width: 80px;
    z-index: 20; 
    transition: .3s ease-in-out;
    transform-origin: top center;
}
 
ul.idiomas:hover { 
	height: 120px;
    overflow: hidden;
    background: #064c71;
}

ul.idiomas li:not(:first-of-type) {
    opacity: 0;
    transition: .3s ease-in-out;
    transform: translateX(-80px) skewX(50deg);
}

ul.idiomas li:nth-of-type(2){
    transition-delay: .01s;
}
ul.idiomas li:nth-of-type(3){
    transition-delay: .05s;
}
ul.idiomas li:nth-of-type(4){
    transition-delay: .1s;
}

ul.idiomas:hover li {
    opacity: 1;
    transform: none;
}

ul.idiomas:hover a,
ul.idiomas:hover a:hover {
	color: #FFF;
} 

.idiomas-container i.show_more{
	transform: rotate(90deg);
    position: absolute;
    right: 12px;
    top: 9px;
    font-size: 10px;
}

ul.idiomas:hover i.show_more{
	transform: rotate(-90deg);
	color: #FFF;
}

ul.idiomas li {
	padding: 5px 10px;
	border-bottom: 1px solid #005a8a;
	line-height: 17px;
}

ul.idiomas li:not(:first-of-type) a{
	margin-left: 5px;
}

ul.idiomas li:last-of-type {
	border-bottom: 0;
}

ul.idiomas span {
	width: 20px;
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
}

/************************************************************************** 
 *                         Inicio: helpers.css 
 **************************************************************************/
img[src='']{
    display: none;
}

.uppercase {
	text-transform: uppercase;
}

.padding {
    padding: 10px;
}

.btn {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid;
}

.limit-width {
	max-width: 1600px;
	margin: 0 auto;
}

@media all and (max-width: 1780px) and (min-width: 0px){
	.limit-width {
		max-width: 96%;
	}
}

#placeholder_mobile{
	padding: 0 10px;
}

@media all and (max-width: 598px) and (min-width: 0) {
    #placeholder_mobile {
        padding: 0;
    }
}

.hidden{display:none !important;}

.no-margin{
	margin:0;
}

.overflow-x{overflow-x: hidden;}

.no-margin-top {
	margin-top: 0;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.margin {
	margin: 10px;
}

.margin-top {
	margin-top: 10px;
}

.margin-bottom {
	margin-bottom: 10px;
}

.margin-right {
	margin-right: 10px;
}

.margin-left {
	margin-left: 10px;
}

.relative {
	position: relative;
}

.text-align-left,
.text-left {
   text-align: left;
}

.float-right{float: right;}
.float-left{float: left;}

.text-align-right,
.text-right {
	text-align: right;
}

.text-align-center,
.text-center {
	text-align: center;
}

.block,.display-block{
	display: block;
}

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

.display-inline-block,
.inline-block {
	display: inline-block;
	vertical-align: top;
}

.flex-center-container{
    display: flex;
    align-items: center;
    justify-content: center;
}

.min-75vh {
    min-height: 75vh; 
}

.clear-both {
	content: '';
	clear: both;
	display: block;
	float: none;
}

.title-font {
	font-family: 'Open Sans Condensed';
}

.bold {
	font-weight: bold;
}



.custom-scroll::-webkit-scrollbar {
    width: 12px;
}
 
.custom-scroll::-webkit-scrollbar-track {
    background: #fff;
    -webkit-box-shadow: inset 0 0 3px rgba(44, 81, 123, 0.67); 
}
 
.custom-scroll::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(44, 81, 123, 0.67); 
    background: #7d94ad;
}


.only-mobile {
    display: none;
}

@media all and (max-width: 768px) and (min-width: 0){
    .only-mobile {
        display: initial;
    }
    .only-desktop {
        display: none;
    }
    .display-block-mobile {
        display: block;
    }
}
/************************************************************************** 
 *                         Inicio: historias.css 
 **************************************************************************/
/*.historias-content {
    position: relative;
    line-height: 1;
    text-align: center;
}

.historias-content .historia {
    display: inline-block;
    width: calc(25% - 20px);
    min-width: 280px;
    max-width: 90%;
    height: 170px;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    line-height: 1.3;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    
}

@media all and (min-width: 768px) {
    .historias-content .historia:nth-of-type(odd){
        margin-right: 10px;
    }
    .historias-content .historia:nth-of-type(even){
        margin-right: 10px;
    }
}


.historias-content .historia p.titulo {
    margin: 0;
    position: absolute;
    top: 50%; left: 0;right: 0;
    transform: translateY(-50%);
    z-index: 10;
    text-align: center;
    transition: .3s ease-in-out;
    padding: 10px;
}

.historias-content .historia:hover p.titulo {
    transform: translateY(-100%);
    font-size: 2rem;
}

.historias-content .historia span.view-more {
    font-size: 12px;
    padding: 5px 15px;
    border: 1px solid;
    width: 70%;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform:  translateX(500px) scale(0.6);
    opacity: 0;
    z-index: 100;
    transition: .3s ease-in-out;
}

.historias-content .historia:nth-of-type(odd) span.view-more {
    transform:  translateX(-500px) scale(0.6);
}

.historias-content .historia:hover span.view-more {
    opacity: 1;
    transform: translateX(-50%);
}

.historias-content .historia span.view-more:hover {
    background: #FFF;
    color: #000;
}

.historias-content .historia p.titulo:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%; left: 0;  
    height: 100%;
    width: 100%;
    background-color:#000;
    z-index: -1;
    transform: translateY(-50%);
    transition: .3s ease-in-out;
    opacity: 0.6;
}

.historias-content .historia:hover p.titulo:before {
    background-color: #000;
    transform: translateY(-40%) scale(5);
    opacity: 0.7;
}

.historias-content .historia img {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%) scale(1.7);
    filter: grayscale(0.5);
    transition: .3s ease-in-out, transform .2s ease-in-out;
}

.historias-content .historia:hover img {
    filter: grayscale(0) contrast(1.5);
    transform: translate(-50%,-50%) scale(1.9);
}
*/

.main-content.wider {width:calc(100% - 300px);}

.header-historia {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 190px;
    position: relative;
    color: #FFF;
    font-size: 2rem;
    filter: saturate(1.2);
}

.header-historia h2 {
    margin: 0;
    position: absolute;
    z-index: 1; 
    display: inline-block;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}

.header-historia h2:before{
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    content: ''; display: block;
    background: rgba(0, 0, 0, 0.315);
    z-index: -1;
    transform: scale(2);
}
/************************************************************************** 
 *                         Inicio: home.css 
 **************************************************************************/

body .zoomIn.off, body .zoomOut.off {
    opacity: 1;
}


#mapa_placeholder_2 {
    will-change: transform;
}

#info-middle .texto img {
    margin-bottom: 5px;
}

#fullmap {
    position: absolute;
    top: 0px;
    right: 5px;
    background: #a6abb2;
    font-size: 20.6px;
    padding: 0px 6px;
    line-height: 1.5;
    color: white;
    transition: none;
}

#fullmap:focus {
    outline: none;
}

.splited #fullmap {
    right: -30px;
    top: 0;
}

#container-map_2 .controlHolder {
    top: -1px;
    padding-top: 40px;
}

.splited #container-map_2 .controlHolder {
    top: 0;
    padding-top: 5px;
    display: flex;
    right: 35px;
    /* opacity: 0; */
}

#container-map_2 .controlHolder .zoomIn,
#container-map_2 .controlHolder .zoomOut {
    margin-right: 5px;
}

@media all and (min-width: 900px){

    

	.splited #content.blue-pattern_2 {
		width: 60%;
		float: left;
	}

	.splited #placeholder_mobile {
		float: right;
	    width: 40%;
        height: 0;
        padding-bottom: 45%;
        overflow-y: hidden;
        position: relative;
    }
    
    body:not(.splited) #placeholder_mobile {
        padding: 0;
    } 

    .splited hr.no-margin.margin-bottom {
		clear: both;
		float: none;
		display: block;
		content: '';
	}

	.splited #info-middle.pagina-inicial .texto p:not(.title):not(.imagem)	{
		max-height: 28px;
		overflow: hidden;
        line-height: 1;
	} 

    .splited #info-middle.sidebar-news {
		padding-top: 0;
		margin-top: 0;
    }
    
    :not(.splited) #info-middle.sidebar-news {
        padding: 0;
    }

    .splited #info-middle.pagina-inicial .item {
        width: calc(50% - 30px);
        margin-left: 20px;
	}

    #main-news:before {
        content: '';
        clear: both;
        display: block;
    }


    body:not(.splited) #info-middle.pagina-inicial .item,
    #main-news .item {
        width: calc(25% - 15px);
        margin: 0;
        margin-right: 14px;
        display: inline-block;
        vertical-align: top;        
    }

    body:not(.splited) #main-news {
        padding: 0 10px;
    }
    #main-news .item {
        width: calc(25% - 30px);
        margin-right: 33px;
    }

    body:not(.splited) #info-middle.pagina-inicial .item:nth-of-type(4n+0),
    #main-news .item:nth-of-type(4n+0) {
        margin-right: 0;
    }
}

@media all and (max-width: 1330px) and (min-width: 900px) {
    .splited #info-middle.pagina-inicial .item {
        padding: 3px 10px;
    }

    .splited #info-middle.pagina-inicial .imagem {
        position: relative;
        height: 0;
        padding-bottom: 45%;
        margin-bottom: 5px !important;
    }
    .splited #info-middle.pagina-inicial .texto img {
        position: absolute;
        top: 0; left: 0;
        width: 100%; height: 100%;
        object-fit: cover;
        object-position: center center;
    }
}

@media all and (max-width: 899px) and (min-width: 0) {
    #fullmap {
        display: none !important;
    }
    #container-map_2 .controlHolder {
        right: 0 !important;
        top: -33px !important;
    }
}







#container-map_2 .controlHolder,
.splited #container-map_2 .controlHolder {
    top: 10px; right: 10px;
    padding: 5px;
}
#container-map_2 .controlHolder .zoomIn, 
#container-map_2 .controlHolder .zoomOut,
#container-map_2 .controlHolder .fullscreenToggle {
    margin: 5px 0;
}

.splited #container-map_2 .controlHolder .zoomIn, 
.splited #container-map_2 .controlHolder .zoomOut,
.splited #container-map_2 .controlHolder .fullscreenToggle {
    margin: 0;
}

body .fullscreenDiv {
    background: #a9cdff;
}

body .fullscreenDiv:after {
    content: '';
    display: block;
    background: #cfd6df;
    width: 40vw;
    right: 0;
    left: auto;
    margin-left: auto;
    margin-top: -20px;
    top: 0;
    height: 100%;
}

#opcoes_mapa {
    background: rgba(207, 214, 223, 0.5);
    background: rgba(255,255,255,.4);
    padding: 15px;
}

#opcoes_mapa li:last-of-type {
    margin-bottom: 0;
}

#opcoes_mapa.opcoes_fullscreen {
    right: 60px;
    margin-left: auto;
    z-index: 9999996;
    background: rgba(255,255,255,.4);
    padding: 15px;
    max-height: 285px;
    overflow-y: auto;
    overflow-x: hidden;
}

#opcoes_mapa.opcoes_fullscreen li {
    margin-bottom: 10px;
}

#show_spinning {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: none;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0;
    color: white;
}

#show_spinning svg {
    color: #666;
}

#show_spinning.show {
    display: flex !important;
}

#opcoes_mapa:not(.opcoes_fullscreen) {
    animation: bounceIn .3s both;
}

#opcoes_mapa.spinning:not(.opcoes_fullscreen) {
    animation: boucingSpinning 3s both;
}

#opcoes_mapa.spinning {
    opacity: .5;
    pointer-events: none;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.1);
}

@keyframes bounceIn {
        0% {
           transform: scale(.99);
        }
        100% {
           transform: scale(1);
        }
}

@keyframes boucingSpinning {
        0% {
           transform: scale(1);
        }
        25% {
           transform: scale(.99);
        }
        50% {
           opacity: 1;
           transform: scale(1.01);
        }
        100% {
           opacity: .5;
           transform: scale(.99);
        }
}


@media (max-width: 899px) and (min-width: 0) {
    #container-map_2 .controlHolder {
        right: 10px !important;
        top: 10px !important;
    }

    #container-map_2 .controlHolder .fullscreenToggle {
        display: none !important;
    }

    #container-map_2 #opcoes_mapa li span {
        padding: 2px 5px;        
    }
    #container-map_2 #opcoes_mapa li.active span {
        background: #add0e3;
    }
}
/************************************************************************** 
 *                         Inicio: icones.css 
 **************************************************************************/
.select-placeholder ::-moz-selection { background: none; }
.select-placeholder ::selection { background: none; }
.select-placeholder {
	position: relative;
	height: 36px;
	font-size: 13px;
}

.select-icones {
	border: 1px solid rgb(171,171,171);
	line-height: 32px;
	max-height: 50vh;
	position: absolute;
	top: 0;
	left: 0;
	background: #FFF;
	width: 100%;
	transition: .3s;
	z-index: 88;
}

.select-icones.hidden {
	height: 34px;
	overflow: hidden;
}

.select-icones {
	height: auto;
	overflow-y: auto;
}

.select-icones img {
	width: 26px;
	height: 26px;
	vertical-align: middle;
	margin-right: 10px;
}

.select-icones .selected img {
	width: 24px;
	height: 24px;
}

.select-icones span {
	display: inline-block;
	vertical-align: middle;
}

.select-icones.hidden li {
	display: none;
}

.select-icones.hidden li.selected {
	display: inline-block;
	line-height: inherit;
	width: 100%;
	background: #fff;
}

.select-icones li {
	padding: 0 20px;
	cursor: pointer;
	transition: .3s;
}

.select-icones li:hover {
	background: #b9e5f5;
}
.select-icones li:first-of-type:hover,
.select-icones li:first-of-type.selected,
.select-icones li:first-of-type {
	background: #FFF!important;
}

.icon {
	vertical-align: middle;
	display: inline-block;
}
 
.icon.s-16{
	width: 16px;
	height: 16px;
}
.icon.s-24{
	width: 24px;
	height: 24px;
}
.icon.s-32{
	width: 32px;
	height: 32px;
}

/************************************************************************** 
 *                         Inicio: layout.css 
 **************************************************************************/
body {
	font-family: 'PT Sans','Helvetica','Arial',sans-serif;
	font-size: 14px;
	font-weight: 400;
    top: 0 !important;
    background: rgb(1, 45, 68);
    background: #fff;
    max-width: 100%;
    overflow-x: hidden; 
}

#show_spinning {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9999;
    font-size: 56px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 4px;
    background:rgba(255,255,255,.8);
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,.1);
}

#show_spinning.show {
    display: flex;
}

#show_spinning.hidden {
    display: none;
}


a {
	color: #044365;
	text-decoration: none;
}
a:hover {
	color: #0779b7;
}

#full-wrapper {
    background: #FFF;
}

#full-wrapper.isBlurred {
    filter: opacity(0.2);
}

#full-wrapper > .limit-width:after {
	content: '';
	clear: both;
	display: block;
	float: none;
}

/************************************************************************** 
 *                         Inicio: listagem-items.css 
 **************************************************************************/
.listagem-items {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

.listagem-items .item {
    width: calc(20% - 10px);
    align-items: flex-start;
    padding: 10px;
    border: 1px solid rgba(0,0,0,.005);
    margin: 5px;
    text-align: center;
    box-shadow: 6px 6px 10px 0 rgba(0,0,0,.05);
}

.listagem-items.historia .item {
    width: Calc(33% - 10px);
}

.listagem-items .item.item-brasao {
    box-shadow: none;
    border: 0;
}

.listagem-items .item img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 130px;
    margin: 0 auto;
    width: 100%;
    object-fit: contain;
    object-position: center center;
}

.listagem-items .item.item-brasao img {
    max-height: 165px;
}

.listagem-items.historia .item img {
    max-height: 180px;
}

.listagem-items .item a {
    font-size: 18px;
    margin-top: 10px;
    display: block;
}

.listagem-items .item.no-image a {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    display: block;
}

img.brasao-limite {
    max-width: 250px;
}

@media all and (max-width: 768px) and (min-width: 0){
    .listagem-titulo span {
        display: block;
        float: none;
        text-align: center;
    }

    .listagem-items .item {
        width: calc(50% - 10px);
    }
    
}


/************************************************************************** 
 *                         Inicio: map.css 
 **************************************************************************/


.blue-pattern_2,
.blue-pattern {
    background: url(/images/blue-pattern.png) !important;
    background: #a9cdff !important;
}

.mini-mapa {
    text-align: center;
    margin-bottom: 20px;
}

#main-news .title {
    margin-bottom: 5px;
}

#main-news .title a {
    font-size: 16px;
}

#main-news p:not(.title):not(.imagem) {
    margin-top: 5px;
}

#side_bg_map {
	background:#cfd6df;
	position: absolute;
	width: 43%;
	height: 100%;
	right: 0;
    top: 0;
    
    width: 52%;
    height: 100%;
}


#container-map {
	position: relative;
	z-index: 10;
	height: 795px;
	min-height: 100vh;
	overflow: hidden;
}

#container-map .left {
	float: left;
	width: calc(100% - 220px);
	position: relative;
}
#container-map .right {
	float: right;
	width: 220px;
	height: 700px;
	position: relative;
}

#container-map .right:after,
#container-map .left .column-2:after {
	content: '';
	clear: both;
	display: block;
	float: none;
}

#container-map .left .column-1 {
	width: 250px;
	margin-top: 10px;
	float: left;
	position: absolute;
	left: 0;
}

/*#container-map .left .column-2 {
	float: right;
}*/

/* INFO-MAP */
#info-top img {
	width: 100%;
	height: 156px;
	vertical-align: middle;
}


/* NOTÍCIAS */
#info-middle {
	padding: 5px;
	padding-right: 0;
	margin-top: 10px;
	background: #FFF;
    max-height: 475px;
    max-height: 80vh;
}

#info-middle.sidebar-news {
	max-height: none;
}

#info-middle:not(.sidebar-news) .wrapper{
	overflow-y: hidden;
    max-height: 430px;
    max-height: 75vh;
	overflow-x: hidden;
	transition: overflow-y 0.3s;
	padding-left: 10px;
	padding-right: 17px;
} 

#info-middle .wrapper:hover{
	max-width: 100%;
	overflow-y: auto;
	padding-right: 0;
}

#info-middle p {
	margin: 0;
	text-align: justify;
    max-height: 55px;
    line-height: 1.3;
	overflow: hidden;
}

#info-middle .title-principal{
	font-size: 20px;
	text-transform: uppercase;
	position: relative;
	padding-left: 10px;
}

#info-middle .title-principal:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 80%;
	background: #0779b7;
}

#info-middle .title-principal a {
	color: inherit;
}

#info-middle .title-principal i.fa {
    font-size: 14px;
    color: #0779b7;
    position: relative;
    bottom: 1px;
}

#info-middle .item {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
#info-middle .item:last-of-type {
	border-bottom: 0;
	padding-bottom: 0;
}



#info-middle .title {
	margin: 5px 0;
	font-size: 16px;
	line-height: 19px;
	height: 19px;
	overflow: hidden;
	text-align: left;
}

#info-middle .title a {
	color: #044365;
}
#info-middle .title a:hover {
	color: #0779b7;
}

#info-middle .texto img {
    float: left;
    margin-right: 5px;
    margin-top: 3px;
    width: 60px;
    height: auto;
}

#info-middle.pagina-inicial .item {
    width: calc(25% - 5px);
    padding: 10px;
    display: inline-block;
    vertical-align: top;
}

#info-middle.pagina-inicial p {
    max-height: initial;
}

#info-middle.pagina-inicial .texto img {
    width: 100%;
}

@media all and (max-width: 650px) {
    #info-middle.pagina-inicial .item {
        width: 100%;
        display: block;
    }
}

ul.demografia {
	list-style-type: none;
	padding: 0;
	margin: 10px auto;
}

ul.demografia li:after {
	content: '';
	display: block;
	clear: both;
}

ul.demografia .tag {
	font-weight: bold;
    color: #7d7d7d;
    font-size: 0.9em;
    margin-right: 5px;
    display: inline-block;
}

ul.demografia .value {
    float: right;
    position: relative;
    top: 3px;
}

ul.demografia .icon {
	display: inline-block;
	width: 32px;
	font-size: 18px;
	text-align: left;
}

/* OPÇÕES DO MAPA */
#opcoes_mapa {
	padding:0; margin:0;
	position: absolute;
	top: 10px;
	list-style-type: none;
}

.blue-pattern #opcoes_mapa {
    left: 20px;
	width: calc(100% - 20px);
}

.blue-pattern #mapa_placeholder {
    width: 920px;
	padding-top: 150%;
}

@media all and (min-width: 820px) {
    .blue-pattern #mapa_placeholder {

        width: 100%;
    }
}

.right-side .localidade_etiquetas #opcoes_mapa{
	text-align: left;
	border-bottom: 0;
}

.right-side .localidade_etiquetas #opcoes_mapa li {
	font-size: 14px;
    line-height: 1;
    display: block;
}

.concelho .right-side .localidade_etiquetas #opcoes_mapa li {
    background: #dadada;
    padding: 8px;
    padding-left: 30px;
    margin: 5px 0;
    position: relative;

}


.right-side #opcoes_mapa img {
	width: 26px;
    vertical-align: middle;
}

.localidade_etiquetas #opcoes_mapa{
	position: static;
	transform: none;
	margin-bottom: 0;
	text-align: center;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.right-side.distrito .localidade_etiquetas #opcoes_mapa {
    width: 100%;
    max-height: 200px;
    line-height: 24px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 5px 0px;
    margin: 10px 0;
    border-bottom: 0;
}

.localidade_etiquetas #opcoes_mapa li{
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	line-height: 1;
	font-size: 14px;
	padding-left: 20px;
	position: relative;
}

.localidade_etiquetas #opcoes_mapa img{
	width: 16px;
	position: absolute;
	left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.concelho .localidade_etiquetas #opcoes_mapa img {
    left: 5px;
}

#opcoes_mapa li.active {
    position: relative;
    color: #fff;
}

#opcoes_mapa li.active:hover {
    color: #4bb4e0;
}


#opcoes_mapa li.active:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -7px;
    left: -5px;
    right: -8px;
    top: -5px;
    background: #044365;
    z-index: -1;
}

.distrito .main-content {
    position: relative;
}

#opcoes_mapa *::selection {
    background: transparent;
}

.distrito .localidade_etiquetas #opcoes_mapa li {
    display: block;
    text-align: left;
}

@media all and (max-width: 768px) and (min-width: 0){
    .distrito .localidade_etiquetas #opcoes_mapa {
        margin-top: 0;
        border-bottom: 0;
    }
    .distrito .localidade_etiquetas #opcoes_mapa li {
        display: inline-block;
        margin: 10px;
    }
}

#opcoes_mapa img {
    width: auto;
    height: auto;
    max-height: 20px;
    max-width: 20px;
	vertical-align: middle;
}

.splited #opcoes_mapa li {
    line-height: 32px;
}

#opcoes_mapa li {
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 15px;
	cursor: pointer;
	color: #044365;
	transition: .3s;
	text-transform: uppercase;
}

.blue-pattern #opcoes_mapa li {
    line-height: 1.5;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    color: #044365;
    transition: .3s;
    text-transform: uppercase;
}

.blue-pattern #opcoes_mapa li.active {
    color: #4bb4e0;
}

.blue-pattern #opcoes_mapa li.active:after {
    bottom: 0;
    top: 0; 
}

#opcoes_mapa li:hover {
	color: #0779b7;
}


/* BOX PUBLICIDADE */
#info-bottom {
	margin-top: 10px;
}


#custom-content {
	background: #f7f7f7;
	padding: 15px 0;
}

#custom-content .item {
	margin: 20px 0;
	background: #fff;
	padding: 3px 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid rgba(0,0,0,0.1);
	border-right: 1px solid rgba(0,0,0,0.1);
}

#custom-content .item:after {
	content:'';
	clear: both;
	float:none;
	display:block;
}


#content.blue-pattern_2 {
    padding: 0;
}

.blue-pattern_2 #side_bg_map {
    width: 280px;
}

.wrapper-mapa_placeholder, 
#container-map_2 .left,
#mapa_placeholder_2 {
    position: relative;
    height: 62vw; 
    width: 100%;
}


#container-map_2 .left,
#mapa_placeholder_2 {
    top: 0 !important;
    will-change: transform;
    transform-style: preserve-3d;
    perspective: 1;
}

@media all and (max-width: 1370px) and (min-width: 768px){
	.wrapper-mapa_placeholder, 
	#container-map_2 .left,
	#mapa_placeholder_2 {
        height: 44.612vw;
	}
	
}  

.wrapper-mapa_placeholder {
    height: 132vh;
}

#container-map_2 #opcoes_mapa {
    width: 190px;
    right: 10px;
    z-index: 100;
    top: 60px;
    transform: none;
    max-height: 220px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 15px;
}



#container-map_2 #opcoes_mapa li {
    line-height: 1;
    padding-top: 3px;
    padding-left: 25px;
    position: relative;
}

#container-map_2 #opcoes_mapa img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


#mapa_placeholder_2 .svg-placeholder.mapa_principal,
#container-map_2 .svg-placeholder.mapa_principal {
    opacity: 1 !important;
 }


#mapa_placeholder_2 .svg-placeholder {
    background: none !important;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;

}



#container-map_2 .svg-placeholder img,
#container-map_2 .svg-placeholder svg {
    /*min-height: calc(80vw - 20px);**/
    margin-top: -2px;
    max-width: calc(100% - 200px);
    width: 100%;
}

.distrito .controlHolder {
    top: -5px;
    right: 0;
}

.txt-container,
.txt-container svg,
text.txt-mapa {
    pointer-events: none !important;
}

text.txt-mapa::selection {
    background: rgba(0,0,0,0);
}

.txt-container.svg-placeholder {
    opacity: 1;
    z-index: 10;
} 

@media all and (max-width: 768px) and (min-width: 0){
    #container-map_2 .svg-placeholder img,
    #container-map_2 .svg-placeholder svg {
       /* min-height: calc(90vh - 20px); */
        max-width: 100%;
        width: auto;
        margin-top: 0;
    }

    
    #container-map_2 .left {
        min-height: 50vh;  
    }
    #mapa_placeholder_2 {
        position: relative;
        height: 50vh;
    }

    .wrapper-mapa_placeholder {
        height: 100vh;
    }
}
/************************************************************************** 
 *                         Inicio: mapa_municipio.css 
 **************************************************************************/


#placeholder_mapa_municipio {
	max-width: 595px;
	padding: 5px;
	display: inline-block;
	position: relative;
}

#placeholder_mapa_municipio.cross img {
	cursor: crosshair;
}

#placeholder_mapa_municipio.cross img{
	display: inline-block;
}

#placeholder_mapa_municipio img {
	position: relative;
	display: none;
}

#placeholder_mapa_municipio img.active {
	display: block;
}

#placeholder_mapa_municipio img.icon {
	position: absolute;
	transform: translate(-50%,-50%);
}

.right-side .localidade_etiquetas #opcoes_mapa {
    width: 100%;
}

.distrito:not(.concelho) .right-side .localidade_etiquetas #opcoes_mapa {
    padding-left: 20px;
}

.concelho .right-side .localidade_etiquetas #opcoes_mapa li.showing {
	background: #044365;
    color: white;
}

.distrito.concelho #placeholder_mapa_municipio {
	position: relative;
}

.distrito.concelho #placeholder_mapa_municipio img:not(.layer-principal){
	position: absolute;
	top: 0;
	left: 0;
}
/************************************************************************** 
 *                         Inicio: modals.css 
 **************************************************************************/
#full-wrapper {
    z-index: 1;
    position: relative;
    width: 100%;
    /*min-height: 100%;
	min-height: 100vh;
	overflow-x: hidden;*/
}

#modal-layer{
	display: none;
	position: absolute;
	width:100%;
	height:100%;
	left:0;right:0;
	top:0;bottom:0;
    cursor: pointer;
    z-index: 99999;
}

#modal-layer:before {
    content: '';
    display: block;
    position: fixed;
    top:0;left:0;right:0;bottom:0;
    z-index: 1;
    background: rgba(0,0,0,0.8);
}

.XisBlurred {
    filter: brightness(15%);
    -webkit-filter: brightness(15%);
    -moz-filter: brightness(15%);
    -o-filter: brightness(15%);
    -ms-filter: brightness(15%);
	overflow: hidden;
	max-height: 100vh;	

}

#box_login {
	color: #252525;
	display: none;
	width: 270px;
	max-width: calc(100% - 20px);
	position: fixed;
	top: 45%;
	left: 50%;
	transform: translate(-50%,-50%);
    padding: 10px;
    padding-bottom: 10px;
    border-radius: 4px;
    border-radius: 0;
	background: #FFF;
	z-index: 999999;
}



#box_login input[type=text],
#box_login input[type=password]{
    width: 100%;
    line-height: 2;
    border: 1px solid #292929;
    height: 30px;
}

#box_login input[type=text]:focus,
#box_login input[type=password]:focus {
	outline: 0;
}

#box_login .close_modal {
     position: absolute;
    top: -20px;
    right: 10px;
    color: #909090;
    font-size: 20px;
    cursor: pointer;
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 10;
}


.form-icon {position:relative;margin-bottom: 10px;}
.form-icon input[type=text],
.form-icon input[type=password]{
	padding-left: 30px;
}
.form-icon i.fa,
.form-icon .svg-inline--fa {
	position: absolute;
	left: 5px;
	top: 50%;
	font-size: 1.4em;
	transform: translateY(-50%);
	opacity: 0.5;
}

.form-icon:focus i.fa{
	opacity: 1;
}

.form-button button {
	font-size: 14px;
	letter-spacing: 1px;
}

.close_modal {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #909090;
    font-size: 18px;
	cursor: pointer;
	background: transparent;
	border: 0;
	padding: 0;
	margin: 0;

}

.close_modal:hover{
	background: transparent;
	color: #333;
}

.header_modal .svg-inline--fa.fa-w-16,
.icon_modal {
/*	display: block;
	width: 66px;
	height: 66px;
	font-size: 60px;
	padding: 10px;
	margin: 0 auto;
	border-radius: 100%;
	border: 2px solid;
	color: #909090;
    position: absolute;
    top: -45px;
    background: #FFF;
	left: 50%;
	transform: translateX(-50%);
*/
    display: block;
    width: 100%;
    height: 50px;
    font-size: 10px;
    padding: 10px;
    margin: 0 auto;
    border-radius: 0;
    color: #909090;
    position: absolute;
    top: -26px;
    background: #FFF;
    left: 0;
}

.header_modal {
	text-align: center;
	font-size: 22px;
	margin: 10px 0;
}

.modal-content {
    padding: 20px;
    max-width: 800px;
    width: 100%;
    margin: 100px auto;
    background: #FFF;
    position: relative;
    z-index: 999;
    pointer-events: none;
}

@media all and (max-width: 768px) and (min-width: 0){
    .modal-content {
        max-width: calc(100% - 20px);
        margin: 10px auto;
    }
}
/************************************************************************** 
 *                         Inicio: noticias.css 
 **************************************************************************/

 .containerNoticia p{margin: 0;} 
 .containerNoticia h2{margin: 5px 0 0 0;}
 p.descricao{margin-top: 20px;}
.tags{color: #c1d2c1;}

.containerNoticia .image, .noticia .image{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 250px;
}
.noticia .image{
	height: 400px
}

.noticia img{margin: 10px;}


.containerNoticia.column.row{margin-bottom: 30px;}


.tituloPrincipal p{
	color: grey;
	font-size: 18px;
}

.admin_noticias .mce-container{
	width: calc(100% - 20px) !important;
}

.dotSquare, .containerPaginacao a, .boxNumeroPag{display: inline-block; padding: 5px 10px; margin: 15px 2px; border: 1px solid #f1f1f1; }

.boxNumeroPag{cursor: pointer;  padding: 5px 0px 5px 3px; position: relative; }

.boxNumeroPag input{border: 0; text-align: center; }
.boxNumeroPag input:focus{outline: none;}
.boxNumeroPag .overflow-x{width: 30px; transition: .3s; }
.boxNumeroPag:hover .overflow-x{width: 50px; }

.boxNumeroPag button{
	display: none;
    font-size: 12px;
    width: 40px;
    position: absolute;
    top: 100%;
	margin: 5px 0;
	padding: 2px;
    left: 50%;
	transform: translateX(-50%);
}
.boxNumeroPag.ativo{border: 1px solid rgb(4, 67, 101);}
.containerPaginacao a.ativo, .containerPaginacao a:hover{border: 1px solid;}

.containerPesquisa{position: relative; margin-top: 15px;}
.containerPesquisa button{position: absolute; right: 0px; top: 0; bottom: 0; margin: 0;}
/************************************************************************** 
 *                         Inicio: parceiros.css 
 **************************************************************************/
/*
.parceiros-content {
    text-align: center;
}

.parceiros-content .parceiro {
	text-align: left;
	display: inline-block;
	width: calc(50% - 10px);
	padding: 10px 5px;
	border: 1px solid #f9f9f9;
	background-color: #fdfdfd;
	color: #333;
	box-shadow: 2px 2px 1px 1px rgba(0,0,0,0.05);
	will-change: box-shadow;
	transition: .3s;
	margin: 5px;
} 

.parceiros-content .parceiro:hover {
	box-shadow: 2px 2px 1px 1px rgba(0,0,0,0.2);
}

.parceiros-content .parceiro .imagem {
	height: 120px;
	overflow: hidden;
	position: relative;
	border: 1px solid #f9f9f9;
	background-color: #fff;
}

.parceiros-content .parceiro .imagem img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: calc(100% - 10px);
	max-height: calc(100% - 10px);
	width: auto;
	height: auto;
}

.parceiros-content .parceiro .nome {
	font-size: 18px;
	font-weight: bold;
}
*/

.parceiros-content .parceiro {
    margin-bottom: 10px;
}

.parceiros-content .imagem {
    display: inline-block;
    margin-right: 10px;
}

.parceiros-content .imagem img {
	width: 100%;
    max-width: 50px;
    height: auto;
}
/************************************************************************** 
 *                         Inicio: registo.css 
 **************************************************************************/

/************************************************************************** 
 *                         Inicio: skin.css 
 **************************************************************************/
:root {
    --color-1: #2c517b;
}


header {
    background: var(--color-1);
}
/************************************************************************** 
 *                         Inicio: svg.css 
 **************************************************************************/
#container-map_2 .right.show {
    height: fit-content;
    overflow-y: auto;
    padding-bottom: 20px !important;
    transition: 0;
}

.label-nome-distrito {
	cursor: pointer;
}

.label-distrito {
	cursor: pointer;
}

#mapa_placeholder {
    position: relative;
    float: right;
    height: 0;
    padding-top: 97.03%;
    width: 625px;
    max-width: 100%;
}

@media all and (max-width: 1210px) and (min-width: 0) {
    #mapa_placeholder {
        padding-top: 150%;
    }
}



.blue-pattern .first-map,
.blue-pattern .svg-placeholder,
#mapa_placeholder svg:not(.svg-inline--fa) {
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	overflow: hidden;
}

.blue-pattern #mapa_placeholder .first-map svg {
    position: relative;
}

.blue-pattern .svg-placeholder img {
    margin-left: auto;
    display: block;
}

.blue-pattern .mapa-distrito-img {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: auto;
}

#mapa_placeholder.mapa_distrito svg:not(.svg-inline--fa){
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
}



#mapa_placeholder text {
    /*font-family:  Arial, sans-serif !important;*/
    font-weight: initial;
    pointer-events: none;
}
/*
#mapa_placeholder text {
	pointer-events: none;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}


.blue-pattern #mapa_placeholder text {
    font-size: 10px;
    font-family:  Arial, sans-serif !important;
    font-weight: bold;
}

.blue-pattern #mapa_placeholder text tspan {
    font-size: inherit;
}


@media all and (max-width: 768px) and (min-width: 0){
    #mapa_placeholder text {
        font-size: 1.14rem;
    }
    .blue-pattern #mapa_placeholder text {
        font-size: 1.85vw;
    }
}

@media all and (max-width: 560px) and (min-width: 0){
    .blue-pattern #mapa_placeholder text {
        font-size: 3.4vw;
    }
}

.blue-pattern #mapa_placeholder .mapa_principal polygon,
.blue-pattern #mapa_placeholder .mapa_principal path,
.blue-pattern #mapa_placeholder .mapa_principal polyline,
.blue-pattern #mapa_placeholder .first-map polygon,
.blue-pattern #mapa_placeholder .first-map path,
.blue-pattern #mapa_placeholder .first-map polyline {
	fill: #f7f7f7;
}
*/

#mapa_placeholder polygon,
#mapa_placeholder path,
#mapa_placeholder polyline,

#mapa_placeholder_2 polygon,
#mapa_placeholder_2 path,
#mapa_placeholder_2 polyline{	
	cursor: pointer;
	pointer-events: none;
	transition: .1s;
	/*fill: #f7f7f7;*/
}

#mapa_placeholder_2 .tagged {
	pointer-events: all;
	cursor: pointer;
}

.svg-placeholder{
    /*display: none;*/
    opacity: 0;
    will-change: opacity;
    pointer-events: none;
/*    transition: opacity .3s ease-out;*/
} 


#mapa_placeholder svg,
#mapa_placeholder_2 svg {
    pointer-events: all;
    max-width: 100%;
}

.blue-pattern #mapa_placeholder svg:not(.fa-spin) {
    width: 100%;
    height: auto;
}


/************************************************************************** 
 *                         Inicio: z-skin.css 
 **************************************************************************/
:root {
    --color-1: #2c517b;
    --color-2: #1f3c5d;
    --color-3: #71ace7;
    --color-4: rgba(44, 81, 123, 0.5);
    --white: white;
    --light-gray: #787878; 
}


header .menu-icons .user-data {
    text-align: center;
    margin-top: 0;
}

header .user-login {
    padding: 35px 0;
}

.info .left-side .item-contacto > .icon > strong,
.info .left-side p strong,
#info-middle a,
.distrito .title,
div.avatar p.avatar-subtitle,
a {
    color: var(--color-2);
}

a:hover {
    text-decoration: none;
}

header,
header a {
    color: var(--white);
}

header a:hover {
    color: var(--color-3);
}

footer,
header {
    background: var(--color-1);
}

header .menu-links .extra-links ul {
    background: var(--color-2);
    top: calc(100% - 1px);
}


body header .menu-icons .user-data,
#info-middle .title-principal:before,
footer .footer-bottom,
#opcoes_mapa li.active:after,
.concelho .right-side .localidade_etiquetas #opcoes_mapa li.showing,
ul.idiomas:hover {
    background: var(--color-2);
}


body .fullscreenToggle, 
body .zoomIn,
body .zoomOut {
    background-color: var(--color-2);
}

hr.full {
    background: var(--color-3);
}


ul.demografia a .tag {
    margin-top: 10px;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}

.distrito.concelho ul.demografia {
    width: 100%;
    font-size: 18px;
    text-align: left;
}

.distrito.concelho ul.demografia .value {
    font-weight: bold;
    color: var(--color-1);
}

.distrito.concelho ul.demografia .icon {
    font-size: 32px;
    width: 50px;
    text-align: center;
    color: var(--color-2);
}

body .controlHolder {
    background: transparent;
}

.left-side .content {
    color: var(--light-gray);
}

.info-icon {
    font-size: 18px;
}

.info-icon .svg-inline--fa {
    font-size: 36px;
    display: inline-block;
    color: var(--color-1);
    width: 38px;
    vertical-align: middle;
}

.info-icon button .svg-inline--fa {
    color: var(--white);
    font-size: 26px;
    width: auto;
}

.distrito.info {
    color: var(--light-gray);
}

.distrito.info .main-content h1 {
    color: var(--color-1);
}

.info .capa-municipio {
    margin: 10px;
    margin-top: 20px;
    min-width: 320px;
    width: 60%;
    height: auto;
    float: right;
    object-fit: cover;
    object-position: center center;
}


.info-icon button {
    background: var(--color-2);
    font-size: 14px;
}

.info-icon button:hover {
    background: var(--color-1);
}


.info .historias-content .historia:after,
.info .parceiros-content .parceiro:after {
    content: '';
    display: block;
    clear: both;
}




@media (min-width: 900px) {
    :not(.splited) #info-middle.sidebar-news {
        padding: 0;
        padding-top: 10px;
    }
}


@media (max-width: 819px) and (min-width: 0px){
    body header .menu-links .toggle-menu-mobile {
        background: transparent;
    }

    body header .menu-icons .user-login:hover .user-data, 
    body header .menu-icons .user-data:hover {
        margin-top: 0;
        z-index: 100;
    }

    body header .menu-icons li.user-login {
        padding: 11px 0;
        top: 0;
        margin-bottom: 0;
    }
}
@media all and (max-width: 819px) and (min-width: 0px){
	.right-side:before{
		content: '';
		display: block;
		clear: both;
	}
	.right-side,.concelho .right-side{
		width:100%;
		float:none;
		display:block;
	}

	.distrito:not(.principal) .left-side .special-bullet {
		display: none;
	}
	
	.main-content{
		width: calc(100% - 310px);
	}

	ul.publicidade{
		text-align: center;
	}
	ul.publicidade li {
		display: inline-block;
		max-width: 200px;
		vertical-align: bottom;
	}
	
	.mapa_distrito {
		min-height: 50vh;
	}
	
	.distrito .mapa_distrito {
		min-height: 100vh;
	}
	
	.distrito:not(.principal):not(.concelho):not(.info) {
		display: flex;
		flex-direction: column;
	}
	.distrito:not(.principal):not(.concelho):not(.info) .main-content{ 
		order: 1;
		display: flex;
		flex-direction: column;
	}
	
	.distrito:not(.principal):not(.concelho):not(.info) .wrapper-mapa_placeholder {
	    order: 2;
	}
	
	.localidade_etiquetas.text-center-mobile.only-mobile {
	    order: 1;
	}
	
	.distrito:not(.principal):not(.concelho):not(.info) .left-side{ 
		order: 2;
	}
	.distrito:not(.principal):not(.concelho):not(.info) .right-side{ 
		order: 3;
	}
	
	
	div.avatar.special .photo,
	div.avatar.special p.avatar-subtitle {
		float: none;
		display: block;
		margin: 0 auto;
		margin-bottom: 5px;
		text-align: center;
	}
	
	.left-side, .right-side, 
	.concelho .left-side,
	.info .main-content{
		width: 100%;
		float: none;
		text-align: center;
	}
	
	.info .parceiros-content .text-left {
		text-align: center;
	}
	.info .parceiros-content .text-left .float-right {
		float: none;
		display: block;
	}
	
	.concelho .right-side,
	.main-content {
		display: inline-block;
		vertical-align: top;
		width: auto;
	}
	
	ul.special-bullet li {
		display: inline-block;
		width: auto;
		vertical-align: top;
		margin: 10px 15px;
	}
	ul.publicidade li {
		max-width: 280px;
	}
	
	img.foto-concelho {
		margin-bottom: 0;
	}
}


@media all and (max-width: 690px) and (min-width: 0px){
	.right-side .localidade_etiquetas #opcoes_mapa {
		text-align: center;
		margin: 0;
	}
	.right-side .localidade_etiquetas #opcoes_mapa li {
		display: inline-block;
		margin: 10px;
	}
	.concelho .right-side,
	.main-content {
		display: block;
		width: 100%;
	}
	
	/*ul.special-bullet li{
		width: 100%;
	}*/
	div.avatar{
		height: initial;
	}
}
@media all and (max-width: 819px) and (min-width: 0px){
	footer .text-left,
	footer {
		text-align: center;
		line-height: 2;
	}
	footer .row > div {
		margin-bottom: 30px;
	}
}@media all and (max-width: 1050px) and (min-width: 0px){
	header .logo {
		width: 150px;
	}
	header .menu-links a {
		font-size: 15px;
	}
	header .menu-links {
		padding-left: 5px;
		padding-right: 5px;
	}
	.ul-inline-block > li {
		margin-right: 7px;
	}
}

@media all and (max-width: 819px) and (min-width: 0px){
	
	header .logo {
		width: 120px;
	}
	
	header .hide-on-mobile{ 
	    display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: #044365;
		padding: 20px;
		z-index: 100;
		text-align: center;
		overflow-y: auto;
		transform: translateX(100%) scaleX(-1);
		transform-origin: center right;
		opacity: 0;
		transition: .3s ease-in-out; 
		pointer-events: none;
	}
	
	header .hide-on-mobile.show {
		transform: none;
		opacity: 1;
		pointer-events: initial;
	}
	
	header .menu-links .hide-on-mobile a {
		color: white;
		font-size: 18px;
		font-family: 'Open Sans Condensed';
	}		
	

	header .menu-links .extra-links:hover ul {
		box-shadow: unset;
	}
	header .menu-links .extra-links .fa-plus {
		display: none;
	}
	header .menu-links .extra-links,
	header .menu-links .extra-links ul	{
		position: static;
		transform: none;
		opacity: 1;
		height: auto;
		line-height: inherit;
		display: block;
		padding: 0; margin: 0;
		width: 100%;
	}
	
	header .menu-links ul,
	header .menu-links .extra-links a	{
		line-height: 1.8;
	}
	
	header .menu-links,
	header .menu-icons {
		margin-left: auto;	
	}
	
	header .menu-icons { 
		order: 2;
	}
	
	header .menu-icons,
	header .menu-icons li,
	header .relative.idiomas-container {
		position: static;
	}
	header .menu-icons li.user-login {
		position: absolute;
		top: 16px;
		right: 8px;
	}
	
	header .menu-links {
		order: 3;
	}
	
	
	
	header .menu-links .toggle-menu-mobile {
		height: 50px;
		line-height: 50px;
		background: white;
		font-size: 20px;
		position: relative;
		top: 18px;
		font-family: 'Open Sans Condensed';
		font-weight: bold;
	}

	header .menu-links .hide-on-mobile .toggle-menu-mobile {
		font-size: 22px;
		padding: 0 30px;
		position: relative;
		top: -5px;
	}
	
	.ul-inline-block > li{
		display: block;
		margin-bottom: 8px;
	}
	
	.menu-icons .ul-inline-block > li:first-of-type{
		height: 40px;
	}
	
	ul.idiomas{
		top: 44px;
		right: 88px;
	}
	header .menu-icons{
		text-align: right;
	}
	.ul-inline-block > li:last-of-type{
		margin-right: 10px;
	}
	
	.idiomas-container{
		width: 100%;
	}
}.only_mobile{display: none;}

@media all and (max-width: 819px) and (min-width: 0){
	.only_mobile{display:initial;}
}
@media all and (max-width: 819px) and (min-width: 0px){

	header .logo img {
		vertical-align: middle;
	}	
		
	.blue-pattern #container-map {
        width: 100vw;
		left: -10px;
		
		/*display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;*/
        min-height: 80vh;
        max-width: calc(100% + 20px);
    }

	#content{
		padding-bottom: 0;
	}
	
	.header-historia {
		height: auto;
		padding-bottom: 45%;
		overflow: hidden;
	}
	
	.historias-locais {
		display: flex;
		flex-direction: column;
	}
	
	.main-content.wider {
		order: 1;
		width: 100%;
		padding: 0;
	}
	.historias-locais .left-side{
		order: 2;
	}
	
	.header-historia h2 {
		width: 90%;
		text-align: center;
	}
	
	.header-historia h2:before {
		transform: scaleY(8) scaleX(2);
	}
	
	.historias-locais p img {
		margin: 10px auto;
		display: block;
	}
	.historias-locais p img[style] {
		float: none !important;
	}
}@media all and (max-width: 1400px) and (min-width: 1023px){
	#mapa_portugal svg:not(.svg-inline--fa), #mapa_distrito svg:not(.svg-inline--fa){	
		right: 50px;
    }
}

@media all and (max-width: 1080px) and (min-width: 820px){
	#info-middle{overflow-y:initial;max-height:initial;}
	
	#container-map .left .column-1{width: 180px;}
	#info-top img{height:130px;}
	
	#opcoes_mapa li {
	    font-size: 10px;
	    margin-bottom: 6px;
	    padding-top: 2px;
	}
	
	#container-map_2 #opcoes_mapa {
	    top: 15%;
	    width: 145px;
	}
}


@media all and (max-width: 819px) and (min-width: 0px){
	
	header {
		z-index: 9999999;
	}

    .blue-pattern #container-map .limit-width {
        max-width: 100%;
    }
    
    #side_bg_map {
        width: 63%;
        background: none;
    }

    #mapa_placeholder {
        padding-top: 145.296%;
        width: 100%;
    }
    
	#info-middle:not(.sidebar-news) .wrapper,
    #info-middle{
        overflow-y:initial;max-height:initial;
    }
    
     #info-middle.pagina-inicial {
         padding: 0;
     }
     
     
    
    #info-middle:not(.sidebar-news) .wrapper {padding-right:0;}
	#custom-content{
		position: static;
	}
	
	#main-news {
	    padding: 0 10px;
	}
	
	
	
	#main-news .item {
	    border-top: 1px solid #eee;
	}
	
	#mapa_portugal svg{right:50px;}
	#container-map .left .column-1{width: 180px;}
	#info-top img{height:130px;}
	
	#container-map .left{
		width: 100%;
		float: none;
	}
	#container-map .right{
		position: absolute;
		z-index: 100;
		right: 0;
		transition: .3s;
		padding: 10px;
		background: #e2e3e4;
		height: 900px; 
		transition: none;
    }
    
    .blue-pattern #container-map .right,
    .blue-pattern_2 #container-map_2 .right {
        position: absolute;
        top: 0;
        left: -12px;
        right: 0;
        bottom: 0;
        transform: none;
        width: calc(100% + 12px);
        z-index: 999999;
        visibility: hidden; 
        pointer-events: none;
        height: 100%;
        padding: 10px 20px;
        padding-top: 5px;
    } 
    

    #container-map .right.show,
    #container-map_2 .right.show{
		/*transform: translateX(8%);*/
		background: rgba(255, 255, 255, 0.5);
		color: #4a4a4a;
        visibility: visible;
        transform: none;
	}
    
	#container-map_2 #opcoes_mapa li.active:after {
		background: none;
	}
	
	#container-map_2 #opcoes_mapa li {
		 color: #4c4c4c;
	 }
	
    .blue-pattern .right .ver_opcoes,
    .blue-pattern_2 .right .ver_opcoes {
      
        position: relative;
        display: inline-block;
        transform: none; 
        top: auto; 
        visibility: visible;
        pointer-events: visible;
    }

    .blue-pattern #mapa_placeholder {
        padding-bottom: 150%;
        padding-top: 20px;
    }

    #opcoes_mapa {
        pointer-events: visible;
    }

    .blue-pattern #opcoes_mapa,
    .blue-pattern_2 #opcoes_mapa {
        position: relative;
        top: 10px;
        left: 10px;
    }
    
	
	 .blue-pattern_2 .right.show .ver_opcoes,
    #container-map #opcoes_mapa li {
		color: #4c4c4c;
    }
	

    #container-map_2 #opcoes_mapa {
        top: 3px;
        width: 100%;
        left: 5px;
    }
    
    .blue-pattern #opcoes_mapa li {
        font-size: 13px;
        transition: color .3s;
    }
    
    .blue-pattern .right:not(.show) #opcoes_mapa li span {
        display: none;
    }
 /*
	.blue-pattern .right:not(.show) #opcoes_mapa img {
        left: -33px;
        position: relative;
    }
    */
    
   /* .blue-pattern .right:not(.show) #opcoes_mapa li.active:after {
        left: -45px;
    }
    */
	#opcoes_mapa li{font-size:12px;}
	#opcoes_mapa{position: static;top:0;transform:none;padding-top: 5px;}
	
	.right .ver_opcoes {
		position: relative;
		display: inline-block;
		transform: translateX(-113%);
		top: -5px;
	}
	
	#container-map .right.show .ver_opcoes {
		transform: none;
	}
	
	#container-map .right.show #opcoes_mapa li span {display: inline-block;}
	
	#container-map .right {width: 200px;padding:10px;top:0;}
	
    #side_bg_map {width: 46%;}

    #mapa_placeholder svg:not(.svg-inline--fa) {
        left: auto;
        right: 40px;
        right: 0; /*
		max-width: 135%; */
    }

    .blue-pattern .mapa-distrito-img {
        max-height: 100%;
        max-width: 135%;
        height: auto;
        margin-right: 0;
        margin-left: 0 !important;
        width: 100%;
    }
    
    
	#mapa_placeholder.mapa_distrito svg:not(.svg-inline--fa) {
		max-width: 100%;
	}

    .text-center-mobile {
        text-align: center;
    }
}

@media all and (max-width: 620px) and (min-width: 0px){
   
    #container-map{height: 530px;}
	
	#container-map .left .column-1,
	#info-top,#info-bottom{display:none;}
	
	#mapa_portugal svg:not(.svg-inline--fa){
		right: 5px;
		width: 110%;
		top: 0;
		height: auto;
	}
	#container-map .left .column-2{
		float: none;
	}
	#container-map .right{
		transform: translateX(100%);
		padding: 10px;
	}
	#container-map .right.show{
		transform: none;
	}
	
		#side_bg_map{width:45%;}
}