@charset "UTF-8";
/***
INFO FONT
200 - EXTRA LIGHT
300 - LIGHT
400 - REGULAR
600 - SEMI-BOLD
700 - BOLD
****/
/* For modern browsers */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
/* For IE 6/7 (trigger hasLayout) */

.clearfix {
    *zoom: 1;
}
.clear {
    clear: both;
}
html {
    font-size: 62.5%;
    min-height: 100%;
}
body {
    font-size: 13px;
    /* IE8- */

    font-size: 1.3rem;
    background-color: #fff;
    font-family: 'Work Sans', sans-serif;
    color: #000;
    box-sizing: border-box;
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0px;
    padding: 0px;
}
body.no-overflow {
	overflow:hidden;
}
::-moz-selection {
    background: #000;
    color: #fff;
}
::selection {
    background: #000;
    color: #fff;
}
a {
    text-decoration: none;
    color: #000;
    outline: none;
}
a:link {} a:visited {} a:hover {} a,
a:focus,
:focus {} img {
    vertical-align: middle;
}
/*Remove the gap between images and the bottom of their containers: h5bp.com/i/440 */

h1 {
    font-size: 1.8em
}
h2 {
    font-size: 1.6em
}
h3 {
    font-size: 1.4em
}
h4 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 5px;
}
h1,
h2,
h3 {
    margin: 1em 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Work Sans', sans-serif;
    font-weight: normal;
    color: #000;
    margin: 0;
    padding: 0;
}
abbr,
acronym {
    border-bottom: 1px dotted #000;
    cursor: help;
}
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}
blockquote,
ul,
ol,
dl {} ol,
ul,
dl {} ol li {
    list-style: decimal inside;
}
ul li {
    list-style: disc inside;
}
dl dd {
    margin-left: 1em;
}
th,
td {
    border: 0;
    padding: .5em;
}
th {
    font-weight: bold;
    text-align: center;
}
caption {
    margin-bottom: .5em;
    text-align: center;
}
p,
fieldset,
table {
    margin-bottom: 1em;
}
textarea {
    resize: vertical;
}
/** INICIO CLASSES GERAIS **/
/* Allow only vertical resizing of textareas.*/

hr {
    height: 1px;
    margin: 20px 0;
    padding: 0;
    color: #F00;
    background-color: #e8e8e8;
    border: 0;
    clear: both;
}
.floatLeft {
    float: left
}
.floatRight {
    float: right
}
.alignLeft {
    text-align: left;
}
.alignRight {
    text-align: right;
}
.posBottom {
    position: absolute;
    bottom: 0;
}
.posRight {
    position: absolute;
    right: 0;
}
.underline {
    text-decoration: underline;
}
img.autoscale {
    max-width: 100%;
    max-height: 100%;
}
.wrapper1240 {
    max-width: 1240px;
    width: calc(100% - 30px);
    margin: 0 15px;
    height: 100%;
}
.hide-picture,
.hide-content {
    display: none;
}
div.logoTopo {
    transition: all 0.2s ease-out;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2000;
}
div.logoTopo a {
    width: 125px;
    height: 85px;
    display: block;
    transition: all 0.25s ease-in-out 0s;
}
.main {
    height: 100%;
}
.btnBox {
    display: inline-block;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 5px 0 10px 0;
    background-color: transparent;
    margin: 5px 10px;
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
    -webkit-transform: skew(-25deg, 0);
    overflow: hidden;
    transition: all 0.25s ease-in-out 0s;
    box-sizing: border-box;
}
.btnBox .btnEstilo {
    position: relative;
    background-color: transparent;
    border: 0px;
    width: 100%;
    min-width: 135px;
    display: -webkit-inline-flex;
    display: inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
    font-size: 14px;
    height: 34px;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 14px;
    flex: none;
    font-weight: 700;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    -ms-flex-align: center;
    align-items: center;
    -ms-transform: skew(25deg);
    transform: skew(25deg);
    -webkit-transform: skew(25deg, 0);
    transition: all 0.25s ease-in-out 0s;
    cursor: pointer;
    left: 0;
    text-align: center;
}
.btnBox input.btnEstilo{
    display: inline-block;

}
/***COR BRANCA***/

.btnBox.branco {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
}
.btnBox.branco .btnEstilo {
    color: #193b68;
}
/***COR BRANCA COM BORDER***/

.btnBox.brancoBorder,
.btnBox.azul:hover {
    border: 1px solid #00447C;
    background-color: #FFFFFF;
}
.btnBox.brancoBorder .btnEstilo,
.btnBox.azul:hover .btnEstilo {
    color: #193b68;
}
/***COR AZUL***/

.btnBox.azul,
.btnBox.branco:hover,
.btnBox.brancoBorder:hover {
    border: 1px solid #00447C;
    background-color: #00447C;
}
.btnBox.azul .btnEstilo,
.btnBox.branco:hover .btnEstilo,
.btnBox.brancoBorder:hover .btnEstilo {
    color: #FFFFFF;
}
.btn-back {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.btnVoltar {
    display: inline-block;
    border: 1px solid #92adc2;
    text-transform: uppercase;
    color: #00457c;
    font-size: 14px;
    padding: 9px 16px 9px 36px;
    background: transparent url(../imgs/arrow-left01.png) no-repeat 15px center;
    box-sizing: border-box;
    height: 36px;
    transition: all 0.25s ease-in-out 0s;
}
.btnVoltar:hover {
    background-position: 11px center;
    border: 1px solid #003969;
    color: #003969;
}
.btnAnular {
    display: inline-block;
    border: 1px solid #000000;
    text-transform: uppercase;
    color: #000000;
    font-size: 14px;
    padding: 9px 16px 9px 36px;
    background: transparent url(../imgs/anular.png) no-repeat 15px center;
    box-sizing: border-box;
    height: 36px;
    transition: all 0.25s ease-in-out 0s;
}
.btnAnular:hover {
    background-position: 19px center;
    border: 1px solid red;
}
/** INICIO SELECTBOX**/

.selectBoxContainer {
    display: inline-block;
    width: 100%;
    height: 32px;
    text-align: left;
    margin-bottom: 10px;
    position: relative;
}
.selectBoxContainer .select2-selection--single {
    background-color: #003969;
    border: 1px solid #FFFFFF;
    border-radius: 0px;
    font-size: 13px;
    color: #FFFFFF;
    height: 32px;
    text-transform: uppercase;
    outline: none;
    transition: all 0.25s ease 0s;
}
.selectBoxContainer.selectBoxEstilo2 .select2-selection--single {
    background-color: transparent;
    border: 1px solid #000000;
    color: #000000;
    text-transform: none;
}
.selectBoxContainer.selectBoxEstilo3 .select2-selection--single {
    background-color: transparent;
    border: 1px solid #000000;
    color: #000000;
    font-size: 14px;
}
.selectBoxContainer .select2-container--default .select2-selection--single .select2-selection__rendered {
    box-sizing: border-box;
    height: 32px;
    padding: 2px 35px 2px 15px;
    color: #FFFFFF;
}
.selectBoxContainer.selectBoxEstilo2 .select2-container--default .select2-selection--single .select2-selection__rendered,
.selectBoxContainer.selectBoxEstilo3 .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000;
}
.selectBoxContainer .select2-container--open .select2-selection--single {
    outline: none;
}
.selectBoxContainer .select2-selection__rendered {
    color: #FFFFFF;
}
.selectBoxContainer .select2 .select2-selection__arrow {
    background: rgba(0, 0, 0, 0) url("../imgs/arrow-selectbox.png") no-repeat scroll center center;
    height: 30px;
    width: 35px;
    transition: transform 0.25s ease 0s;
}
.selectBoxContainer.selectBoxEstilo2 .select2 .select2-selection__arrow,
.selectBoxContainer.selectBoxEstilo3 .select2 .select2-selection__arrow {
    background-image: url("../imgs/arrow-selectbox2.png");
}
.selectBoxContainer .select2.select2-container--open .select2-selection__arrow {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.selectBoxContainer .select2 .select2-selection__arrow b {
    display: none;
}
.select2-results .select2-results__option {
    display: block;
    float: left;
    width: 100%;
    font-size: 13px;
    color: #FFFFFF;
    margin: 0px;
    padding: 5px 15px;
    box-sizing: border-box;
    background-color: #003969;
    text-transform: uppercase;
}
.selectBoxEstilo2 .select2-results .select2-results__option {
    background-color: #FFFFFF;
    color: #000000;
    text-transform: none;
}
.selectBoxEstilo3 .select2-results .select2-results__option {
    background-color: #FFFFFF;
    color: #000000;
    font-size: 14px;
}
.select2-container--default.select2-container--open {
    z-index: 2000;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[aria-selected="true"]:hover,
.select2-container--default .selectBoxEstilo2 .select2-results__option[aria-selected="true"]:hover,
.select2-container--default .selectBoxEstilo3 .select2-results__option[aria-selected="true"]:hover {
    background-color: #034B86;
    color: #FFFFFF;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #FFFFFF;
    color: #003969;
}
.select2-container--default .selectBoxEstilo2 .select2-results__option[aria-selected="true"],
.select2-container--default .selectBoxEstilo3 .select2-results__option[aria-selected="true"] {
    background-color: #003969;
    color: #FFFFFF;
}
.select2-container--default .select2-dropdown {
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-top: 0px;
    border-radius: 0;
}
.select2-container--default .select2-dropdown.selectBoxEstilo2,
.select2-container--default .select2-dropdown.selectBoxEstilo3 {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
/** FIM SELECTBOX**/
/** INICIO INPUTS GERAIS**/

#content .form .field input[type="text"],
.form .field input[type="text"],
.form .field .estiloInputText {
    font-size: 15px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    color: #00457c;
    border-radius: 0px;
    width: 100%;
    height: 45px;
    padding: 8px 15px;
    box-sizing: border-box;
    border: 1px solid #92adc2;
}
#content .form .field input[type="text"]::-webkit-input-placeholder,
.form .field input[type="text"]::-webkit-input-placeholder,
.form .field .estiloInputText::-webkit-input-placeholder {
    color: #92adc2;
}
#content .form .field input[type="text"]::-moz-placeholder,
.form .field input[type="text"]::-moz-placeholder,
.form .field .estiloInputText::-moz-placeholder {
    color: #92adc2;
}
#content .form .field input[type="text"]:-ms-input-placeholder,
.form .field input[type="text"]:-ms-input-placeholder,
.form .field .estiloInputText:-ms-input-placeholder {
    color: #92adc2;
}
#content .form .field input[type="text"]::placeholder,
.form .field input[type="text"]::placeholder,
.form .field .estiloInputText::placeholder {
    color: #92adc2;
}
.form .field .estiloTextArea {
    font-size: 15px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    color: #00457c;
    border-radius: 0px;
    width: 100%;
    height: 117px;
    padding: 8px 15px;
    box-sizing: border-box;
    border: 1px solid #92adc2;
    resize: none;
}
#content .form .block-row,
.form .block-row {
    display: block;
    float: left;
    width: 100%;
}
#content .form .field,
.form .field {
    margin-bottom: 22px;
    width: 100%;
}
#content .form .field .perc-100,
.form .field .perc-100 {
    width: 100%;
}
.form .field-legenda {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 7px;
}
.form .btnInputWhite {
    display: inline-block;
    border: 0px;
    background: transparent url(../imgs/btn-lermais-white.svg) no-repeat left top / contain;
    width: 160px;
    text-align: center;
    padding: 10px 20px;
    height: 38px;
    font-weight: 700;
    font-size: 13px;
    box-sizing: border-box;
    text-transform: uppercase;
    color: #193b68;
    transition: all 0.25s ease-in-out 0s;
    cursor: pointer;
    margin-bottom: 22px;
}
.form .btnInputWhite:hover {
    color: #FFFFFF;
    background-image: url(../imgs/btn-lermais-blue.svg);
}
/** FIM INPUTS GERAIS**/
/** INICIO PAGINACAO**/

.navbar {
    display: block;
    float: left;
    width: 100%;
    height: auto;
}
.navbar > ul {
    display: block;
    float: right;
}
.navbar > ul > li {
    display: block;
    float: left;
}
.navbar > ul > li > a,
.navbar > ul > li.setas > a {
    color: #003969;
    background-color: #FFFFFF;
    border: 1px solid #003969;
    transition: all 0.25s ease-in-out 0s;
}
.navbar > ul > li.active > span {
    background-color: #003969;
    border: 1px solid #003969;
    color: #FFFFFF !important;
}
.navbar > ul > li > a:hover,
.navbar > ul > li.setas > a:hover {
    background-color: #034B86;
    border: 1px solid #034B86;
}
/** FIM PAGINACAO**/
/** INICIO ERROS **/

.erroContainer {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.erroContainer span {
    display: block;
    float: left;
    width: 100%;
    color: #000000;
}
.erroContainer span:first-of-type {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
}
.erroContainer.erroTopoForm {
    display: inline-block;
    float: none;
    border-bottom: 1px solid #00447C;
    padding: 20px 0;
    border-top: 1px solid #00447C;
    background-color: #F7F7F7;
}
/** FIM ERROS **/
/** INICIO ICONS LOJA **/

.iconLoja {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.iconTelf {
    background: transparent url(../imgs/iconLoja-Telefone.svg) no-repeat left 0;
}
.iconMorada {
    background: transparent url(../imgs/iconLoja-Localizacao.svg) no-repeat left 0;
}
.iconFax {
    background: transparent url(../imgs/iconLoja-Fax.svg) no-repeat left 0;
}
.iconEmail {
    background: transparent url(../imgs/iconLoja-Email.svg) no-repeat left 0;
}
.iconGPS {
    background: transparent url(../imgs/iconLoja-GPS.svg) no-repeat left 0;
}
.iconReferencias {
    background: transparent url(../imgs/iconLoja-Referencias.svg) no-repeat left 0;
}
.iconHorario {
    background: transparent url(../imgs/iconLoja-Horario.svg) no-repeat left 0;
}
/** FIM ICONS LOJA **/
/** FIM CLASSES GERAIS **/
/** INICIO MENU PRINCIPAL **/

.menuPrincipalContainer {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 999;
    height: 79px;
    width: 100%;
    background-color: #003969;
    box-sizing: border-box;
    transition: all 0.5s ease-in-out;
    padding: 19px 0;
    z-index: 1500;
}
.menuPrincipalContainer.active {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, .3);
    height: 100%;
    padding-bottom: 20%;
    box-sizing: content-box;
}
.menuPrincipalContainer .boxContainer {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transition: padding 0.25s ease-in-out 0s;
}
.menuPrincipalContainer.active .boxContainer {
    overflow-y: auto;
}
.menuPrincipalContainer .iconsPrincipais {
    display: block;
    float: left;
    width: 100%;
    height: 36px;
    position: relative;
}
.menuPrincipalContainer.active .iconsPrincipais {
    height: auto;
}
.iconsPrincipais nav {
    display: block;
    float: left;
    text-align: center;
}
.iconsPrincipais #navMenu {
    display: -ms-flexbox;
    display: flex;
    float: right;
    margin-right: 18px;
}
.iconsPrincipais #navAreaPesq {
    position: absolute;
    right: 53px;
}
.iconsPrincipais #navAreaPesq a {
    margin-right: 18px;
}
.iconsPrincipais #navIcons {
    opacity: 0;
    visibility: hidden;
    margin-top: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-sizing: border-box;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.iconsPrincipais #navIcons .navIconBox {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-bottom: 1px solid #1A4D78;
    padding: 27px 0;
}
.menuPrincipalContainer.active .iconsPrincipais #navIcons {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.iconsPrincipais .menuIcon {
    display: inline-block;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 400;
    padding: 50px 0 0px;
    box-sizing: border-box;
    text-align: center;
    max-width: 75px;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: center 5px;
    background-color: transparent;
    transition: all 0.25s ease-in-out 0s;
}
.iconsPrincipais .menuIcon2 {
    display: inline-block;
    width: 35px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    transition: all 0.25s ease-in-out 0s;
}
.iconsPrincipais .menuIcon.abriMenu {
    padding: 0px;
    width: 35px;
    height: 36px;
    font-size: 0px;
    background-position: center center;
    background-image: url("../imgs/btn-menu-mobile.png");
}
.iconsPrincipais .menuIcon.fecharMenu {
    padding: 0px;
    width: 35px;
    height: 36px;
    font-size: 0px;
    background-position: center center;
    background-image: url("../imgs/btn-close-mobile.png");
}
.iconsPrincipais .areaResIcon {
    background-image: url("../imgs/icon-menu-user.png");
}
.iconsPrincipais .areaResIcon:hover,
.iconsPrincipais .areaResIcon.active {
    background-image: url("../imgs/icon-menu-user-on.png");
}
.iconsPrincipais .pesIcon {
    background-image: url("../imgs/icon-menu-pesquisa.png");
}
.iconsPrincipais .pesIcon:hover,
.iconsPrincipais .pesIcon.active {
    background-image: url("../imgs/icon-menu-pesquisa-on.png");
}
.iconsPrincipais .contactosIcon {
    background-image: url("../imgs/icon-menu-nosligamos.png");
}
.iconsPrincipais .contactosIcon:hover,
.iconsPrincipais .contactosIcon.active {
    background-image: url("../imgs/icon-menu-nosligamos-on.png");
}
.iconsPrincipais .servicoIcon {
    background-image: url("../imgs/icon-menu-servicomovel.png");
}
.iconsPrincipais .servicoIcon:hover,
.iconsPrincipais .servicoIcon.active {
    background-image: url("../imgs/icon-menu-servicomovel-on.png");
}
.iconsPrincipais .marcacaoIcon {
    background-image: url("../imgs/icon-menu-marcacaoonline.png");
}
.iconsPrincipais .marcacaoIcon:hover,
.iconsPrincipais .marcacaoIcon.active {
    background-image: url("../imgs/icon-menu-marcacaoonline-on.png");
}
.iconsPrincipais .localizacaoIcon {
    background-image: url("../imgs/icon-menu-ondeestamos.png");
}
.iconsPrincipais .localizacaoIcon:hover,
.iconsPrincipais .localizacaoIcon.active {
    background-image: url("../imgs/icon-menu-ondeestamos-on.png");
}
.menuPrincipalContainer .menuPrincipal {
    display: block;
    float: left;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    transition: opacity 0.25s ease-in-out 0s;
    overflow: hidden;
    margin-top: 58px;
}
.menuPrincipalContainer.active .menuPrincipal {
    visibility: visible;
    opacity: 1;
    overflow: visible;
}
.menuPrincipalContainer .menuPrincipal nav {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}
.menuPrincipalContainer .menuPrincipal > nav {
    margin-bottom: 69px;
}
.menuPrincipalContainer .menuPrincipal > nav.opcaoUnica {
    margin-bottom: 0px;
}
.menuPrincipalContainer .menuPrincipal > nav.opcoes a {
    display: table;
    margin: 0 auto 10px;
    font-size: 16px;
    color: #FFFFFF;
    border-bottom: 1px solid transparent;
    transition: all 0.25s ease-in-out 0s;
}
.menuPrincipalContainer .menuPrincipal nav a {
    margin-bottom: 10px;
}
.menuPrincipalContainer .menuPrincipal nav a.opcao {
    text-transform: uppercase;
    font-weight: 700;
}
.menuPrincipalContainer .menuPrincipal nav.opcoes a:hover,
.menuPrincipalContainer .menuPrincipal nav.opcoes a.active {
    border-bottom: 1px solid #FFFFFF;
}
.menuPrincipalContainer .menuPrincipal nav.subOpcoes a:last-of-type {
    margin-bottom: 0px;
}
.menuPrincipalContainer .menuPrincipal .contacto {
    display: block;
    float: left;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 45px;
}
.menuPrincipalContainer .menuPrincipal nav.redesSociaisMenu {
    display: -ms-flexbox;
    display: flex;
    float: left;
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}
.menuPrincipalContainer .menuPrincipal nav.redesSociaisMenu > a {
    display: inline-block;
    margin: 0 5px;
}
.menuPrincipalContainer .menuPrincipal nav.redesSociaisMenu a img {
    display: block;
    transition: all 0.25s ease-in-out 0s;
    opacity: 1;
}
.menuPrincipalContainer .menuPrincipal nav.redesSociaisMenu a:hover img {
    opacity: 0.5;
}
/** FIM MENU PRINCIPAL **/
/** INICIO MENU OCULTO **/

.menuOculto {
    display: block;
    float: left;
    width: 100%;
    height: 0px;
    background-color: #034B86;
    box-sizing: border-box;
    padding: 0 15px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.25s ease-in-out 0s;
}
.menuOculto.active {
    height: auto;
    visibility: visible;
    opacity: 1;
}
.menuOculto .fecharMenuOculto {
    display: block;
    float: left;
    background: transparent url("../imgs/arrow-up.png") no-repeat center center;
    width: 100%;
    height: 34px;
    transition: all 0.25s ease-in-out 0s;
}
.menuOculto .fecharMenuOculto:hover {
    background-position: center 10px;
}
.menuOculto .intro {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}
.menuOculto .intro .titulo {
    display: block;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 15px 0 26px;
}
.menuOculto .intro .imgContainer {
    display: block;
    float: left;
    width: 100%;
    overflow: hidden;
}
.menuOculto .intro .imgContainer.circulo img {
    border-radius: 55px;
}
.menuOculto .intro .imgContainer .nomeLoja {
    display: none;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
}
.menuOculto .intro .descricao {
    display: block;
    float: left;
    width: 100%;
    color: #FFFFFF;
    margin: 10px 0 35px;
}
.menuOculto .intro .descricao .sucesso {
    display: block;
    float: left;
    text-transform: uppercase;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
/** INICIO CONTEUDO MENU MARCACAO **/

.selectBoxDiv.oculto{
	display:none;
}
#formPesqLoja .btnBox.azul{
	margin-top: -6px;
}
#formPesqLoja.oculto{
	display:none;
}
#formPesqLoja{
	font-size: 0px;
	display: inline-block;
	width: calc(50% - 16px);
	margin: 0 16px 0 0;
	height: auto;
}
#formPesqLoja input[type="text"]{
	font-size: 15px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    color: #000;
    border-radius: 0px;
    width: 100%;
    height: 33px;
    padding: 8px 15px;
    box-sizing: border-box;
    border: 1px solid #000;
}
.menuOculto .selectBoxContainer {
    margin-bottom: 23px;
}
.menuOculto .selectBoxContainer .select2-selection--single {
    background-color: #034B86;
}
.menuOculto .form {
    text-align: center;
}
.menuOculto .form .field {
    width: 100%;
    margin-bottom: 9px;
}
.menuOculto .form .field .estiloInputText {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    background-color: #034B86;
}
.menuOculto .form .field .estiloInputText::-webkit-input-placeholder {
    color: #FFFFFF;
}
.menuOculto .form .field .estiloInputText:-moz-placeholder {
    color: #FFFFFF;
}
.menuOculto .form .field .estiloInputText::-moz-placeholder {
    color: #FFFFFF;
}
.menuOculto .form .field .estiloInputText:-ms-input-placeholder {
    color: #FFFFFF;
}
.menuOculto .linkContainer {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0 0;
}
.menuOculto .linkContainer .linkForm {
    display: inline-block;
    font-size: 13px;
    color: #FFFFFF;
    text-decoration: underline;
}
.menuOculto .linkContainer .linkForm:hover {
    text-decoration: none;
}
.menuOculto .btnBox {
    width: 140px;
    margin-top: 20px;
}
.menuOculto .btnBox .btnEstilo {
    min-width: 0px;
    font-size: 13px;
}
.menuOculto .btnBox.branco:hover {
    border: 1px solid #FFFFFF;
    background-color: #00447C;
}
/** FIM CONTEUDO MENU MARCACAO **/
/** INICIO CONTEUDO MENU AREA RESERVADA **/

.menuOculto .conteudo {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    margin-top: 26px;
}
.menuOculto .conteudo .bemVindo {
    display: block;
    float: left;
    font-size: 13px;
    width: 100%;
    margin: 0 0 5px;
    font-weight: 300;
}
.menuOculto .conteudo .username {
    display: block;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 14px;
}
.menuOculto .conteudo .linksContainer {
    display: block;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.menuOculto .conteudo .linksContainer li {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.menuOculto .conteudo .linksContainer li a {
    display: inline-block;
    font-size: 12px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 300;
    border-bottom: 1px solid #FFFFFF;
    transition: all 0.25s ease-in-out 0s;
}
.menuOculto .conteudo .linksContainer li a:hover {
    border-bottom: 1px solid transparent;
}
.menuOculto .conteudo .itensCarrinho {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    margin: 47px 0;
}
.menuOculto .conteudo .itensCarrinho a {
    display: inline-block;
    text-decoration: none;
    background: transparent url(../imgs/icon-carrinho.svg) no-repeat left center;
    min-height: 20px;
    color: #FFFFFF;
    padding: 2px 0 0 30px;
    transition: all 0.25s ease-in-out 0s;
}
.menuOculto .conteudo .itensCarrinho a:hover {
    background-position: 3px center;
}
.menuOculto .conteudo .itensCarrinho span {
    display: block;
    float: left;
    font-size: 12px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 300;
    height: 100%;
    border-bottom: 1px solid transparent;
    transition: all 0.25s ease-in-out 0s;
}
.menuOculto .conteudo .itensCarrinho span.separador {
    margin: 0 5px;
}
.menuOculto .conteudo .itensCarrinho span:last-of-type {
    font-weight: 600;
}
.menuOculto .conteudo .itensCarrinho a:hover span {
    border-bottom: 1px solid #FFFFFF;
}
.menuOculto .conteudo .itensCarrinho a:hover span.separador {
    border-bottom: 1px solid transparent;
}
.menuOculto .conteudo nav.opcoesReservadas {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}
.menuOculto .conteudo nav.opcoesReservadas a {
    display: table;
    margin: 0 auto 25px;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    border-bottom: 1px solid transparent;
    transition: all 0.25s ease-in-out 0s;
}
.menuOculto .conteudo nav.opcoesReservadas a:hover,
.menuOculto .conteudo nav.opcoesReservadas a.active {
    border-bottom: 1px solid #FFFFFF;
}
.menuOculto .erroContainer span {
    color: #FFFFFF;
}
/** FIM CONTEUDO MENU AREA RESERVADA **/
/** FIM MENU OCULTO **/
/** INICIO BULLETS SWIPER **/

.swiper-pagination-bullet {
    display: inline-block;
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    opacity: 1;
    transition: all 0.25s ease-in-out 0s;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: transparent;
}
/** FIM BULLEST SWIPER **/
/** FIM CLASSES GERAIS **/
/***** img amb home *****/

.imgAmbHome {
    display: block;
    width: 100%;
    height: 100vh;
    background-color: #999999;
    position: relative;
}
.imgAmbHome #swiperImgAmbHome {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
}
.imgAmbHome img {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.imgAmbHome .maskImgAmb {
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
}
.imgAmbHome .video {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.imgAmbHome .shadowVideo {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 20;
}
.imgAmbHome .youtubeIframe {
    display: block;
    float: left;
    position: relative;
    width: 315%;
    left: -110%;
    height: 100%;
    margin-top: 40px;
}
.imgAmbHome .swiper-slide {
    position: relative;
}
.imgAmbHome .swiper-slide > * {
    z-index: 1;
}
.imgAmbHome .swiper-slide > picture {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.imgAmbHome .txtImgAmb {
    display: block;
    position: absolute;
    bottom: 100px;
    left: calc(50% - 150px);
    z-index: 10;
    text-align: center;
    width: 300px;
}
.imgAmbHome .txtImgAmb span.titulo {
    display: block;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 35px;
    line-height: 100%;
    margin: 0 0 10px 0;
}
.imgAmbHome .txtImgAmb span.subtitulo {
    display: block;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 20px;
    line-height: 100%;
    margin: 0 0 10px 0;
}
#swiperPagImgAmbHome {
    display: block;
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    height: 13px;
}
/***** procurar loja home *****/

.divimgProcurarLoja {
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    padding: 50px 0;
}
.divContentProcurarLoja {
    width: 100%;
    margin: 0;
    text-align: center;
}
.divContentProcurarLoja h2 {
    display: block;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 800;
    color: #00457c;
    margin: 0 0 40px 0;
}
.divContentProcurarLoja h2 span {
    font-weight: 200;
}
.geralProcurar{
	padding-top:30px;
}
.geralProcurar.oculto{
	display:none;
}
.divGeralInputsProcurarLoja {
    font-size: 0;
    margin: 0 0 0 0px;
}
.divInputsProcurarLoja {
    display: inline-block;
    margin: 0 10px 10px 10px;
}
.divInputsProcurarLoja span {
    display: block;
    font-size: 14px;
    color: #00457c;
    margin: 0 0 10px 0;
}
.divInputsProcurarLoja .selectBoxContainer {
    min-width: calc(220px - 16px);
}
h5.resultadoProcurarLoja {
    margin: 35px 0 0 0;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.resultadoLocalidadeProcurarLoja {
    margin: 0px 0 25px 0;
    font-size: 14px;
    text-transform: uppercase;
}
.moradaProcurarLoja {
    margin: 0px auto 30px;
    font-size: 14px;
    max-width: 510px;
}
.moradaProcurarLoja .infoContainer {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.moradaProcurarLoja .infoContainer .moradaContainer {
    display: inline-block;
    width: auto;
    vertical-align: top;
}
.moradaProcurarLoja .infoContainer .moradaContainer .morada,
.moradaProcurarLoja .infoContainer .moradaContainer .codPostal {
    display: block;
}
.moradaProcurarLoja .infoContainer .contacto {
    display: inline-block;
}
.linkVerMapa {
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: underline;
    background: url(../imgs/icon-vermapa.svg) no-repeat 3px top;
    height: 17px;
    display: inline-block;
    padding: 2px 0 0 26px;
    margin: 0 0 35px 0;
}
/***** reparação vidros *****/

.divReparacaoVidrosHome {
    display: block;
    width: 100%;
    padding: 120px 0;
    text-align: center;
}
.divReparacaoVidrosHome h2 {
    display: block;
    text-transform: uppercase;
    font-weight: 200;
    color: #13477b;
    font-size: 35px;
    margin: 0 0 10px 0;
    line-height: 100%;
}
.divReparacaoVidrosHome h2 strong {
    font-weight: 800;
    display: block;
}
.textContentReparacaoVidrosHome {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    max-width: 730px;
}
.divImgCarroHotSpot {
    display: block;
    position: relative;
    margin: 40px auto 0 auto;
    width: 100%;
    max-width: 891px;
}
.divImgCarroHotSpot .hotspotBox {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}
.divImgCarroHotSpot .hotspotBox a.hotspot {
    display: block;
    float: left;
    width: 29px;
    height: 29px;
    background: transparent url("../imgs/hotspot.png") no-repeat center center / cover;
    transition: all 0.25s ease-in-out 0s;
    position: absolute;
}
.divImgCarroHotSpot .hotspotBox a#hotspot1 {
    left: 18%;
    top: 5%;
}
.divImgCarroHotSpot .hotspotBox a#hotspot2 {
    left: 28%;
    top: 15%;
}
.divImgCarroHotSpot .hotspotBox a#hotspot3 {
    left: 60%;
    top: 10%;
}
.divImgCarroHotSpot .hotspotBox a.active {
    background-image: url("../imgs/hotspot-active.png");
}
.divImgCarroHotSpot .hotspotBox .formVidrosContainer {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 115px;
    z-index: 10;
    transition: all 0.25s ease-in-out 0s;
    width: 100%;
}
.divImgCarroHotSpot .hotspotBox .formVidrosContainer.active {
    opacity: 1;
    visibility: visible;
}
.divImgCarroHotSpot .hotspotBox .formVidrosContainer .formVidrosBox {
    display: inline-block;
    margin: 0 auto;
    max-width: 249px;
    width: 100%;
    background-color: #FFFFFF;
    box-sizing: border-box;
    padding: 42px 29px;
    box-shadow: 0px 3px 15px 5px rgba(217, 217, 217, 1);
}
.divImgCarroHotSpot .hotspotBox .formVidrosBox .titulo {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #13477b;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}
.divImgCarroHotSpot .hotspotBox .formVidrosBox .descricao {
    display: block;
    float: left;
    width: 100%;
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
}
.divImgCarroHotSpot .hotspotBox .formVidrosBox .form .btnBox {
    width: calc(100% - 20px);
}
.divImgCarroHotSpot .hotspotBox .formVidrosBox .form .btnBox .btnEstilo {
    font-size: 12px;
    height: 40px;
}
.divImgCarroHotSpot .hotspotBox .formVidrosContainer .field {
    margin-bottom: 10px;
}
.divImgCarroHotSpot img {
    width: 100%;
    max-width: 891px;
}
.hotspotBox .erroContainer {
    margin: 20px 0 0 0;
}
.hotspotBox .descricao .sucesso {
    display: block;
    float: left;
    text-transform: uppercase;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
/***** garantia home *****/

.divimgGarantiaHome {
    display: block;
    width: 100%;
    height: 100vh;
    background: #999;
    position: relative;
}
.imgGarantiaHome {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: transparent no-repeat center center fixed;
    background-size: cover;
}
.divContentGarantiaHome {
    width: 100%;
    max-width: 290px;
    margin: 0 0 0 0%;
    text-align: center;
    height: 450px;
    position: absolute;
    top: calc(50% - 225px);
    left: calc(50% - 145px);
}
.divContentGarantiaHome h2 {
    display: block;
    text-transform: uppercase;
    font-size: 35px;
    color: #ffffff;
    margin: 0 0 40px 0;
    font-weight: 100;
}
.divContentGarantiaHome h2 b {
    font-weight: 800;
}
.divContentGarantiaHome h3 {
    display: block;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 200;
    color: #fff;
    margin: 0 0 40px 0;
}
.textContentGarantiaHome {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 40px 0;
}
/***** seguradoras fornecedores *****/

.divSeguradorasFornecedoresHome {
    display: block;
    width: 100%;
    padding: 120px 0;
}
.blocosSeguradorasFornecedores {
    display: block;
    text-align: center;
}
.marginBlocoParceiro {
    padding: 0 0 80px 0;
}
.blocosSeguradorasFornecedores h2 {
    display: block;
    text-transform: uppercase;
    font-weight: 800;
    color: #13477b;
    font-size: 29px;
    margin: 0 0 10px 0;
}
.textSeguradorasFornecedores {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
ul.listSeguradorasFornecedores {
    margin: 0;
    padding: 0;
    display: table;
    table-layout: auto;
    width: 100%;
}
ul.listSeguradorasFornecedores li {
    margin: 0;
    padding: 0 10px;
    list-style: none;
    display: table-cell;
}
ul.listSeguradorasFornecedores li img {
    width: 100%;
    max-width: 100px;
}
.blocosSeguradorasFornecedores .btnBox {
    margin-top: 20px;
}
/** INICIO PAGINA SEGURADORAS E FORNECEDORES **/

.detalhes_parceiros .descricao {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 70px;
}
.detalhes_parceiros .parceiros {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px;
    width: 100%;
    margin: 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.detalhes_parceiros .parceiros li {
    display: block;
    float: left;
    margin: 0 10% 60px 0;
    border: 1px solid #efefef;
    width: 45%;
    padding: 20px;
    height: 140px;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-sizing: border-box;
}
.detalhes_parceiros .parceiros li:nth-child(2n) {
    margin: 0 0 60px 0;
}
.detalhes_parceiros .parceiros li img {
    max-width: calc(100% - 40px);
    max-height: calc(100% - 40px);
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}
/** FIM PAGINA SEGURADORAS E FORNECEDORES **/

.googleMapContainer {
    height: 500px;
    width: 100%;
}
.googleMapContainer .coordenadasMapa {
    display: none;
}
/***** footer *****/

footer {
    background: #00457c url(../imgs/bg-footer.png) repeat-y left top;
    text-align: center;
    padding: 65px 0;
}
.logoAutoGlass {
    display: inline-block;
    margin: 0 0 60px 0;
}
.logoAutoGlass a {
    display: block;
    background: url(../imgs/logo-autoglass.png) no-repeat 0 0;
    background-size: cover;
    width: 152px;
    height: 78px;
    font-size: 0;
    transition: all 0.25s ease-in-out 0s;
    opacity: 1;
}
.logoAutoGlass a:hover {
    opacity: 0.5;
}
.menuFooter {
    font-size: 0;
    display: none;
}
.menuFooter ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.menuFooter ul li {
    margin: 0;
    padding: 12px 12px 0 12px;
    list-style: none;
    display: inline-block;
}
.menuFooter ul li a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    border-bottom: 1px solid transparent;
    transition: all 0.25s ease-in-out 0s;
}
.menuFooter ul li a:hover,
.menuFooter ul li a.active {
    border-bottom: 1px solid #FFFFFF;
}
.menuFooter ul li:first-child a {
    text-transform: uppercase;
    font-weight: 500;
}
.buttonsServicosFooter {
    font-size: 0;
    max-width: 520px;
    margin: 50px auto 0 auto;
}
.buttonsServicosFooter ul {
    margin: 0;
    padding: 0;
}
.buttonsServicosFooter ul li {
    margin: 0 0 10px 0;
    padding: 0px 0;
    list-style: none;
    display: block;
    background: url(../imgs/bg-button-servicos-footer.png);
    height: 88px;
}
.buttonsServicosFooter ul li a {
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px 55px 20px 131px;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    transition: all 0.25s ease-in-out 0s;
}
.buttonsServicosFooter ul li a.ligamos {
    background: transparent url(../imgs/icon-telefone.svg) no-repeat 23% center;
}
.buttonsServicosFooter ul li a.servicoMovel {
    background: transparent url(../imgs/icon-servicoMovel.svg) no-repeat 23% center;
}
.buttonsServicosFooter ul li a.marcacaoOnline {
    background: transparent url(../imgs/icon-marcacaoOnline.svg) no-repeat 23% center;
}
.buttonsServicosFooter ul li a.ondeEstamos {
    background: transparent url(../imgs/icon-ondeEstamos.svg) no-repeat 23% center;
}
.buttonsServicosFooter ul li a:hover {
    opacity: 0.7;
    background-position-y: 30%;
}
.divGeralContactos {
    display: block;
    border-bottom: 1px solid #1a5484;
    border-top: 1px solid #1a5484;
    color: #fff;
    padding: 64px 0;
    margin: 60px 0;
    text-align: center;
    font-size: 0;
}
.divGeralContactos span.labelContactos {
    display: block;
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    vertical-align: middle;
}
.divGeralContactos span.morada {
    display: block;
    color: #FFF;
    font-size: 16px;
    vertical-align: middle;
}
.divGeralContactos span.cpostal {
    display: block;
    color: #FFF;
    font-size: 16px;
    margin: 0 0 30px 0;
    vertical-align: middle;
}
.divGeralContactos span.email {
    display: block;
    color: #FFF;
    font-size: 16px;
    margin: 0 0 30px 0;
    vertical-align: middle;
}
.divGeralContactos span.email a {
    color: #FFFFFF;
    font-size: 16px;
    transition: all 0.25s ease-in-out 0s;
    border-bottom: 1px solid transparent;
}
.divGeralContactos span.email a:hover {
    border-bottom: 1px solid #FFFFFF;
}
.divGeralContactos .telefone {
    display: block;
    color: #FFF;
    font-size: 16px;
    margin: 0 0 50px 0;
    vertical-align: middle;
}
.divGeralContactos .telefone a {
    color: #FFF;
    text-decoration: none;
}
.divGeralContactos .numverde {
    display: block;
    color: #FFF;
    font-size: 24px;
    font-weight: 800;
    vertical-align: middle;
}
.divGeralContactos .numverde a {
    color: #FFF;
    text-decoration: none;
}
ul.redesSociaisFooter {
    margin: 0;
    padding: 0;
    font-size: 0;
}
ul.redesSociaisFooter li {
    list-style: none;
    padding: 0 9px;
    margin: 0;
    display: inline-block;
}
ul.redesSociaisFooter li a {
    width: 26px;
    height: 20px;
    display: block;
}
ul.redesSociaisFooter li a img {
    transition: all 0.25s ease-in-out 0s;
    opacity: 1;
}
ul.redesSociaisFooter li a img:hover {
    opacity: 0.5;
}
.copyright {
    color: #FFF;
    margin: 50px auto 20px auto;
    display: inline-block;
    font-size: 14px;
}
.searaFooter {
    width: 40px;
    height: 12px;
    display: block;
    margin: 0 auto;
}
.searaFooter a {
    display: block;
    background: url(../imgs/logo-seara-footer.png) no-repeat center center;
    width: 40px;
    height: 12px;
    border-bottom: 1px solid transparent;
    transition: all 0.25s ease-in-out 0s;
    border-radius: 5px;
    padding: 5px 0;
}
.searaFooter a:hover {
    border-bottom: 1px solid #FFFFFF;
    opacity: 0.7;
}
/***** empresa *****/

.ambienteInterior {
    display: block;
    width: 100%;
    height: 285px;
    background: #999;
    position: relative;
    overflow: hidden;
}
.imgAmbienteInterior {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: transparent no-repeat center center;
    background-size: cover;
}
.imgAmbienteInterior img {
    display: block;
    float: left;
    width: 100%;
}
.maskAmbienteInterior {
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.34;
}
.txtAmbienteInterior {
    display: block;
    position: absolute;
    bottom: 30px;
    left: calc(50% - 150px);
    z-index: 10;
    text-align: center;
    width: 300px;
}
.txtAmbienteInterior h1 {
    display: block;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 35px;
    line-height: 100%;
    margin: 0 0 10px 0;
}
.txtAmbienteInterior h1 span {
    font-weight: 300;
    display: block;
}
.breadCrumb {
    display: none;
    color: #FFF;
    font-size: 14px;
}
.breadCrumb a {
    color: #FFF;
    font-size: 14px;
    border-bottom: 1px solid transparent;
    transition: border 0.25s ease-in-out 0s;
}
.breadCrumb a:hover,
.breadCrumb span.ultimo {
    border-bottom: 1px solid #FFFFFF;
}
.paddingContent {
    padding: 60px 0;
}
#gca-container > .gca-block ul {
    padding-left: 0px;
}
#gca-container h2,
h2.subtitulosContent {
    font-size: 25px;
    color: #00457e;
    line-height: 100%;
    /*text-align: center;*/
}
#gca-container h2,
.marginBottomSubtitulosContent,
.marginBottomTextoSubContent {
    margin-bottom: 70px;
}
.div2ColunasContent.noMargin {
    margin: 0;
}
.div2ColunasContent {
    display: block;
    font-size: 0;
    margin: 0 0 65px 0;
}
.div2ColunasContent img {
    width: 100%;
    max-width: 540px;
    vertical-align: middle;
    margin: 0 auto 50px auto;
}
.div2ColunasContent div {
    width: 100%;
    font-size: 14px;
    /*text-align: center;*/

    vertical-align: middle;
}
.div2ColunasContent div h3 {
    font-size: 35px;
    text-transform: uppercase;
    line-height: 100%;
    font-weight: 200;
    color: #00457c;
    margin: 0 0 20px 0;
}
.div2ColunasContent div h3 span {
    font-weight: 800;
    display: block;
}
.ambiente02Interior {
    display: block;
    width: 100%;
    height: 520px;
    background: #999;
    position: relative;
}
.imgAmbiente02Interior {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden;
    left: 0;
    z-index: 1;
    background: transparent no-repeat center center fixed;
    background-size: cover;
}
.maskAmbiente02Interior {
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.34;
}
.txtAmbiente02Interior {
    display: block;
    position: absolute;
    bottom: 30px;
    left: calc(50% - 150px);
    z-index: 10;
    text-align: center;
    width: 300px;
}
#gca-container .txtAmbiente02Interior h2,
.txtAmbiente02Interior h2 {
    display: block;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 35px;
    line-height: 100%;
    margin: 0 0 75px 0;
}
.txtAmbiente02Interior h2 span {
    font-weight: 300;
    display: block;
}
.txtAmbiente02Interior div.texto {
    font-weight: 300;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    color: #FFF;
}
.borderTopBottomContentInterior {
    border-bottom: 1px solid #99b4c9;
    border-top: 1px solid #99b4c9;
    padding: 40px 0;
}
.borderBottomContentInterior {
    border-bottom: 1px solid #99b4c9;
    padding: 40px 0;
}
ul.navegadorValores {
    display: block;
    margin: 0 0 25px 0;
    padding: 0;
}
ul.navegadorValores li {
    margin: 0;
    padding: 0 0px;
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 200;
    color: #00457c;
    vertical-align: middle;
}
ul.navegadorValores li a {
    font-size: 0px;
    width: 11px;
    height: 18px;
    display: block;
}
ul.navegadorValores li a.anterior {
    background: url(../imgs/arrow-left.png);
    width: 11px;
    height: 18px;
    margin: 0 10px 0 0;
}
ul.navegadorValores li a.seguinte {
    background: url(../imgs/arrow-right.png);
    width: 11px;
    height: 18px;
    margin: 0 0 0 10px;
}
#gca-container,
.textoSubContent {
    font-size: 14px;
    margin-top: 30px;
    /*text-align: center;*/

    line-height: 140%;
}
/***** lojas *****/

.divInputsLojas {
    font-size: 0;
    margin-bottom: 25px;
    text-align: center;
}
.divResultadosLojas {
    font-size: 0;
    margin-bottom: 30px;
}
.divInputsLojas span,
.divResultadosLojas .semLojas {
    margin-bottom: 8px;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    text-align: center;
}
.divColunasInputsLojas {
    font-size: 14px;
}
.inputsLojas {
    font-size: 14px;
    border: 1px solid #000;
    width: calc(100% - 16px);
    text-transform: uppercase;
    padding: 8px;
    margin: 0 0 15px 0;
}
.divInputsParceiros {
    font-size: 0;
    margin-bottom: 25px;
    text-align: center;
}
.divResultadosParceiros {
    font-size: 0;
    margin-bottom: 30px;
}
.divInputsParceiros span,
.divResultadosParceiros .semParceiros {
    margin-bottom: 8px;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    text-align: center;
}
.divColunasInputsParceiros {
    font-size: 14px;
}
.inputsParceiros {
    font-size: 14px;
    border: 1px solid #000;
    width: calc(100% - 16px);
    text-transform: uppercase;
    padding: 8px;
    margin: 0 0 15px 0;
}
.divColunasResultadosLojas {
    vertical-align: top;
    font-size: 14px;
    max-width: 536px;
    margin: 0 auto;
}
.divColunasResultadosLojas.lojaMaisProxima {
    text-align: center;
}
.divColunasResultadosLojas img {
    width: 100%;
    max-width: 536px;
    margin: 0 0 40px 0;
}
h3.colunasResultadosLojas {
    font-size: 24px;
    text-transform: uppercase;
    color: #00457c;
    margin: 0 0 40px 0;
}
h3.colunasResultadosLojas span {
    font-weight: 600;
}
h4.lojaColunasResultadosLojas {
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px;
}
.localidadeLojaColunasResultadosLojas {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    margin: 0px 0 10px 0;
}
.moradaLojaColunasResultadosLojas {
    font-size: 0px;
    color: #000;
    margin: 0px 0 20px 0;
}
.moradaLojaColunasResultadosLojas .infoContainer {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.moradaLojaColunasResultadosLojas .infoContainer .moradaContainer {
    display: inline-block;
    width: auto;
    vertical-align: top;
    font-size: 14px;
}
.moradaLojaColunasResultadosLojas .infoContainer .moradaContainer .morada,
.moradaLojaColunasResultadosLojas .infoContainer .moradaContainer .codPostal {
    display: inline-block;
    text-align: left;
}
.moradaLojaColunasResultadosLojas .infoContainer .contacto {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}
.blocoTodasLojas {
    margin: 75px 0 0 0;
}
.blocoTodasLojas h2 {
    text-transform: uppercase;
    font-size: 24px;
    color: #00457c;
    text-align: center;
}
.blocoTodasLojas h2 span {
    font-weight: 800;
}
ul.todasLojas {
    margin: 0;
    padding: 0;
}
ul.todasLojas li {
    width: 100%;
    list-style: none;
    text-align: center;
    color: #424242;
    margin: 60px 0 0 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #999999;
    font-size: 0;
}
ul.todasLojas li .nomeContainer {
    display: inline-block;
}
ul.todasLojas li .semLojas,
ul.todasLojas li .nomeContainer a.nome {
    font-size: 24px;
    display: block;
    float: left;
    color: #424242;
    transition: all 0.25s ease-in-out 0s;
    border-bottom: 1px solid transparent;
}
ul.todasLojas li .nomeContainer a.nome:hover {
    color: #00457C;
    border-bottom: 1px solid #00457C;
}
ul.todasLojas li span.morada {
    font-size: 14px;
    display: block;
}
ul.todasLojas li span.cpostal {
    font-size: 14px;
    display: block;
}
ul.todasLojas li span.telefone {
    font-size: 14px;
    display: block;
    margin: 20px 0 45px 0;
}
ul.todasLojas li .linkContainer a {
    font-size: 14px;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    color: #424242;
    border-bottom: 1px solid #424242;
    transition: all 0.25s ease-in-out 0s;
}
ul.todasLojas li .linkContainer a:hover {
    color: #00457C;
    border-bottom: 1px solid transparent;
}
/***** detalhe loja *****/

.imgBackgroundLojaDetalhe {
    width: 100%;
    height: 220px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-bottom: 30px;
}
.lojaDetalhe {
    text-align: center;
}
.lojaDetalhe h3 {
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 10px 0;
    font-weight: 500;
}
.localidadeLojaDetalhe {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    margin: 0px 0 10px 0;
    font-weight: 500;
}
.moradaLojaDetalhe,
.horarioLojaDetalhe {
    display: inline-block;
    font-size: 0px;
    color: #000;
    vertical-align: top;
    width: 100%;
    text-align: left;
}
.moradaLojaDetalhe .infoContainer {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.moradaLojaDetalhe .infoContainer .moradaContainer {
    display: inline-block;
    width: 87%;
    vertical-align: top;
    font-size: 14px;
}
.moradaLojaDetalhe .infoContainer .moradaContainer .morada,
.moradaLojaDetalhe .infoContainer .moradaContainer .codPostal {
    display: inline-block;
    text-align: left;
}
.moradaLojaDetalhe .infoContainer .info,
.horarioLojaDetalhe .infoContainer .info {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    max-width: 87%;
}
.horarioLojaDetalhe .infoContainer .info b {
    color: #00457c;
}
.moradaLojaDetalhe .infoContainer .email {
    transition: all 0.25s ease-in-out 0s;
    border-bottom: 1px solid #000000;
    color: #000000
}
.moradaLojaDetalhe .infoContainer .email:hover {
    border-bottom: 1px solid transparent;
    color: #00457c;
}
.divColunasResultadosLojas.lojaDetalhe .btnBox {
    text-align: center;
    margin-top: 20px;
}
/***** notícias *****/

#news-list-container {
    display: table;
}
ul.listagemNoticias {
    margin: 0 0 0 0px;
    padding: 0;
    width: 100%;
    font-size: 0;
}
ul.listagemNoticias li {
    list-style: none;
    margin: 0 0px 30px 0;
    padding: 0;
    display: block;
    font-size: 14px;
    width: 100%;
}
ul.listagemNoticias li a h3 {
    display: block;
    width: 100%;
    margin: 20px 0 15px 0px;
    font-size: 18px;
    color: #003969;
    text-transform: uppercase;
    transition: color 0.25s ease-in-out 0s;
    min-height: 42px;
}
ul.listagemNoticias li a.news-list-item-title:hover h3 {
    color: #000000;
}
ul.listagemNoticias li a.news-list-item-img {
    display: table;
}
ul.listagemNoticias li a img {
    display: block;
    width: 100%;
    max-width: 379px;
    opacity: 1;
    transition: opacity 0.25s ease-in-out 0s;
}
ul.listagemNoticias li a.news-list-item-img:hover img {
    opacity: 0.7;
}
ul.listagemNoticias li span.data {
    font-size: 16px;
    color: #003969;
    display: block;
    margin: 0 0 25px 0;
}
ul.listagemNoticias li span.texto {
    display: block;
    float: left;
    width: 100%;
    font-size: 14px;
    color: #000000;
    margin: 0 0 28px 0;
    min-height: 32px;
}
ul.listagemNoticias li > a.ler_mais {
    font-size: 15px;
    color: #003969;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid #003969;
    transition: all 0.25s ease-in-out 0s;
}
ul.listagemNoticias li > a.ler_mais:hover {
    color: #000000;
    border-bottom: 1px solid transparent;
}
.listagemNoticias .maisNoticiasContainer {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin: 104px 0 0;
}
/***** notícias detalhes*****/

#news-detail-container .news-detail-item-image {
    margin-bottom: 15px;
}
h3.tituloNoticiaDetalhe {
    text-transform: uppercase;
    margin: 0px 0 10px 0px;
    font-size: 18px;
    color: #003969;
}
.dataNoticiaDetalhe {
    font-size: 16px;
    color: #003969;
    display: block;
    margin: 0 0 25px 0;
}
.textoNoticiaDetalhe {
    font-size: 14px;
    color: #000;
    line-height: 150%;
}
/***** área reservada colaboradores *****/

h2.areaReservadaColaboradores {
    text-transform: uppercase;
    font-size: 25px;
    color: #003969;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #99b4c9;
    line-height: 100%;
    text-align: center;
}
h2.areaReservadaColaboradores span {
    font-weight: 800;
}
.headAreaReservada {
    display: block;
    border-bottom: 1px solid #99b4c9;
    padding: 0 0 30px 0;
    font-size: 0;
}
.colunaHeadAreaReservada01,
.colunaHeadAreaReservada02 {
    font-size: 14px;
}
.textoAniversarioAreaReservada {
    font-size: 18px;
    font-weight: 200;
    color: #003969;
    margin: 0 0 35px 0;
}
.textoAniversarioAreaReservada span {
    font-weight: 700;
}
.calendario {
    display: block;
    background: #034b87;
    padding: 20px;
    color: #FFF;
    font-size: 0;
}
.diaCalendario {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 0;
    width: 30%;
    text-transform: uppercase;
}
.diaCalendario span {
    font-weight: 800;
}
.mesCalendario {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 0;
    width: 70%;
    text-align: right;
    text-transform: uppercase;
    vertical-align: top;
}
.mesCalendario a.anterior {
    display: inline-block;
    background: url(../imgs/arrow-left02.png);
    width: 6px;
    height: 10px;
    font-size: 0;
    vertical-align: middle;
    margin: -4px 8px 0 0;
}
.mesCalendario a.seguinte {
    display: inline-block;
    background: url(../imgs/arrow-right02.png);
    width: 6px;
    height: 10px;
    font-size: 0;
    vertical-align: middle;
    margin: -4px 0 0 8px;
}
.calendario div.tabela {
    display: table;
    table-layout: auto;
    width: 100%;
    margin: 25px 0 0 0;
    padding: 0;
    border-top: 1px solid #6893b7;
}
.calendario div.tabela ul {
    display: table-row-group;
    margin: 0px 0;
    padding: 0px 0;
}
.calendario div.tabela ul li {
    display: table-cell;
    list-style: none;
    margin: 0;
    padding: 3px 0;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    width: 14.2%;
    height: 33px;
}
.calendario div.tabela ul.head li {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    height: 17px;
    padding: 20px 0 0 0;
}
.calendario div.tabela ul li a {
    height: calc(33px - 8px);
    border: 1px solid #FFF;
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    padding-top: 8px;
    color: #FFF;
    border-radius: 100%;
}
ul.aniversariantes {
    margin: 0;
    padding: 0;
    font-size: 0;
}
ul.aniversariantes li {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
}
ul.aniversariantes li span.img {
    width: 100%;
    max-width: 300px;
    height: 259px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}
ul.aniversariantes li span.nome {
    font-size: 24px;
    margin: 20px 0 0 0;
    display: block;
    color: #424242;
}
ul.aniversariantes li span.cargo {
    font-size: 14px;
    margin: 0px 0 0 0;
    display: block;
    color: #424242;
}
ul.aniversariantes li span.data {
    font-size: 16px;
    margin: 20px 0 0 0;
    display: block;
    color: #424242;
    text-transform: uppercase;
    padding: 0 0 0 34px;
    background: url(../imgs/icon-cake.png) no-repeat left center;
}
ul.aniversariantes li span.data span {
    font-weight: 800;
}
.ambiente03Interior {
    display: block;
    width: 100%;
    height: 520px;
    background: #999;
    position: relative;
}
.imgAmbiente03Interior {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: transparent no-repeat center center fixed;
    background-size: cover;
}
.maskAmbiente03Interior {
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.34;
}
.txtAmbiente03Interior {
    display: block;
    position: absolute;
    bottom: 30px;
    left: calc(50% - 150px);
    z-index: 10;
    text-align: center;
    width: 300px;
}
.txtAmbiente03Interior h2 {
    display: block;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 35px;
    line-height: 100%;
    margin: 0 0 40px 0;
}
.txtAmbiente03Interior h2 span {
    font-weight: 300;
    display: block;
}
.txtAmbiente03Interior div.texto {
    font-weight: 300;
    display: block;
    text-transform: uppercase;
    font-size: 25px;
    color: #FFF;
    margin: 0 0 30px 0;
}
.blocoDownloads {
    margin: 75px 0 30px 0;
}
.blocoDownloads h2 {
    text-transform: uppercase;
    font-size: 24px;
    color: #00457c;
    text-align: center;
}
.blocoDownloads h2 span {
    font-weight: 800;
}
ul.downloads {
    margin: 0px 0 0px 0;
    padding: 0;
}
ul.downloads li {
    list-style: none;
    text-align: center;
    color: #424242;
    margin: 60px 0 0 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #999999;
    font-size: 0;
}
ul.downloads li span.nome {
    font-size: 24px;
    display: block;
}
ul.downloads li span.texto {
    font-size: 14px;
    display: block;
}
ul.downloads li a {
    font-size: 14px;
    display: block;
    font-weight: 500;
    color: #424242;
    background: url(../imgs/icon-download.png) no-repeat right center;
    padding: 4px 30px 0 0;
    height: calc(22px - 4px);
}
/** INICIO CATALOGO **/

#catalogo > .selectBoxContainer {
    width: 100%;
    margin-bottom: 45px;
}
.prodListagem {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.prodListagem .produto {
    display: inline-block;
    max-width: 381px;
    width: 100%;
    margin: 0 auto 50px;
}
.prodListagem .produto .imgContainer {
    display: block;
    float: left;
    width: 100%;
    border: 1px solid #EBEBEB;
    margin-bottom: 14px;
    opacity: 1;
    transition: all 0.25s ease-in-out 0s;
}
.prodListagem .produto .imgContainer:hover {
    opacity: 0.7;
    border: 1px solid #00457c;
}
.prodListagem .produto .imgContainer img {
    display: block;
    float: left;
    width: 100%;
}
.prodListagem .produto .infoContainer {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    min-height: 44px;
}
.prodListagem .produto .infoContainer .nomeContainer {
    display: block;
    float: left;
    color: #00457c;
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 18px;
}
.prodListagem .produto .infoContainer .nomeContainer h2 {
    display: block;
    float: left;
    margin: 0px;
    font-size: 18px;
    color: #00457c;
    font-weight: 600;
    text-transform: uppercase;
    transition: color 0.25s ease-in-out 0s;
}
.prodListagem .produto .infoContainer .nomeContainer a:hover h2 {
    color: #000000;
}
.prodListagem .produto .infoContainer .nomeContainer .separador {
    display: block;
    float: left;
    font-size: 18px;
    font-weight: 600;
    color: #00457c;
    margin: 0 5px;
}
.prodListagem .produto.infoContainer .nomeContainer .caracteristicas {
    font-weight: 400;
}
.prodListagem .produto .infoContainer .referencia {
    display: block;
    float: left;
    width: 100%;
    font-size: 18px;
    color: #000000;
    font-weight: 300;
    transition: color 0.25s ease-in-out 0s;
}
.prodListagem .produto .infoContainer .referencia:hover {
    color: #00457c;
}
.prodListagem .produto .formProdutoPrecos {
    display: -ms-flexbox;
    display: flex;
    float: left;
    width: 100%;
    min-height: 83px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    align-items: flex-end;
}
.prodListagem .produto .carrinho {
    display: block;
    float: right;
    background: transparent url(../imgs/btn-add-cart.png) no-repeat center center;
    width: 79px;
    height: 41px;
    opacity: 1;
    transition: opacity 0.25s ease-in-out 0s;
    border: 0px;
    cursor: pointer;
}
.prodListagem .produto .carrinho:hover {
    opacity: 0.7;
}
.prodListagem .produto .precoTotal {
    display: block;
    float: left;
    font-size: 18px;
    color: #00457c;
    font-weight: 600;
    text-transform: uppercase;
}
.prodListagem .produto .precoTotal span {
    font-weight: 400;
}
.prodListagem .maisProdutosContainer {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin: 104px 0 0;
}
/** FIM CATALOGO **/
/** INICIO DETALHE PRODUTO **/

#detalheProduto .wrapper1240 {
    display: table;
    position: relative;
}
#detalheProduto > form div > .btnVoltar {
    display: block;
    float: left;
}
#detalheProduto .carrinho {
    display: block;
    background: transparent url(../imgs/btn-add-cart.png) no-repeat center center;
    width: 79px;
    height: 41px;
    opacity: 1;
    transition: opacity 0.25s ease-in-out 0s;
    border: 0px;
    cursor: pointer;
    float: right;
}
#detalheProduto .carrinho.topCar {
    position: absolute;
    top: 60px;
    right: 0px;
}
#detalheProduto .carrinho:hover {
    opacity: 0.7;
}
#detalheProduto > form div > h2 {
    display: block;
    float: left;
    font-size: 35px;
    text-transform: uppercase;
    color: #003969;
    font-weight: 400;
    margin: 15px 0 0;
    width: 100%;
    text-align: center;
}
#detalheProduto > form div > h2 b {
    font-weight: 700;
}
#detalheProduto .galeriaProduto {
    display: block;
    width: 100%;
    max-width: 1920px;
    height: 252px;
    margin: 0 auto;
    position: relative;
}
#detalheProduto .galeriaProduto #swiperImgProduto {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
}
#detalheProduto .galeriaProduto .imgProd {
    display: block;
    float: left;
    height: 252px;
    width: 100%;
}
#detalheProduto .galeriaProduto .imgProd img {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#detalheProduto .galeriaProduto .swiper-slide {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
}
#detalheProduto .galeriaProduto .tituloContainer {
    display: block;
    float: left;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 5%;
    color: #FFF;
    font-size: 35px;
    text-align: center;
    font-weight: 200;
    text-transform: uppercase;
    transition: all 0.25s ease-in-out 0s;
}
#detalheProduto .galeriaProduto .setaSwiper {
    display: none;
    position: absolute;
    top: 43%;
    width: 40px;
    height: 41px;
    background: transparent no-repeat center center;
    margin: 0px;
}
#detalheProduto .galeriaProduto .setaSwiper.swiper-button-disabled {
    display: none;
}
#detalheProduto .galeriaProduto .swiper-button-prev {
    left: 27%;
    background-image: url("../imgs/swiper-arrow-left.png");
}
#detalheProduto .galeriaProduto .swiper-button-next {
    right: 16%;
    background-image: url("../imgs/swiper-arrow-right.png");
}
#detalheProduto .detalhes {
    margin-top: 38px;
    margin-bottom: 20px;
}
#detalheProduto .detalhes .infoContainer {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 34px;
}
#detalheProduto .detalhes .infoContainer span.caracteristicas {
    display: block;
    font-weight: 400;
    font-size: 18px;
    color: #003969;
}
#detalheProduto .detalhes .infoContainer span.caracteristicas b {
    font-weight: 600;
    margin-right: 5px;
}
#detalheProduto .detalhes .infoContainer span.codigo {
    display: block;
    font-weight: 300;
    font-size: 18px;
    color: #000000;
}
#detalheProduto .detalhes .dadosContainer {
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 40px;
    border-bottom: 1px solid #99B4C9;
    margin-bottom: 25px;
}
#detalheProduto .detalhes .dadosContainer .descricao {
    display: inline-block;
    font-size: 16px;
    color: #000000;
    box-sizing: border-box;
    margin-bottom: 25px;
}
#detalheProduto .detalhes .dadosContainer .descricao.fullWidth {
    margin-bottom: 0px;
}
#detalheProduto .detalhes .dadosContainer .selectBoxContainer {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 0px;
}
#detalheProduto .detalhes .precoContainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
#detalheProduto .detalhes .precoTotal {
    display: block;
    float: left;
    font-size: 18px;
    font-weight: 600;
    color: #003969;
}
#detalheProduto .detalhes .precoTotal span {
    font-weight: 400;
}
/** FIM DETALHE PRODUTO **/
/** INICIO DOWNLOADS **/

#downloads {
    display: table;
}
#downloads h2 {
    display: block;
    float: left;
    margin: 0 0 25px;
    width: 100%;
    font-size: 21px;
    color: #00457c;
    font-weight: 400;
    text-transform: uppercase;
}
#downloads h2 b {
    font-weight: 600;
}
#downloads .selectBoxContainer {
    max-width: 375px;
}
.documentosContainer {
    display: block;
    float: left;
    width: 100%;
    margin-top: 85px;
}
.documentosContainer .documento {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    color: #424242;
    border-bottom: 1px solid #99B4C9;
    padding: 0 2px 14px 5px;
    margin-bottom: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.documentosContainer .documento .num {
    display: inline-block;
    font-size: 21px;
    width: 27px;
}
.documentosContainer .documento .descricao {
    display: inline-block;
    width: 90%;
    font-size: 14px;
    box-sizing: border-box;
    padding: 0 0 0 22px;
    margin-bottom: 20px;
}
.documentosContainer .documento .ver_ficheiro {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.documentosContainer .documento .ver_ficheiro a{
    width: 100%;
    display: block;
}
.documentosContainer .documento .download {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.documentosContainer .documento .download a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 27px;
    height: 35px;
    background: transparent url("../imgs/icon-download.png")no-repeat right center;
    transition: all 0.25s ease-in-out 0s;
}
.documentosContainer .documento .download a:hover {
    color: #00457c;
    background-position: right 11px;
}
/** FIM DOWNLOADS **/
/** INICIO CARRINHO **/

.lojaContainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.lojaContainer p {
    display: block;
    float: left;
    width: 100%;
    margin: 0px 0 20px;
    font-size: 14px;
    font-weight: 400;
    color: #003969;
}
.carrinho {
    display: block;
    float: left;
    width: 100%;
    background-color: #F4F4F4;
    box-sizing: border-box;
    padding: 10px 27px;
}
.carrinho .linhaCar {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #92ADC2;
    padding: 22px 7px 20px 3px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.carrinho .linhaCar .separadorCol {
    background: transparent url("../imgs/separador_carrinho.png") no-repeat right top;
}
.carrinho .linhaCar .imagem {
    display: block;
    float: left;
    width: 100%;
    height: 57px;
    text-align: center;
    margin-bottom: 10px;
}
.carrinho .linhaCar .imagem a,
.carrinho .linhaCar .imagem img {
    display: inline-block;
    max-height: 60px;
    max-width: 126px;
    min-width: 80px;
    opacity: 1;
    transition: opacity 0.25s ease-in-out 0s;
}
.carrinho .linhaCar .imagem a:hover {
    opacity: 0.7;
}
.carrinho .linhaCar .infoContainer {
    display: block;
    float: left;
    width: 50%;
    min-height: 57px;
    box-sizing: border-box;
    padding: 0 5px;
}
.carrinho .linhaCar .infoContainer .nomeContainer {
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.carrinho .linhaCar .nomeContainer .nome,
.carrinho .linhaCar .nomeContainer a .nome {
    display: block;
    float: left;
    font-weight: 600;
    color: #003969;
    text-transform: uppercase;
    width: 100%;
    transition: color 0.25s ease-in-out 0s;
    text-align: center;
}
.carrinho .linhaCar a:hover .nome {
    color: #000000;
}
.carrinho .linhaCar .nomeContainer .separador {
    display: none;
    float: left;
    font-size: 18px;
    font-weight: 600;
    color: #003969;
    margin: 0 5px;
}
.carrinho .linhaCar .nomeContainer .caracteristicas {
    display: block;
    float: left;
    width: 100%;
    color: #003969;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
.carrinho .linhaCar .nomeContainer .referencia {
    display: block;
    float: left;
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    transition: color 0.25s ease-in-out 0s;
}
.carrinho .linhaCar .nomeContainer a:hover .referencia {
    color: #003969;
}
.carrinho .linhaCar .infoContainer .resumo {
    display: none;
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #00457C;
}
.carrinho .linhaCar .qtdContainer {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 50%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 57px;
}
.carrinho .linhaCar .qtdContainer.separadorCol {
    background-image: none;
}
.carrinho .linhaCar .qtdContainer > .formQtdCarrinho {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
}
.carrinho .linhaCar .qtdContainer span.qtdMobile {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #003969;
}
.carrinho .linhaCar .qtdContainer span.qtdDesktop {
    display: none;
    font-size: 18px;
    font-weight: 600;
    color: #003969;
}
.carrinho .linhaCar .qtdContainer .qtd {
    display: inline-block;
    width: 23px;
    border: 0px;
    color: #003969;
    font-size: 14px;
    text-align: center;
    background-color: transparent;
}
.carrinho .linhaCar .qtdContainer .setas {
    display: inline-block;
    width: 18px;
    height: 100%;
}
.carrinho .linhaCar .qtdContainer a.seta {
    display: inline-block;
    height: 5px;
    padding: 2px 5px;
    opacity: 1;
    text-decoration: none;
    width: 8px;
}
.carrinho .linhaCar .qtdContainer .setaMais {
    background: transparent url(../imgs/qtd_mais.png) no-repeat scroll center center;
}
.carrinho .linhaCar .qtdContainer .setaMenos {
    background: transparent url(../imgs/qtd_menos.png) no-repeat scroll center center;
}
.carrinho .linhaCar .precoContainer {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 50%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    padding: 10px 0;
}
.carrinho .linhaCar .precoContainer .precoUnidade {
    display: block;
    width: 100%;
}
.carrinho .linhaCar .precoContainer span {
    display: block;
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #003969;
    text-align: center;
}
.carrinho .linhaCar .precoContainer .preco {
    font-size: 16px;
    font-weight: 600;
}
.carrinho .linhaCar .precoContainer .opcional {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #003969;
}
.carrinho .linhaCar .remove {
    display: block;
    top: 10px;
    right: 10px;
    position: absolute;
}
.carrinho .linhaCar .remove .btnRemover {
    display: inline-block;
    width: 23px;
    height: 23px;
    background: transparent url("../imgs/eliminar.png") no-repeat center center;
}
.carrinhoTotais {
    display: -ms-flexbox;
    display: flex;
    float: left;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding: 0 5px;
    margin-top: 20px;
}
.carrinhoTotais .totais {
    text-align: right;
    width: 205px;
}
.carrinhoTotais .numProd,
.carrinhoTotais .totais .fim {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.carrinhoTotais .numProd span,
.carrinhoTotais .totais .fim span {
    display: block;
    float: left;
    width: 100%;
    font-size: 14px;
    color: #00457C;
    font-weight: 400;
}
.carrinhoTotais .numProd span:last-of-type,
.carrinhoTotais .totais .fim span:last-of-type {
    font-size: 18px;
    font-weight: 600;
    color: #003969;
    margin-right: 0;
}
.store-cart-options {
    display: -ms-flexbox;
    display: flex;
    float: left;
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 80px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.store-cart-options .btnContainer {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.store-cart-options .btnContainer .btnBox:first-of-type {
    margin-left: 20px;
}
.store-cart-options .btnContainer .btnAnular,
.store-cart-options .btnContainer .btnBox {
    margin-bottom: 5px;
}
/**PASSO CONFIRMAR **/

#store-confirm-container .form {
    display: block;
    float: left;
    width: 100%;
    margin-top: 50px;
}
#store-confirm-container .form p {
    display: block;
    float: left;
    width: 100%;
    margin: 0px 0 20px;
    font-size: 14px;
    font-weight: 400;
    color: #003969;
}
/**PASSO DADOS **/

.lojaContainer p.data-container {
    display: block;
    float: left;
    width: 100%;
    margin: 50px 0 0 0;
    padding: 20px 5px;
    color: #000000;
    border-top: 1px solid #98B4C9;
}
.lojaContainer .data-container span {
    display: block;
    max-width: 250px;
}
.lojaContainer .data-container span.obs {
    font-weight: 700;
}
.lojaContainer .data-container span.marginBottom {
    margin-bottom: 25px;
}
/**PASSO ENCOMENDAR **/

.lojaContainer .msgSucesso {
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #98B4C9;
    margin-bottom: 30px;
}
.lojaContainer .msgSucesso span {
    display: block;
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #003969;
}
.lojaContainer .msgSucesso span.big {
    font-size: 28px;
    font-weight: 400;
}
/** FIM CARRINHO **/
/**INICIO PAG PEDIDO ORCAMENTO **/

#pedidosOrcamento .descricao {
    font-size: 14px;
    text-align: center;
    margin: 0px 0 40px;
}
#pedidosOrcamento .form {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
#pedidosOrcamento .descricao .sucesso {
    display: block;
    float: left;
    text-transform: uppercase;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
#pedidosOrcamento .msgSucesso span.big {
    font-size: 28px;
    font-weight: 400;
}
/**FIM PAG PEDIDO ORCAMENTO **/
/**INICIO PAG DADOS CLIENTES **/

#client-data-container .wrapper1240,
#client-changepwd-container,
#client-retrieve-container,
#client-resetpwd-container {
    display: table;
}
#client-data-container h2,
#client-changepwd-container h2 {
    text-transform: uppercase;
    color: #003969;
    margin-bottom: 35px;
}
#client-data-container .field-username,
#client-changepwd-container .field-username {
    margin-bottom: 46px;
}
#client-data-container .field-username span:last-of-type,
#client-changepwd-container .field-username span:last-of-type {
    font-size: 1.6em;
    margin-left: 7px;
}
#client-data-container .moradaContainer {
    background-color: #F4F4F4;
}
#client-data-container .btnBox {
    float: right;
}
#client-data-container .form .field.no-margin-bottom:last-of-type {
    margin-bottom: 0px;
}
/**FIM PAG DADOS CLIENTES **/
/**INICIO PAG PESQUISA **/

#search-container {
    display: table;
}
#search-container .search-results-items {
    margin: 20px 0;
}
#search-container .search-results-items .search-results-item-title {
    margin-bottom: 10px;
}
#search-container .search-results-items .search-results-item-description {
    margin-bottom: 5px;
}
#search-container .highlight {
    color: #FFFFFF;
    background-color: #00447C;
}
/**FIM PAG PESQUISA **/
/** INICIO GOOGLE MAPS ESTILOS **/

.gm-style-iw h3 {
    text-transform: uppercase;
    font-size: 18px;
    color: #00457c;
    font-weight: 700;
}
.gm-style-iw a {
    text-decoration: underline;
    color: #00457c;
    transition: all 0.25s ease-in-out 0s;
}
.gm-style-iw a:hover {
    text-decoration: none;
    color: #000000;
}
/** FIM GOOGLE MAPS ESTILOS **/
/** INICIO CONTEUDO AUTOMOTIVE GLASS EUROPE **/

.autoGlassEurope {
    display: -ms-flexbox;
    display: flex;
    padding: 0px!important;
    width: 100%;
    margin: 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.autoGlassEurope .empresa {
    display: inline-block;
    width: 195px;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
}
.autoGlassEurope .empresa .linkLogo {
    display: inline-block;
    max-width: 150px;
}
.autoGlassEurope .empresa .linkPais {
    display: inline-block;
    margin-top: 10px;
}
.autoGlassEurope .empresa .linkLogo .logo {
    display: inline-block;
    max-width: 150px;
    max-height: 58px;
}
.autoGlassEurope .empresa .linkPais .pais {
    display: inline-block;
    font-weight: 600;
}
/** FIM CONTEUDO AUTOMOTIVE GLASS EUROPE **/
/** INPUT FILE **/

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputfile + label {
    /* 20px */

    font-size: 15px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    width: 100%;
    max-width: 100%;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    /* 10px 20px */

    box-sizing: border-box;
    height: 45px;
    text-align: left;
    padding: 12px 15px;
}
.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}
.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}
.inputfile + label svg {
    width: 25px;
    height: 17px;
    vertical-align: middle;
    fill: currentColor;
    /* 4px */
    /* 4px */

    position: absolute;
    right: 15px;
    top: 14px;
}
/* style 1 */

.inputfile-1 + label {
    color: #f1e5e6;
    background-color: #d3394c;
}
.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color: #722040;
}
/* style 2 */

.inputfile-2 + label {
    color: #92adc2;
    border: 1px solid #92adc2;
    padding-right: 45px;
}
.inputfile-2:focus + label,
.inputfile-2.has-focus + label,
.inputfile-2 + label:hover {
    color: #000;
    border-color: #000;
}
/* style 3 */

.inputfile-3 + label {
    color: #fff;
    background: #00457c;
    border: 1px solid #fff;
    padding-right: 45px;
}
.inputfile-3:focus + label,
.inputfile-3.has-focus + label,
.inputfile-3 + label:hover {
    color: #00457c;
    background: #fff;
}
/* style 4 */

.inputfile-4 + label {
    color: #d3394c;
}
.inputfile-4:focus + label,
.inputfile-4.has-focus + label,
.inputfile-4 + label:hover {
    color: #722040;
}
.inputfile-4 + label figure {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #d3394c;
    display: block;
    padding: 20px;
    margin: 0 auto 10px;
}
.inputfile-4:focus + label figure,
.inputfile-4.has-focus + label figure,
.inputfile-4 + label:hover figure {
    background-color: #722040;
}
.inputfile-4 + label svg {
    width: 100%;
    height: 100%;
    fill: #f1e5e6;
}
/* style 5 */

.inputfile-5 + label {
    color: #d3394c;
}
.inputfile-5:focus + label,
.inputfile-5.has-focus + label,
.inputfile-5 + label:hover {
    color: #722040;
}
.inputfile-5 + label figure {
    width: 100px;
    height: 135px;
    background-color: #d3394c;
    display: block;
    position: relative;
    padding: 30px;
    margin: 0 auto 10px;
}
.inputfile-5:focus + label figure,
.inputfile-5.has-focus + label figure,
.inputfile-5 + label:hover figure {
    background-color: #722040;
}
.inputfile-5 + label figure::before,
.inputfile-5 + label figure::after {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
}
.inputfile-5 + label figure::before {
    border-top: 20px solid #dfc8ca;
    border-left: 20px solid transparent;
}
.inputfile-5 + label figure::after {
    border-bottom: 20px solid #722040;
    border-right: 20px solid transparent;
}
.inputfile-5:focus + label figure::after,
.inputfile-5.has-focus + label figure::after,
.inputfile-5 + label:hover figure::after {
    border-bottom-color: #d3394c;
}
.inputfile-5 + label svg {
    width: 100%;
    height: 100%;
    fill: #f1e5e6;
}
/* style 6 */

.inputfile-6 + label {
    color: #d3394c;
}
.inputfile-6 + label {
    border: 1px solid #d3394c;
    background-color: #f1e5e6;
    padding: 0;
}
.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
    border-color: #722040;
}
.inputfile-6 + label span,
.inputfile-6 + label strong {
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}
.inputfile-6 + label span {
    width: 200px;
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}
.inputfile-6 + label strong {
    height: 100%;
    color: #f1e5e6;
    background-color: #d3394c;
    display: inline-block;
}
.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
    background-color: #722040;
}
@media screen and (max-width: 50em) {
    .inputfile-6 + label strong {
        display: block;
    }
}
#catalogo.wrapper1240 .containerListagem .leftMenu{
    display: none;
}
/** FIM INPUT FILE **/
/* a partir de 360px  */

@media only screen and ( min-width: 360px) {
    div.logoTopo a {
        width: 161px;
    }
}

#cookiePolicy{
    background-color: #003969;
    padding: 18px 0;
}
#cookiePolicy > .container{
    background-color: #003969;
    background: none;
    padding: 20px 0;
    position: relative;
    max-width: calc(100% - 50px);
    margin:0 auto;
    text-align: center;
}
#cookiePolicy > .container > span.dismiss{
    padding: 0;
    display: inline-block;
    text-align: center;
    top: 50%;
    bottom: initial;
    border: 1px solid transparent;
    border-radius: 5px 0 10px 0;
    background-color: transparent;
    margin: 5px 10px;
    -ms-transform: skew(-25deg) translateY(-50%);
    transform: skew(-25deg) translateY(-50%);
    -webkit-transform: skew(-25deg) translateY(-50%);
    overflow: hidden;
    transition: all 0.25s ease-in-out 0s;
    box-sizing: border-box;
    border: 1px solid #00447C;
    background-color: #FFFFFF;
    height:auto;
    margin-top:30px;
}
#cookiePolicy > .container > span.dismiss .outro{
    position: relative;
    background-color: transparent;
    border: 0px;
    width: 100%;
    min-width: 135px;
    display: -webkit-inline-flex;
    display: inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
    font-size: 14px;
    height: 34px;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 14px;
    flex: none;
    font-weight: 700;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    -ms-flex-align: center;
    align-items: center;
    -ms-transform: skew(25deg);
    transform: skew(25deg);
    -webkit-transform: skew(25deg, 0);
    transition: all 0.25s ease-in-out 0s;
    cursor: pointer;
    left: 0;
    text-align: center;
        color: #193b68;
}

#cookiePolicy > .container > span.dismiss:hover{
    border: 1px solid #FFFFFF;
    background-color: #00447C;
}
#cookiePolicy > .container > span.dismiss:hover span{
    color: #FFFFFF;
}
#cookiePolicy > .container > span{
    color:#fff;
    text-transform: uppercase;
    font-size: 20px;
}
#cookiePolicy > .container > p{
    color:#fff;
    font-size: 13px;
    padding-top: 10px;
}
#cookiePolicy > .container > p a{
    font-size: 12px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #FFFFFF;
    transition: all 0.25s ease-in-out 0s;
}

#cookiePolicy > .container > p a:hover{
    text-decoration:none;
}

#cookiePolicy > .container > span{
    width:100%;
    display: block;
}
#cookiePolicy > .container > p{
    width:100%;
    display: block;
}
#cookiePolicy > .container > span.dismiss{
    width:auto;
    position: static;
    top: unset;
    bottom: unset;
    right: unset;
    left: unset;
    transform: skew(-25deg) translateY(0%);
}

.resp-container {
	position: relative;
    overflow: hidden;
	 width: 100% !important;
  height: auto   !important;
}



.video-container {

  position: relative;
	
}

 

.video-container iframe {
max-width: 100%;


}

