*, *::before, *::after {
  box-sizing: border-box;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  outline: 0;
  font-weight: normal;
  background: transparent;
  vertical-align: baseline;
  text-decoration: none;
}
html{
  font-family: 'Poppins', sans-serif;
}
body{
  line-height: 1;
  background-color: #F8F8FA;;
}
a,
a:link,
a:visited,
a:hover,
a:active{
  text-decoration:none
}
:focus{
  outline: 0;
}
ol,ul,li,li a{
  list-style: none;
  color: black;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
img,
a img,
iframe {
  border: none;
  text-decoration:none;
}
input,
textarea,
select,
button {
  font-size: 100%;
  font-family: inherit;
}
hr {
  margin: 0;
  padding: 0;
  border: 0;
  color: #000;
  background-color: #000;
  height: 1px
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
h1 {font-size: 2.75rem;}
h2 {font-size: 1.75rem;}
h3 {font-size: 1.5rem;}
h4 {font-size: 1.17rem;}
h5 {font-size: 1rem;}
h6 {font-size: 0.987rem;}
/*
---------------------------------
----------FIM DO RESET-----------
---------------------------------
*/


.bg-0{
  background-color: #ECECEE;
}
.bg-1{
  background-color: #FFD600;
}
.bg-2{
  background-color: #F8F8FA;
}
.bg-3{
  background-color: #363636;
}
.bg-4{
  background-color: #FFFFFF;
}

.bg-5{
  background-color: #000000
}

.pt-6{
  padding-top: 6% !important;
}
.pb-6{
  padding-bottom: 6% !important;
}
.pb-3{
  padding-bottom: 3% !important;
}
.content{
  padding-left: 5%;
  padding-right: 5%;
  height: 100%;
  max-width: 100%;
}

.content-db{
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 3%;
  padding-bottom: 3%;
  height: 100%;
  max-width: 100%;
}

.btn{
  background-color: #363636;
  border-radius: 8px;
  height: 3rem;
  color: #FFFFFF;
  cursor: pointer;
}

.input-padrao{
  border-radius: 16px;

}

.db-flex-row{
  display: flex;
  flex-direction: row;
  align-content: center;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.db-flex-block{
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.tit-head-center{
  font-weight: 700;
  font-size: 3.125rem;
  text-align: center;

}

.tit-head-left{
  font-weight: 700;
  font-size: 3.125rem;
  text-align: left;
}

.header-content{
  padding-left: 20.375rem;
  padding-right: 20.375rem;
}
.db-col{
  width: 50%;
}
.db-col-left{
  width: 40%;
}
.db-col-right{
  width: 40%;
}