@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

* {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

body {
  margin: 0;
  padding: 0;
  background-color: #eee;
}

.modal {
  display: none;
  justify-content: center;
  align-items: center;

  position: fixed;
  z-index: 15 !important;

  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */

.modal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #fefefe;
  padding: 3rem;

  margin-bottom: 15rem;
  width: 30rem;

  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;

  color: #333;
  border-radius: 20px;

  z-index: 11 !important;
}

.modal-reset {
  position: relative;
  text-align: center;
}

.modal-reset p {
  font-size: 1rem;
}

.modal-reset-title {
  font-size: 1.4rem !important;
  font-weight: 600;
  text-align: center;
}

.premium-btn {
  margin-top: 1em !important;
}

.premium {
  position: relative;
  text-align: center;
}

.premium p {
  font-size: 1rem;
}

.premium-title {
  font-size: 1.4rem !important;
  font-weight: 600;
  text-align: center;
}

/* Add Animation */

@-webkit-keyframes animatetop {
  from {
      top: -700px;
      opacity: 0
  }
  to {
      top: 0;
      opacity: 1
  }
}

@keyframes animatetop {
  from {
      top: -700px;
      opacity: 0
  }
  to {
      top: 0;
      opacity: 1
  }
}

/* The Close Button */

.close {
  color: #303030;
  top: 5%;
  right: 5%;
  font-size: 2.6rem;
  position: absolute;
  z-index: 2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.recursos-premium {
  position: relative;
  text-align: center;
}

.recursos-premium p {
  font-size: 1rem;
}

.recursos-premium-title {
  font-size: 1.4rem !important;
  font-weight: 600;
  text-align: center;
}

.content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  z-index: 1;
}

.content .header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #ffbb8d;
}

.content .header .logo img {
  height: 4rem;
  margin: 0.8rem 2rem;
}

.content .header .logo img:hover {
  opacity: 0.8;
}

.content .header .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 4rem;
}

.content .header .menu .open-menu-button {
  display: none;
  width: 3rem;
  height: 3rem;
  right: 1rem;
  position: absolute;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #535353;
  transition: color .5s;
  outline: none;
  z-index: 11;
}

.content .header .menu .open-menu-button i {
  font-size: 2rem;
}

.content .header .menu .open-menu-button:hover {
  color: #000;
}

.content .header .menu .menu-pages {
  display: flex;
  list-style: none;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.content .header .menu .menu-pages > li {
  margin: 0 1rem;
}

.content .header .menu .menu-pages > li > img {
  display: none;
}

.content .header .menu .menu-pages > li > a {
  display: block;
  padding: 0.3rem;
  text-decoration: none;
  color: #535353;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}

.content .header .menu .menu-pages > li > a,
.content .header .menu .menu-pages > li > a:after,
.content .header .menu .menu-pages > li > a:before {
  transition: all .5s;
}

.content .header .menu .menu-pages > li > a:hover {
  color: #000;
}

.content .header .menu .menu-pages > li > a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #000;
  height: 1px;
}

.content .header .menu .menu-pages li > a:hover:after {
  width: 100%;
}

.content .header .login {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 9rem;
  height: 3rem;
  margin-left: 2rem;
}

.content .header .login .login-button {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 2px solid #535353;
  color: #535353;
  font-size: 1rem;
  font-weight: 600;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.content .header .user-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 9rem;
  margin-left: 2rem;
}

.content .header .user-info .user-options-btn {
  margin-left: 1rem;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  color: #333;
}

.options {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 10rem;

  right: -4rem;
  transform: translate(-50%, -50%);
  border-radius: 1rem;
  padding: 1rem 2rem;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.20);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.20);
  box-shadow: 0 0 10px rgba(0,0,0,0.20);
}

.options ul {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  list-style: none;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.options ul li {
  margin: 1rem auto;
}

.options ul li a {
  text-decoration: none;
  color: #333;
  transition: color all .4s;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
}

.options ul li a:hover {
  color: #000;
}


.content .header .user-info p {
  color: #535353;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

.content .header .login .login-button:hover {
  background: #535353;
  color: #fff;
}


.content .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 2rem 0 2rem 0;
  max-width: 65%;
  width: 60rem;
}

.content .footer {
  width: 100%;
  background: #eee;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #333;
  text-align: center;
}

.content .footer hr.footer-hr {
  background: #ffbb8d;
  width: 58rem;
  height: 0.2rem;
  border: none;
  margin: 0;
  margin-top: 2rem;
}

.content .footer .footer-text {
  margin: 2rem 0 0.8rem 0;
}

.content .footer .footer-text p {
  margin: 0;
  font-weight: 500;
}

.content .footer a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

.content .footer a:hover {
  text-decoration: underline;
}

.content .footer img {
  margin-bottom: 1.5rem;
  height: 6rem;
}

.button {
  margin: 0 1rem;
  width: 13rem;
  height: 4rem;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #333;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  outline: none;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  color: #333;
  z-index: 5;
}

.button:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  height: 0;
  left: 0;
  background: #333;
}

.button.top-bottom:after {
  top: 0;
}

.button.bottom-top:after {
  bottom: 0;
}


.button:hover:after,
.button:active:after {
  height: 100%;
}

.button:hover {
  color: #fff;
}

.admin-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.admin-menu .title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 1rem;
  margin-bottom: 1rem;
}

.admin-menu a {
  text-decoration: none;
  color: #666;
}

.admin-menu a:hover {
  text-decoration: underline;
}


@media only screen and (max-width: 1024px) {
  * {
    font-size: 12px;
  }

  .content .header .menu .menu-pages li > a {
    padding: 0.3rem;
  }
}

@media only screen and (max-width: 800px) {

  * {
    font-size: 12px;
  }

  .content .header .menu .open-menu-button {
    display: block;
  }

  .content .header .menu .menu-pages {
    display: none;
    flex-direction: column;
    width: 200%;
    height: 200%;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    background-color: #ffbb8d;
    padding: 0;
  }

  
  .content .header .menu .menu-pages > li {
    padding: 0;
    margin: 1rem 0;
  }

  .content .header .menu .menu-pages > li > img {
    display: block;
    height: 6rem;
    margin: 2rem;
  }

  .content > .header > .menu > .menu-pages li > a, .content > .header > .login > .login-button {
    font-size: 1.6rem;
  }

  .content .header .login {
    width: 13.5rem;
    height: 4.5rem;
    margin: 0 auto;
  }

  .content .header .user-info {
    width: 15rem;
  }

  .content .header .user-info p {
    font-size: 1.6rem;
  }

  .content .header .user-info .user-options-btn i {
    font-size: 1.6rem;
  }

  .options {
    width: 25%;
    top: 72% !important;
    left: 49%;
  }

  .options > ul > li > a {
    font-size: 1.2rem !important;
  }

  .button {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 800px) {
  
  .responsive {
    display: flex !important;
  }

  .content .header .login .login-button {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 650px) {
  .content .footer hr.footer-hr {
    width: 25rem;
  }
  .content .footer img {
    height: initial;
    width: 95%;
  }
}

@media only screen and (max-width: 450px) {
  .modal-content {
    width: 18rem;
  }
}