@charset "UTF-8";
/*
Theme Name: Pixelads V4
Theme URI: 
Author: Daniel
Version: 1.5.5
Author URI: 
*/

/* Reset CSS */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
ol,
li,
form,
label,
input,
textarea,
button,
select,
option,
table,
thead,
tbody,
tr,
th,
td,
blockquote {

  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;

}



ol,
ul {

  list-style: none;

}



table {

  border-collapse: collapse;
  border-spacing: 0;

}



img {

  max-width: 100%;
  height: auto;
  display: block;

}



/* End of Reset CSS */



* {

  box-sizing: border-box;

}



@font-face {

  font-family: 'Open Sans';
  src: url('./fonts/opensans-variablefont_wdthwght-webfont.woff') format('woff'),
    url('./fonts/opensans-variablefont_wdthwght-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;

}



/* Fontes */

body {

  font-family: 'Open Sans', sans-serif;
  /* Exemplo de fonte sem serifa */

  font-size: 16px;
  line-height: 1.5;
  color: #333;

}

a {

  color: #333;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.header-nav
 {
  display: flex;
  gap: 40px;
  width: 100%;
  align-items: center;
  justify-content:center;
}
.header-nav ul{
	 display: flex;
  	gap: 40px;
	list-style-type: none;
	width:90%;
	justify-content:center;
}
.legal-notice {
  background-color: rgba(0, 0, 0, .05);
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  display: flex;
  justify-content: center
}
.legal-notice-wrapper {
  background-color: #fff;
  padding: 8px;
  box-shadow: rgba(0, 0, 0, .15) 1.95px 1.95px 2px;
  border-radius: 4px;
  max-width: 768px
}
.legal-notice h2 {
  font-size: 20px;
  margin-bottom: 15px
}
.legal-notice p {
  font-size: 14px;
  line-height: 1.5
}
.footer-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px
}
.footer-menu-items {
  display: flex;
  gap: 20px;
  list-style: none
}
.social-icons {
  display: flex;
  gap: 10px
}
.footer-section-all-rights p {
  text-align: center;
  margin-bottom: 0
}

@media screen and (max-width:768px) {
  .footer-container {
    flex-direction: column;
    gap: 20px
  }
}
.custom-logo {

  max-width: 120px;

}