/* 
.navbar {
  width: 100%;
  box-shadow: 0 1px 4px rgb(146 161 176 / 15%);
}
.navbar1 {
  border-bottom: 1px solid #fff;
  width: 100%;
  box-shadow: 0 1px 4px rgb(146 161 176 / 41%);
}


.containerIniciarSesion{
  display: none;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 62px;
}

.navbar .menuLanding-items {
  display: flex;
}
.navbar1 .menuLanding-items {
  display: flex;
}
.navbar .nav-container li {
  list-style: none;
}
.navbar1 .nav-container li {
  list-style: none;
}
.navbar .nav-container a {
  text-decoration: none;
  color: #0e2431;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 0.7rem;
}
.navbar1 .nav-container a {
  text-decoration: none;
  color: #0e2431;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 0.7rem;
}
.navbar .nav-container a:hover{
  font-weight: bolder;
}
.navbar1 .nav-container a:hover{
    font-weight: bolder;
}

.nav-container {
  display: block;
  position: relative;
  height: 60px;
}

.nav-container .checkbox {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  top: 11px;
  left: 11px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.nav-container .hamburger-lines {
  display: block;
  height: 26px;
  width: 32px;
  position: absolute;
  top: 17px;
  left: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav-container .hamburger-lines .line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background: #0e2431;
}

.nav-container .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.nav-container .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}

.nav-container .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}
.navbar .menuLanding-items {
  padding-top: 120px;
  box-shadow: inset 0 0 2000px #232351;
  background-color: #232351;
  height: 100vh;
  width: 50%;
  transform: translate(-150%);
  display: flex;
  flex-direction: column;
  margin-left: -40px;
  padding-left: 50px;
  transition: transform 0.5s ease-in-out;
  text-align: center;
}
.navbar1 .menuLanding-items {
  padding-top: 120px;
  box-shadow: inset 0 0 2000px #232351;
  background-color: #232351;
  height: 100vh;
  width: 50%;
  transform: translate(-150%);
  display: flex;
  flex-direction: column;
  margin-left: -40px;
  padding-left: 50px;
  transition: transform 0.5s ease-in-out;
  text-align: center;
}
.navbar .menuLanding-items li {
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
  font-weight: 500;
}
.navbar1 .menuLanding-items li {
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
  font-weight: 500;
}

.logo {
  position: absolute;
  top: -4%;
  left: 5%;
  font-size: 1.2rem;
  color: #0e2431;
}

.nav-container input[type="checkbox"]:checked ~ .menuLanding-items {
  transform: translateX(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
  transform: rotate(45deg);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
  transform: scaleY(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
  transform: rotate(-45deg);
}

.nav-container input[type="checkbox"]:checked ~ .logo{
  display: none;
}
.hamburger .bar-1 {
  background-color: #665090!important;
}
.hamburger .bar-2 {
  background-color: #60649f!important;
}
.hamburger .bar-3 {
  background-color: #53abd1!important;
}
@media (max-width:575px){
  .logo{
    left: 25%;
    width: 70%;
  }
.containerIniciarSesion{
  display: block;
}
} */
/* headerlanding */
.spanGradient{
  background: linear-gradient(90deg, #9C3E6F 0%, #565B91 100%);
  height: 2px;
}
.headerlanding {
  background: #1E1E1E;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  width: 100%;
  z-index: 3;
  display: unset;
  position: relative;
}
.headerlanding a{
  color: #fff;
}
.headerlanding ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background: #1E1E1E;
}

.headerlanding li a {
  display: block;
  padding: 20px 25px;
  text-decoration: none;
  font-family: var(--bold);
}

.headerlanding li a:hover,
.headerlanding .menuLanding-btn:hover {
  background: #1E1E1E;
}

.headerlanding .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 0px 10px 25px;
  width: 174px;
  text-decoration: none;
}

/* menuLanding */

.headerlanding .menuLanding {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menuLanding icon */

.headerlanding .menuLanding-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.headerlanding .menuLanding-icon .navicon {
  background: #585D95;
  display: block;
  height: 5px;
  position: relative;
  transition: background .2s ease-out;
  width: 25px;
  border-radius: 18px;
}

.headerlanding .menuLanding-icon .navicon:before,
.headerlanding .menuLanding-icon .navicon:after {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
  border-radius: 18px;

}

.headerlanding .menuLanding-icon .navicon:before {
  top: 10px;
  height: 5px;
  background: #6BA1C0;
}

.headerlanding .menuLanding-icon .navicon:after {
  top: -10px;
  background: #8F8BBC;
  height: 5px;
}

/* menuLanding btn */

.headerlanding .menuLanding-btn {
  display: none;
}

.headerlanding .menuLanding-btn:checked ~ .menuLanding {
  height: 100vh;
  max-height: inherit;
  padding: 8% 0;
}

.headerlanding .menuLanding-btn:checked ~ .menuLanding-icon .navicon {
  background: transparent;
}

.headerlanding .menuLanding-btn:checked ~ .menuLanding-icon .navicon:before {
  transform: rotate(-45deg);
}

.headerlanding .menuLanding-btn:checked ~ .menuLanding-icon .navicon:after {
  transform: rotate(45deg);
}

.headerlanding .menuLanding-btn:checked ~ .menuLanding-icon:not(.steps) .navicon:before,
.headerlanding .menuLanding-btn:checked ~ .menuLanding-icon:not(.steps) .navicon:after {
  top: 0;
}
.btn-freeTrial{
  background: #6BA1C0;
  border-radius: 8px;
  width: 50%;
  margin: 3% auto;
}
.containerSignUp{
  display: none;
}
.especialli{
  text-align: center;
  display: block;
}
.marginContainer{
  margin-top: 10%;
}
/* 48em = 768px */
.containerFreeTrialMobile{
  position: absolute;
  left: -41px;
  top: 15px;
  display: block;
  background: #6BA1C0;
  border-radius: 8px;
  padding: 4% 8%;
  border: none;
  color: #fff;
  display: none;
  
}

@media (min-width: 348px ) and (max-width: 465px ){
.containerFreeTrialMobile{
  left: calc(2% - 9vw);
  display: block;
}
}

@media (min-width: 1050px) {
  .especialli{
    display: none;
  }
  .containerFreeTrialMobile{
    display: none;
  }
  .marginContainer{
    margin-top: 0%;
  }
  .headerlanding{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .headerlanding li {
    float: left;
  }
  .headerlanding li a {
    padding: 20px 15px;
    font-size: clamp(0.5rem, 1.2vw, 1rem);
  }
  .headerlanding .logo{
    padding: 10px 0px 10px 20px;

  }
  .headerlanding .menuLanding {
    clear: none;
    float: right;
    max-height: none;
    margin-left: -15%;
  }
  .headerlanding .menuLanding-icon {
    display: none;
  }
  .containerSignUp{
    width: 18%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .containerSignUp a{
    white-space: nowrap;
    margin-right: 15px;
  }

  .containerSignUp button{
    background: #6BA1C0;
    border-radius: 8px;
    padding: 4% 8%;
    border: none;
    color: #fff;
  }
}
