@import url('https://use.fontawesome.com/releases/v5.8.1/css/all.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700');
:root {
    --color-white-default: #ffffff;
    --color-dark-blue-default: #224162;
    --color-dark-blue-alpha-default: #224162b3;
    --color-blue-default: #507093;
    --color-yellow-default: #C7A543;
    --color-dark-grey-default: #545454;
    --color-grey-default: #EEEEEE;
    --font-family-robot: 'Roboto', sans-serif;
    --font-family-libre: 'Libre Baskerville', serif;
}

* {
    padding: 0;
    margin: 0;
    list-style-type: none;
    border: none;
    text-decoration: none !important;
}

html,
body,
main {
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    position: relative;
}

.font-robot {
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Libre Baskerville', serif;
	font-size: 2em;
    font-weight: normal;
}

h1::after,
h2::after,
h3::after,
h4::after,
h5::after,
h6::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    margin-top: 20px;
    background-color: #c7a543;
}

.btn-d {
    display: block;
    width: 100%;
    padding: 1rem;
    margin-top: 40px;
    color: #ffffff;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
    background-color: #c7a543;
}

.clear {
    clear: both;
}

main {
    height: auto;
}

.wrap-content {
    max-width: 1366px;
    margin: 0 auto;
}

.btn-whatsapp {
    position: fixed;
    right: 35px;
    bottom: 35px;
}