﻿html {
  font-size: 16px; }

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal; }

/* Set width on the form input elements since they're 100% wide by default
input,
select,
textarea {
    max-width: 280px;
}*/
a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #333333;
  text-decoration: none; }

a:hover, a:focus, a:active {
  color: #000000;
  text-decoration: none; }

.alinks:hover {
  filter: Alpha(Opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  color: #333333; }

.has-error .help-block {
  font-size: 0.7em;
  color: red;
  margin: 0 15px 0 15px;
  background-color: white;
  padding: 0 5px 0 10px;
  border: #a94442 1px solid;
  border-top: none;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; }

/*.has-error .control-label {
    color: white;
}*/
/* ------------------------------------------------ */
/* MISC STUFF */
div#loginSection {
  z-index: 1035;
  position: fixed;
  top: -10px; }

#loginPartial {
  padding: 3px; }

/* UL das Langs */
ul#lang {
  display: inline-block;
  padding-left: 0; }

ul#lang li {
  display: inline; }

#social {
  position: relative;
  color: white;
  margin-bottom: 25px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,28b0d4+100 */
  background: #28b0d4;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #28b0d4 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, #28b0d4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, #28b0d4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#28b0d4',GradientType=1 );
  /* IE6-9 */ }

#social span {
  font-size: .8em; }

#social a {
  color: white;
  margin-left: 10px;
  text-decoration: none; }

#social a:hover {
  color: #fefefe; }

.barraInicial {
  padding: 10px 0 3px 0;
  float: right;
  line-height: .8em;
  font-size: .9em; }
  .barraInicial img {
    width: 20px;
    height: 20px; }

.barraInicial i {
  color: #4168b4;
  background-color: white; }

#menuBar {
  /*background-color: #303030;*/
  position: relative;
  z-index: 1032;
  margin-bottom: 20px; }

footer {
  margin-top: 15px;
  margin-bottom: 10px; }

.footerForm {
  /*background-color: #7a7977;*/
  background-color: #7b7978;
  color: white;
  padding-top: 40px;
  padding-bottom: 40px; }

.footerForm a {
  color: white; }

.footerLine img#lxmaxLogo {
  margin-left: 3px;
  width: 95px;
  vertical-align: text-bottom; }

.logosRodape {
  padding-top: 50px;
  padding-bottom: 70px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dddddb+0,fefefe+11,fefefe+100 */
  background: #dddddb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dddddb 0%, #fefefe 11%, #fefefe 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dddddb 0%, #fefefe 11%, #fefefe 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dddddb 0%, #fefefe 11%, #fefefe 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddb', endColorstr='#fefefe',GradientType=0 );
  /* IE6-9 */ }

.moradaRodape {
  line-height: 2em; }

.moradaRodape span {
  font-size: 1.1em;
  font-weight: 500; }

.formularioRodape input,
.formularioRodape textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #f6f2ec;
  /*border: transparent;*/
  color: #575453; }

.btn-vicentina {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: white;
  background-color: #a8a8a8;
  border-color: #a8a8a8;
  border-radius: 0; }

.btn-vicentina:hover {
  color: white;
  background-color: #606060; }

/* /misc stuff */
/* ------------------------------------------------ */
/* NAVBAR default CUSTOM STYLES */
.navbar {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

.navbar-brand {
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px; }

.navbar-brand > img {
  /*top: -63px;*/
  position: relative; }

.navbar-nav {
  position: relative;
  top: 0;
  right: 10px;
  clear: right; }

@media (min-width: 768px) {
  .navbar-nav {
    position: relative;
    top: 25px;
    clear: right;
    right: 0; } }

.navbar-default {
  background-color: #ffffff;
  background-color: white;
  border: none;
  /*margin-bottom: 50px;*/ }

#navbar.in, #navbar.collapsing {
  background-color: white;
  padding-right: 15px;
  text-align: right; }

.navbar-default .navbar-toggle {
  /*margin-top: 45px;*/
  margin-top: 18px;
  margin-bottom: 16px; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #29b0d5; }

/* Items */
.navbar-default .navbar-nav > li.sep {
  padding: 25px 3px 25px 3px; }

.navbar-default .navbar-nav > li {
  padding-left: 5px; }

.navbar-default .navbar-nav > li > a {
  color: #828282;
  font-size: 1em;
  padding: 25px 5px 25px 5px;
  text-transform: uppercase; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav > li > a {
    padding: 10px 10px 5px 10px; } }

/* Items activos/selecionados */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li.active a {
  font-weight: 400;
  position: relative;
  background-color: transparent; }

/*
@media (min-width: 997px) {

    .navbar-nav > li > a {
        font-size: 2rem;
    }
}
*/
/*.navbar-text {
    font-size: 2rem;
    margin-top: 14px;
    margin-bottom: 6px;
    margin-left: 16px;
}*/
.navbar-collapse {
  padding-right: 0; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: rgba(255, 255, 255, 0.4); }

.navbar-toggle {
  padding: 10px 10px; }

/* /navbar */
/* ------------------------------------------------ */
.menuStick-fixed-top {
  position: fixed;
  top: 0;
  z-index: 1031;
  right: 0;
  left: 0; }

.mapa iframe {
  pointer-events: none; }

.degrad {
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #000000 0%, #3f3f3f 51%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000000 0%, #3f3f3f 51%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000000 0%, #3f3f3f 51%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */ }

/* VARIAS SECTIONS */
section {
  /*padding-top: 107px;*/
  padding-bottom: 60px; }

section#backofficeMenu {
  padding-top: 50px;
  /*padding-bottom: 50px;*/ }

section#first .slideWrapper {
  position: relative;
  text-align: center; }
  section#first .slideWrapper .mensagemSlide {
    position: relative;
    display: block; }
    section#first .slideWrapper .mensagemSlide .dlVouchers {
      background-color: #29b0d5;
      color: white;
      padding: 10px 25px 10px 20px;
      font-size: 1em;
      text-transform: uppercase;
      text-align: center;
      /*margin-bottom: 15px;*/
      /*float: right;*/
      /*background: linear-gradient(60deg, transparent 23px, $color-brand-blue 0) left no-repeat;*/ }

@media (min-width: 768px) {
  section#first .slideWrapper .mensagemSlide {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: inline-block; } }

section#home .buttonsHome {
  background-color: #eeeeee;
  padding: 5px 10px 5px 15px;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-left: 15px;
  float: right; }
  section#home .buttonsHome i {
    margin-right: 12px; }

section#home .imagem {
  position: relative; }
  section#home .imagem img {
    margin: 0 auto; }

.topico {
  margin-bottom: 20px;
  font-size: 1.4em; }
  .topico span {
    color: #29b0d5; }

section#programaJornadas .topico span {
  color: #557fc0; }

.texto {
  font-size: 1em;
  line-height: 1.3em;
  text-align: justify;
  margin-bottom: 20px; }

.imagem {
  margin-bottom: 40px; }

@media (min-width: 768px) {
  .topico {
    margin-bottom: 30px;
    font-size: 2.4em; }
  .texto {
    font-size: 1.2em;
    line-height: 1.6em;
    margin-bottom: 40px; }
  section#lugaresGlobalizacao .texto {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 40px;
    /* Firefox */
    column-gap: 40px; } }

section#parceiros .topico div.pull-right {
  margin-left: 20px;
  margin-bottom: 20px; }

section#parceiros .topico .dlVouchers {
  background-color: #29b0d5;
  color: white;
  padding: 10px 10px 8px 35px;
  font-size: .5em;
  text-transform: uppercase;
  margin-bottom: 15px;
  float: right;
  background: linear-gradient(60deg, transparent 23px, #29b0d5 0) left no-repeat; }

.logosWrap {
  /*text-align: center;*/
  margin-bottom: 40px;
  clear: both; }
  .logosWrap .logosTit {
    margin-bottom: 15px; }
  .logosWrap ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .logosWrap ul li {
      list-style-type: none;
      margin-right: 15px;
      margin-bottom: 15px;
      display: inline-block; }
      .logosWrap ul li:last-child {
        margin-right: 0; }

.formulario .topic {
  font-size: 1.2em;
  background-color: #a8a8a8;
  padding: 6px 10px 5px 20px;
  color: white;
  margin-bottom: 20px; }

.questionario .topic {
  font-size: 1.2em;
  background-color: #29b0d5;
  padding: 5px 15px 5px 15px;
  color: white;
  margin-bottom: 20px; }

section#programaSeminarios,
section#programaJornadas,
section#programaCultural,
section#programaConcelho {
  /*.dlProgramaCompleto {
        background-color: #eeeeee;
        padding: 5px 10px 5px 15px;
        text-transform: uppercase;
        margin-bottom: 30px;
        float: right;

        i {
            margin-right: 12px;
        }
    }*/
  /*@media (min-width: 768px) {
        .listaEventosWrapper {
            -webkit-column-count: 2;
            -moz-column-count: 2;
            column-count: 2;
            -webkit-column-gap: 40px;
            -moz-column-gap: 40px;
            column-gap: 40px;
        }
    }*/ }
  section#programaSeminarios .topico,
  section#programaJornadas .topico,
  section#programaCultural .topico,
  section#programaConcelho .topico {
    font-weight: 700; }
  section#programaSeminarios .listaEventos,
  section#programaJornadas .listaEventos,
  section#programaCultural .listaEventos,
  section#programaConcelho .listaEventos {
    margin-bottom: 50px;
    padding: 10px;
    background-color: #fafafa;
    border: solid 1px transparent; }
    section#programaSeminarios .listaEventos .dataHora,
    section#programaJornadas .listaEventos .dataHora,
    section#programaCultural .listaEventos .dataHora,
    section#programaConcelho .listaEventos .dataHora {
      font-weight: 700;
      font-size: 1.1em; }
    section#programaSeminarios .listaEventos .descricao,
    section#programaJornadas .listaEventos .descricao,
    section#programaCultural .listaEventos .descricao,
    section#programaConcelho .listaEventos .descricao {
      text-align: justify;
      font-size: 1.1em; }
    section#programaSeminarios .listaEventos:hover,
    section#programaJornadas .listaEventos:hover,
    section#programaCultural .listaEventos:hover,
    section#programaConcelho .listaEventos:hover {
      border: solid 1px #f0f0f0; }
  section#programaSeminarios .dlFichaInscricao,
  section#programaJornadas .dlFichaInscricao,
  section#programaCultural .dlFichaInscricao,
  section#programaConcelho .dlFichaInscricao {
    background-color: #7a7977;
    color: white;
    padding: 10px 10px 8px 35px;
    font-size: 1.2em;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-left: 20px;
    float: right;
    background: linear-gradient(60deg, transparent 23px, #7a7977 0) left no-repeat;
    clear: both; }
  section#programaSeminarios .oradores,
  section#programaJornadas .oradores,
  section#programaCultural .oradores,
  section#programaConcelho .oradores {
    margin-bottom: 40px; }
    section#programaSeminarios .oradores .foto,
    section#programaJornadas .oradores .foto,
    section#programaCultural .oradores .foto,
    section#programaConcelho .oradores .foto {
      float: left;
      margin-right: 10px;
      margin-bottom: 10px; }
    section#programaSeminarios .oradores .nome,
    section#programaJornadas .oradores .nome,
    section#programaCultural .oradores .nome,
    section#programaConcelho .oradores .nome {
      font-weight: 500; }
    section#programaSeminarios .oradores .descricao,
    section#programaJornadas .oradores .descricao,
    section#programaCultural .oradores .descricao,
    section#programaConcelho .oradores .descricao {
      text-align: justify; }

section#programaConcelho .MapaWrapper {
  margin-top: 30px;
  margin-bottom: 50px; }

section#programaConcelho svg.vicentinaMap {
  fill: #28b1d5;
  cursor: pointer; }
  section#programaConcelho svg.vicentinaMap .on {
    fill: #a9a9a9;
    /*stroke: red;
        stroke-width: 2;*/ }
  section#programaConcelho svg.vicentinaMap .fillWhite {
    fill: white;
    fill-rule: nonzero; }

.montFont {
  font-family: 'Montserrat', sans-serif; }

/*.vermelho {
    color: #e46353;
}
.roxo {
    color: #546eab;
}
.amarelo {
    color: #fad146;
}
.verde {
    color: #07a971;
}
.azul {
    color: #29b0d5;
}*/
section#programaCultural2019 .dlFichaInscricao {
  background-color: #7a7977;
  color: white;
  padding: 10px 10px 8px 35px;
  font-size: 1.2em;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-left: 20px;
  float: right;
  background: linear-gradient(60deg, transparent 23px, #7a7977 0) left no-repeat;
  clear: both; }

section#programaCultural2019 .cartazGeral img {
  margin: 0 auto 80px; }

section#programaCultural2019 .listaProgramasWrapper .listaProgramas {
  margin-bottom: 50px; }
  section#programaCultural2019 .listaProgramasWrapper .listaProgramas .descricao .titulo {
    font-weight: 700;
    font-size: 1.1em;
    margin-bottom: 15px; }

section#restAloj2019 .listaRestAlojWrapper .listaRestAloj {
  margin-bottom: 50px; }
  section#restAloj2019 .listaRestAlojWrapper .listaRestAloj .descricao .titulo {
    font-weight: 700;
    font-size: 1.1em;
    margin-bottom: 15px; }
