@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto Mono", monospace;
  height: 100vh;
}

.bkgquem {
  background-color: lightgreen;
  color: #000;
}

.bkgrotulos {
  background-color: rgb(19, 197, 241);
  color: #000;
}

.bkglogos {
  background-color: rgb(252, 167, 63);
  color: #000;
}

.bkgsites {
  background-color: rgb(252, 221, 48);
  color: #000;
}

.bkgdesign {
  background-color: rgb(228, 119, 255);
  color: #000;
}

.pad30 {
  padding: 30px;
}

.bar1 {
  width: 35px;
  height: 4px;
  background-color: #000;
  margin: 6px 0;
  margin-left: 30px;

  transition: 0.4s;
}

.bar1:hover {
  background-color: #d33438;
  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: #d33438;
  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: #d33438;
  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: 30px;
  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;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

.container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.text,
.textquem {
  font-weight: 100;
  font-size: 36px;
  color: #585858;
}
.dud {
  color: #d33438;
}

.seta {
  font-weight: 100;
  font-size: 50px;
  color: #585858;
  cursor: pointer;
  text-decoration: none;
}

.seta:hover {
  font-weight: 100;
  font-size: 50px;
  color: #d33438;
  cursor: pointer;
  text-decoration: none;
  transform: translateY(10px);
}

#atributos {
  padding-top: 30px;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.txtg {
  font-weight: 100;
  font-size: 36px;
  color: #585858;
  margin-bottom: 20px;
  line-height: 30px;
}

.task {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
  padding: 20px;
}

.task-item {
  width: 100%;
  flex: 1;
  background-color: brown;
}

.containerrot3d {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 50px 0;
  transform-style: preserve-3d;
}

.containerrot3d .boxrot3d {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 60px 0;
  transform-style: preserve-3d;
}

.containerrot3d .boxrot3d:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.containerrot3d .boxrot3d .imgrot3d {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;

  justify-content: center;
  align-items: center;
  background: transparent;
}

.containerrot3d .boxrot3d .contentrot3d {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  background-color: #fff;
  transform: translateZ(20px) scaleY(0);
  padding: 40px 25px;
  transform-origin: top;
  transition: 0.5s;
  transform-style: preserve-3d;
}

.containerrot3d .boxrot3d:hover .contentrot3d {
  transform: translateZ(20px) scaleY(1);
}

.bodymail {
  position: relative;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.containermail {
  position: relative;
  width: 800px;
  height: 500px;
  background-color: #000;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.containermail .user {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.containermail .user .imgsignin {
  position: relative;
  width: 50%;
  height: 100%;
  background-color: #000;
  transition: 0.5s;
}

.containermail .user .imgsignin img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.containermail .user .formbx {
  position: relative;
  width: 50%;
  height: 100%;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  transition: 0.5s;
}

.containermail .user .formbx form h2,
p {
  font-size: 20px;
  font-weight: 700px;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  color: #fff;
}

.containermail .user .formbx form input {
  position: relative;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  color: #000;
  border: none;
  outline: none;
  box-shadow: none;
  margin: 8px 0;
  font-size: 14px;
}

.containermail .user .formbx form textarea {
  margin: 8px 0;
  font-size: 14px;
}

.containermail .user .formbx form input[type="submit"] {
  max-width: 100px;
  background-color: #ccc;
  color: #000;
  cursor: pointer;
  transition: 0.5s;
}

.containermail .user .formbx form input[type="submit"]:hover {
  max-width: 100px;
  background-color: #333;
  color: #fff;
  cursor: pointer;
  transition: 0.5s;
}

.containermail .user .formbx form .signup2 {
  color: #fff;
  margin-top: 20px;
}

.containermail .user .formbx form .signup2 a {
  max-width: 120px;
  padding: 10px;
  background-color: #ccc;
  color: #000;
  cursor: pointer;
  transition: 0.5s;
  text-decoration: none;
}

.containermail .user .formbx form .signup2 a:hover {
  background-color: #333;
  color: #fff;
  cursor: pointer;
  transition: 0.5s;

  font-weight: bold;
}

.containermail .user .formbx form .signup {
  color: #fff;
}

.containermail .user .formbx form .signup a {
  color: #fff;
  text-decoration: none;
}

.containermail .user .formbx form .signup a:hover {
  text-decoration: none;
  color: #f1f1f1;
  font-weight: bold;
}

.containermail .signupbx {
  pointer-events: none;
}

.containermail.active .signupbx {
  pointer-events: initial;
}

.containermail .signupbx .formbx {
  left: 100%;
}

.containermail.active .signupbx .formbx {
  left: 0;
}

.containermail .signupbx .imgsignin {
  left: -100%;
}

.containermail.active .signupbx .imgsignin {
  left: 0;
}

.mobmail {
  display: none;
}

@media (max-width: 768px) {
  .containermail {
    display: none;
  }

  .mobmail {
    display: block;
  }
}
