/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27/mai/2021, 12:21:28
    Author     : Carlos Braga
*/

@font-face {
    font-family: "playfair";
    src: url('/css/fonts/PlayfairDisplay-VariableFont_wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-stretch: 75% 125%;
    font-style: normal;
}



md-tabs[escondidinha] md-tabs-wrapper {
    display: none;
}
md-tabs[escondidinha] md-tabs-content-wrapper {
    top: 0;
}



body {
    /*color: #1a1a1a;*/
    font-family: "playfair";
    font-size: 13px;
    font-weight: 400;
    font-stretch: 100%;
    font-style: normal;
    background-color: #fff;
    color: #262004;
    overflow-y: scroll;
}

button, html, input, select, textarea {
    font-family: "playfair";
    background-color: #fff;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.site_wrapper {
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
}

h1.page_main_title {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    margin: 24px 0 36px;
}
h1.page_main_title span {
    border-bottom: 1px dashed #ecba79;
}
.site_content_area {
    min-height: calc(100% - 459px);
}


.reassurance_wrapper {
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
}
ul.reassurance_items {
    margin: 50px 0;
    padding: 0;
}
img.reassurance_item_icon {
    width: 72px;
    height: 72px;
    padding: 8px;
    border: 2px dashed #ecba79;
    border-radius: 50%;
}
.reassurance_text {
    color: #ecba79;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    margin: 12px 0 0;
}


.page_wrapper {
    max-width: 960px;
    width: 100%;
    margin: 0 auto 50px;
}





md-dialog {
    border-radius: 0;
    box-shadow: 0 0;
}
md-backdrop.md-opaque {
    opacity: 0.75;
}