@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: content-box;
  font-family: "Poppins", sans-serif;
}

.intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 3;
  background: black;
  background: url('../img/Backgroundintro.jpg');
  background-size: cover;
  background-position: center;

  transition: 1s;
}

.intro img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 400px;
  height:auto;
}

.img{
  opacity: 0;
  transition: ease-in-out 1.5s;

}

.imgActive  {
  opacity: 1;
  transition: ease-in-out 1.5s;
}

.welcome {
  font-size: 2.5rem;
  color: white;
}

.logo-parts{
  position: relative;
  display: inline-block;
  opacity: 0;
}

.logo-parts.active {
  left: 0;
  opacity: 1;
  transition: ease-in-out .5s;
}

.logo-parts.fade {
  left: 250px;
  opacity: 0;
  transition: ease-in-out .5s;
}

.main {
  width: 100%;
  height: 100vh;
  background: url("../img/Background.gif");
  background-size: cover;
  background-position: center;
}

.shadow {
  width: 100%;
  height: 100vh;
  background: radial-gradient(
    90.4% 90.4% at 50% 50%,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.78) 99.94%
  );
}

.nav {
  height: 100px;
  width: 100%;
  background: #ffff;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.logo img {
  width: 159px;
  height: 80px;
}

.links ul {
  list-style: none;
  display: flex;
}

.links ul li a {
  text-decoration: none;
  margin: 0 5px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.login {
  display: flex;
  align-items: center;
}

.login ul {
  list-style: none;
  display: flex;
}

.login ul li a {
  text-decoration: none;
  margin: 0 5px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.login .registar {
  color: #935a36;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.login .icons i {
  font-size: 40px;
  margin: 0 5px;
}
.container{
  display: flex;
  flex-direction: column;

}

.up{
  display: flex;
  margin-bottom: 20px;
}
.down{
  display: flex;
}
.wrapper{
  display: flex;
  height: 250px;
  width: 50%;
}

.secciones {
  width: 80%;
  height: 100%;

  position: relative;
  display: flex;
  color: #ffff;
  align-items: center;


}

.left{
  margin: 20px;
  margin-top: 70px;

  left: 15%;
}

.rigth{
  margin-top: 20px;
  left: 15px;
}

.marco {
  width: 70%;
  height: 250px;
  border-radius: 10px;
  background: rgba(58, 17, 10, 0.75);
  position: absolute;
  right: 0;
  z-index: 1;
  align-items: center;
}

.s-img img {
  width: 300px;
  height: 200px;
  position: relative;
  z-index: 2;
  margin-right: 7.5px;
}

.texto {
  /* display: flex; */
  z-index: 2;
  width: 400px;
  height: 170px;
  margin-left: 7.15px;
  align-items: center;
}
.texto p {
  color: #fff;

  font-family: Arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.texto span {
  color: #fff;
  font-family: Arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.texto ul{
  padding-left: 10px;
  color: #fff;
}

.button-responsive{
  display: none;
}



/* Resposive */


@media (max-width:1024px) {
  .main{
    height: 768px;
  }
  .shadow {
    height: 768px;
  }

  @media (max-height:651px) {
    .main{
      height: 651px;
    }
    .shadow {
      height: 651px;
    }
  }

  .nav {
    height: 80px;
  }
  .links ul li a {
    font-size: 15px;
  }

  .login ul li a {
    font-size: 15px;
  }

  .login .registar {
    font-size: 15px;
  }

  .login .icons i {
    font-size: 20px;
  }

  .logo img {
    width: 119.25px;
    height: 60px;
  }

  .s-img img{
    width: 150px;
    height: 75px;
    margin: 20px;
    }
    .texto p {
      font-size: 12px;
    }
    .texto span {
      font-size: 12px;
    }
    .texto {
      padding-top: 20px;

    }

    .wrapper{
      height: 250px;
      width: 50%;
    }

    .secciones {
      width: 80%;
      height: 100%;
    }

    .marco {
      width: 70%;
      height: 175px;


    }

    .left{
      margin: 10px;
      margin-top: 50px;


    }

    .rigth{
      margin-top: 10px;

    }

}


/* 950 px */

@media (max-width:950px) {
  .main{
    height: 768px;
  }
  .shadow {
    height: 768px;
  }

  @media (max-height:651px) {
    .main{
      height: 651px;
    }
    .shadow {
      height: 651px;
    }
  }

  .nav {
    height: 70px;
  }
  .links ul li a {
    font-size: 14px;
  }

  .login ul li a {
    font-size: 14px;
  }

  .login .registar {
    font-size: 14px;
  }

  .login .icons i {
    font-size: 18px;
  }

  .logo img {
    width: 100px;
    height: 50px;
  }

  .s-img img{
    width: 140px;
    height: 65px;
    margin: 10px;
    }
    .texto p {
      font-size: 11px;
    }
    .texto span {
      font-size: 10px;
    }

    .wrapper{
      height: 230px;
      width: 50%;
    }

    .secciones {
      width: 80%;
      height: 100%;

      position: relative;
      display: flex;
      color: #ffff;
      align-items: center;


    }
    .marco {
      width: 70%;
      height: 165px;


    }

    .left{
      margin: 10px;
      margin-top: 50px;


    }

    .rigth{
      margin-top: 10px;

    }

}

/* tamaño cel horizontal */
@media (max-width:800px) {
  .links ul li a {
    font-size: 12px;
  }

  .login ul li a {
    font-size: 12px;
  }

  .login .registar {
    font-size: 12px;
  }

  .login .icons i {
    font-size: 16px;
  }

  .logo img {
    width: 75px;
    height: 37.5px;
  }


  .up{
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
    align-items: center;
    width: 100%;
  }

  .down{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .wrapper{
    width: 80%;
  }
  .main{
    height: 1000px;
   }
   .shadow{
    height: 1000px;
   }
   .secciones{
    margin-top: 0px;
   }
   .rigth{
    left: 50%;
    transform: translateX(-50%);
   }
   .left{
    left: 50%;
    transform: translateX(-50%);
   }
}


@media (max-width:595px) {
 .icons{
  display: flex;
  flex-direction: column;
 }
}

@media (max-width:533px) {
  .login ul{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}



/* tamaño cel vertical */
@media (max-width:500px) {

  .intro img {
    width: 300px;
  }
  .welcome {
    font-size: 1.5rem;
  }

  .logo-parts.active {

    all: unset;
    left: 0;
    /* opacity: 1; */
    transition: ease-in-out .5s;
  }

  .icons{
    flex-direction: row;
   }
  .texto span {
    font-size: 14px;
  }
  .texto p {
    font-size: 14px;
    padding-top:10px;
  }

  .links{
    display: none;
  }

  .login{
    display: none;
  }


  .button-responsive{
    display: block;
  }

  .button-responsive button{
    border: none;
    background-color: white;
  }

  .button-responsive i{
    font-size: 40px;
  }


   .nav{
    position: fixed;
    z-index: 3;
   }


    .active{
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fff;
    height: 100vh;
    justify-content: start;
    justify-content: center;


  }

  .links ul{

    flex-direction: column;
    align-items: center;
  }


  .login {

    flex-direction: column;
  }

  .login ul{
    flex-direction: column;
    align-items: center;
  }

  .bx-x{
    position: absolute;
    right: 20%;
    top: 10%;
  }

  .container{
    padding-top: 120px ;
    display: flex;
    flex-direction: column;
  }

  .display{

    display: flex;

  }

  .d-none{
    display: none;
  }



.up{
  display: flex;
  flex-direction: column;
  margin-bottom: 0px;
}

.down{
  display: flex;
  flex-direction: column;
}
.wrapper{

  display: flex;
  flex-direction: column;
  height: 400px;
  width: 100%;
  align-items: center;
  margin: 20px 0;
  position: relative;


}






.secciones {
  width: 300px;
  height: 100%;


  display: flex;

  color: #ffff;


}
.rigth{
  all: unset;

}
.left{
  all: unset;

}
.marco {
  width: 300px;
  height: 400px;
  border-radius: 10px;
  background: rgba(58, 17, 10, 0.75);
  position: absolute;
 left: 50%;
 transform: translateX(-50%);
  z-index: 1;
  align-items: center;
}


 .s-img img{
  width: 200px;
  height: 100px;
  margin: 20px;
  }

  .texto {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    align-items: center;
    z-index: 2;
    width: 200px;
    height: auto;



  }

 .main{
  height: 1900px;
 }
 .shadow{
  height: 1900px;
 }

 .cAtive{
  height: 100vh;
 }
}



