html,
body,
div,
p {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #3d3c3c;
}

h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 28px;
  color: #3d3c3c;
}

h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #3d3c3c;
}

h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #fff;
}

h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}

p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #3d3c3c;
}

a {
  color: #ff3333;
  text-decoration: none;
}
a:hover {
  color: #3d3c3d;
}

.top {
  display: flex;
  width: 100%;
  height: auto;
  padding: 7px;
  background-color: #f4f4f4;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
}

.top_item {
  flex: 1;
  width: 100%;
  box-sizing: border-box;
}

.top_item:nth-child(2) {
  text-align: center;
  box-sizing: border-box;
}

.top_item:nth-child(3) {
  text-align: left;
  box-sizing: border-box;
}
.top_item:nth-child(4) {
  flex: 0.2;
  text-align: right;
  padding-right: 20px;
  justify-content: center;
  align-items: flex-end;
}

.bar1 {
  width: 35px;
  height: 4px;
  background-color: #000;
  margin: 6px 0;
  margin-left: 30px;

  transition: 0.4s;
}

.bar1:hover {
  background-color: #ff3333;
  transform: rotate(360deg);
  transform-origin: center;
}

.bar2 {
  width: 35px;
  height: 4px;
  background-color: #000;
  margin: 6px 0;
  margin-left: 30px;

  transition: 0.4s;
}

.bar2:hover {
  background-color: #ff3333;
  transform: rotate(360deg);
  transform-origin: center;
}

.bar3 {
  width: 35px;
  height: 4px;
  background-color: #000;
  margin: 6px 0;
  margin-left: 30px;
  margin-bottom: 30px;
  transition: 0.4s;
}

.bar3:hover {
  background-color: #ff3333;
  transform: rotate(360deg);
  transform-origin: center;
}

.hamburguer {
  margin-top: 30px;
  padding-top: 30px;
  color: #ffffff;
  font-size: 36px;
  cursor: pointer;
}

/* The side navigation menu */
.sidenav {
  line-height: 20px;
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 10000;
  /* Stay on top */
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 60px;
  /* Place content 60px from the top */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover,
.offcanvas a:focus {
  color: #f1f1f1;
  text-decoration: none;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 15px;
  right: 50px;
  font-size: 36px;
  margin-left: 50px;
  font-size: 36px;
}

.sidenav .closebtn:hover {
  position: absolute;
  top: 15px;
  right: 50px;
  font-size: 36px;
  margin-left: 50px;
  font-size: 36px;
  color: #ff3333;
  transform: scale(1.5);
}

.divisoria {
  width: 100%;
  height: 10px;
  background-color: #000;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

.fonte {
  font-family: 'Open Sans', sans-serif;
}

.cinza {
  color: #3d3c3d;
}

.white {
  color: #fff;
}
.pinked {
  position: fixed;
  top: 10px;
  background-color: #ff3333;
  color: #fff;
  height: 50px;
}

.blux {
  color: #00afef;
  font-size: 24px;
}
.blux a {
  color: #00afef;
  text-decoration: underline;
}
.blux a:hover {
  color: #3d3c3d;
}

.footright {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
  padding-right: 30px;
}

.palft {
  padding-right: 30px;
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: flex-end;
}
.pad20 {
  padding: 20px;
  box-sizing: border-box;
}

.aguarde {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.cadastrarwrap {
  width: 100%;
  height: auto;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 100px;
  box-sizing: border-box;
}

.apresenta {
  width: 100%;
  height: auto;
  padding: 30px;
  text-align: center;
  display: flex;

  box-sizing: border-box;
}

.dupla {
  width: 100%;
  height: auto;
  color: #3d3c3c;
  display: flex;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.dupla-um {
  width: 100%;
  height: 100vh;
  padding: 20px;
  background-color: #329cd7;
  color: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background-image: url(../images/Bkg.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
}

.dupla-um a {
  color: #fff;
  text-decoration: none;
}

.dupla-um a:hover {
  color: #3d3c3d;
  text-decoration: none;
}

.dupla-um h1 {
  text-shadow: 2px 2px 2px #000000;
  font-size: 50px;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.dupla-dois {
  width: 100%;
  height: auto;
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.dupla-dois a {
  color: #3d3c3d;
  text-decoration: none;
}

.btn-azul {
  width: 200px;
  height: auto;
  padding: 10px;
  background-color: #329cd7;
  color: #fff;
  border: solid 2px #f4f4f4;
  border-radius: 100px;
  font-size: 22px;
}

.btn-bco {
  width: 200px;
  height: auto;
  padding: 10px;
  background-color: #f4f4f4;
  color: #329cd7;
  border: solid 2px #329cd7;
  border-radius: 100px;
  font-size: 22px;
}

.foot {
  width: 100%;
  height: 50px;
  background-color: #ff3333;
  color: #fff;
  display: flex;
  box-sizing: border-box;
  margin-bottom: 5px;
}

.foot-item {
  width: 100%;
  flex: 1;
  box-sizing: border-box;
}

.foot-item:nth-child(1) {
  padding: 10px;
  text-align: left;
}

.foot-item:nth-child(2) {
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
}

.foot-item:nth-child(3) {
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
}

.foot-item:nth-child(4) {
  padding: 10px;
  text-align: right;
  box-sizing: border-box;
}

.tripla {
  width: 100%;
  height: auto;
  display: flex;
  box-sizing: border-box;
}

.tripla-item {
  width: 100%;
  height: auto;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 10px;

  flex: 1;
}

.tripla-item h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #3d3c3c;
}

span2 img {
  border: solid 4px #ff3333;
  border-radius: 50px;
}
span3 img {
  border: solid 4px #000;
  border-radius: 50px;
}

.perfil {
  font-size: 24px;
  font-weight: 400;
  padding: 30px;
  box-sizing: border-box;
}

.triplahome {
  width: 100%;
  height: auto;
  display: flex;
  box-sizing: border-box;
}

.triplahome-item1 {
  width: 100%;
  height: auto;
  flex: 1;
  box-sizing: border-box;
}

.triplahome-item2 {
  width: 100%;
  height: auto;
  flex: 2;
  padding-top: 20px;
  box-sizing: border-box;
  border-top: solid 10px #ff3333;
}

.triplamsg {
  padding-left: 30px;
}

textarea {
  border-radius: 7px;
  padding: 10px;
}

.btn {
  font-size: 24px !important;
}

.fdata {
  font-size: 18px;
  color: #939995;
}

.badg {
  width: auto;
  height: auto;
  background-color: #000;
  padding: 10px;
  color: #fff;
  border-radius: 50px;
}

.pedidosajuda a {
  color: #000;
  text-decoration: none;
  margin-left: 10px;
}

.pedidosajuda a:hover {
  color: #329cd7;
  text-decoration: none;
}

@media (max-width: 768px) {
  .top,
  .dupla,
  .tripla,
  .triplahome,
  .quadra,
  .destaque {
    flex-direction: column;
  }

  .top_item:nth-child(2) {
    text-align: left;
    flex-wrap: nowrap;
  }

  .triplahome,
  .triplamsg {
    width: 90%;
    padding-left: 20px;
  }

  textarea {
    width: 90%;
  }
  .pinked {
    position: fixed;
    top: 10px;
    background-color: #ff3333;
    color: #fff;
    height: 90px;
  }
}
