.btnEntrarMovil {
  width: 125px !important;
}

.formDerechaMovil {
  margin-left: 0px !important;
}

.iconMovil {
  left: 177px !important;
}

.tituloMovil {
  margin-left: 0px !important;
}

.btnDerechaMovil {
  margin-left: 0px !important;
}

.login-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  /* min-width: fit-content; */
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.loginContainerMovil {
  min-height: 110vh !important;
}

.container {
  max-width: 100% !important;
}

@media (max-width: 1130px) {
  .btn-center{
    margin-left: 377px !important;
    margin-top: -40px !important;
    width: 156px;
  }
  .olvideContra {
    color: #6AB435;
    margin-left: 20px;
  }
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.footerContainer {
  display: flex;
  flex-direction: column;
  font-size: 13px;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh; 
}



.container, .container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.pb-4, .py-4 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

/* //1200px */
@media (min-width: 500px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 130%;
    /* max-width: auto; */
  }
}

@media (min-width: 400px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 160%; 
    /* max-width: auto; */
  }
}

.btnLogin {
  background-color: #A1C422;
  border-color: #A1C422;
  border-radius: 12px;
  color: black;
  width: 50%;
  font-size: 20px;
}

body {
  margin-left: 0px !important;
  /* overflow: scroll; */
  overflow-x: hidden;
  /* overflow-y: hidden; */

}

/* Ocultar la barra de desplazamiento vertical en navegadores WebKit (Chrome, Safari, Opera) */
body::-webkit-scrollbar {
  width: 0px; /* Ajusta según sea necesario para mantener la funcionalidad en Chrome y Safari */
  background-color: transparent; /* Fondo transparente */
}

body::-webkit-scrollbar-thumb {
  background-color: transparent; /* Color del 'pulgón' (barra) transparente */
}

body::-webkit-scrollbar-track {
  background-color: transparent; /* Color del fondo de la barra de desplazamiento transparente */
}


.form-control{
  outline: 0;
  border-bottom: 1px solid #ced4da !important;
  border: 0px solid #ced4da;
  border-radius: 0;
  font-size: 15px;
  color: black;
  /* height: 30px; */
  margin-left: -40px;
  height: 40px;
  /* width: 80%; */
  /* margin-left: -40px; */
}

input::placeholder {
  color: #fff !important;
}

.icon-left {
  color: white;
  font-size: 1.2em;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: -10px;
}

.icon-right{
  color: white;
  font-size: 1.2em;
  position: absolute;
  left: 300px;
}

.alerta{
  text-align: center;
}

.imagenTel{
  width: 60%; 
  height: auto;
}

.formCont{
  max-width: 600px; 
  margin: 0 auto; 
  margin-top: -40px;
  margin-left: auto; 
  margin-right: auto;
}

.img-container2 {
  width: 100%;
  height: 75%;
}

@media (min-width: 768px) {
  /* Estilos para pantallas grandes (más de 768px) */
  .btn-center{
      width: 140px;
      height: auto;
      margin-top: -75px;
    }
  .img-container {
      width: 110%;
      height: 75%;
      max-width: 9850px;
  }
  .titulo{
    /* margin-top: -120px; */
    color: #0A6B38; 
    font-weight: bold; 
    font-family: 'Arial', sans-serif; 
    font-size: 2.8em; 
    margin-top: -120px;
  }
  .recuerdame{
    color: #6AB435;

  }
  .olvideContra{
    color: #6AB435; 
    margin-left: 20px;
  }
}

.contactMobil {
  text-align: start;
}

@media (max-width: 767px) {
  .imagenTel {
    width: 47px;
    float: none !important;
  }
  .contactMobil {
    text-align: center;
  }
  .footerContainer {
    font-size: 11px;
  }
  #rowPrincipal {
    display: block;
  }
  .formCont {
    max-width: 600px;
    margin: 0 auto;
    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
  }
  .inputParaMovil {
    width: fit-content !important;
    /* padding-right: 0px !important; */
    /* padding-left: 0px !important; */
  }
  .centrarInput {
    justify-content: center;
  }
  .btn-center {
    margin-left: -7px !important;
    margin-top: -25px !important;
    width: 156px;
  }
}

/* Altura máxima */
@media (max-height: 932px) {
  .img-container2Height {
    height: 60% !important;
  }
  .tituloHeight {
    margin-top: -200px !important;
  }
  .imgLogoHeight {
    width: 40% !important;
  }
  .btn-centerHeight {
    margin-top: -110px !important;
  }
}

@media (width: 280px) and (height: 653px) {
  /* Estilos para pantallas pequeñas (hasta 280px) */
  .form-control{
    outline: 0;
    border-bottom: 1px solid #ced4da !important;
    border: 0px solid #ced4da;
    border-radius: 0;
    font-size: 25px;
    color: black;
    /* height: 30px; */
    margin-left: -210px;
    height: 70px;
    /* width: 80%; */
    /* margin-left: -40px; */
  }

  .img-container {
    width: 280%;
    height: auto;
    max-width: 9890px;
}

  .btn-center{
    width: 230px;
    height: auto;
    margin-top: 0px;
    margin-left: auto;
    margin-right: 70px;
  }
  .titulo{
    /* margin-top: -120px; */
    color: #0A6B38; 
    font-weight: bold; 
    font-family: 'Arial', sans-serif; 
    font-size: 4.7em; 
    /* margin-top: 50px; */
    margin-left: 230px;
  }

  .icon-left {
    color: white;
    font-size: 2.2em;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: -186px;
  }

  .imagenTel{
    width: 20%; 
    height: auto;
  }

  .formCont{
    max-width: 900px; 
    width: 500px ;
    margin: 0 auto; 
    margin-top: -10px;
    margin-left: 50px;
  }
  .recuerdame{
    color: #6AB435;
    margin-left: 5px;
    display: block;

  }

  .inputRecuerdame{
    color: #6AB435;
    margin-left: 35px;
    filter: hue-rotate(240deg);
    display: none;
  }
  .olvideContra{
    color: #6AB435; 
    margin-left: -10px;
  }

  .esconder{
    display: none;
  }

  .icon-right{
    color: white;
    font-size: 1.2em;
    position: absolute;
    left: 470px;
    display: none;
  }

  footer {
    width: 280%;
  }

  .formDerecha{
    margin-left: 60px;
  }

  .btnDerecha{
    margin-left: 520px;
  }

 
}

.form-control::placeholder{
  color: white;
  margin-right: 50px;
  margin-bottom: 10px;
}

.form-control:focus{
  box-shadow: 0 4px 2px -2px rgb(52 144 220 / 40%);
}

.script {
  display: block;
  position: relative;
  padding-left: 5px;
  margin-bottom: 15px;
  cursor: pointer;
  color: #6AB435; 
}

.script input[type=checkbox] {
  visibility: hidden;
}

.geekmark {
  position: absolute;
  top: 4px;
  left: -20px;
  height: 15px;
  width: 15px;
  background-color: #6AB435;
}

.script:hover input~.geekmark {
  background-color: rgb(165, 196, 165);
}

.script input:active~.geekmark {
  background-color: #6AB435;
}

.script input:checked~.geekmark {
  background-color: #6AB435;
}

.geekmark:after {
  content: "";
  position: absolute;
  display: none;
}

.script input:checked~.geekmark:after {
  display: block;
}

.script .geekmark:after {
  left: 2px;
  bottom: 2px;
  width: 5px;
  height: 5px;
  border: solid white;
  border-width: 3px 3px 3px 3px ;
}


@media (width: 1024px) and (height: 600px) {
  #footer {
      display: none;
  }

  #footer {
    display: none;
  }
  .img-container {
    width: 102%;
    height: auto;
    max-width: 9890px;
  }
  .titulo{
    /* margin-top: -120px; */
    color: #0A6B38; 
    font-weight: bold; 
    font-family: 'Arial', sans-serif; 
    /* font-size: 4.7em;  */
    margin-top: 50px;
    margin-left: 60px;
  }
 
}

@media (width: 1280px) and (height: 800px) {
  #footerOcultar {
      display: none;
  }
  #footer {
    display: none;
  }

  .img-container {
    width: 102%;
    height: auto;
    max-width: 9890px;
  }
  .titulo{
    /* margin-top: -120px; */
    color: #0A6B38; 
    font-weight: bold; 
    font-family: 'Arial', sans-serif; 
    /* font-size: 4.7em;  */
    margin-top: 50px;
    margin-left: 60px;
  }
 
}
