.text-content-login {
  margin-top: 0px;
  padding: 20px;
  color: #ffffff;
  text-align: left;
}

.text-section-login {
  /*margin-top: 20px;*/
  z-index: 10;
}

.title-login {
  font-size: 110px;
  font-family: venice-blvd;
  font-weight: 400;
  line-height: 1.2;
  color: #FFFFFF;
  z-index: 10;
  margin-bottom: 0px;
}

.subtitle-login {
  font-family: gotham;
  font-size: 70px;
  margin-top: 0px;
  font-weight: 300;
  line-height: 1.2;
  color: #FFFFFF;
  z-index: 10;
}

.description-login {
  font-family: gotham;
  font-size: 25px;
  font-weight: 200;
  line-height: 1;
  color: #FFFFFF;
  z-index: 10;
}

.buttons-section {
  /*margin-top: 160px;*/
  z-index: 10;
}

.buttons-section .btn-login, .buttons-section .btn-register {
  width: 100%;
  /*max-width: 500px;*/
  padding: 15px 20px;
  font-family: 'Gotham';
  font-size: 1rem;
  color: #000000;
  background-color: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 5px;
  display: flex;
  justify-content: left;
  align-items: center;
  transition: all 0.3s ease-in-out;
  text-align: left;
  z-index: 10;
  font-family: 'Gotham';
}

.buttons-section .btn-login:hover, .buttons-section .btn-register:hover {
  background-color: #e0e0e0;
}

.arrow {
  font-size: 0;
  transition: transform 0.3s ease;
  margin-left: 10px;
}

.collapse.show .arrow {
  transform: rotate(180deg);
}

.main-container-login {
  position: relative;
  height: 100vh;
  background-image: url('../../assets/img/headerlogin.png');
  background-size: cover;
  background-position: center;
}

.card-body {
  background-color: #f8f9fa;
  border-radius: 5px;
  padding: 0px;
}

.dropdown-toggle::after {
  display: none;
}

.btn-login::after, .btn-register::after {
  content: '\25BC';
  font-size: 1.2rem;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.collapse.show + .btn-login::after, .collapse.show + .btn-register::after {
  transform: rotate(180deg);
}

.btn-login, .btn-register {
  position: relative;
  background-color: white;
  color: black;
  border-radius: 5px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  text-align: left;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.btn-login .custom-arrow, .btn-register .custom-arrow {
  content: '\25BC';
  display: inline-block;
  font-size: 1rem;
  color: black;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

#loginCollapse.show + .btn-login .custom-arrow, #registerCollapse.show + .btn-register .custom-arrow {
  transform: rotate(180deg);
}

.collapse {
  width: 100%;
}

.buttons-section .dropdown {
  margin-bottom: 1rem;
}

.buttons-section .btn-login, .buttons-section .btn-register {
  width: 100%;
  /*max-width: 500px;*/
}

.card.card-body {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.card-body input.form-control {
  border-radius: 50px;
  border: 0px;
  background-color: #FAFAFA;
  padding: 15px;
  margin-bottom: 15px;
  width: 100%;
}

.card-body button.btn {
  border-radius: 20vh;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 15px;
  transition: background-color 0.3s ease;
}

.card-body button.btn:hover {
  background-color: #444;
}

.card-body p.text-center a {
  text-decoration: none;
  color: #007bff;
  font-size: 0.9rem;
}

.card-body p.text-center a:hover {
  color: #0056b3;
}

.volver-link {
  font-family: 'Gotham';
  text-decoration: none;
  font-size: 1.2rem;
  color: #666;
  display: inline-flex;
  align-items: center;
  /*font-weight: bold;*/
  transition: color 0.3s ease;
  /*padding-top: 10px;*/
}

.volver-link:hover
{
  color: #FF6900;
}

.volver-icon {
  margin-right: 5px;
  font-size: 1.5rem;
  color: #666;
  transition: color 0.3s ease;
  /*padding: 20px;*/
}

.volver-link:hover {
  color: #FF6600;
}

.volver-link:hover .volver-icon {
  color: #FF6600;
}

.card-categorias {
  margin: 10px;
  border: none;
  box-shadow: none;
}



.main-container-register-tc {
  position: relative;
  height: 175vh;
  background-image: url('../../assets/img/headerlogin.png');
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {
  .main-container-register-tc {
    height: 100vh;
  }
}

@media (min-width: 1024px) {
  .main-container-register-tc {
    height: 150vh;
  }
}

.main-container-register-pr {
  position: relative;
  height: 235vh;
  background-image: url('../../assets/img/headerlogin.png');
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {
  .main-container-register-pr {
    height: 145vh;
  }
}

@media (min-width: 1024px) {
  .main-container-register-pr {
    height: 185vh;
  }
}


.main-container-register-credentials {
  position: relative;
  height: 100vh;
  background-image: url('../../assets/img/headerlogin.png');
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {
  .main-container-register-credentials {
    height: 100vh;
  }
}

@media (min-width: 1024px) {
  .main-container-register-credentials {
    height: 130vh;
  }
}





.main-container-register-rs {
  position: relative;
  height: 150vh;
  background-image: url('../../assets/img/headerlogin.png');
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {
  .main-container-register-rs {
    height: 100vh;
  }
}

@media (min-width: 1024px) {
  .main-container-register-rs {
    height: 130vh;
  }
}



.main-container-register-rd {
  position: relative;
  height: 135vh;
  background-image: url('../../assets/img/headerlogin.png');
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {
  .main-container-register-rd {
    height: 100vh;
  }
}

@media (min-width: 1024px) {
  .main-container-register-rd {
    height: 145vh;
  }
}
