@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css");
@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
/*
Theme Name: dieta3passos
Theme URI: http://www.dieta3passos.pt/
Description: Dieta 3 Passos - Website.
Version: 1.0
Author: Farmodietica
Tags: d3p, dieta3passos
About: dieta3passos wordpress theme by Farmodietica
*/
html, html#html {
  margin: 0;
}

#wpadminbar {
  position: sticky;
  z-index: 1050;
}

body {
  max-width: 1920px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  min-height: 100vh;
  overflow: auto;
  padding: 0;
}

header {
  width: 100%;
}

main {
  width: 100%;
  flex: 1;
}

footer {
  width: 100%;
}

figure {
  margin: 0;
  width: 100%;
}

img {
  width: 100%;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

blockquote p {
  font-style: italic;
}
blockquote p:before, blockquote p:after {
  content: "“";
  position: relative;
}

a {
  color: #212529;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #212529;
}
a:visited {
  text-decoration: none;
}