@font-face {
    font-family: BebasNeueRegular;
    src: url(https://static.whc.pt/fonts/BebasNeue/BebasNeueRegular.ttf);
}

@font-face {
    font-family: RobotoLight;
    src: url(https://static.whc.pt/fonts/Roboto/Roboto-Light.ttf);
}

@font-face {
    font-family: RobotoRegular;
    src: url(https://static.whc.pt/fonts/Roboto/Roboto-Regular.ttf);
}

@font-face {
    font-family: RobotoMedium;
    src: url(https://static.whc.pt/fonts/Roboto/Roboto-Medium.ttf);
}

@font-face {
    font-family: RobotoBold;
    src: url(https://static.whc.pt/fonts/Roboto/Roboto-Bold.ttf);
}

@font-face {
    font-family: RobotoBoldItalic;
    src: url(https://static.whc.pt/fonts/Roboto/Roboto-BoldItalic.ttf);
}

@font-face {
    font-family: RobotoRegularItalic;
    src: url(https://static.whc.pt/fonts/Roboto/Roboto-Italic.ttf);
}

html, body {
    height: 100%;
    width: 100%;
    background-color: #fff;
}

html, body, div, p, ul, ol, li, img, h1, h2, h3, h4, h5, h6, h7, form, input, textarea, select, label, button {
    font-family: 'RobotoRegular', sans-serif;
    position: relative;
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    padding: 0;
    outline: 0;
}

body {
    min-width: 1180px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}

input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-family: 'Arial', sans-serif;
    font-size: 100%;
    color: #000;
}

a {
    text-decoration: none;
}

a:hover, .blink {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    text-decoration: none;
}

.show-inline {
    display: inline-block;
}

.hide, .visible-mobile {
    display: none;
}

.show {
    display: block;
}

.fcenter {
    margin: 0 auto;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.clear {
    clear: both;
}

.acenter {
    text-align: center;
}

.aleft {
    text-align: left;
}

.aright {
    text-align: right;
}

.ajustify {
    text-align: justify;
}

.bold {
    font-weight: bold;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}

.uppercase {
    text-transform: uppercase;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.line-through {
    text-decoration: line-through;
}

/****** FONT FAMILY ******/
.BebasNeueRegular {
    font-family: BebasNeueRegular;
}

.RobotoBoldItalic {
    font-family: RobotoBoldItalic;
}

.RobotoBold {
    font-family: RobotoBold;
}

.RobotoMedium {
    font-family: RobotoMedium;
}

.RobotoRegular {
    font-family: RobotoRegular;
}

.RobotoLight {
    font-family: RobotoLight;
}

.RobotoRegularItalic {
    font-family: RobotoRegularItalic;
}

/***** COLORS ****/
.cBlue1 {
    color: #6782BB;
}

.cBlue2 {
    color: #536B9D;
}

.cWithe {
    color: #FFFFFF;
}

.cBlack {
    color: #000000;
}

.cBlack2 {
    color: #27241F;
}

.cGrey1 {
    color: #868587;
}

.cGrey2 {
    color: #5B5C5B;
}

.cGrey3 {
    color: #222421;
}

.cGrey4 {
    color: #464441;
}

.cRed1 {
    color: #C01D19;
}

.cRed2 {
    color: #CC565E;
}

/****** FONT SIZE ******/
.size-6 {
    font-size: 6px;
}

.size-8 {
    font-size: 8px;
}

.size-10 {
    font-size: 10px;
}

.size-12 {
    font-size: 12px;
}

.size-14 {
    font-size: 14px;
}

.size-16 {
    font-size: 16px;
}

.size-18 {
    font-size: 18px;
}

.size-20 {
    font-size: 20px;
}

.size-22 {
    font-size: 22px;
}

.size-24 {
    font-size: 24px;
}

.size-25 {
    font-size: 25px;
}

.size-26 {
    font-size: 26px;
}

.size-30 {
    font-size: 30px;
}

.size-35 {
    font-size: 35px;
}

.size-40 {
    font-size: 40px;
}

.size-45 {
    font-size: 45px;
}

.size-50 {
    font-size: 50px;
}

.size-55 {
    font-size: 55px;
}

.size-65 {
    font-size: 65px;
}

.size-75 {
    font-size: 75px;
}

.size-80 {
    font-size: 80px;
}

/****** LAYOUT ******/
.col-100 {
    width: 100%;
}

.col-95 {
    width: 95%;
}

.col-90 {
    width: 90%;
}

.col-85 {
    width: 85%;
}

.col-80 {
    width: 80%;
}

.col-75 {
    width: 75%;
}

.col-70 {
    width: 70%;
}

.col-65 {
    width: 65%;
}

.col-60 {
    width: 60%;
}

.col-55 {
    width: 55%;
}

.col-50 {
    width: 50%;
}

.col-48 {
    width: 48%;
}

.col-46 {
    width: 46%;
}

.col-45 {
    width: 45%;
}

.col-40 {
    width: 40%;
}

.col-35 {
    width: 35%;
}

.col-33 {
    width: 33.33333333333333%;
}

.col-30 {
    width: 30%;
}

.col-25 {
    width: 25%;
}

.col-20 {
    width: 20%;
}

.col-15 {
    width: 15%;
}

.col-10 {
    width: 10%;
}

.col-8 {
    width: 8%;
}

.col-5 {
    width: 5%;
}

.col-4 {
    width: 4%;
}

.contend {
    width: 1180px;
}

/****** SPACER ******/
.spacer-1, .spacer-5, .spacer-10, .spacer-15, .spacer-20, .spacer-25, .spacer-30, .spacer-35, .spacer-40, .spacer-45, .spacer-50, .spacer-55, .spacer-60, .spacer-65, .spacer-70, .spacer-75, .spacer-80, .spacer-85, .spacer-90, .spacer-95, .spacer-100, .spacer-200 {
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
}

.spacer-1 {
    height: 1px;
}

.spacer-5 {
    height: 5px;
}

.spacer-10 {
    height: 10px;
}

.spacer-15 {
    height: 15px;
}

.spacer-20 {
    height: 20px;
}

.spacer-25 {
    height: 25px;
}

.spacer-30 {
    height: 30px;
}

.spacer-35 {
    height: 35px;
}

.spacer-40 {
    height: 40px;
}

.spacer-45 {
    height: 45px;
}

.spacer-50 {
    height: 50px;
}

.spacer-55 {
    height: 55px;
}

.spacer-60 {
    height: 60px;
}

.spacer-65 {
    height: 65px;
}

.spacer-70 {
    height: 70px;
}

.spacer-75 {
    height: 75px;
}

.spacer-80 {
    height: 80px;
}

.spacer-85 {
    height: 85px;
}

.spacer-90 {
    height: 90px;
}

.spacer-95 {
    height: 95px;
}

.spacer-100 {
    height: 100px;
}

.spacer-110 {
    height: 110px;
}

.spacer-120 {
    height: 120px;
}

.spacer-130 {
    height: 130px;
}

.spacer-140 {
    height: 140px;
}

.spacer-150 {
    height: 150px;
}

.spacer-200 {
    height: 200px;
}

/****** MARGINS & PADDINGS ******/
.margin-left-5 {
    margin-left: 5px;
}

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

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

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

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

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

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

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

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

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

.padding-left-5 {
    padding-left: 5px;
}

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

.padding-left-15 {
    padding-left: 15px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-left-25 {
    padding-left: 25px;
}

.padding-right-5 {
    padding-right: 5px;
}

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

.padding-right-15 {
    padding-right: 15px;
}

.padding-right-20 {
    padding-right: 20px;
}

.padding-right-25 {
    padding-right: 25px;
}

.flex {
    display: -ms-flexbox;
    display: flex;
}

.flex-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flex-left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.aflex-center-left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.aflex-center-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.whatsapp-call {
    display:none;
    z-index: 10000;
}

.material-scrolltop.reveal {
    width: 50px;
    height: 50px;
}

.material-scrolltop {
    background-color: #6782BB;
    z-index: 10000;
}

.material-scrolltop:hover {
    background-color: #536B9D;
}

.material-scrolltop::before {
    background: #536B9D;
}

.material-scrolltop, .material-scrolltop::before {
    background-image: url(https://static.whc.pt/plugins/material-scrolltop/uv/icons/top-arrow.svg);
    background-position: center 50%;
    background-repeat: no-repeat;
}

#msgCookie a {
    color: #6782BB;
}

#msgCookie {
    background: rgba(0, 0, 0, 0.9);
    bottom: 0;
    color: #fff;
    display: none;
    left: 0;
    padding: 15px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 999999;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 20px;
}

@keyframes fadeIn {
    from {
        opacity: 0.1;
    }
}

.preloader img {
    max-height: 80px;
    animation: fadeIn 1000ms infinite alternate;
}

/***** HEADER/MENU *****/
.header {
    padding: 20px 0;
    position: fixed;
    width: 100%;
    z-index: 10000;
    transition: background-color 0.5s ease;
    background-color: #27241F;
}

.header::before {
    content: "";
    background-image: url(/frontend/img/background-padrao.png);
    opacity: 0.3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}

.menu-topo {
    padding: 0 70px;
}

.menu .menu-height {
    height: 60px;
}

.menu .logo img {
    max-height: 60px;
}

.menu .menu-btn img {
    max-height: 35px;
    transition: transform 1s ease-in-out 0s;
}

.menu .menu-btn:hover img {
    opacity: 0.75;
    transform: rotate(180deg);
}

.menu .iconSocial {
    height: 30px;
    width: 30px;
    background-color: #6782BB;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    transition: background-color 0.5s ease;
}

.menu .iconSocial:hover {
    background-color: #FFFFFF;
}

.menu .btn-hover {
    color: #FFFFFF;
    transition: color 0.5s ease;
}

.menu .btn-hover:hover {
    color: #6782BB;
}

.infoCart {
    position: absolute;
    right: -8px;
    top: -5px;
    background-color: #C01D19;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 10px;
    color: #FFFFFF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.loginBox {
    padding-bottom: 15px;
}

.loginBox .submenu {
    position: absolute;
    top: 40px;
    left: -40px;
    width: 100px;
    background-color: #000000;
    border: 1px solid #FFFFFF;
    padding: 10px;
    visibility: hidden;
    opacity: 0;
}

.loginBox:hover .submenu {
    visibility: visible;
    opacity: 1;
}

.loginBox .submenu a {
    font-family: RobotoRegular;
    font-size: 12px;
    color: #FFFFFF;
}

.loginBox .submenu a:hover {
    color: #6782BB;
}

.control-top-menu {
    height: 100px;
}

/***** Menu Lateral *****/
.mm-wrapper_opening [class*="mm-menu_pagedim"].mm-menu_opened ~ .mm-page__blocker {
    opacity: 0.8;
    transition: opacity .2s ease .2s;
}

.mm-menu_offcanvas {
    max-width: 310px;
}

.mm-panels {
    background-color: #27241F;
}

.mm-navbar {
    border: none;
    height: auto;
}

.mm-navbars_top {
    border-bottom: none;
}

.mm-listview {
    padding-left: 65px;
}

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
    margin-top: 50px;
}

.mm-menu .mm-listitem_selected > a:not(.mm-btn_next), .mm-menu .mm-listitem_selected > span {
    background: transparent;
}

.menu-logo {
    background-color: #27241F;
    padding-top: 30px;
}

.menu-logo img {
    max-height: 80px;
    margin: 0 auto;
}

.menu-social-icons a {
    float: left;
    padding: 0;
}

.menu-social-icons .iconSocial {
    height: 30px;
    width: 30px;
    background-color: #5B5C5B;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    transition: background-color 0.5s ease;
    color: #27241F;
}

.menu-social-icons .iconSocial:hover {
    background-color: #6782BB;
}

.menu-social-icons span {
    display: block;
    color: #868587;
    padding: 0;
    transition: color 0.5s ease;
}

.menu-social-icons span a {
    color: #868587;
    transition: color 0.5s ease;
}
.menu-social-icons span a:hover {
    color: #ffffff;
}

/***** Efeitos do Menu Lateral *****/
.menu--ama .menu__item {
    margin: 1em 0;
    padding-left: 0;
}

.menu--ama .menu__item-name {
    font-size: 12px;
    text-transform: uppercase;
    font-family: RobotoBold;
}

.menu--ama .menu__item-name {
    padding: 0;
}

.menu--ama .menu__item-name::before, .menu--ama .menu__item-name::after {
    width: 70px;
    margin-left: 5px;
}

/***** Footer *****/
.footer {
    padding: 30px 0;
    border-top: 12px solid #27241F;
    background-color: #6782BB;
    width: 100%;
    float: left;
}

.footer .topo .seccao {
    padding: 0 40px;
}

.footer .topo .seccao:first-child {
    padding: 0 40px 0 0;
}

.footer .topo .seccao:last-child {
    padding: 0 0 0 40px;
}

.footer .subscrever input[type="email"] {
    float: left;
    width: calc(100% - 42px);
    height: 42px;
    line-height: 42px;
    padding: 10px;
    border: 1px solid #000000;
    background-color: #27241F;
    color: #FFFFFF;
}

.footer .subscrever input[type="email"]::-webkit-input-placeholder {
    color: #999999;
    font-style: italic;
}

.footer .subscrever input[type="submit"] {
    left: 1px;
    float: left;
    width: 41px;
    height: 42px;
    line-height: 42px;
    padding: 10px;
    font-size: 20px;
    font-weight: 700;
    border: 1px solid #000000;
    background: url(/frontend/img/send_btn.png) center center no-repeat #27241F;
    background-size: 20px 30px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.footer .subscrever input[type="submit"]:hover {
    opacity: 0.75;
}

.footer .footer-links h3.title {
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #27241F;
}

.footer .footer-links li {
    padding-bottom: 5px;
}

.footer .footer-links li a {
    color: #27241F;
    padding-bottom: 5px;
    transition: all 0.5s ease-in-out;
}

.footer .footer-links li a:hover {
    color: #FFFFFF;
    font-weight: bold;
}

.separador-footer {
    height: 1px;
    margin: 30px 0;
    background-color: #27241F;
}

.footer .marcas-pagamentos {
    float: left;
    width: 100%;
}

.footer .marcas-list {
    float: left;
    width: 100%;
}

.footer .marcas-list li {
    float: left;
}

.footer .marcas-list li {
    float: left;
    padding-right: 10px;
}

.footer .marcas-list li:last-child {
    padding-right: 0;
}

.footer .marcas-list li img {
    max-height: 30px;
}

.footer .pagamentos-list {
    float: left;
    width: 100%;
}

.footer .pagamentos-list li {
    float: left;
    padding-right: 10px;
}

.footer .pagamentos-list li:last-child {
    padding-right: 0;
}

.footer .pagamentos-list li img {
    max-height: 30px;
}

.footer .iconSocial {
    height: 30px;
    width: 30px;
    background-color: #27241F;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    transition: background-color 0.5s ease;
    color: #6782BB;
}

.footer .iconSocial:hover {
    background-color: #FFFFFF;
}

.control-icons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.credits {
    float: left;
    width: 100%;
    background-color: #27241F;
    padding: 20px 0;
}

/****** GERAL ******/
.titles-section {
    float: left;
    width: 100%;
    padding: 60px 0;
}

.titles-section:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/frontend/img/background-padrao.png);
    background-color: #DCDDDE;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    z-index: -1;
}

/*** MODELS ***/
.mm-slideout {
    z-index: auto;
}

.modal-backdrop {
    opacity: 0.8;
    background-color: #FFFFFF;
    z-index: 10001;
}

#loginModal, #registoModal, #passwordModal {
    z-index: 10002;
}

.modal-header {
    border-bottom: none;
    padding-top: 30px;
}

.modal-header img {
    max-height: 80px;
    margin: 0 auto;
}

.modal-header .close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #FFFFFF;
}

.modal-content {
    background-color: #000;
}

.modal-body {
    margin: 0 25px;
}

.modal-body .label {
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
    font-family: RobotoMedium;
    font-size: 14px;
}

.modal-body input[type="text"], .modal-body input[type="password"] {
    padding: 10px 15px;
    background-color: #EEEEEE;
    border: 1px solid #EEEEEE;
    width: 100%;
    color: #5B5C5B;
    font-family: RobotoMedium;
    font-size: 14px;
    border-radius: 5px;
    height: 40px;
}

.modal-body select {
    width: 100%;
    padding: 10px 15px;
    background-color: #EEEEEE;
    border: 1px solid #EEEEEE;
    width: 100%;
    color: #5B5C5B;
    font-family: RobotoMedium;
    font-size: 14px;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 40px;
}

.modal-body .select::after {
    content: "\f107";
    font-family: FontAwesome;
    color: #E9B280;
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 1;
    text-align: center;
    pointer-events: none;
    font-size: 22px;
    color: #CC565E;
    transition: color 0.5s ease;
}

.modal-body input[type="submit"] {
    color: #FFFFFF;
    font-family: RobotoMedium;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #6782BB;
    border: none;
    width: 100%;
    padding: 10px 15px;
    border-radius: 5px;
    transition: background-color 0.5s ease;
}

.modal-body input[type="submit"]:hover {
    background-color: #536B9D;
}

.modal-body a.link {
    font-family: RobotoRegular;
    font-size: 14px;
    color: #FFFFFF;
    transition: color 0.5s ease;
}

.modal-body a.link:hover {
    color: #6782BB;
}

/* Customize the label (the container) */
.modal-body .checkbox {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 20px;
}

/* Hide the browser's default checkbox */
.modal-body .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.modal-body .checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #6782BB;
    border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.modal-body .checkbox:hover input ~ .checkmark {
    background-color: #6782BB;
}

/* When the checkbox is checked, add a blue background */
.modal-body .checkbox input:checked ~ .checkmark {
    background-color: #6782BB;
}

/* Create the checkmark/indicator (hidden when not checked) */
.modal-body .checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.modal-body .checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.modal-body .checkbox .checkmark:after {
    font-family: FontAwesome;
    content: "\f00c";
    left: 3px;
    top: 0px;
    width: 5px;
    height: 10px;
    color: #FFFFFF;
    font-size: 14px;
}

.modal-body .checkbox .title {
    font-family: RobotoRegular;
    color: #FFFFFF;
    font-size: 11px;
}

.grecaptcha-badge {
    z-index: 9999999;
    display: none;
}


#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
    background-image: url("/img/Spinner-1s-200px.svg");
    background-position: center center;
    background-repeat: no-repeat;
}


.icon-contacto.icon-phone{
    display: none;
}


@media only screen and (max-width: 992px) {

    body {
        min-width: 100%;
    }
    .contend {
        width: 100%;
    }

    .control-top-menu {
        height: 60px;
    }

    .header {
        padding: 10px 0;
    }
    .menu-topo {
        padding: 0px 15px;
    }
    .menu .menu-height {
        height: 40px;
    }
    .menu .logo img {
        max-height: 40px;
    }
    .menu .menu-btn img {
        max-height: 30px;
    }

    .menu .sociais, .menu .telefone {
        display: none;
    }
    .menu .cart {
        margin-right: 5px;
    }

    .footer .footer-links h3.title {
        margin: 0 20% 10px;
    }
    .footer .imgLogo {
        max-height: 80px;
        margin: 0 auto;
    }

    .footer #newsletterForm {
        padding: 0 20%;
    }

    .footer .topo .seccao:nth-child(1) {
        width: 100%;
        padding: 0 15px 20px 15px;
    }
    .footer .topo .seccao {
        text-align: center;
    }
    .footer .topo .seccao:nth-child(2),
    .footer .topo .seccao:nth-child(3),
    .footer .topo .seccao:nth-child(4),
    .footer .topo .seccao:nth-child(5) {
        width: 50%;
        padding: 20px 15px 0 15px;
    }
    .footer .topo .seccao:nth-child(5) {
        text-align: center;
    }
    .footer .topo .seccao:nth-child(2),
    .footer .topo .seccao:nth-child(3) {
        height: 200px;
    }
    .footer .topo .seccao:nth-child(4),
    .footer .topo .seccao:nth-child(5) {
        height: 220px;
    }
    .footer .marcas-pagamentos {
        padding: 0 15px;
    }

    .credits {
        padding: 15px;
    }

    .material-scrolltop.reveal {
        width: 40px;
        height: 40px;
        bottom: 15px;
        right: 15px;
    }

}

@media only screen and (max-width: 768px) {

    body {
        min-width: 100%;
    }
    .contend {
        width: 100%;
    }

    .control-top-menu {
        height: 60px;
    }

    .header {
        padding: 10px 0;
    }
    .menu-topo {
        padding: 0px 15px;
    }
    .menu .menu-height {
        height: 40px;
    }
    .menu .logo img {
        max-height: 40px;
    }
    .menu .menu-btn img {
        max-height: 30px;
    }

    .menu .sociais, .menu .telefone {
        display: none;
    }
    .menu .cart {
        margin-right: 5px;
    }

    .footer .footer-links h3.title {
        margin: 0 20% 10px;
    }
    .footer .imgLogo {
        max-height: 80px;
        margin: 0 auto;
    }
    .footer .topo .seccao:nth-child(1) {
        width: 100%;
        padding: 0 15px 20px 15px;
    }
    .footer .topo .seccao {
        text-align: center;
    }
    .footer .topo .seccao:nth-child(2),
    .footer .topo .seccao:nth-child(3),
    .footer .topo .seccao:nth-child(4),
    .footer .topo .seccao:nth-child(5) {
        width: 50%;
        padding: 20px 15px 0 15px;
    }
    .footer .topo .seccao:nth-child(5) {
        text-align: center;
    }
    .footer .topo .seccao:nth-child(2),
    .footer .topo .seccao:nth-child(3) {
       height: 200px;
    }
    .footer .topo .seccao:nth-child(4),
    .footer .topo .seccao:nth-child(5) {
        height: 220px;
    }
    .footer .marcas-pagamentos {
        padding: 0 15px;
    }

    .credits {
        padding: 15px;
    }
    .credits .col-50 {
        width: 100%;
        text-align: center;
    }

    .material-scrolltop.reveal {
        width: 40px;
        height: 40px;
        bottom: 15px;
        right: 15px;
    }

    #registoModal .col-30, #registoModal .col-33, #registoModal .col-65, #registoModal .col-70 {
        width: 100%;
    }
    #registoModal .col-65 {
        margin-top: 15px;
    }
    #registoModal .col-30.aright {
        text-align: left;
    }

}

@media only screen and (max-width: 500px) {

    body {
        min-width: 100%;
    }
    .contend {
        width: 100%;
    }

    .control-top-menu {
        height: 60px;
    }

    .header {
        padding: 10px 0;
    }
    .menu-topo {
        padding: 0px 15px;
    }
    .menu .menu-height {
        height: 40px;
    }
    .menu .logo img {
        max-height: 40px;
    }
    .menu .menu-btn img {
        max-height: 30px;
    }

    .menu .sociais, .menu .telefone {
        display: none;
    }
    .menu .cart {
        margin-right: 5px;
    }

    .footer .footer-links h3.title {
        margin: 0 20% 10px;
    }
    .footer .imgLogo {
        max-height: 80px;
        margin: 0 auto;
    }
    .footer .topo .seccao:nth-child(1) {
        width: 100%;
        padding: 0 15px 20px 15px;
    }
    .footer .topo .seccao {
        text-align: center;
    }
    .footer .topo .seccao:nth-child(2),
    .footer .topo .seccao:nth-child(3),
    .footer .topo .seccao:nth-child(4),
    .footer .topo .seccao:nth-child(5) {
        width: 100%;
        padding: 20px 15px 0 15px;
    }
    .footer .topo .seccao:nth-child(5) {
        text-align: center;
    }
    .footer .marcas-pagamentos {
        padding: 0 15px;
    }
    .footer .marcas-pagamentos .col-20, .footer .marcas-pagamentos .col-80 {
        width: 100%;
        text-align: center;
    }

    .footer .marcas-pagamentos .col-20 h3 {
        text-align: center;
        margin-top: 20px;
    }
    .footer .marcas-pagamentos .col-20 .control-icons {
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer .pagamentos-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .credits {
        padding: 15px;
    }
    .credits .col-50 {
        width: 100%;
        text-align: center;
    }
    .whatsapp-call {
        display:block;
        z-index: 1000;
        width:50px;
        height:50px;
        background:url(/frontend/img/whatsapp.png) center center no-repeat;
        background-size:cover;
        position:fixed;
        bottom:15px;
        right: 15px;
    }

    .material-scrolltop.reveal {
        width: 50px;
        height: 50px;
        bottom:125px;
        right: 15px;
    }


    .icon-contacto.icon-phone{
        display: block;
        z-index: 1000;
        position: fixed;
        bottom: 70px;
        right: 15px;
    }

    .icon-contacto.icon-phone img{
        height: 50px;
        width: 50px;
    }

    #loginModal .col-50 {
        width: 100%;
    }
    #loginModal .col-50.aright {
        text-align: left;
        margin-top: 10px;
    }

    #registoModal .col-30, #registoModal .col-33, #registoModal .col-65, #registoModal .col-70 {
        width: 100%;
    }
    #registoModal .col-65 {
        margin-top: 15px;
    }
    #registoModal .col-30.aright {
        text-align: left;
    }

    #registoModal .modal-body, #loginModal .modal-body, #passwordModal .modal-body  {
        margin: 0 5px;
    }

}

