/*
Author: W3layouts
Author URL: http://w3layouts.com
 */
 */
html {
  scroll-behavior: smooth;
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

* {
  box-sizing: border-box;
}

.d-grid {
  display: grid;
}

.d-flex {
  display: flex;
  display: -webkit-flex;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

button,
input,
select {
  -webkit-appearance: none;
  outline: none;
}

button,
.btn-ingreso,
select {
  cursor: pointer;
}

.a:active {

  text-decoration: none;
  color:white;
}

.a:hover {
  text-decoration: none;
  color:#dc7d07;
}


a {

  text-decoration: none;
}


iframe {
  border: none;
}

ul {
  margin: 0;
  padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0
}

p {
  color: #666;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.p-fixed {
  position: fixed;
}

.p-sticky {
  position: sticky;
}

.btn-ingreso,
button,
.actionbg,input {
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -o-border-radius:4px;
  -ms-border-radius:4px;
}

.btn-ingreso:hover,
button:hover {
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
}

/*--/wrapper--*/
.wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .wrapper {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .wrapper {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .wrapper {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .wrapper {
    max-width: 1140px;
  }
}

.wrapper-full {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/*--//wrapper--*/
.login-hny {
  position: relative;
}
.w3l-login-6 .form-content {
  display: flex;
}

.w3l-login-6 .form-content h3 {
  font-size: 42px;
  line-height: 52px;
  color: #fff;
  margin-top: 4px;
}

.w3l-login-6 .form-content h5 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 20px;
  color: #52A494;
  
  
}

.w3l-login-6 .form-content p {
  /* margin-top: 25px; */
  font-weight: normal;
  font-size: 15px;
  line-height: 28px;
  color: #e2e2e2;
}

.w3l-login-6 .form-content a.btn-ingreso {
  text-align: center;
  margin-bottom: 70px;
  margin-top: 40px;
}
.read-more-1 {
  padding: 8px 40px;
  color:#fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  background: #52A494;
  border: 2px solid transparent;
  margin-top: 20px;
  line-height: 26px;
  text-transform:uppercase;
}
.read-more-1:hover {
  background: transparent;
  border: 2px solid #fff;
}
.w3l-login-6 .form-left {
  width: 30%;
  float: left;
  padding: 30px;
  box-sizing: border-box;
  min-height: 100vh;
  padding-bottom: 60px;
  BACKGROUND: #edecec;
}

.w3l-login-6 .form-right,
.w3l-login-6 .form-right.donation-right {
  width: 70%;
  float: left;
  text-align: center;
  background: url(../_lib/img/banner1.jpg) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
  min-height: 100%;
  position: relative;
}

.w3l-login-6 .overlay {
  /*background: rgba(34, 27, 20, 0.4392156862745098);*/
  min-height: inherit;
  min-height: 100%;
}

.w3l-login-6 .grid-info-form {
  top: 50%;
  left: 50%;
  text-align: center;
  color: #fff;
  transform: translate(-50%, -50%);
  max-width: 500px;
  margin: 0 auto;
  position: absolute;
}
.w3l-login-6 .signin-form {
  margin-top: 25px;
  width: 100%;
  overflow: hidden;
}

.w3l-login-6 .middle {
  margin-top: 80px;
}

.w3l-login-6 .middle h4 {
  font-size: 34px;
  color: #141f33;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 40px;
}

.w3l-login-6 .middle p {
  max-width: 100%;
  margin: auto;
  margin-top: 5px;
  color: #666;
  font-size: 16px;
}

.w3l-login-6 .signin-form label {
  color: #090e0d;
  font-size: 15px;
  display: block;
  line-height: 33px;
}
.w3l-login-6 .signin-form label a{
  color: #090e0d;
}
.w3l-login-6 .signin-form label a:hover{
  color: #52A494;
}
.w3l-login-6 .signin-form .form-input {
  margin-bottom: 15px;
}

.w3l-login-6 .form-input input {
  background: #fff;
  outline: none;
  width: 100%;
  font-size: 17px;
  padding: 10px 15px;
  color:#090e0d;
  border: 2px solid #BECED0;
}

.w3l-login-6 .form-input input:focus {
  border: 2px solid #dc7d07;
  background: #fff;
}

.w3l-login-6 .signin-form button.btn-ingreso {
  background:#222;
  color: #fff;
  text-decoration: none;
  padding: 0px 30px;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  height:50px;
  line-height: 45px;
  margin-top: 30px;
  border: none;
}

.w3l-login-6 .signin-form button.btn-ingreso:hover {
  background: #52A494;
}

.w3l-login-6 .form-content p.agree {
  font-size: 15px;
  line-height: 20px;
  color: #666;
}

.w3l-login-6 .container {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w3l-login-6 .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.w3l-login-6 .checkmark {
  position: absolute;
  top: 6px;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: #BECED0;
}

.w3l-login-6 .container:hover input~.checkmark {
  background-color: #BECED0;
}

.w3l-login-6 .container input:checked~.checkmark {
  background-color:#222;
}

.w3l-login-6 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.w3l-login-6 .container input:checked~.checkmark:after {
  display: block;
}

.w3l-login-6 .container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.w3l-login-6 .form-right.donation-right {
  background: url(../_lib/img/fondo_login.jpg) no-repeat center;
}

.w3l-login-6 .donate-form .infor {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20;
  margin-bottom: 30px;
}

/*/copy-right*/
.w3l-login-6 .copy-right p{
  font-size: 15px;
  line-height: 29px;
  color: #666;
}
.w3l-login-6 .copy-right p a{
  color: #666;
}
.w3l-login-6 .copy-right p a:hover {
  color:#52A494;
}
/*//copy-right*/
@media (max-width: 1080px) {
  .w3l-login-6 .form-left {
    width: 40%;
  }

  .w3l-login-6 .form-right {
    width: 60%;
  }

  .w3l-login-6 .middle {
    margin-top: 80px;
  }

  .w3l-login-6 .middle h4 {
    font-size: 30px;
    line-height: 30px;
  }

  .w3l-login-6 .form-content h3 {
    font-size: 45px;
  }

  .w3l-login-6 .signin-form {
    margin-top: 45px;
  }

  .w3l-login-6 .grid-info-form {
    width: 100%;
  }

  .w3l-login-6 .donate-form .form-one {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}

@media (max-width: 900px) {
  .w3l-login-6 .form-left {
    padding: 20px;
  }
}

@media (max-width: 800px) {
  .w3l-login-6 .grid-info-form {
    padding: 0 15px;
  }

  .w3l-login-6 .form-content h3 {
    font-size: 38px;
    margin-top: 55px;
  }

  .w3l-login-6 .signin-form button.btn-ingreso {
    margin-top: 20px;
  }

  .w3l-login-6 .middle p {
    margin-top: 10px;
  }
}

@media (max-width: 736px) {
  .w3l-login-6 .signin-form label {
    font-size: 14px;
  }

  .w3l-login-6 .signin-form {
    margin-top: 30px;
  }

  .w3l-login-6 .middle p {
    font-size: 16px;
  }

  .w3l-login-6 a.sign-in {
    font-size: 20px;
  }

  .w3l-login-6 .middle h4 {
    font-size: 26px;
    line-height: 30px;
  }

  .w3l-login-6 .form-content a.btn-ingreso {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}

@media (max-width: 667px) {
  .w3l-login-6 .form-content {
    flex-direction: column;
  }

  .w3l-login-6 .form-left {
    padding: 30px 30px;
    width: 100%;
  }

  .w3l-login-6 .form-right {
    width: 100%;
  }

  .w3l-login-6 .form-right.donation-right {
    width: 100%;
  }

  .w3l-login-6 .signin-form {
    margin-bottom: 0px;
  }

  .w3l-login-6 .form-left {
    min-height: 400px;
    padding-bottom: 50px;
  }

  .w3l-login-6 .grid-info-form {
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    position: static;
    padding: 55px 15px;
  }

  .w3l-login-6 .form-content a.btn-ingreso {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .copy-right {
      padding-bottom:20px;
  }
  .form-content p {
      /*margin-top: 25px;*/
      font-size: 15px;
  }
}

@media (max-width: 600px) {
  .w3l-login-6 .middle {
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .w3l-login-6 .form-left {
    padding: 30px 16px;
    padding-bottom: 50px;
  }
}

@media (max-width: 415px) {
  .w3l-login-6 .form-content h3 {
    font-size: 35px;
    line-height: 38px;
  }

  .w3l-login-6 .signin-form label {
    font-size: 13px;
  }

  .w3l-login-6 .grid-info-form {
    padding: 30px 15px;
  }
}

@media (max-width: 390px) {
  .w3l-login-6 .form-content h3 {
    font-size: 32px;
    line-height: 36px;
  }

  .w3l-login-6 .signin-form label {
    font-size: 13px;
  }
}


.btn-ingreso1 
 {
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -o-border-radius:4px;
  -ms-border-radius:4px;
}


.btn-ingreso1:hover
 {
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
}


a.btn-ingreso1 {
  text-align: center;
  margin-bottom: 70px;
  margin-top: 40px;
}


.btn-ingreso1 {
  background:#252b3b;
  color: #fff;
  text-decoration: none;
  padding: 0px 30px;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  height:50px;
  line-height: 45px;
  margin-top: 15px;
  border: none;
}


.btn-ingreso1:hover {
  background: #465771;
}

.btn-ingreso1 ,select {
  cursor: pointer;
}


.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}




.select2-container .select2-selection--single {

background: #fff;
  outline: none;
  width: 100%;
  font-size: 17px;
  padding: 8px 10px;
  color:#090e0d;
  border: 2px solid #beced0;
    
  
}

.select2-container .select2-selection--single:focus {
    
    height: 44px;
  
  border: 2px solid #dc7d07;
  background: #fff;
}

.fa-eye:before{content:"\f06e"}

.fa-eye-dropper:before{content:"\f1fb"}

.fa-eye-slash:before{content:"\f070"}


.sc-ui-pwd-eye {
  color: #191919;
  position: relative;
 
left: 92%;
    top: 50%;
    transform: translateY(-162%); 
    

}

/*

.fa-eye:before {
    content: "\f06e";
    position: absolute;
    top: 50%;
    right: 37px;
}

.fa-eye-slash:before {
    content: "\f070";
	 position: absolute;
   top: 282px;
    right: 37px;
}
*/

.span-registro 
 {
text-align: right;
    padding: 10px 16px 1px 14px;
color: #263554;
    font-weight: 500;
}


.span-registro:hover 
 {

  color: #ba8a04;


}




  .w3l-login-6 .middle1 {
    margin-top: 5%;
  }

  .w3l-login-6 .middle1 h4 {
    font-size: 30px;
    line-height: 30px;
  }
  
  
.w3l-login-6 .middle1 h4 {
  font-size: 34px;
  color: #090e0d;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 40px;
}

.w3l-login-6 .middle1 p {
  max-width: 100%;
  margin: auto;
  margin-top: 5px;
  color: #666;
  font-size: 16px;
}