@import url("https://fonts.googleapis.com/css2?family=Bungee&family=Noto+Sans:ital,wght@0,100;0,300;0,600;1,100;1,300;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300&family=Raleway:ital,wght@0,100;0,300;0,600;1,100;1,300;1,600&display=swap");
* {
  margin: 0;
  padding: 0%; }

body {
  display: grid;
  height: 100vh;
  grid-template-rows: auto 1fr auto; }

.logo {
  width: 50px;
  top: 5px;
  left: 10px; }

/* MAIN  */
.main__cover {
  display: flex;
  background-size: cover;
  background-position: center;
  background-position-y: -100px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 70vh;
  min-height: 30vh; }

.general_body {
  display: grid;
  /* padding-top: 60px; */
  background-image: url("../assets/img/empty background2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 30px; }
  .general_body h1, .general_body h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 4rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #c7f416;
    text-align: center; }
  .general_body h3 {
    font-size: 2rem;
    font-weight: 300; }
  .general_body img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    width: 25rem;
    border-color: #c7f416; }
  .general_body p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 2.5rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: aliceblue;
    text-align: center; }
  .general_body a {
    text-decoration: none;
    color: #c7f416; }
  .general_body .main__content {
    /* padding-top: 10vh; */
    padding-left: 20vh;
    padding-right: 20vh; }

.imgContainer {
  display: flex;
  justify-content: center;
  align-items: flex-end; }

.imgBackground {
  width: 100%; }

.imgContainer h2 {
  position: absolute;
  color: white;
  text-transform: uppercase; }

@media screen and (max-width: 1024px) {
  .main__cover {
    display: flex;
    background-size: contain;
    background-position: center;
    background-position-y: -100px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 40vh;
    min-height: 30vh; }
  .general_body h1, .general_body h3 {
    font-size: 3rem; }
  .general_body h3 {
    font-size: 1.5rem; }
  .general_body p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: aliceblue;
    text-align: center; }
  .general_body img {
    display: block;
    margin: auto;
    width: 20rem;
    border-color: #c7f416; }
  .general_body main img {
    display: block;
    margin: auto;
    width: 15rem;
    border-color: #c7f416; }
  .general_body .main__content {
    padding-left: 1vh;
    padding-right: 1vh; } }

@media screen and (max-width: 768px) {
  .main__cover {
    display: flex;
    background-size: contain;
    background-position-y: 0px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 35vh;
    min-height: 30vh; }
  .general_body h1, .general_body h3 {
    font-size: 3rem; }
  .general_body h3 {
    font-size: 1.5rem; }
  .general_body p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: aliceblue;
    text-align: center; }
  .general_body img {
    display: block;
    margin: auto;
    width: 20rem;
    border-color: #c7f416; }
  .general_body main img {
    display: block;
    margin: auto;
    width: 15rem;
    border-color: #c7f416; }
  .general_body .main__content {
    padding-left: 1vh;
    padding-right: 1vh; } }

@media screen and (max-width: 480px) {
  .main__cover {
    display: flex;
    background-size: contain;
    background-position-y: 10px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 15vh;
    min-height: 15vh; }
  .general_body h1, .general_body h3 {
    font-size: 3rem; }
  .general_body h3 {
    font-size: 1.5rem; }
  .general_body p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: aliceblue;
    text-align: center; }
  .general_body img {
    display: block;
    margin: auto;
    width: 20rem;
    border-color: #c7f416; }
  .general_body main img {
    display: block;
    margin: auto;
    width: 15rem;
    border-color: #c7f416; }
  .general_body .main__content {
    padding-left: 1vh;
    padding-right: 1vh; } }

.header ul {
  list-style: none;
  display: flex;
  text-align: end;
  margin-right: 1rem; }

/* NAVBAR CUSTOMIZATION /*/
.navbar__custom {
  background: linear-gradient(to bottom right, #323746, #02030c); }

.navbar__custom ul {
  font-family: 'Bungee', cursive;
  color: #c7f416; }

.navbar__custom li {
  transition: trasnform 3s; }

.navbar__custom li:hover {
  transform: scale(1.2); }

.navbar__custom .header__burguer-menu {
  display: none; }

.navbar__custom .header__bar__btn {
  display: none; }

.contactForm {
  text-align: center;
  padding-left: 15vw;
  padding-right: 15vw; }

fieldset {
  padding: 10px;
  justify-content: center;
  margin: auto;
  border-radius: 5px;
  font-family: 'Bungee', cursive;
  color: aliceblue; }
  fieldset fieldset {
    border-radius: 5px;
    font-family: 'Raleway';
    font-weight: 600; }
  fieldset .form__button {
    padding: 5px;
    font-weight: 600;
    font-family: 'Bungee', cursive; }

/* MEDIA FORM */
@media screen and (max-width: 480px) {
  .contactForm {
    text-align: left;
    padding-left: 1rem;
    padding-right: 1rem; }
    .contactForm fieldset {
      padding: 0px;
      padding-top: 30px;
      border: none; }
      .contactForm fieldset legend {
        padding-top: 15px;
        text-align: center; }
      .contactForm fieldset fieldset legend {
        text-align: left; } }

/* FOOTER */
.footer, .footerNav {
  background: linear-gradient(to bottom right, #323746, #02030c);
  margin-bottom: 0%; }
  .footer ul, .footerNav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    text-align: center;
    font-family: 'Bungee', cursive;
    color: #c7f416;
    padding-left: 0; }
    .footer ul li, .footerNav ul li {
      margin-left: 1rem; }
      .footer ul li a, .footerNav ul li a {
        text-decoration: none; }
  .footer li, .footerNav li {
    transition: trasnform 3s; }
  .footer li:hover, .footerNav li:hover {
    transform: scale(1.2); }

.footerNav {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%; }

/* CONTENEDOR */
.contenedor__blogs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 50px 25px;
  column-gap: 1rem; }

.blog {
  justify-content: space-around;
  padding-left: 10px;
  padding-right: 10px; }
  .blog__box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center; }
    .blog__box p {
      font-size: 1rem;
      padding-left: 5rem;
      padding-right: 5rem; }
  .blog__img {
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 15rem;
    width: 25rem; }

/* MEDIA BLOG */
@media screen and (max-width: 720px) {
  .contenedor__blogs {
    grid-template-columns: 1fr;
    padding: 0px; }
  .blog {
    justify-content: space-around;
    padding-left: 10px;
    padding-right: 10px; }
    .blog__box p {
      font-size: 1rem;
      padding-left: 0rem;
      padding-right: 0rem; } }

@media screen and (max-width: 480px) {
  .contenedor__blogs {
    grid-template-columns: 1fr;
    padding: 0px; }
  .blog__img {
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 15rem;
    width: 20rem; } }

/* Application */
.app_view {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  color: aliceblue;
  flex-direction: row;
  justify-content: center;
  justify-content: space-around;
  align-items: center; }
  .app_view .img-bx {
    padding: 30px;
    overflow: hidden; }

.bckg-dark {
  background-color: #323746; }

.waves {
  margin-top: -4px;
  margin-bottom: -4px; }

/* MEDIA APP */
@media screen and (max-width: 940px) {
  .app_view {
    flex-direction: column;
    padding-left: 0rem;
    padding-right: 0rem; }
  .bg-dark {
    flex-direction: column-reverse; } }

@media screen and (max-width: 720px) {
  .app_view {
    flex-direction: column;
    padding-left: 0rem;
    padding-right: 0rem; }
  .bg-dark {
    flex-direction: column-reverse; } }

@media screen and (max-width: 480px) {
  .app_view {
    flex-direction: column;
    padding-left: 0rem;
    padding-right: 0rem; }
  .bckg-dark {
    flex-direction: column-reverse; } }

/* WORKSHOPS */
.workshops__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 50px 25px;
  column-gap: 1rem;
  justify-items: center; }

.workshop {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-left: 10px;
  padding-right: 10px;
  padding: 30px;
  width: 35vw; }
  .workshop ul li {
    font-family: 'Raleway', cursive;
    font-weight: 300;
    display: flex;
    color: aliceblue;
    display: list-item;
    list-style-type: circle; }
  .workshop a {
    display: block;
    height: 1.5rem;
    text-align: center;
    font-family: 'Bungee', cursive;
    background: linear-gradient(to bottom right, #323746, #02030c);
    color: #c7f416;
    border-radius: 5px; }

/* MEDIA WORKSHOP */
@media screen and (max-width: 720px) {
  .workshops__list {
    grid-template-columns: 1fr; }
  .workshop {
    width: 100vw; } }

@media screen and (max-width: 480px) {
  .workshops__list {
    /* grid-template-columns: 1fr; */
    justify-content: normal;
    padding: 0%; }
  .workshop {
    width: 100vw; } }

/* Blogs */
.blogs__cover {
  display: flex;
  background-size: cover;
  background-position: center;
  background-position-y: -100px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  opacity: 70%;
  height: 30vh;
  min-height: 30vh; }

.blogs h1, .blogs .general_body h3, .general_body .blogs h3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  padding-left: 10rem;
  padding-right: 10rem;
  font-family: Bungee;
  text-shadow: 2px 2px #02030c;
  color: #323746; }

.blogs ul {
  padding-top: 0rem;
  padding-bottom: 0rem;
  padding-left: 10rem;
  padding-right: 10rem; }

.blogs__body {
  padding-left: 10rem;
  padding-right: 10rem; }

.blogs p {
  font-family: 'Raleway', cursive;
  font-weight: 300;
  text-align: justify;
  color: gray; }

/* MEDIA BLOG */
@media screen and (max-width: 720px) {
  __cover {
    display: flex;
    background-size: contain;
    background-position-y: 75px; }
  .blogs h1, .blogs .general_body h3, .general_body .blogs h3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem; }
  .blogs ul {
    padding-left: 2rem;
    padding-right: 2rem; }
  .blogs__body {
    padding-left: 2rem;
    padding-right: 2rem; } }

@media screen and (max-width: 480px) {
  __cover {
    display: flex;
    background-size: contain;
    background-position-y: 75px; }
  .blogs h1, .blogs .general_body h3, .general_body .blogs h3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  .blogs ul {
    padding-left: 1rem;
    padding-right: 1rem; }
  .blogs__body {
    padding-left: 1rem;
    padding-right: 1rem; } }
