﻿@charset "UTF-8";
body {
  width: 100%;
  /*min-width: 1260px;*/
  margin: 0;
  /*background: url(../img/bg.jpg) no-repeat;*/
  background-position: top center;
  background-color: #f1f1f1;
  font-family: 'Ubuntu', sans-serif;
  position:relative;
}

.page-wrap > .block {
  /*padding-bottom: 53px;*/
  padding-bottom: 73px;
  padding-top: 60px
}

.page-wrap {
  min-height: 100%;
  margin-bottom: -270px; 
}
.page-wrap:after {
  content: "";
  display: block;
}
.page-wrap:after ,footer{
  height: 270px; 
}

.banner-text{
  text-align: center;
  margin-top: 56px;
  font-family: 'Ubuntu', sans-serif;
}

.banner-text .headline{
  text-align: center;
  font-size:38px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 100;
  color: #003846;
  margin-top: 20px;  
}

.banner-text .row{
  width: 100%;
}

.banner-text .row .column{
  display: inline-block;
  font-size: 22px;
  margin: 0 15px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  color: #e31d1a;
  margin-top: 20px;  
}

.content__map {
  font-size: 0;
}

.content__map .content__left {
  margin-right: 15px;
}

.content__map .content__left h3 {
  margin-top: 20px !important;
  margin-bottom: 10px;
}

.content__map .content__left #autocomplete {
  background-color: #fff;
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  border: 0;
  line-height: 44px;
  padding: 0 10px !important;
  background: url(../img/icons/icon_lupa.png) no-repeat;
  background-position: 96% center;
  width: 100%;
}

.content__map .content__left .infos {
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  color: #064757;
  width:288px;
}

.content__map .content__left .infos .content__infos a {
  color: #064757;
  text-decoration: none;
}

.content__map .content__left .infos .content__infos .category {
  font-size: 18px;
  font-family: "Ubuntu", sans-serif;
  margin: 15px 0 0;
  text-transform: uppercase;
}

.content__map .content__left .infos .content__infos .subcategory {
  text-transform: uppercase;
  color: #013644;
  margin-top: 15px;
  font-size: 16px;
}

.content__map .content__left .infos .content__infos .info {
  margin-top: 15px;
  font-weight: normal;
}

.content__map .content__left .infos .content__infos .info .email{
    word-wrap: break-word;
    box-sizing: border-box;
    display: block;
}

.content__map .content__left .infos .content__infos .info > * {
  margin-bottom: 5px;
}

.content__map .content__left .infos .content__infos .info .morada {
  position: relative;
  padding-left: 25px;
}

.content__map .content__left .infos .content__infos .info .morada:before {
  content: "";
  background: url("../img/icons/icon_home.png") no-repeat;
  width: 15px;
  height: 12px;
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
}

.content__map .content__left .infos .content__infos .info .fax {
  position: relative;
  padding-left: 25px;
}

.content__map .content__left .infos .content__infos .info .fax:before {
  content: "";
  background: url("../img/icons/icon_print.png") no-repeat;
  width: 16px;
  height: 14px;
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
}

.content__map .content__left .infos .content__infos .info .telefone {
  position: relative;
  padding-left: 25px;
}

.content__map .content__left .infos .content__infos .info .telefone:before {
  content: "";
  background: url("../img/icons/icon_telefone_azul.png") no-repeat;
  width: 13px;
  height: 14px;
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
}

.content__map .content__left .infos .content__infos .info a {
  position: relative;
  padding-left: 25px;
}

.content__map .content__left .infos .content__infos .info a:before {
  content: "";
  background: url("../img/icons/icon_letter.png") no-repeat;
  width: 17px;
  height: 13px;
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
}
.content__map .content__left, .content__map .content__right {
  vertical-align: top;
  display: inline-block;
}

.content__map .map__dropdown {
  width: 288px;
}

.content__map .map__dropdown .map__btn-drop {
  cursor: pointer;
  text-indent: 10px;
  line-height: 40px;
  background: #003745;
  font-size: 16px;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
  color: #fff;
}

.content__map .map__dropdown .map__btn-drop.js-active, .content__map .map__dropdown .map__btn-drop:hover , .content__map .map__dropdown .map__btn-drop:hover div{
  background: #e31d1a;
}

.content__map .map__dropdown .map__btn-drop .content__map-btns {
  height: 0;
  overflow: hidden;
}

.content__map .map__dropdown .map__btn-drop .map__btn {
  background: #064757;
  font-size: 12px;
  line-height: 25px;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
}

.content__map .map__dropdown .map__btn-drop .map__btn:hover, .content__map .map__dropdown .map__btn-drop .map__btn.js-active {
  color: #fdb913;
}

#map {
  height: 620px;
  width: 840px;
}

.is-selected .pika-button.pika-day {
  background: #dae1e2/*#ceeaef*/;
}

.pika-lendar th {
  background: #fff !important;
  text-transform: initial;
}

.pika-button.pika-day {
    background: #b2c3c7;/*#f5f5f5*/
}

.pika-button.pika-day:hover {
  background: #dae1e2 /*#ceeaef*/;
}

.block {
  width: 100%;
}

.block .block--white {
  background: rgba(255, 255, 255, 0.5);
}

.block .block--white p.center {
  text-align: center;
}

.block .block--white p:first-child {
  margin-top: 0;
}

.block .block--white .img {
  display: block;
  margin: 35px auto;
}

.block .block--white h3.center {
  text-align: center;
}

.block .block--white form {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  font-size: 0;
}

.block .block--white form label {
  margin-bottom: 0.5%;
}

.block .block--white form .tab {
  display: none;
}

.block .block--white form .tab.active {
  display: block;
}

.block .block--white form .content {
  font-size: 0;
  width: 49.75%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0.5%;
}

.block .block--white form .content:nth-child(even) {
  margin-right: 0.5%;
}

.block .block--white form .content label {
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 40px;
  display: block;
  width: 100%;
  color: #fff;
  background: #003745;
  margin-bottom: 1%;
}

.datepicker{
    cursor:pointer;
}
.block .block--white form .datepicker ,.block .block--white form .content-inputs .datepicker {
  padding: 7px 10px;
  background: url(../img/icons/icon_calendar.png);
  background-position: calc( 100% - 10px ) center;
  background-repeat: no-repeat;
  background-color: #fff;
}

.form-tab .to-show img{
    max-width: 100% !important;
    height: auto !important;
}

.block .block--white .form__dropdown.error{
    padding: 0 8px;
    line-height:38px;
    border:1px solid #b31217;
}
.block .block--white .form__dropdown {
  cursor: pointer;
  position: relative;
  font-size: 16px;
  color: #003745;
  line-height: 40px;
  background: #fff;
  margin-bottom: 0.5%;
  padding: 0 10px;
  box-sizing: border-box;
}

.form__dropdown.tooglefade.js-active{
    margin-top: 4px;
}

.block .block--white .form__dropdown select{
    width: 100%;
    position: absolute;
    left: 0;
    line-height: 40px;
    height: 40px;
    top: 0;
    z-index: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}


.block .block--white .form__dropdown .curr{
    position: relative;
    background: #fff;
}

.block .block--white .form__dropdown:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  background: url(../img/icons/icon_formdropdown.png);
  width: 21px;
  height: 12px;
  display: block;
}

.block .block--white .form__dropdown .dropdown {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 4;
  background: #e5f4f7;
}

.block .block--white .form__dropdown .dropdown .checkbox label{
  background: #e5ebec;
}

.block .block--white .form__dropdown .dropdown .checkbox:hover label{
  background: #b2c3c7;
}

.block .block--white .form__dropdown .dropdown > div {
  padding: 0 10px;
  line-height: 25px;
  color: #003745;
  background: #e5ebec;
}
.block .block--white .form__dropdown .dropdown > div:hover {
  /*color: #0091ac;*/
  background: #b2c3c7;
}

.block .block--white form .form-tab {
  font-size: 0;
  display: none;
}

.block .block--white form .form-tab.js-active {
  display: block;
}

.block .block--white form .form-tab .content:nth-child(even) {
  margin-right: 0.5%;
}

.block .block--white form .form-tab .content:nth-child(odd) {
  margin-right: 0%;
}

.block .block--white form > div {
  font-size: 16px;
}

.block .block--white form > div input {
  width: 100%;
  border: 0;
}

.block .block--white form .content-inputs {
  font-size: 0;
}

.block .block--white form .content-inputs input {
  width: 49.75%;
  display: inline-block;
  border: 0;
  background: #fff;
}

.block .block--white form .content-inputs input:nth-child(odd) {
  margin-right: 0.5%;
}

.block .block--white form .checkbox {
  margin-bottom: 1%;
  position: relative;
  width: 49.5%;
  height: 40px;
  display: inline-block;
}

.block .block--white form .form__dropdown .dropdown .checkbox {
  margin-bottom: 0;
  padding:0;
  box-sizing:border-box;
  position: relative;
  width: 100%;
  height: 40px;
  display: block;
}

.block .block--white form .checkbox:nth-child(even) {
  margin-right: 1.01%;
}

.block .block--white form .checkbox input {
  opacity: 0;
  position: absolute;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}

.block .block--white form .checkbox input:checked + label {
  color: #003745;
}

.block .block--white form .checkbox input + label:after {
  background: transparent;
  content: "";
  border-radius: 0;
  border: 2px solid #e31d1a;
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: 10px;
}

.block .block--white form .checkbox input:checked + label:after {
  background: url(../img/icons/icon_checked.png);
  background-position: center;
  content: "";
  border: 2px solid #e31d1a;
  border-radius: 0;
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: 10px;
}

.block .block--white form .checkbox input + label {
  padding-left: 10px;
  box-sizing: border-box;
  background: #fff;
  color: #003745;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  cursor: pointer;
  line-height: 40px;
}

.block .block--white form .radio {
  margin-bottom: 0.5%;
  position: relative;
  width: 49.75%;
  height: 40px;
  display: inline-block;
}
.block .block--white form .margin-right {
    margin-right: 0.5% !important;
}
.block .block--white form .no-margin-right {
    margin-right : 0 !important;
}

.block .block--white form .radio.margin-right {
  margin-right: 0.5%;
}
.block .block--white form .radio input {
  opacity: 0;
  position: absolute;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}

.block .block--white form .radio input.checked + label {
  background: #003745;
  color: #fff;
}

.block .block--white form .radio input + label:after {
  background: transparent;
  content: "";
  border-radius: 50px;
  border: 1px solid #909090;
  width: 19px;
  height: 19px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
}

.block .block--white form .radio input.checked + label:after {
  background: #003745;
  content: "";
  border: 1px solid #e31d1a;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
}

.block .block--white form .radio input.checked + label:before {
  background: #e31d1a;
  content: "";
  border-radius: 50px;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 12px;
  z-index: 1;
}

.block .block--white form .radio input + label {
  padding-left: 10px;
  box-sizing: border-box;
  background: #d1d1d1;
  color: #909090;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  cursor: pointer;
  line-height: 40px;
}

.block .block--white form > .input {
  width: 49.75%;
  display: inline-block;
  border: 0;
  background: #fff;
}

.block .block--white form .form-tab .content .checkbox{
    margin-bottom: 0 !important;
}



.form__btn{
    margin: 10px auto;
    text-align:center;
    display:table;
    background: #003846;
    color: #fff;
    text-decoration: none;
    width: 162px;
    padding: 7px 10px;
    line-height: 26px;
    font-size: 16px;
    box-sizing: border-box;
    font-weight:bold;
    position: relative;
}

.form__btn .fa{
    font-size: 15px;
    position: absolute;
    right:5px;
    top: 50%;
    margin-top: -13px;
    line-height: 26px;
    vertical-align: middle;
    display: none;
}

.form__btn.js-disabled .fa{
    display: block;
}


.site-portugal .error_msg{
    text-align: center;
}

.block .block--white form > .form-tab > .radio > label {
    font-size: 16px;
}

.block .block--white form > .input:nth-child(even) {
  margin-right: 0.5%;
}

.block .block--white form .content-inputs input.error,.block .block--white form >div input.error,.block .block--white form textarea.error{
    border: 1px solid #b31217;
    padding: 5px 8px;
}

.block .block--white form .checkbox.error input + label:after {
    border: 2px solid #b31217;
}

.block .block--white form textarea:focus{
    outline:0;
}

.block .block--white form > label,.block .block--white form > .form-tab > label {
  font-size: 16px;
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 40px;
  color: #fff;
  background: #003846;
  width: 100%;
  display: block;
}
.block .block--white form > .form-tab > label {
  background: #003745;
}
.block .block--white form > .form-tab > label:first-child {
  background: #003846;
}

.block .block--white form textarea {
  color: #003846;
  padding: 7px 10px;
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
}

.block .block--white form input {
  color: #003846;
  margin-bottom: 0.5%;
  padding: 7px 10px;
  line-height: 26px;
  font-size: 16px;
  height: 40px;
  box-sizing: border-box;
  font-family: "Ubuntu", sans-serif;
}

.block .block--white form input:-ms-input-placeholder {
  color: #013644;
}

.block .block--white form input::-moz-placeholder {
  color: #013644;
}

.block .block--white form input:-moz-placeholder {
  color: #013644;
}

.block .block--white form input::-webkit-input-placeholder {
  color: #013644;
}

.block .block--white form input:focus {
  outline: 0;
}

.block .block--white form textarea {
  border: 0;
  width: 100%;
  resize: none;
  height: 120px;
}
.block .block--white form textarea:-ms-input-placeholder {
  color: #013644;
}

.block .block--white form textarea::-moz-placeholder {
  color: #013644;
}

.block .block--white form textarea:-moz-placeholder {
  color: #013644;
}

.block .block--white form textarea::-webkit-input-placeholder {
  color: #013644;
}

.block .block__products{
    font-size: 0;
}

.block .block__products .product {
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
  box-sizing: border-box;
  width: 370px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 620px;
  margin: 10px 6px;
}

.block .block__products .product .img{
  margin-top: 0;
}


.block .block__products.block__people.small{
  font-size: 0;
}

.block .block__products.block__people.small.col-5{
  font-size: 0;
}

.block .block__products.block__people.small.col-5 .product {
    width: 220px;
    margin: 10px 5px 0;
}
.block .block__products.block__people.small.col-5 .product h3{
    font-size: 13px;
}
.block .block__products.block__people.small.col-5 .product p{
    font-size: 13px;
}

.block .block__products.block__people.small.col-5 .product .img{
    width: 200px;
    height: 175px;
    margin-bottom: 20px
}

.block .block__products.block__people.small.col-5 .product{
    height: 370px
}

.block .block__products.block__people.small.col-5 .product .btn-generic-2{
    font-size: 11px
}

.block .block__products.block__people.small .product{
  width: 281px;
  margin: 10px 3px 0;
}

.block .block__products.block__people .btn-generic-2 {
    background: #003846;
}

.block .block__content .block .block__products h2 {
    margin-top:0 ;
}

.block .block__content .block.block--white>p{
    margin-bottom: 0
}

.block .block__content .block.block--white {
    padding: 0 15px 25px
}

.block .block__content .block.block--white.first{
    padding: 25px 15px;
}

.block .block__products.small .product {
    height: 500px;
}


.block .block__products .product h3 {
  font-size: 16px;
  margin-bottom: 0;
}
.block .block__products .product p {
  margin-top: 0;
}
.block .block__products .product .btn-generic-2 {
  height: 40px;
  display: table;
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  width: 100%
}

.block .block__products .product .btn-generic-2:after {
  display: none;
}

.block .block__products .product .btn-generic-2 span {
  display: table-cell;
  vertical-align: middle;
}

.block .block__products .product .btn-generic-2 span:after {
  margin-left: 2px;
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url(../img/icons/icon_call_to_action2.png) no-repeat;
}

.block .block__content {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}

.block .block__content .breadcrumb {
  margin-top: 50px;
  margin-bottom: -10px;
}

.block .block__content .breadcrumb a {
  font-family: "Ubuntu", sans-serif;
  font-weight: 600;
  text-decoration: none;
  color: #013644;
  font-size: 12px;
}

.block .block__content .breadcrumb span {
  margin: 0 9px;
  font-size: 12px;
}

.block .block__content .breadcrumb span.curr {
  margin: 0;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  text-decoration: none;
  color: #013644;
  font-size: 12px;
}

.block .block__content .block {
  padding: 25px 15px;
  /*overflow: hidden;*/
  box-sizing: border-box;
}

.block .block__content .block p {
  font-weight: 400;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  color: #013644;
}

.block .block__content .block ul li p{
    display: inline-block;
    max-width: 1100px;
    vertical-align: top;
}

.block .block__content .block__center {
  margin-top: 30px;
  text-align: center;
}

.block .block__content ul {
  padding-left: 30px;
}

.block .block__content ul li {
  color: #013644;
  list-style-type: none;
  list-style-image: none;
}

.block .block__content ul li.bold {
  font-weight: bold;
}

.block .block__content ul li:before {
  content: "‒";
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

.block .block__content ul li.dot:before {
  content: "•";
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

.block .block__content h3 {
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
  color: #003846;
}

.block .block__content h2 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #003745;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 37px;
  padding-left: 14px;
  box-sizing: border-box;
  position: relative;
}

.block .block__content .first h2 {
    margin-top: 0px;
}

.block .block__content h2:before {
  position: static;
  display: inline-block;
  margin-right: 10px;
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 8px 0 0px;
    border-color: #e31d1a transparent transparent transparent;
}

.block .block__content .block__1-4 {
  font-size: 0;
  margin-bottom: 46px;
}
.block .block__content .block__1-4:last-child {
  font-size: 0;
  margin-bottom: -46px;
}

.block .block__content .block__1-4 > a {
  visibility: hidden;
  max-width: 264px;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  margin-right: 40px;
  margin-bottom: 46px;
  vertical-align:top;
}

/*.block .block__content .block__1-4 > a.last{
    margin-bottom: 0;
}*/

.block .block__content .block__1-4 > a img{
    width: 100%;
}

.block .block__content .block__1-4 > a img{
    display:block;
}

.block .block__content .block__1-4 > a:hover img{
    display:block;
}

.block .block__content .block__1-4 > a:nth-child(4n) {
  margin-right: 0;
}


.block .block__content .block__1-4 > a img {
  margin: 0;
}

.block .block__content .block__1-4 > a .content {
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  box-sizing: border-box;
  padding: 15px;
  height: 125px;
}

.block .block__content .block__1-4 > a:hover .content{
    background: #003846;
}

.block .block__content .block__1-4 > a:hover h3, .block .block__content .block__1-4 > a:hover p {
  color: #fff;
}



.block .block__content .block__1-4 > a h3 {
  color: #546c74;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
}

.block .block__content .block__1-4 > a p {
  font-size: 16px;
  margin: 0;
  color: #546c74;
}

.block .block__content .block__1-4 > div {
  visibility: hidden;
  max-width: 264px;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  margin-right: 40px;
}

.block .block__content .block__1-4 > div:nth-child(4n) {
  margin: 0;
}

.block .block__content .block__1-4 > div img {
  margin: 0;
}

.block .block__content .block__1-4 > div .content {
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  box-sizing: border-box;
  padding: 15px;
  height: 175px;
}

.block .block__content .block__1-4 > div h3 {
  color: #546c74;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
}

.block .block__content .block__1-4 > div p {
  font-size: 16px;
  margin: 0;
  color: #546c74;
}

.block .block__content .block__1-4 > div a {
  display: table;
  font-size: 16px;
  margin-top: 5px;
}

.block .block__content .block__1-4 > div a.btn-generic-3 {
  display: inline-block;
}

.block .block__content .block__1-5 {
  font-size: 0;
}

.block .block__content .block__1-5:last-child{
    margin-bottom: -46px;
}

.block .block__content .block__1-5.margin-top {
  margin-top: 50px;
}

.block .block__content .block__1-5 > a {
  visibility: hidden;
  max-width: 197px;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  margin-right: 48px;
  margin-bottom: 46px;
}

.block .block__content .block__1-5 > a:nth-child(5n) {
  margin: 0 0 46px 0;
}

.block .block__content .block__1-5 > a:hover img {
  display: block;
}

.block .block__content .block__1-5 > a:hover img.bw {
  display: none;
}

.block .block__content .block__1-5 > a:hover .content {
  /*background: #003745;*/
  background: #e31d1a;
}

.block .block__content .block__1-5 > a:hover .content p {
  color: #fff;
}

.block .block__content .block__1-5 > a img {
  margin: 0;
  display: none;
}

.block .block__content .block__1-5 > a img.bw {
  display: block;
}

.block .block__content .block__1-5 > a .content {
  background: rgba(70, 90, 101, 0.2);
  overflow: hidden;
  box-sizing: border-box;
  height: 60px;
  text-align: center;
  display: table;
  width: 100%;
}

.block .block__content .block__1-5 > a .content p {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  color: #546c74;
  font-size: 18px;
  text-transform: uppercase;
}

.block .block__content .block__1-5 > div {
  visibility: hidden;
  max-width: 264px;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  margin-right: 40px;
}

.block .block__content .block__1-5 > div:nth-child(4n) {
  margin: 0;
}

.block .block__content .block__1-5 > div:hover h3 {
  color: #0091ac;
}

.block .block__content .block__1-5 > div img {
  margin: 0;
}

.block .block__content .block__1-5 > div .content {
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  box-sizing: border-box;
  padding: 15px;
  height: 175px;
}

.block .block__content .block__1-5 > div h3 {
  color: #546c74;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
}

.block .block__content .block__1-5 > div p {
  font-size: 16px;
  margin: 0;
  color: #546c74;
}

.block .block__content .block__1-5 > div a {
  display: table;
  font-size: 16px;
  margin-top: 5px;
}

.block .block__content .block__1-5 > div a.btn-generic-3 {
  display: inline-block;
}


table {
  display: table;
}

table.table__1-4 {
  width: 100%;
  max-width: 804px;
}

table.table__1-4 tr th, table.table__1-4 tr td {
  width: 200px;
}

table.table__1-3 {
  width: 100%;
  max-width: 804px;
}

table.table__1-3 th, table.table__1-3 td {
  width: 200px;
}

table.table__1-8 th, table.table__1-8 td {
  padding: 0 10px;
}

table thead td {
  color: #013644;
  box-sizing: border-box;
  margin: 0 1px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: #0091ac;
  text-transform: uppercase;
}

table tr:nth-child(odd) td {
  background: #dae1e2;
}

table tr:nth-child(even) td {
  background: #e5ebec;
}

table tr th {
  color: #013644;
  box-sizing: border-box;
  margin: 0 1px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: #0091ac;
  text-transform: uppercase;
}

table tr td {
  color: #013644;
  box-sizing: border-box;
  margin: 0 14px;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
}

table tr td a.btn-generic-1 {
  width: 100%;
  min-width: 180px;
  position: relative;
  display: block;
}

table tr td a.btn-generic-1:after {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}

.block__table {
  display: table;
  box-sizing: border-box;
  font-size: 0;
  margin: 18px auto 25px;
}
.block__table:last-child {
  margin-bottom: 15px;
}

.block__table.table__1-3 {
  max-width: 604px;
  width: 100%;
}

.block__table.table__1-3 .table__th, .block__table.table__1-3 .table__td {
  width: 32.7%;
}

.block__table.table__1-4 {
  max-width: 804px;
  width: 100%;
}

.block__table.table__1-4 .table__th, .block__table.table__1-4 .table__td {
  width: 24.7%;
}

.block__table.table__1-8 {
  max-width: 804px;
  width: 100%;
}

.block__table.table__1-8 .table__th, .block__table.table__1-8 .table__td {
  width: 7.96%;
}
.block__table .table__tr {
  width: 100%;
}

.block__table .table__tr:nth-child(odd) .table__td {
  background: #cfe4e8;
}

.block__table .table__tr:nth-child(even) .table__td {
  background: #dae9ec;
}

.block__table .table__tr .table__th {
  margin: 0 1px 2px;
  display: inline-block;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: #0091ac;
}

.block__table .table__tr .table__td {
  margin: 0 1px 2px;
  font-size: 14px;
  line-height: 25px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.block__table .table__tr .table__td a.btn-generic-1 {
  width: 100%;
  position: relative;
  display: block;
}

.block__table .table__tr .table__td a.btn-generic-1:after {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}

header {
  width: 100%;
  height: 122px;
  /*min-width: 1200px;*/
  position: fixed;
  z-index: 10;
}

header .btn-contacto{
    display: none;
}

header .content {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;

}

header .header__blue {
  background: #003846;
  width: 100%;
  font-size: 10px;
  /*height: 30px*/;
  color: #fff;
}

header .header__blue .content {
  line-height: 30px;
  min-height: 30px;
}

header .header__blue .content > * {
  float: right;
}

header .header__blue .content a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
}

header .header__blue .content .languages {
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  height: 30px;
  display: table;
}

header .header__blue .content .languages .drop {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}

header .header__blue .content .languages .flag {
  display: inline-block;
  vertical-align: middle;
}

header .header__blue .content .languages .arrow {
  margin-left: 3px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/icons/seta_bandeira.png) no-repeat;
  width: 7px;
  height: 5px;
}

header .header__blue .content .search {
  padding-top: 4px;
}
header .header__blue .content .search>div {
  background: #fff;
}


header .header__blue .content a.search {
    background:#fff;
    color:#868884;
    padding:5px;
    vertical-align: top;
    display: inline-block;
    height: 22px;
    box-sizing: border-box;
}

header .header__blue .content .search input {
  vertical-align: middle;
  display: inline-block;
  border: 0;
  font-size: 12px;
  line-height: 12px;
  padding: 4px 5px;
  margin: 0;
}

header .header__blue .content .menu.menu--left{
    float:left;

}

header .header__blue .content .menu {
  /*padding-top: 3px;*/
}

header .header__blue .content .menu a {
  padding: 0 10px;
}

header .header__blue .content .menu a.active,header .header__blue .content .menu a:hover {
  text-decoration: underline;
}

header .header__blue .content .menu a, header .header__blue .content .menu img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -5px;
}
header .header {
  background: #fff;
  height: 92px;
  position: relative;
}

header .header .menu-3 {
  float: right;
  padding-top: 40px;
  position: relative;
  font-size: 0;
}


header .header .content .menu-3>a::before,header .header .content .menu-3>.btn-dropdown>a::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 8px 0 0;
    border-color: #e12b24 transparent transparent transparent;
    position: relative;
    top: -2px;
}

header .header .content .menu-3>a.btn__home::before {
    display:none;
}

header .header .menu-3 a i{
    font-size: 22px;
    position: relative;
    top: 2px;
}

header .header .menu-3 .submenu {
  padding: 15px 0;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #003846;
  top: 76px;
  right: 0;
  font-size: 0;
  display: none;
  position: absolute;
}

header .header .menu-3 .submenu a {
  color: #fff;
  font-size: 12px;
  line-height: 13px;
  display: block;
  text-transform: inherit;
  font-weight: bold;
  display: inline-block;
}

header .header .menu-3 .submenu a:hover {
  color: #fdb913;
  text-decoration: underline;
}

header .header .menu-3 .submenu .grid-1-4 {
  width: 1180px;
  display: block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
}

header .header .menu-3 .submenu .grid-1-3 {
  width: 885px;
  display: block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
}

header .header .menu-3 .submenu .grid-1-3 .column {
  box-sizing: border-box;
  padding: 5px 25px;
  width: 295px;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}

header .header .menu-3 .submenu .grid-1-2 {
  width: 590px;
  display: block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
}

header .header .menu-3 .submenu .grid-1-2 .column {
  box-sizing: border-box;
  padding: 5px 25px;
  width: 295px;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}

header .header .menu-3 .submenu .grid-1-4 .column {
  box-sizing: border-box;
  padding: 5px 25px;
  width: 295px;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}

header .header .menu-3 .submenu .grid-1-4 .column:before,
header .header .menu-3 .submenu .grid-1-3 .column:before,
header .header .menu-3 .submenu .grid-1-2 .column:before,
header .header .menu-3 .submenu .grid-1-1 .column:before {
  content: "";
  display: block;
  width: 1px;
  margin-left: -25px;
  height: 100%;
  position: absolute;
  background-color: #003846;
}

header .header .menu-3 .submenu .grid-1-4 .column:first-child:before,
header .header .menu-3 .submenu .grid-1-3 .column:first-child:before,
header .header .menu-3 .submenu .grid-1-2 .column:first-child:before,
header .header .menu-3 .submenu .grid-1-1 .column:first-child:before {
  content: "";
  display: block;
  width: 0px;
  height: 100%;
  position: absolute;
  background-color: transparent;
}

header .header .menu-3 .submenu .grid-1-4 .column > .parent,header .header .menu-3 .submenu .grid-1-3 .column > .parent ,header .header .menu-3 .submenu .grid-1-2 .column > .parent ,header .header .menu-3 .submenu .grid-1-1 .column > .parent  {
  margin-bottom: 15px;
  position: relative;
}

header .header .menu-3 .submenu .grid-1-4 .column > .parent:last-child ,header .header .menu-3 .submenu .grid-1-3 .column > .parent:last-child,header .header .menu-3 .submenu .grid-1-2 .column > .parent:last-child,header .header .menu-3 .submenu .grid-1-1 .column > .parent:last-child {
  margin-bottom: 0;
}

header .header .menu-3 .submenu .grid-1-4 .column > .parent > a ,header .header .menu-3 .submenu .grid-1-3 .column > .parent > a,header .header .menu-3 .submenu .grid-1-2 .column > .parent > a,header .header .menu-3 .submenu .grid-1-1 .column > .parent > a {
  display: block;
  color: #003846;
  font-size: 14px;
  font-weight: bold;
  text-transform:uppercase;
}
header .header .menu-3 .submenu .grid-1-4 .column > .parent > a:before,header .header .menu-3 .submenu .grid-1-3 .column > .parent > a:before,header .header .menu-3 .submenu .grid-1-2 .column > .parent > a:before,header .header .menu-3 .submenu .grid-1-1 .column > .parent > a:before {
    content: '';
    display:inline-block;
    position: static;
    vertical-align:middle;
    width:14px;
    height:8px;
    margin-right: 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 8px 0 0px;
    border-color: #e31d1a transparent transparent transparent;
}

/*header .header .menu-3 .submenu .grid-1-4 .column > .parent > a:hover,header .header .menu-3 .submenu .grid-1-3 .column > .parent > a:hover,header .header .menu-3 .submenu .grid-1-2 .column > .parent > a:hover,header .header .menu-3 .submenu .grid-1-1 .column > .parent > a:hover {
  color: #fdb913;
}*/

header .header .menu-3 .submenu .grid-1-4 .column > .parent > .children,header .header .menu-3 .submenu .grid-1-3 .column > .parent > .children,header .header .menu-3 .submenu .grid-1-2 .column > .parent > .children,header .header .menu-3 .submenu .grid-1-1 .column > .parent > .children {
  padding-left: 0;
  color: #fff;
  font-weight: bold;
}

header .header .menu-3 .submenu .grid-1-4 .column > .parent .children > .parent:nth-child(1n) > a,header .header .menu-3 .submenu .grid-1-3 .column > .parent .children > .parent:nth-child(1n) > a,header .header .menu-3 .submenu .grid-1-2 .column > .parent .children > .parent:nth-child(1n) > a,header .header .menu-3 .submenu .grid-1-1 .column > .parent .children > .parent:nth-child(1n) > a {
  font-weight: bold;
  margin-top:3px;
  text-transform: uppercase;
  color: #f36c65;
}

header .header .menu-3 .submenu .grid-1-4 .column > .parent .children > .parent > .children,header .header .menu-3 .submenu .grid-1-3 .column > .parent .children > .parent > .children,header .header .menu-3 .submenu .grid-1-2 .column > .parent .children > .parent > .children,header .header .menu-3 .submenu .grid-1-1 .column > .parent .children > .parent > .children {
  text-transform: inherit;
}

header .header .menu-3 .submenu .grid-1-4 .column > .parent .children > .parent > .children a,header .header .menu-3 .submenu .grid-1-3 .column > .parent .children > .parent > .children a,header .header .menu-3 .submenu .grid-1-2 .column > .parent .children > .parent > .children a,header .header .menu-3 .submenu .grid-1-1 .column > .parent .children > .parent > .children a {
  /*font-weight: 300;*/
  font-weight: bold;
  color: #003846;
  text-transform: inherit;
}

header .header .menu-3 .submenu .grid-1-4 .column > .parent .children > .parent > .children > .parent > .children a,header .header .menu-3 .submenu .grid-1-3 .column > .parent .children > .parent > .children > .parent > .children a, header .header .menu-3 .submenu .grid-1-2 .column > .parent .children > .parent > .children > .parent > .children a, header .header .menu-3 .submenu .grid-1-1 .column > .parent .children > .parent > .children > .parent > .children a  {
  font-weight: 300;
}


header .header .menu-3 .submenu .grid-1-4 .column > .parent > .children > .parent > .children > .parent > .children > .parent > .children > .parent > a:before, header .header .menu-3 .submenu .grid-1-3 .column > .parent > .children > .parent > .children > .parent > .children > .parent > .children > .parent > a:before,header .header .menu-3 .submenu .grid-1-2 .column > .parent > .children > .parent > .children > .parent > .children > .parent > .children > .parent > a:before,header .header .menu-3 .submenu .grid-1-1 .column > .parent > .children > .parent > .children > .parent > .children > .parent > .children > .parent > a:before{
    content: '-';
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

header .header .menu-3 .submenu .grid-1-4 .column > .parent > .children > .parent > .children > .parent > .children > .parent > .children > .parent > .children a, 
header .header .menu-3 .submenu .grid-1-3 .column > .parent > .children > .parent > .children > .parent > .children > .parent > .children > .parent > .children a, 
header .header .menu-3 .submenu .grid-1-2 .column > .parent > .children > .parent > .children > .parent > .children > .parent > .children > .parent > .children a, 
header .header .menu-3 .submenu .grid-1-1 .column > .parent > .children > .parent > .children > .parent > .children > .parent > .children > .parent > .children a{
    font-weight: normal
}


header .header .menu-3 .submenu .grid-1-4 .column > .parent > .children > .parent > .children > .parent > .children > .parent > .children >.parent > .children,
header .header .menu-3 .submenu .grid-1-3 .column > .parent > .children > .parent > .children > .parent > .children > .parent > .children >.parent > .children,
header .header .menu-3 .submenu .grid-1-2 .column > .parent > .children > .parent > .children > .parent > .children > .parent > .children >.parent > .children,
header .header .menu-3 .submenu .grid-1-1 .column > .parent > .children > .parent > .children > .parent > .children > .parent > .children >.parent > .children{
    padding-left: 15px;
    font-style: italic;
}


header .header .menu-3 .submenu .grid-1-4 .column .children,
header .header .menu-3 .submenu .grid-1-3 .column .children,
header .header .menu-3 .submenu .grid-1-2 .column .children, 
header .header .menu-3 .submenu .grid-1-1 .column .children{
  padding-left: 10px;
}

header .header .menu-3 .submenu .grid-1-4 .column .children > a,
header .header .menu-3 .submenu .grid-1-3 .column .children > a,
header .header .menu-3 .submenu .grid-1-2 .column .children > a,
header .header .menu-3 .submenu .grid-1-1 .column .children > a {
  font-size: 10px;
  font-weight: 300;
  height: auto;
  display: block;
  text-transform: inherit;
}

header .header .menu-3 .btn-dropdown {
  display: inline-block;
}

header .header .menu-3 .btn-dropdown:hover > .submenu {
  display: block;
}

header .header .menu-3 > .btn-dropdown {
  padding-bottom: 15px;
}

header .header .menu-3 > .btn-dropdown:hover {
  background: url(../img/icons/icon_triangle.png) no-repeat;
  background-position: bottom center;
}

header .header .menu-3>a,header .header .menu-3 .btn-dropdown>a{
    transition: color 0.1s linear;
}

header .header .menu-3 > a:hover,header .header .menu-3 > a.active{
  color:#e31d1a;

}

header .header .menu-3 > .btn-dropdown:hover > a,header .header .menu-3 > .btn-dropdown > a.active{
  color:#e31d1a;
}

header .header .menu-3 a {
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  color: #003745;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 18px;
}

header .header .menu-3 a:last-child {
  margin-right: 0;
}

header .header .menu-2 {
  float: right;
  padding-top: 40px;
  position: relative;
  font-size: 0;
}

header .header .menu-2 a {
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  color: #003745;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 18px;
}

header .header .menu-2 a:last-child {
  margin-right: 0;
}

header .header .menu-2 > .btn-dropdown {
  padding-bottom: 15px;
}

header .header .menu-2 > .btn-dropdown:hover {
  background: url(../img/icons/icon_triangle.png) no-repeat;
  background-position: bottom center;
}

header .header .menu-2 .btn-dropdown {
  display: inline-block;
  position: relative;
}

header .header .menu-2 .btn-dropdown:hover > .submenu {
  display: block;
}

header .header .menu-2 .btn-dropdown.js-active > a:first-child {
  background: #338c9e;
}

header .header .menu-2 .btn-dropdown.js-active > a:first-child span {
  color: #fdb913;
}

header .header .menu-2 .btn-dropdown .submenu {
  top: 33px !important;
  background: #184b56;
}

header .header .menu-2 .btn-dropdown .submenu .submenu {
  top: 0 !important;
  right: -130px;
  background: #345f6a;
}

header .header .menu-2 .btn-dropdown .submenu .submenu .submenu {
  right: -130px;
  background: #4c737c;
}

header .header .menu-2 .btn-dropdown .submenu .submenu .submenu .submenu {
  right: -130px;
  background: #66878f;
}

header .header .menu-2 .btn-dropdown .submenu .submenu .submenu .submenu .submenu {
  right: -130px;
  background: #7f9ba2;
}

header .header .menu-2 .submenu {
  position: absolute;
  display: none;
}

header .header .menu-2 .submenu a {
  margin: 0;
  display: table;
  text-align: center;
  color: #fff;
  width: 130px;
  height: 40px;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  font-size: 12px;
}

header .header .menu-2 .submenu a span {
  display: table-cell;
  vertical-align: middle;
}

header .header .menu {
  float: right;
  padding-top: 40px;
  position: relative;
  font-size: 0;
}

header .header .menu a {
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  color: #003745;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 18px;
}

header .header .menu a:last-child {
  margin-right: 0;
}

header .header .menu > .btn-dropdown {
  padding-bottom: 15px;
}

header .header .menu > .btn-dropdown:hover {
  background: url(../img/icons/icon_triangle.png) no-repeat;
  background-position: bottom center;
}

header .header .menu > .btn-dropdown:hover > .submenu {
  display: block;
}

header .header .menu > .btn-dropdown .btn-dropdown:hover > .submenu {
  display: block;
}

header .header .menu > .btn-dropdown .btn-dropdown .btn-dropdown:hover > .submenu {
  display: block;
}

header .header .menu > .btn-dropdown .btn-dropdown .btn-dropdown .btn-dropdown:hover > .submenu {
  display: block;
}

header .header .menu .btn-dropdown {
  display: inline-block;
}

header .header .menu .btn-dropdown.js-active > a:first-child {
  background: #338c9e;
}

header .header .menu .btn-dropdown.js-active > a:first-child span {
  color: #fdb913;
}

header .header .menu .btn-dropdown > .submenu {
  color: #fff;
  display: none;
  position: absolute;
  width: 1180px;
  right: 0;
}

header .header .menu .btn-dropdown > .submenu.small {
  background: #003745;
  width: 640px;
  font-size: 0;
  top: 73px;
}

header .header .menu .btn-dropdown > .submenu.small a {
  box-sizing: border-box;
  width: 160px;
}

header .header .menu .btn-dropdown > .submenu.small .btn-dropdown {
  position: initial;
  display: inline-block;
  background: #184b56;
}

header .header .menu .btn-dropdown > .submenu.small .btn-dropdown:hover > .submenu {
  display: block;
}

header .header .menu .btn-dropdown > .submenu.small .btn-dropdown .submenu {
  left: 0;
  width: 100%;
  background: #184b56;
  display: none;
}

header .header .menu .btn-dropdown > .submenu.small .btn-dropdown .submenu .btn-dropdown {
  display: inline-block;
  background: #184b56;
}

header .header .menu .btn-dropdown > .submenu.small .btn-dropdown .submenu .btn-dropdown > a {
  background: #184b56;
}

header .header .menu .btn-dropdown > .submenu.small .btn-dropdown .submenu .btn-dropdown .submenu {
  display: none;
  background: #345f6a;
}

header .header .menu .btn-dropdown > .submenu.small .btn-dropdown .submenu .btn-dropdown .submenu .btn-dropdown {
  display: inline-block;
}

header .header .menu .btn-dropdown > .submenu.small .btn-dropdown .submenu .btn-dropdown .submenu .btn-dropdown .submenu {
  display: none;
  background: #4c737c;
}

header .header .menu .btn-dropdown > .submenu.small .btn-dropdown .submenu .btn-dropdown .submenu .btn-dropdown .submenu .btn-dropdown .submenu {
  background: #66878f;
}

header .header .menu .btn-dropdown > .submenu.small .btn-dropdown .submenu .btn-dropdown .submenu .btn-dropdown .submenu .btn-dropdown .submenu .submenu {
  background: #7f9ba2;
}

header .header .menu .btn-dropdown > .submenu .btn-dropdown {
  position: relative;
}

header .header .menu .btn-dropdown > .submenu .btn-dropdown .submenu {
  left: 0;
}

header .header .menu .btn-dropdown > .submenu .btn-dropdown > a {
  background: #003745;
}

header .header .menu .btn-dropdown > .submenu > a {
  background: #003745;
}

header .header .menu .btn-dropdown > .submenu a {
  margin: 0;
  display: inline-table;
  vertical-align: top;
  text-align: center;
  color: #fff;
  padding: 0 10px;
  height: 50px;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  font-size: 10px;
}

header .header .menu .btn-dropdown > .submenu a.js-active {
  background: #338c9e;
}

header .header .menu .btn-dropdown > .submenu a.js-active span {
  color: #fdb913;
}

header .header .menu .btn-dropdown > .submenu a span {
  display: table-cell;
  vertical-align: middle;
}

header .header .menu .btn-dropdown > .submenu .submenu > a {
  background: #184b56;
}

header .header .menu .btn-dropdown > .submenu .submenu .btn-dropdown {
  position: relative;
}

header .header .menu .btn-dropdown > .submenu .submenu .btn-dropdown .submenu {
  left: 0;
}

header .header .menu .btn-dropdown > .submenu .submenu .btn-dropdown .submenu > a {
  width: 100px;
  background: #345f6a;
}

header .header .menu .btn-dropdown > .submenu .submenu .btn-dropdown .submenu > .btn-dropdown > a {
  background: #345f6a;
}

header .header .menu .btn-dropdown > .submenu .submenu .btn-dropdown .submenu .submenu {
  left: 0;
}

header .header .menu .btn-dropdown > .submenu .submenu .btn-dropdown .submenu .submenu > a {
  background: #4c737c;
}
header .header .menu .btn-dropdown > .submenu .submenu .btn-dropdown .submenu .submenu > .btn-dropdown > a {
  background: #4c737c;
}

header .header .menu .btn-dropdown > .submenu .submenu .btn-dropdown .submenu .submenu .submenu > a {
  background: #66878f;
}

header .header .menu .btn-dropdown > .submenu .submenu .btn-dropdown .submenu .submenu .submenu > .btn-dropdown > a {
  background: #66878f;
}

header .header .menu .btn-dropdown > .submenu .submenu .btn-dropdown .submenu .submenu .submenu .submenu > a {
  background: #7f9ba2;
}

header .header .menu .btn-dropdown > .submenu .submenu .btn-dropdown .submenu .submenu .submenu .submenu > .btn-dropdown > a {
  background: #7f9ba2;
}


.ipad header .header__blue .content>.search{
    padding-top: 2px;
}


.ipad header .header__blue .content>.search a.search{
    padding-top: 6px;
}


.ipad header .header__blue .content .search input{
    padding:3px 5px;
}

.ipad header .header__blue .content .search input::-moz-placeholder {
    line-height: 16px;
}

.ipad header .header__blue .content .search input:-moz-placeholder {
    line-height: 16px;
}

.ipad header .header__blue .content .search input::-webkit-input-placeholder {
    line-height: 16px;
}

.logo {
  float: left;
  box-sizing: border-box;
  /*margin-top: 20px;
  margin-bottom: 20px;*/
  position: absolute;
    margin-top: 27px;
    margin-bottom: 13px;
}

footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  /*margin-top: 53px;*/
}

footer .content__footer {
  width: 100%;
  margin: 0 auto;
}

footer .content__footer a{
    text-decoration: none;
    display: block;
}

footer .content__footer.content__footer--blue1 {
  background: #003846;
  height: 240px;
}

footer .content__footer.content__footer--blue2 {
  background: #e31d1a;
  height: 30px;
  color: #a3a9ab;
}

footer .content__footer.content__footer--blue1 .content .content__v-align{
    padding-top: 35px;
    vertical-align: top;
    font-size: 0;
}

footer .content__footer .content .column{
    display: inline-block;
    vertical-align: top;
}

footer .content__footer .content .column p{
    margin-top: 0;
}

footer .content__footer .content .column p,footer .content__footer .content .column a{
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

footer .content__footer .content .column:first-child{
    width: 30%;
}

footer .content__footer .content .column:nth-child(2n){
    width: 30%;
}

footer .content__footer .content .column:last-child{
    width: 40%;
}

footer .content__footer .content {
  display: table;
  height: 100%;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}

footer .content__footer .content .content__v-align {
  display: table-cell;
  vertical-align: middle;
}

footer .content__footer.content__footer--blue2 .content .content__v-align> div{
    float: left;
    line-height: 30px;
    font-size: 10px;
  color: #fff;
}

footer .content__footer .copy {
  float:right;
  font-size: 10px;
  height: 30px;
  /*height: 100px;*/
  display: inline-table;
  vertical-align: middle;
}
footer .content__footer .copy a{
    margin-right: 5px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
}


footer .content__footer .copy .content {
  display: table-cell;
  vertical-align: middle;
}

footer .content__footer .logos {
  /*padding-top: 10px;*/
  vertical-align: middle;
  display: inline-block;
}

footer .content__footer .logos > div{
    display: block;
    /*display: block;
    margin-left: 0;
    */
}

footer .content__footer .social_links{
    font-size: 0;
    margin-bottom: 20px;
}

footer .content__footer .logos a,footer .column .logos img{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    vertical-align:middle;
}

footer .content__footer .social_links a{
    display: inline-block;
    margin-right: 10px;
}

footer .content__footer .social_links a img{
    max-width: 24px
}

footer .content__footer .email{
    display: block;
    margin-bottom: 20px;
}

footer .content__footer .email a{
    color: #fff;
    text-decoration: none;
}

footer .form--newsletter{
    max-width: 234px;
    width: 100%;
    position: relative;
}

footer .form--newsletter .success_msg{
    margin-top: 5px;
    font-size: 12px; 
    color: #fff;
}

footer .form--newsletter input[type="text"]{
    background: #00212a;
    border-color: #00212a;
    border-style: solid;
    width: 100%;
    height: 24px;
    color: #fff;
    box-sizing: border-box;
    padding: 0 5px;
    font-family: 'Ubuntu', sans-serif;
} 

footer .form--newsletter  input:-ms-input-placeholder {
  color: #fff;
  font-weight: bold;
}

footer .form--newsletter input::-moz-placeholder {
  color: #fff;
  font-weight: bold;
}

footer .form--newsletter input:-moz-placeholder {
  color: #fff;
  font-weight: bold;
}

footer .form--newsletter input::-webkit-input-placeholder {
  color: #fff;
  font-weight: bold;
}

footer .form--newsletter input[type="text"]:focus{
    outline: 0;
}

footer .form--newsletter .submit{
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    text-align: center;
    line-height: 24px;
    font-size: 10px;
    background: #00212a;
    border: 0;
    content:'\f054';
    color: #fff;
    font-family: 'fontAwesome';
    cursor: pointer;
}

footer .form--newsletter .submit:after{
    color: #fff;
    content:'\f054';
    display: block;
    color: #fff;
    font-family: 'fontAwesome';
}


footer .content__footer .morada {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  margin-right: 30px;
  position: relative;
  line-height: 22px;
  padding-left: 0px;
  box-sizing: border-box;
  display: block;
  margin-bottom: 20px; 
  vertical-align: top;
}

footer .content__footer .morada:before {
  position: static;
  display: inline-block;
  margin-right: 0;
  content: "";
}

footer .content__footer .telefone {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  position:relative;
  line-height: 22px;
  padding-left: 0;
  box-sizing: border-box;
}

footer .content__footer .telefone:before {
  position: static;
  display: inline-block;
  content: "";
  left: 0;
  vertical-align: middle;
}

footer .content__footer h2 {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin: 0 90px 20px 0;
  position: relative;
  padding-left: 14px;
  box-sizing: border-box;
}

footer .content__footer h2:before {
  position: static;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  width: 14px;
  height: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 8px 0 0px;
    border-color: #e31d1a transparent transparent transparent;
}

.container-banner {
  padding-top: 122px;
  position: relative;
  z-index:0;
}

.container-banner.less-padding-top{
    padding-top: 92px;
}

.container-banner.notfound .content,.container-banner.notfound .content .banner{
  height: 216px;
}

.container-banner.notfound .content-headline{
  padding-top: 122px;
  box-sizing: border-box;
}


.container-banner.notfound .content-headline h2{
    font-size: 35px;
    font-family: 'uni_sans_semiboldregular';
    font-weight: bold;
    text-transform: uppercase;
    color: #fff !important; 
    text-align: center;
    margin-top: 80px;
}

.container-banner.notfound .content .banner  .img{
    background: #003846 !important;
    background-image: inherit !important;
}

.container-banner .btn-left, .container-banner .btn-right {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
}

.container-banner .btn-left {
  left: 20px;
}

.container-banner .btn-right {
  right: 20px;
}

.container-banner .content {
  height: 510px;
  position: relative;
}

.container-banner .content .banner {
  width: 100%;
  height: 510px;
  position: absolute;
  top: 0;
}

.container-banner .content .banner .img {
  width: 100%;
  height: 100%;
}

.container-banner .content-headline {
  max-width: 1180px;
  width: 100%;
  left: 50%;
  margin-left: -580px;
  position: absolute;
  height: 100%;
  top: 0;
}

.container-banner .content-headline .headline {
  max-width: 732px;
  width: 100%;
  padding: 0 45px;
  box-sizing: border-box;
  /*background: #0091ac;*/
  background: #e31d1a;
  color: #fff;
  position: absolute;
  bottom: -65px;
  right: 14px;
  min-height: 48px;
}
.container-banner .content-headline .headline.js-active {
    z-index: 1;
}
.container-banner .content-headline .headline::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0; 
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0px 48px 28px;
    border-color: transparent transparent #f1f1f1 transparent;    
}


.container-banner .content-headline .headline p {
    margin-bottom: 19px;
}


.container-banner .content-headline .headline h2 {
    margin: 19px 0;
}

.btn-contacto {
  background: url(../img/botao.svg) no-repeat;
  width: 119px;
  height: 205px;
  background-size: 119px 207px;
  position: absolute;
  right: 0;
  /*top: 464px;*/
  top: 493px;
  z-indeX: 1;
  cursor: pointer;
}

.btn-contacto a{
  display:block;
  height: 100%;
}

.btn-contacto span {
  display: block;
  color: #fff;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  position: absolute;
  bottom: 10px;
  right: 5px;
}

.btn-generic-1{
  font-size: 16px;
  color: #013644;
  font-family: "Ubuntu", sans-serif;
  text-alingn: center;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}

.btn-generic-1:after {
  content: "";
  position: static;
  display: inline-block;
  width: 14px;
  height: 12px;
  margin-left: 10px;
  background: url(../img/icons/icon_call_to_action.png) no-repeat;
}

.btn-generic-2 {
  background: #e31d1a;
  color: #fff;
  display: table;
  font-size: 16px;
  line-height: 28px;
  font-family: "Ubuntu", sans-serif;
  text-alingn: center;
  text-decoration: none;
  padding: 0 5px;
}

.btn-generic-2 b {
  margin: 0 2px;
}

.btn-generic-2:after {
  content: "";
  position: static;
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url(../img/icons/icon_call_to_action2.png) no-repeat;
}

.btn-generic-3 ,.wow.fadeInUp a{
  color: #013644;
  margin: 0 4px;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -ms-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

caption{
    font-size: 16px;
    color: #013644;
    font-family: "Ubuntu", sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
  margin-bottom: 10px;
}
caption a{
    font-size: 16px;
    color: #013644;
    font-family: "Ubuntu", sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}
caption a:after{
    content: "";
    position: static;
    display: inline-block;
    width: 14px;
    height: 12px;
    margin-left: 10px;
  text-decoration: none;
    background: url(../img/icons/icon_call_to_action.png) no-repeat;
}

table {
  display: table;
  font-family: Ubuntu, sans-serif;
  text-align:center;
  margin-top:10px;
}
table thead {
  color: #013644;
  box-sizing: border-box;
  margin: 0 1px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: #0091ac;
  text-transform: uppercase;
}
table tr td:first-child{
    font-size: 16px;
    font-family: "Ubuntu", sans-serif;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}
table tr th {
  box-sizing: border-box;
  margin: 0 1px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: #0091ac;
  text-transform: uppercase;
}
.block .block__content .block p a{
  font-size: 16px;
  color: #013644;
  font-family: "Ubuntu", sans-serif;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  text-decoration: underline;
}

table thead tr td {
    box-sizing: border-box;
    margin: 0 1px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background: #003846 !important;
    text-transform: uppercase;
}

.block .block__content .block table thead tr td p {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

table tr td {
  color: #013644;
  box-sizing: border-box;
  margin: 0 14px;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
}
table tr td a {
    font-size: 16px;
    color: #013644;
    font-family: "Ubuntu", sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}
table tr td a:after {
  content: "";
    position: static;
    display: inline-block;
    width: 14px;
    height: 12px;
    margin-left: 10px;
    background: url(../img/icons/icon_call_to_action.png) no-repeat;
  width: 100%;
    background-position: right 20px center;
    margin-top: -19px;
}
table tfoot tr td{font-weight: bold;}


.sitemap ul li a {
  text-decoration:none;
  color: #003745;
  font-family: "Ubuntu", sans-serif;
}
.block .block__content .sitemap ul li:before{content:"";}
.sitemap ul li.level-2{margin-top:10px;}
.sitemap ul li.level-2 a,.sitemap ul li.level-3 a{text-transform: uppercase;font-weight: bold;}
.sitemap ul li.level-5 a{text-transform: none;font-weight: normal;}

.sitemap ul li a:hover {
    text-decoration: underline
}


.block .block__content .sitemap ul li > ul li > ul {
    padding-left: 12px;
}

.block .block__content .sitemap ul li.level-7 > ul {
    padding-left:16px;
}

.sitemap ul li.level-4 >a{
    display: block;
    color: #003846;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.sitemap ul li.level-4{
    margin-top: 2px;
}

.sitemap ul li.level-4 >a:before {
    content: '';
    display: inline-block;
    position: static;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 8px 0 0px;
    border-color: #e31d1a transparent transparent transparent;
    margin-right: 3px;
}

.sitemap ul li.level-5 >a{
    font-weight: bold;
    margin-top: 3px;
    text-transform: uppercase;
    /*color: #0091ac;*/   
    font-size: 12px;
    line-height: 13px;
}

.sitemap ul li.level-6 >a{  
    font-weight: normal;
    font-size: 12px;
    line-height: 13px;
}

.sitemap ul li.level-7 >a,.sitemap ul li.level-8 >a,.sitemap ul li.level-9 >a,.sitemap ul li.level-10 >a{
    font-size: 12px; 
    line-height:13px;
}

.block .block__content .sitemap ul li.level-8:before {
    content: '-';
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    font-size: 12px
}
/*.crop-banner {
    background: url('/img/banner/crop_banner.png') no-repeat;
    background-size: cover;
    background-position: center bottom;
    width: 102%;
    height: 100%;
    position: absolute;
    bottom: -5px;
    right: -3px;
    left: -3px;
}
*/
.block .block__content .block__1-4 > .bigthumb {
  background: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
   height:335px; 
  max-width: 264px;
  width: 100%;
  display: inline-table;
  text-decoration: none;
  margin-right: 40px;
  padding-bottom: 15px;
}

.block .block__content .block__1-4 > .bigthumb a{text-decoration:none;}
.block .block__content .block__1-4 > .bigthumb h3, .block .block__content .block__1-4 > .bigthumb p{padding-left:10px;padding-right:10px;}
.block .block__content .block__1-4 > .bigthumb img{margin-bottom: 15px;}

.block .block__content .block__1-4 > .imagethumb {
  background: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  height:170px;
  max-width: 264px;
  width: 100%;
  display: inline-table;
  text-decoration: none;
  margin-right: 40px;
}

.block--white .item-resultado{display:table;width:100%;max-width:1180px;border-bottom:1px solid #7f969b;padding-top: 20px;padding-bottom: 20px;height:auto;}
.block--white .item-resultado .img{
    float:left;
    width: 370px;
    height: 128px;
    overflow: hidden;
    margin:0px 20px 0px 0;
}

.block--white .item-resultado a{
    text-decoration:none;
}

.block--white .item-resultado .img > div{
    width: 370px;
    height: 128px;
}

.block--white .item-resultado .img img{width:100%;}
.block--white .item-resultado .img:empty {display: none;}
.block--white .item-resultado .texto{min-width:130px;vertical-align: middle;width: 100%;}
.block--white .item-resultado .texto h2{font-family: "Ubuntu", sans-serif;font-size: 16px;color: #013644;text-transform: uppercase;vertical-align: middle;margin: 0;}
.block--white .item-resultado .texto h2 a{font-family: "Ubuntu", sans-serif;font-size: 16px;color: #013644;text-transform: uppercase;vertical-align: middle;text-decoration:none;}
.block--white .item-resultado a:hover .texto h2 {font-family: "Ubuntu", sans-serif;font-size: 16px;color: #fdb913 !important;text-transform: uppercase;vertical-align: middle;text-decoration:none;}
.block--white .item-resultado .texto p{font-family: "Ubuntu", sans-serif;font-size: 16px;color: #013644;vertical-align: middle;margin: 0;}
.block--white .item-resultado .texto p:empty{display:none;}

.pagination {
    margin-top: 20px
}

.pagination > a {
    text-decoration: none;
}

.pagination > * {
    padding: 5px 10px;
    background: #04333e;
    color: #fff;
}

.pagination > b {
    background:#e31d1a;
    cursor:default;
}

.pagination > a:hover {
    text-decoration:underline;
    background:#e31d1a;
}



.bg--white{
  background: #fff;
  font-size:0 
}

.popup{
    display: none;
    opacity: 0;
    filter: alpha(opacity= 0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 110;
    background: rgba(4,55,68,.9);
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
.popup__container{
    margin: 0 auto;
    max-width: 808px;
    box-sizing: border-box;
    width: 100%;
    display: table;
    height: 100%;
}

.popup__content{
    display: table-cell;
    vertical-align: middle;
}

.popup__content .content{
    display:table;
    padding: 4px;
    background: #fff;
    border-radius: 4px;
    position: relative;
    margin: 10px auto;
}

.popup__content img{
    width: 100%;
}

.popup__btn-close{
    cursor: pointer;
    position: absolute;
    right: -30px;
    top: -4px;
}

.popup__btn-close:before{
    content: '\f00d';
    font-family: 'FontAwesome';
    font-size: 25px;
    color: #fff;
    display:block;
}

.popup__btn-close:hover:before {
    opacity: 0.7;
    filter: alpha(opacity=70);
}


.block.m-top{
    margin-top: 60px;
}

.block .block__content.m-top{
    margin-top: 60px;
}

.img-destaque {
    margin-bottom:35px;
}

.align_center{
    text-align:center;
}

.block .block--white form > div.form-row{
  font-size :0;
}

.input--file.input-margin{
  margin: 1% 75px;
}

.input--file.input-margin:first-child{
  margin-top: 15px;
}

.label{
  width: 100%;
  margin: 10px auto;
  display: block;
  text-align: center;
}



header .header__blue .callcenter{
    line-height: 29px;
    padding: 0 10px 
}

header .header__blue .callcenter img{
    vertical-align: top;
    margin-top: 2px;
    margin-left: 5px;
}

.js-disabled{
    background: #666666 !important;
}


.img--default{
    display: inline-block;
}


.img--mobile{
    display: none;
}


.btn__menu{
    display: none;
    position: absolute;
    top: 22px; 
    right: 0;
    width: 26px;
    height: 26px;
    cursor: pointer;
}
.btn__menu hr{
    border:0;
    height: 5px;
    background: #003846;
    position: absolute;
    width: 100%;
    margin: 0;
    transition: background 0.1s linear;
}

.btn__menu:hover hr{
    background: #e31d1a;
}

.btn__menu hr:first-child {
    top:0;
}


.btn__menu hr:nth-child(2n) {
    top:10px;
}

.btn__menu hr:last-child {
    top:20px;
}

.resp__home{
    display: none;

}

.resp__home:hover .fa{
    color: #e31d1a;
}


.resp__home .fa{
    transition: color 0.1s linear;
    color: #003d4d;
}

.resp__menu{
    display: none;
    background: #043846;
    height: 100vh;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    z-index: -1;
}


.resp__menu>div{
    position:absolute;
    width: 100%;
    display:block;
    padding-top: 70px;
    padding-bottom: 10px;
    box-sizing:border-box;
    left: 0;
}
.resp__menu>div>div>.resp__dropdown{
    position:relative;
}
.resp__menu>div>div>.resp__dropdown,.resp__menu>div>div>a{
    border-bottom: 1px solid #003442;
    box-sizing: border-box;
    font-size: 16px;
    color: #fff;
    font-family: 'Ubuntu';
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-decoration: none;
    box-sizing: border-box;
}
.resp__menu>div>div>a{
    padding: 8px 25px;
    box-sizing: border-box;
}

.resp__menu>div>div>.resp__dropdown:last-child, .resp__menu>div>div>a:last-child{
    border-bottom: 0;
}

.resp__menu>div>div>.resp__dropdown>a{
    color: #fff;
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 8px 25px;
    position: relative;
    z-index: 11;
    box-sizing: border-box;
}

.resp__menu>div>div>.resp__dropdown>.resp__submenu>div{
    padding: 10px 25px;
    box-sizing: border-box;
}
.resp__menu>div>div>.resp__dropdown>.resp__submenu>div>a {
    color: #9aafb5;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    display:block;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
}
.resp__menu .resp__dropdown.js-active::after{
    transform:rotateX(180deg);    
}
.resp__menu .resp__dropdown::after{
    content:'';
    display: block;
    background: url('../img/icons/icon_formdropdown.png') no-repeat;
    width: 21px;
    height: 12px;
    position: absolute;
    z-index: 1;
    right: 25px;
    top: 12px;
    transform-style: preserve-3d;
    transition: transform 0.3s linear;
}


.resp__menu .resp__submenu {
    overflow: hidden;
    background:#003442; /* #043846 */
    max-height:0;
    -webkit-transition: max-height 0.3s; 
    -moz-transition: max-height 0.3s; 
    -ms-transition: max-height 0.3s; 
    -o-transition: max-height 0.3s; 
    transition: max-height 0.3s;
}


.resp__menu .resp__submenu.js-active{ 
  max-height: 1000px;
}

.resp__menu a.search {
    background:#fff;
    color:#868884;
    padding:5px;
    vertical-align: top;
    position: absolute; 
    right: 25px;
}

.resp__menu>div>div>.search{
    padding: 5px 25px 0;
    box-sizing: border-box;
    width: 100%;
}
.resp__menu > div > div > .search>div {
    background: #fff;
}
.resp__menu .search input {
  width: 100%;
  vertical-align: middle;
  display: inline-block;
  border: 0;
  font-size: 12px;
  line-height: 12px;
  padding: 6px 5px;
}

.content__map{
    display: table;
    width: 100%;
}

.map__content-btns{
    width: 100%;
    border-spacing: 0;
    font-size:0;
    border-bottom: 1px solid #003846;
}

.map__tab--btn{
    padding-right: 10px;
}

.map__tab--btn:last-child{
    padding-right: 0;
}

.map__tab--btn {
    cursor: pointer;
    font-size: 15px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
}

.map__tab--btn span{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 10px 5px;
    font-weight: bold;
    text-transform: uppercase;
    box-sizing: border-box;
}

.map__tab--btn >div{
    width: 100%;
    background: #c6d1d4;
    display: table;
}

.map__tab--btn.js-active >div{
    background: #e31d1a;
}

.map__tab{
    font-size: 0;
    display: none;
    padding-right: 50%;
    position: absolute;
    box-sizing:border-box;
    width: 100%;
    height: 100%;
}
.map__tab.js-active {
    display: block;
}

.map__tab .column{
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    width: 50%;
    padding-right: 10px;
    box-sizing: border-box;
    color: #003846;
    height: 100%
}

.map__tab .column .button__tab p {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

.map__tab .column .button__tab h3 {
    margin:0;
    font-size: 13px;
    color: #e31d1a;
}

.map__tab .column .button__tab div,.map__tab .column .button__tab p,.map__tab .column .button__tab a  {
    font-size: 12px;
    text-decoration: none;
    color: #003846;
    word-break: break-all;
}

.map__tab .column .button{
    background: #184b57;
    padding: 10px 0;
    margin-right: 10px;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
}

.map__tab .column .button.js-active{
    background: #e31d1a;
}

.map__tab .column .button.js-active:after{
    content:'';
    display: block;
    position: absolute;
    right: -5px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 18px 5px;
    border-color: transparent transparent transparent #e31d1a;
}

.map--tab .morada,.map--tab .fax,.map--tab .telefone,.map--tab .num{
    font-size: 16px;
}

.map--tab .fax,.map--tab .telefone,.map--tab .num{
    display: inline-block;
    margin-right: 10px;
}

.block .block__content .block .content__map.map--tab p.h3 {
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
}

.block .block__content .block .content__map.map--tab .num {
    font-weight: bold;
    margin-bottom: 0;
}


.contactos_gerais .num{
    display: block;
}

.contactos_gerais{
    margin-bottom: 18px;
    line-height: 22px;
    color: #003846;
}

.container__tabs{
    position: relative;
    box-sizing: border-box;
    height: 574px;
    margin-top: 12px;
}

.contactos_gerais .morada, .contactos_gerais .telefone, .contactos_gerais .email, .contactos_gerais .coordenadas, .contactos_gerais .horario, .contactos_gerais .fax{
    padding-left: 20px;
    line-height: 22px;
}

.morada , .telefone,.fax,.map__tab .column .email,.map__tab .column  .coordenadas,.map__tab .column .horario {
    position: relative;
    line-height: 16px;
    padding-left: 15px;
    display: block
}

.map__tab .column .morada, .map__tab .column .telefone, .map__tab .column .fax, .map__tab .column .email, .map__tab .column .coordenadas, .map__tab .column .horario {
    display: block;
}

.morada:before {
    content: "\f015";
    font-family: 'fontAwesome';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.telefone:before {
    content: "\f095";
    font-family: 'fontAwesome';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.fax:before{
    content: "\f02f";
    font-family: 'fontAwesome';
    display: block;
    position: absolute;
    left: 0;

}

.map__tab .column .email:before, .block--kioti-contacts .email:before{
    content: "\f0e0";
    font-family:'fontAwesome';
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
}

.block--kioti-contacts .coordenadas {
    position: relative;
    padding-left: 15px; 
}

.map__tab .column .coordenadas:before, .block--kioti-contacts .coordenadas:before {
    content: '\F024';
    font-family: 'fontAwesome';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.block--kioti-contacts .coordenadas:before {
    top: 2px;
}
.map__tab .column .horario:before{
    content: '\f017';
    font-family:'fontAwesome';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.button__tab{
    display: none;
    position:relative;
    overflow: hidden;
    padding-right: 14px;
    padding-left: 5px;
    z-index:0;
}

.iScrollIndicator{
    background: #184b57 !important;
    cursor: pointer;
}


.button__tab.js-active{
    display: block;
    height: 574px;
}

.map--tab{
    position: relative;
}

.map--tab .container__map{
    position: relative;
    height: 574px;
    width: 50%; /*574px*/
    float: right;
}
.map--tab #map{
    width: 100%;
    height: 574px;
    position: absolute; 
    right: 0;
    top: 0;
}


.map__content-btns.col-2 .map__tab--btn{
    width: 50%;
}

.map__content-btns.col-3 .map__tab--btn{
    width: 33.333%;
}

.map__content-btns.col-4 .map__tab--btn{
    width: 25%;
}

.map__content-btns.col-5 .map__tab--btn{
    width: 20%;
}

.map__content-btns.col-6 .map__tab--btn{
    width: 16.66667%;
}

.map__content-btns.col-7 .map__tab--btn{
    width: 14.2857%;
}

.map__content-btns.col-8 .map__tab--btn{
    width: 12.5%;
}


.directions {
    display: none;
    font-size: 14px;
    padding: 13px 10px;
    color: #fff;
    background: #003846;
    width: 100%;
    border: 0;
    font-weight: bold;
    margin-top: 10px;
    cursor: pointer;
}


.map__dropdown-list{
    display: none;
    width: 100%;
    background: #003846;
    position: relative;
    cursor: pointer;
}

.map__dropdown-list .curr {
    font-size: 14px; 
    padding: 13px 10px;
    color: #fff;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.map__dropdown-list .arrow {
    width: 21px;
    height: 12px;
    padding: 15px 8px 15px 0;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 0;
}

.map__dropdown-list .arrow:after{
    content: '';
    display: block;
    background: url(../img/icons/icon_formdropdown.png) no-repeat;
    width: 21px;
    height: 12px;
}

.map__dropdown-list .dropdown {
    box-sizing: border-box; 
    padding: 11px 10px 10px;
    display: none;
}



.map__dropdown-list .dropdown .drop__parent{
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}

.map__dropdown-list .dropdown .drop__parent:last-child{
    margin-bottom: 0;
}

.map__dropdown-list .dropdown .drop__local{
    font-size: 12px;
    line-height: 20px;
    font-weight: 100;
}


.map__dropdown-list.js-active .dropdown{
    display: block;
}

.map__dropdown-list.js-active .arrow {
    transform: rotateX(180deg);
    transform-origin: center;
}

.map__dropdown-list.js-active .curr{
    display: none;
}

div.video{
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

div.video iframe{
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
}


.label.dark-blue{
    background: #003846;
    margin-bottom: 5px
}
.label.blue{
    background:#33606B; 
}


.block .block--white form label{
    background: #003846;
}

.block .block--white form > div .column h3, .block .block--white form > div .content .column p{
    color: #003846;
}



.block .block--white form a.submit__form{
    background: #003846;
}

.block .block--white form > .form-tab .to-show input[type="submit"]{
    background: #003846;
    color: #fff;
}

.block .block__content .form--newsletter{
    text-align: center;
    position: relative;
    margin: 30px auto 125px;
}

.block .block__content .form--newsletter input[type="text"]{
    max-width: 400px;
    width: 100%;
    display: inline-block;
    padding:10px;
    box-sizing: border-box;
    height: 40px;
    font-size: 16px;
    vertical-align: top;
    border:0;
    margin-right: 5px;
}

.block .block__content .form--newsletter input[type="submit"]{
    font-family: "Ubuntu";
    cursor: pointer;
    font-size:16px;
    font-weight: 500;
    padding:10px;
    box-sizing: border-box;
    height: 40px;    
    vertical-align: top;
    background:#003846;
    border:0;
    color: #fff;
    display: inline-block;
}

                .st0 {
                    clip-path: url(#SVGID_2_);
                    fill: #FFFFFF;
                }


                svg .st13:hover .st4, svg .st13:hover .st10 {
                    fill: #e31d1a;
                }

                .st1 {
                    clip-path: url(#SVGID_2_);
                    fill: #C6D4D9;
                }

                .st2 {
                    clip-path: url(#SVGID_2_);
                    fill: #DDDCDC;
                }

                .st3 {
                    clip-path: url(#SVGID_2_);
                    fill: none;
                    stroke: #1D3640;
                    stroke-width: 0.22;
                }

                .st4 {
                    clip-path: url(#SVGID_2_);
                    fill: #003846;
                    cursor: pointer;
                }

                .st5 {
                    clip-path: url(#SVGID_2_);
                    fill: none;
                    stroke: #5E828E;
                    stroke-width: 0.22;
                }

                .st6 {
                    clip-path: url(#SVGID_2_);
                    fill: none;
                }

                .st7 {
                    clip-path: url(#SVGID_2_);
                    fill: none;
                    stroke: #2E448E;
                    stroke-width: 0.22;
                }

                .st8 {
                    clip-path: url(#SVGID_2_);
                    fill: #85A1AB;
                }

                .st9 {
                    clip-path: url(#SVGID_2_);
                    fill: none;
                    stroke: #85A1AB;
                    stroke-width: 0.22;
                }

                .st10 {
                    clip-path: url(#SVGID_2_);
                    fill: #33606B;
                    cursor: pointer;
                }

                .st11 {
                    clip-path: url(#SVGID_2_);
                    fill: #DFEDF2;
                }

                .st12 {
                    clip-path: url(#SVGID_2_);
                    fill: #D2DDE0;
                }

                .st13 {
                    clip-path: url(#SVGID_2_);
                }

                .st14 {
                    clip-path: url(#SVGID_4_);
                }

                .st15 {
                    clip-path: url(#SVGID_6_);
                }

                .st16 {
                    fill: #FFFFFF;
                }

                .st17 {
                    font-family: 'uni_sans_semiboldregular';
                    cursor: pointer;
                }

                .st18 {
                    font-size: 22.2848px;
                }

                .st19 {
                    clip-path: url(#SVGID_8_);
                }

                .st20 {
                    clip-path: url(#SVGID_10_);
                }

                .st21 {
                    clip-path: url(#SVGID_12_);
                }

                .st22 {
                    clip-path: url(#SVGID_14_);
                }

                .st23 {
                    clip-path: url(#SVGID_16_);
                }

                .st24 {
                    clip-path: url(#SVGID_18_);
                }

                .st25 {
                    clip-path: url(#SVGID_20_);
                }

                .st26 {
                    clip-path: url(#SVGID_22_);
                }

                .st27 {
                    clip-path: url(#SVGID_24_);
                }

                .st28 {
                    clip-path: url(#SVGID_26_);
                }

                .st29 {
                    opacity: 0.5;
                    clip-path: url(#SVGID_2_);
                }

                .st30 {
                    clip-path: url(#SVGID_28_);
                }

                .st31 {
                    clip-path: url(#SVGID_32_);
                }


.svg_map > div{
    margin: 0 auto;
    //background: url(../img/mapa.png) no-repeat;
    width: 1134px;
    height: 624px;
    position: relative; 
}

.svg_map .content-labels{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}


.svg_map .content-labels > .label{
    display: table;
    font-size: 15px;
    padding: 0 10px;
    line-height: 31px;
    float:right;
    text-align: right;
    clear: right;
    color: #fff;
    font-weight: bold;
}


.svg_map svg{
    //padding-left: 38px;
    //padding-top: 3px;
}

.svg_map svg a path,.svg_map svg a text{
    cursor: pointer;
    font-family: 'uni_sans_semiboldregular';
}

.block .block__content .svg_map{
    padding: 20px 0 0;
}

.block .block__content .svg_map .label{
    width: auto;
}



.block .block__content .block.block--white.block-history{
  padding-bottom: 0;
}


.block .block__content .block.block--history{
  padding: 25px 0;
}


/* line 4, ../../lib/sass/project/blocks/_block_history.sass */
.block.block--history .row {
  font-size: 0;
  padding-bottom: 50px;
  position: relative;
  min-height: 250px;
}
@media(max-width: 600px) {
  /* line 4, ../../lib/sass/project/blocks/_block_history.sass */
  .block.block--history .row {
    padding-bottom: 20px;
  }
}
/* line 11, ../../lib/sass/project/blocks/_block_history.sass */
.block.block--history .row:last-child {
  padding-bottom: 0;
}
/* line 13, ../../lib/sass/project/blocks/_block_history.sass */
.block.block--history .row .col {
  box-sizing: border-box;
  padding: 0 20px;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
@media(max-width: 600px) {
  /* line 13, ../../lib/sass/project/blocks/_block_history.sass */
  .block.block--history .row .col {
    width: 100%;
  }
}
/* line 21, ../../lib/sass/project/blocks/_block_history.sass */
.block.block--history .row .col .image {
  padding-right: 20px;
  box-sizing: border-box;
}
@media(max-width: 600px) {
  /* line 21, ../../lib/sass/project/blocks/_block_history.sass */
  .block.block--history .row .col .image {
    padding-right: 0;
  }
}
/* line 26, ../../lib/sass/project/blocks/_block_history.sass */
.block.block--history .row .col .image img {
  width: 100%;
}
/* line 28, ../../lib/sass/project/blocks/_block_history.sass */
.block.block--history .row .col .text {
  position: relative;
  box-sizing: border-box;
  font-size: 16px;
  width: 100%;
  display: inline-block;
}
@media(max-width: 1180px) {
  /* line 28, ../../lib/sass/project/blocks/_block_history.sass */
  .block.block--history .row .col .text {
    width: 100%;
  }
}
@media(max-width: 600px) {
  /* line 28, ../../lib/sass/project/blocks/_block_history.sass */
  .block.block--history .row .col .text {
    margin-top: 20px;
  }
  /* line 37, ../../lib/sass/project/blocks/_block_history.sass */
  .block.block--history .row .col .text:after {
    display: none !important;
  }
  /* line 39, ../../lib/sass/project/blocks/_block_history.sass */
  .block.block--history .row .col .text:before {
    display: none !important;
  }
}
/* line 42, ../../lib/sass/project/blocks/_block_history.sass */
.block.block--history .row .col .text h2 {
  font-size: 50px;
  line-height: 37px;
  margin-top: 0;
  margin-bottom: 16px;
  color: #e31d1a;
  padding-left: 0;
}

.block.block--history .row .col .text h2::before{
  display: none;
}

/* line 48, ../../lib/sass/project/blocks/_block_history.sass */
.block.block--history .row .col .text h3 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 0;
}
/* line 53, ../../lib/sass/project/blocks/_block_history.sass */
.block.block--history .row .col .text p {
  margin: 0;
}
/* line 55, ../../lib/sass/project/blocks/_block_history.sass */
.block.block--history .row.text--align-right {
  padding-right: 50%;
}
@media(max-width: 600px) {
  /* line 55, ../../lib/sass/project/blocks/_block_history.sass */
  .block.block--history .row.text--align-right {
    padding-right: 0;
  }
}
/* line 60, ../../lib/sass/project/blocks/_block_history.sass */
.block.block--history .row.text--align-right .col:first-child {
  position: absolute;
  top: 0;
  right: 0;
}
@media(max-width: 600px) {
  /* line 60, ../../lib/sass/project/blocks/_block_history.sass */
  .block.block--history .row.text--align-right .col:first-child {
    position: static;
  }
}
/* line 66, ../../lib/sass/project/blocks/_block_history.sass */
.block.block--history .row.text--align-right .col:last-child {
  text-align: right;
  width: 100%;
}
@media(max-width:600px) {
  /* line 66, ../../lib/sass/project/blocks/_block_history.sass */
  .block.block--history .row.text--align-right .col:last-child {
    text-align: left;
  }
}
/* line 71, ../../lib/sass/project/blocks/_block_history.sass */
.block.block--history .row.text--align-right .col:last-child .text {
  padding-right: 20px;
}
/* line 73, ../../lib/sass/project/blocks/_block_history.sass */
.block.block--history .row.text--align-right .col:last-child .text:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 20px 0 0;
  border-color: #003846 transparent transparent transparent;
}
/* line 84, ../../lib/sass/project/blocks/_block_history.sass */
.block.block--history .row.text--align-left {
  padding-left: 50%;
}
@media(max-width: 600px) {
  /* line 84, ../../lib/sass/project/blocks/_block_history.sass */
  .block.block--history .row.text--align-left {
    padding-left: 0;
  }
}
/* line 89, ../../lib/sass/project/blocks/_block_history.sass */
.block.block--history .row.text--align-left .col:first-child {
  position: absolute;
  top: 0;
  left: 0;
}
@media(max-width: 600px) {
  /* line 89, ../../lib/sass/project/blocks/_block_history.sass */
  .block.block--history .row.text--align-left .col:first-child {
    position: static;
  }
}
/* line 95, ../../lib/sass/project/blocks/_block_history.sass */
.block.block--history .row.text--align-left .col:last-child {
  width: 100%;
  text-align: left;
}
/* line 98, ../../lib/sass/project/blocks/_block_history.sass */
.block.block--history .row.text--align-left .col:last-child .text {
  text-align: left;
}
/* line 100, ../../lib/sass/project/blocks/_block_history.sass */
.block.block--history .row.text--align-left .col:last-child .text:after {
  content: "";
  display: block;
  top: 0;
  position: absolute;
  left: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 20px 0 0;
  border-color: #003846 transparent transparent transparent;
}


header .header .menu-3 .btn-dropdown.left {
  position: relative;
}

header .header .menu-3 .btn-dropdown.left:hover > .submenu{
  display: table;
  padding: 15px 25px;
}

header .header .menu-3 .btn-dropdown.left .submenu{
  right: inherit;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 0;
  top: 32px;
}

header .header .menu-3 .btn-dropdown.left .submenu .grid-1-1 .column{
  width: 215px;
}


.to-show,.radio-toshow,.tooglefade,.tooglefade2,label.tooglefade2,.block .block--white form label.tooglefade2{
    display: none;
}


.to-show.js-active,.radio-toshow.js-active,.tooglefade.js-active,.tooglefade2.js-active,label.tooglefade2.js-active,.block .block--white form label.tooglefade2.js-active{
    display: block;
}

.btn-generic-4.tooglefade2{
    display: none;
}

.btn-generic-4.tooglefade2.js-active{
    display: inline-table;
}

.block .block--white form .content.tooglefade2{
    display:none;
}

.block .block--white form .content.tooglefade2.js-active{
    display: inline-block;
}

.btn-generic-4{
    font-size: 15px;
    display: inline-block;
    color: #003846;
}


/* line 63, ../../lib/sass/project/_buttons.sass */
.btn.square {
    padding: 30px 30px 20px 20px;
    position: relative;
    z-index: 10;
    display: inline-block;
    border-top: 10px solid #e31d1a;
    border-left: 10px solid #e31d1a;
    overflow: hidden;
    margin: 0 40px;
    box-sizing: border-box;
}



.btn.square .table .vertical-align h2 {
    padding: 0;
}

.btn.square .table .vertical-align h2::before {
    display: none;
}

@media(max-width: 1080px) {
  /* line 63, ../../lib/sass/project/_buttons.sass */
  .btn.square {
    height: 220px;
  }
}
@media(max-width: 600px) {
  /* line 63, ../../lib/sass/project/_buttons.sass */
  .btn.square {
    padding-left: 20px;
    max-width: 220px;
    width: 100%;
    margin: 0 auto -50px;
    min-width: inherit;
    padding-bottom: 50px;
  }
}
/* line 83, ../../lib/sass/project/_buttons.sass */
.btn.square h2 {
    font-size: 25px;
    line-height: 25px;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
}
@media(max-width: 1080px) {
  /* line 83, ../../lib/sass/project/_buttons.sass */
  .btn.square h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media(max-width: 600px) {
  /* line 83, ../../lib/sass/project/_buttons.sass */
  .btn.square h2 {
    font-size: 25px;
    line-height: 25px;
    max-width: 220px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 99, ../../lib/sass/project/_buttons.sass */
.btn.square span {
  font-size: 20px;
  color: #003846;
}
/* line 102, ../../lib/sass/project/_buttons.sass */
.btn.square .angle {
  width: 120px;
  height: 10px;
  position: absolute;
  bottom: 0;
  right: -22px;
  background: #e31d1a;
  transform: rotate(-55deg);
}
/* line 110, ../../lib/sass/project/_buttons.sass */
.btn.square .line-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  display: block;
  padding-bottom: 50px;
  box-sizing: border-box;
}
/* line 119, ../../lib/sass/project/_buttons.sass */
.btn.square .line-right:before {
  content: "";
  background: #e31d1a;
  display: block;
  width: 100%;
  height: 100%;
}
/* line 125, ../../lib/sass/project/_buttons.sass */
.btn.square .line-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10px;
  width: 100%;
  display: block;
  content: "";
  padding-right: 40px;
  box-sizing: border-box;
}
/* line 135, ../../lib/sass/project/_buttons.sass */
.btn.square .line-bottom:before {
  content: "";
  background: #e31d1a;
  display: block;
  width: 100%;
  height: 100%;
}



/* line 3, ../../lib/sass/project/blocks/_block_products.sass */
.block.column__products {
  padding-bottom: 0;
  padding: 40px 0 0 !important;
}

.block.column__products .block{
  padding: 0 !important; 
}
/* line 5, ../../lib/sass/project/blocks/_block_products.sass */
.block.column__products .headline {
  position: relative;
  padding-top: 10px;
  margin-bottom: 4px;
  max-width: 510px;
  font-size: 40px;
  font-weight: normal;
  color: #003644;
  line-height: 40px;
  font-family: "PT Sans", sans-serif;
}



@media(max-width: 960px){
    .btn.square h2 {
        font-size: 25px !important;
        margin-top: 0 !important;
    }
}

@media(max-width: 700px) {
  /* line 5, ../../lib/sass/project/blocks/_block_products.sass */
  .block.column__products .headline {
    top: -100px;
  }
}
/* line 17, ../../lib/sass/project/blocks/_block_products.sass */
.block.column__products .btn.square {
  padding-bottom: 160px;
  margin-bottom: -110px;
  position: relative;
  z-index: 2;
  width: 310px;
}
/* line 23, ../../lib/sass/project/blocks/_block_products.sass */
.block.column__products .block__products {
  overflow: hidden;
  font-size: 0;
}
/* line 26, ../../lib/sass/project/blocks/_block_products.sass */
.block.column__products .block__products .column {
  width: 20%;
  display: inline-block;
  position: relative;
}
/* line 30, ../../lib/sass/project/blocks/_block_products.sass */
.block.column__products .block__products .column.column--product {
  padding: 0;
}
/* line 32, ../../lib/sass/project/blocks/_block_products.sass */
.block.column__products .block__products .column.column--product .product__img {
  height: 500px;
  top: 0;
  left: 0;
}
/* line 36, ../../lib/sass/project/blocks/_block_products.sass */
.block.column__products .block__products .column.column--product .product__content {
  padding: 50px 40px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  overflow: hidden;
}
/* line 45, ../../lib/sass/project/blocks/_block_products.sass */
.block.column__products .block__products .column.column--product .product__content > div {
  box-sizing: border-box;
  height: 200px;
  background: rgba(0, 42, 56, 0.9);
  vertical-align: middle;
  color: white;
  padding: 40px 20px;
  display: table-cell;
}
/* line 55, ../../lib/sass/project/blocks/_block_products.sass */
.block.column__products .block__products .column.column--product .product__content > div h2, .block.column__products .block__products .column.column--product .product__content > div p, .block.column__products .block__products .column.column--product .product__content > div .icon:after {
  color: #fff;
}
/* line 57, ../../lib/sass/project/blocks/_block_products.sass */
.block.column__products .block__products .column.column--product .product__content > div p {
  font-size: 20px;
  margin: 0 0 15px;
  text-align: center;
  text-transform: capitalize;
}
/* line 62, ../../lib/sass/project/blocks/_block_products.sass */
.block.column__products .block__products .column.column--product a:hover .product__content {
  display: table;
}
@media(max-width: 1380px) {
  /* line 3, ../../lib/sass/project/blocks/_block_products.sass */
  .block.column__products {
    padding: 0;
    box-sizing: border-box;
  }
}
@media(max-width: 1180px) {
  /* line 73, ../../lib/sass/project/blocks/_block_products.sass */
  .block.column__products .block__products .column.column--product .product__content > div p {
    font-size: 18px;
  }
}
@media(max-width: 1080px) {
  /* line 76, ../../lib/sass/project/blocks/_block_products.sass */
  .block.column__products .btn.square {
    margin-bottom: -50px;
    width: 295px;
    min-height: 220px;
    padding-right: 10px;
    padding-bottom: 50px;
  }
  /* line 83, ../../lib/sass/project/blocks/_block_products.sass */
  .block.column__products .block__products .column {
    width: 50%;
  }
  /* line 86, ../../lib/sass/project/blocks/_block_products.sass */
  .block.column__products .block__products .column.column--product .product__img {
    height: 295px;
  }
  /* line 89, ../../lib/sass/project/blocks/_block_products.sass */
  .block.column__products .block__products .column.column--product a .product__content {
    display: table;
    padding: 40px;
  }
  /* line 92, ../../lib/sass/project/blocks/_block_products.sass */
  .block.column__products .block__products .column.column--product a .product__content > div {
    height: 160px;
    padding: 20px 20px;
  }
  /* line 95, ../../lib/sass/project/blocks/_block_products.sass */
  .block.column__products .block__products .column.column--product a .product__content p {
    font-size: 20px;
  }
}
@media(max-width: 600px) {
  /* line 99, ../../lib/sass/project/blocks/_block_products.sass */
  .block.column__products .block__products .column {
    width: 100%;
  }
  /* line 101, ../../lib/sass/project/blocks/_block_products.sass */
  .block.column__products .btn.square {
    display: block;
    max-width: 220px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}




.block--kioti-contacts #map{
    width: 100% !important
}

.block--kioti-contacts .filters{
    font-size: 15px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 10px;
    display: table;
    width: 100%;
}

.block--kioti-contacts .filters::after,.block--kioti-contacts .filters::before{
    content: '';
    display: table;
}

.block--kioti-contacts .filters .btn {
    display: inline-block;
    padding: 7px 15px;
    box-sizing: border-box;
}

.block--kioti-contacts .filters .column-right{
    font-size: 0;
}

.block--kioti-contacts .filters .column-right .form__dropdown {
    width: 183px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    margin-left: 10px;
    line-height: 30px;
}

.block--kioti-contacts .filters .btn i {
    margin-left: 5px;
    line-height: 15px;
}

.block--kioti-contacts .filters .btn--find-me {
    display:none;
    background: #e31d1a;
    cursor: pointer;
    font-size: 15px
}

.block--kioti-contacts .filters .btn--blue{
    background: #003846;
    font-size: 15px;
}

.block--kioti-contacts #map{
  height: 570px;
}

@media(max-width: 1366px){
  .block--kioti-contacts #map{
    height: 500px;
  }
}

.block--kioti-contacts{
  overflow: hidden;
}

.block--kioti-contacts .infobox {
    position: absolute;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    color: #003846;
}
 
.block--kioti-contacts .infobox .title {
    color: #e31d1a;
    font-size: 14px; 
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.block--kioti-contacts .infobox .subtitle {
    font-weight: bold;
    text-transform: uppercase;
}
.block--kioti-contacts .infobox .email:before{
  top: 2px;
}
.block--kioti-contacts .infobox .email {
    position: relative;
    padding-left: 15px;
}

.block--kioti-contacts .infobox {
    font-size: 12px; 
}

.block--kioti-contacts .infobox:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13.5px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 27px 17px 0 0;
    border-color: #ffffff transparent transparent transparent;
}

.block--kioti-contacts .infobox.--blue{
    text-align: center;
    background: #003846;
    font-size: 13px; 
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    padding: 10px;
}

.block--kioti-contacts .infobox.--blue:after{
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13.5px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 27px 17px 0 0;
    border-color: #003846 transparent transparent transparent;
}

.block--kioti-contacts .infobox .content > div > div {
    margin-bottom: 2px;
}

.block--kioti-contacts .infobox .content > div > div:last-child {
    margin-bottom: 0;
}

.block--kioti-contacts .infobox .close{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.block--kioti-contacts .infobox .close:after{
    font-family: 'FontAwesome',sans-serif;
    content: '\f00d';
    display: block;
    font-size: 12px; 
}

.block .block--white.block--kioti-contacts .form__dropdown select{
  z-index: 100;
}

.block .block--white.block--kioti-contacts .form__dropdown.js-disabled{
  background: #fff !important;
}

.block .block--white.block--kioti-contacts .form__dropdown .curr{
  height: 30px;
  overflow: hidden;
}

.block .block--white.block--kioti-contacts .form__dropdown.js-disabled .curr{
  background: #fff !important;
}

@media(max-width: 1200px){
  .block--kioti-contacts .filters{
    font-size: 0;
  }
  .block--kioti-contacts .filters .column-right>div,  .block--kioti-contacts .filters .column-right>div.form__dropdown{
    width: calc( 25% - 10px );
  }
  .block--kioti-contacts .filters .column-right{
    width: calc(100% - 133px);
    float: none;
    display: inline-block;
    vertical-align: top;
  } 
}

@media(max-width: 960px){
  .block--kioti-contacts .filters .column-right{
    width: 100%;
    margin-top: 10px;
  }
  .block--kioti-contacts #map{
    margin-top:0;
  }
  .block--kioti-contacts .filters .column-right>div:first-child{
    margin-left: 0
  }
  .block--kioti-contacts .filters .column-right>div{
    width: calc( 25% );
  }

}

@media(max-width: 840px){
  .block--kioti-contacts .filters .column-right>div{
    width: 25%;
  }
  .block--kioti-contacts .filters .column-right>div:first-child{
    margin-right: 70%;
    margin-bottom: 10px;
    width: 147px !important;
  } 
  .block--kioti-contacts .filters .column-right>div.form__dropdown.district{
    margin-left: 0;
  }
  .block--kioti-contacts .filters .column-right>div.form__dropdown{
    width: calc( 33.3% - 7px) 
  }
  .block--kioti-contacts #map{
    height: 400px;
  }
}

.block--kioti-contacts #container__map{
  position: relative;
}

.block--kioti-contacts #map__overlay {
  display: none  
}
@media(max-width: 670px){
  .block--kioti-contacts #map{
    display: block !important;
    height: 300px;
    z-index: 0
  }
  .block--kioti-contacts .infobox{
    display: none !important;
  }
  .block--kioti-contacts #map__overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    background: rgba(4,55,68,.9);
    height: 300px;
    display: table !important;

  }
  .block--kioti-contacts #map__overlay>div{
    position: relative;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
  } 
  .block--kioti-contacts #map__overlay:after{
    display: none
  }
}

@media(max-width: 580px){
  .block--kioti-contacts .filters .column-right>div.form__dropdown{
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .block--kioti-contacts .filters .column-right>div.form__dropdown.locality{
    margin-bottom: 0;
  }
}


header .header .menu-3 a{
	font-size: 14px;
}

header .header .menu-3 .submenu .grid-1-1 .column > .parent > a{
	font-size: 13px;
}