body {
  margin: 0px;
  padding: 0px;
}

.contenedor {
  display: flex;
}

.one {
  height: 100vh;
  background: #ECE9E6;
  background: linear-gradient(to bottom, #FFFFFF, #ECE9E6);
  overflow: auto;
}

.logoempresa {
  margin-top: 15px;
  text-align: center;
}

.titulo {
  color: #44b2cf; 
  text-align: center; 
  font-weight: bold; 
  font-size: 1.4rem;
  margin: 10px 0px;
}

form {
  width: 305px;
  margin: auto;
}

.verpass {
  color: #3d3a3a;
  cursor: pointer;
  position: relative;
  z-index: 999;
  top: -30px;
  
  text-align: end;
}

.contenedorcaptcha {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  top: -20px;
}

.other_access {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}

.close span {
  font-size: 14px;
}

.alogin{
  cursor: pointer;
  color: #007bff;
}

.divider {
  width: 80%;
  height: 5px;
  color: #f3f1ef;
  border-bottom: 1px solid #dfdfdf;
}

@media only screen and (min-width:1920px) and (max-width:5000px) {
  .one {
    width: 500px;
  }

  .imagenLogo {
    width: 125px;
  }
  .verpass {
    left: 280px;
  }

  .two_mobile {
    display: none !important;
  }

  .two {
    height: 100vh;
    width: calc(100% - 500px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .two span {
    color: white;
    font-size: 3rem;
    margin: 20px 40px;
    text-align: center;
  }
  
  .btn_how_to_pay {
    font-size: 1.2rem;
  }
  
  .other_access {
    margin: 20px 0px;
  }

  .modal_video {
    border-radius: 5px;
    width: 500px;
    height: 370px;
    background-color: #000000;
    position: fixed;
    z-index: 99999;
    top: calc(50% - 177px);
    left: calc(50% - 250px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 4px;
  }

  .modal_video .close {
    display: flex;
    justify-content:space-between;
    text-align: center;
    width: 100%;
    color: white;
  }

  .modal_video .close span {
    padding: 5px 10px;
    font-size: 14px;
    margin: 0px;
  }

  .dudas {
    cursor: pointer;
    color: #ffffff;
    font-size: 18px !important;
  }

  .divider2 {
    display: none;
  }
}

@media only screen and (min-width:716px) and (max-width:1919px) {
  .one {
    width: 400px;
  }

  .imagenLogo {
    width: 120px;
  }

  .verpass {
    left: 280px;
  }

  .two_mobile {
    display: none !important;
  }

  .two {
    height: 100vh;
    width: calc(100% - 400px);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .two span {
    color: white;
    font-size: 2.2rem;
    margin: 20px 40px;
    text-align: center;
  }
  
  .btn_how_to_pay {
    font-size: 1.2rem;
  }
  
  .other_access {
    margin: 20px 0px;
  }
  .modal_video {
    border-radius: 5px;
    width: 500px;
    height: 370px;
    background-color: #000000;
    position: fixed;
    z-index: 99999;
    top: calc(50% - 177px);
    left: calc(50% - 250px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 4px;
  }

  .modal_video .close {
    display: flex;
    justify-content:space-between;
    text-align: center;
    width: 100%;
    color: white;
  }

  .modal_video .close span {
    padding: 5px 10px;
    font-size: 14px;
    margin: 0px;
  }

  .dudas {
    cursor: pointer;
    color: #ffffff;
    font-size: 18px !important;
  }

  .divider2 {
    display: none;
  }
}

@media screen and (max-width:715px) {
  .one {
    width: 100%;
  }

  .imagenLogo {
    width: 165px;
  }

  .verpass {
    left: 280px;
  }

  .two {
    display: none ;
  }

  .two_mobile {
    margin: 10px 0px;
    display: block;
  }

  .btn_how_to_pay {
    font-size: 1.1rem;
  }

  .other_access {
    margin: 10px 0px;
  }

  .modal_video {
    border-radius: 5px;
    width: 380px;
    height: 370px;
    background-color: #000000;
    position: fixed;
    z-index: 99999;
    top: calc(50% - 177px);
    left: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 4px;
  }

  .modal_video .close {
    display: flex;
    justify-content:space-between;
    text-align: center;
    width: 100%;
    color: white;
  }

  .modal_video .close span {
    padding: 5px 10px;
    font-size: 14px;
    margin: 0px;
  }

  .dudas {
    cursor: pointer;
    color: #007bff;
  }

  .divider2 {
    display: block;
    width: 80%;
    height: 5px;
    color: #f3f1ef;
    border-bottom: 1px solid #dfdfdf;
  }
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: thin;
    scrollbar-color: #44b2cf #f2f2f2;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 16px;
  }

  *::-webkit-scrollbar-track {
    background: #f2f2f2;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #44b2cf;
    border-radius: 10px;
    border: 3px solid #ffffff;
  }