* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a:focus,
button:focus {
    outline: none !important;
}


/* html {
    height: 100%;
} */

body {
    font-size: 14px;
    line-height: 1.6;
    min-height: 100vh;
    background-image: url("../img/login/fondo-login-nuevo.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-flow: row nowrap;
    overflow-x: hidden;
}
tr{
 border-bottom: 0px solid rgba(0, 0, 0, 0.12) !important;
}
td{
    padding: 5px 5px;
}
th{
    padding: 5px 5px;
   }
body,
.leaflet-container {
    color: rgba(0, 0, 0, 0.45) !important;
    font-family: Open Sans !important;
}
.subtitle{
    font-size: 1.4em;
    font-weight: bold;
    color: black;
}
.descripcion{
    font-size: 13px;
    font-weight: bold;
    color: black;
    margin-top: 15px;
}
.wrap {
    width: 100%;
    height: 100vh;
    display: grid;
    background: transparent;
    align-items: start;
    justify-content: center;
    align-content: center;
}
.wrap-1{
    width: 100%;
    height: 100vh;
    background: transparent;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.size-modal-login{
    display:flex;
}

.size-modal{
    width: 500px;
    height: 500px;
}
.customize-modal{
    display: flex;
    margin-right: -500px;                                
    width: 20px;
    height: 20px;
    position: absolute;
    margin-top: -500px;
    background: red;
    border-radius: 15px;
    color: white;
    padding-left: 6px;
}

.pre-registro {
    width: 0%;
    z-index: 1;
}

.pre-registro iframe {
    width: 100%;
    height: 100vh;
    border: none !important;
}


/* .form{
    border: 2px solid rgb(255, 255, 255);
} */

.login-form {
    width: 350px;
    height: 500px;
    margin: 0 150px;
    border: 1px solid #ddd;
    padding: 4em;
    background: #ffffff;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 37px;
    margin-top: 2vh;
}

.form {
    margin: 0;
}

.line {
    width: 86px;
    height: 9px;
    background: #fcc107;
    border-radius: 24px;
}

.form-input {
    background: #fafafa;
    border: 1px solid #eeeeee;
    padding: 12px;
    width: 100%;
}

.form-group {
    margin-bottom: 1em;
}

#_username {
    background: url(../img/login/username-icon-u.png) no-repeat scroll;
    background-size: 15px !important;
    background-position: right;
}

#_password {
    background: url(../img/login/password-icon-u.png) no-repeat scroll;
    background-size: 15px !important;
    background-position: right;
}
#_doc, #_tipo_doc, #_email {
    background: url(../img/login/username-icon-u.png) no-repeat scroll;
    background-size: 15px !important;
    background-position: right; 
}
#_username:hover {
    background: url(../img/login/username-icon.png) no-repeat scroll;
    background-position: right;
}

#_password:hover {
    background: url(../img/login/password-icon.png) no-repeat scroll;
    background-position: right;
}
#_doc:hover, #_tipo_doc:hover, #_email:hover {
    background: url(../img/login/username-icon.png) no-repeat scroll;
    background-position: right;
}
#_username,
#_password,#_doc, #_tipo_doc, #_email {
    border: none;
    border-bottom: 1px rgba(0, 0, 0, 0.7) solid;
    width: 100%;
    padding: 10px;
    transition: 0.5s;
}

#_username::placeholder,
#_password::placeholder,
#_doc::placeholder, #_tipo_doc::placeholder, #_email::placeholder {
    color: rgb(60, 60, 60);
    font-size: 1.3em;
}

#_username:not(:placeholder-shown),
#_password:not(:placeholder-shown),
#_doc:not(:placeholder-shown) {
    border-bottom: 1px solid #ff0707;
}
#_tipo_doc:not(:placeholder-shown) {
    border-bottom: 1px solid #ff0707;
}
#_email:not(:placeholder-shown) {
    border-bottom: 1px solid #ff0707;
}
#_username:valid,
#_username:hover,
#_username:focus,
#_password:valid,
#_password:hover,
#_password:focus, 
#_doc:valid,
#_doc:hover,
#_doc:focus,
#_tipo_doc:valid,
#_tipo_doc:hover,
#_tipo_doc:focus,
#_email:valid,
#_email:hover,
#_email:focus{
    border-bottom: 1px solid #ffc107;
}

.form-button {
    width: 80%;
    background: #fcc107;
    border-radius: 12px;
    border: none;
    color: #ffffff;
    font-style: normal;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 33px;
    cursor: pointer;
    height: 40px;
    transition: 0.5s;
}
.form-a {
    width: 80%;
    background: #fcc107;
    border-radius: 12px;
    border: none;
    color: #ffffff;
    font-style: normal;
    font-weight: bold;
    line-height: 33px;
    cursor: pointer;
    height: 40px;
    transition: 0.5s;
    padding: 6px 60px;
    font-size: 1.24em;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.form-a:hover,
.form-a:focus {
    background: rgba(252, 193, 7, 0.2);
    color: #ffc107;
}
.form-button:hover,
.form-button:focus {
    background: rgba(252, 193, 7, 0.2);
    color: #ffc107;
}

.form-header {
    text-align: center;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
}

.form-footer {
    text-align: center;
}

.registrate {
    color: #ffc107;
    /* cursor: pointer; */
    font-weight: bold;
}

.chat {
    position: absolute;
    bottom: 5%;
    right: 5%;
    width: 70px;
    cursor: pointer;
}

.chevron-left {
    position: absolute;
    bottom: 3%;
    left: 1%;
    width: 155px;
    cursor: pointer;
}

.chevron-left a {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 38px;
    color: #ffffff;
}

.zona-cliente {
    position: absolute;
    top: 15%;
    left: 5%;
    width: 41%;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 38px;
    color: #000;
    overflow: hidden;
    text-align: left;
}

@media screen and (max-width: 880px) {
    .zona-cliente {
        display: none;
    }
}
.title-principal{
    margin-top: 50px;
    font-weight: bold;
    color: black;
    font-size: 1.5em;
    position: absolute;
    top: 5%;
    left: 5%;
    width: 40%;
    cursor: pointer;
}

.logo {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 40%;
    max-width: 180px !important;
    cursor: pointer;
}

.chat-bot ul {
    margin-top: -400px;
}

.txt-zona {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.6;
    text-align: justify;
}

#rotate {
    font-size: 2em;
    color: #e6ad05;
    cursor: pointer;
    font-weight: 400;
    background: rgb(255, 255, 255) !important;
    border: solid 1px;
    width: 50px;
    writing-mode: vertical-rl;
    height: 100%;
    padding-top: 22.5%;
}

.login-form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.login-form .txt-zona.registro {
    font-size: 1.3em;
    text-align: center;
    color: rgb(60, 60, 60);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}


/*  RESPONSIVE
   ========================================================================= 
 Escritorios muy grandes
   ------------------------------------------------------------------------- */

@media (min-width: 1200px) {
    .form {
        margin: 0;
    }

    /* .form{
        border: 2px solid #ddd;
    } */
    .zona-cliente,
    #_username::placeholder,
    #_password::placeholder,
    #_doc::placeholder,
    #_tipo_doc::placeholder, #_email::placeholder,
    .login-form .txt-zona.registro {
        font-size: 1em;
    }

    .form-button {
        scale: .85;
    }
    #_username,
    #_password,
    #_doc,#_tipo_doc, #_email {
        padding: 0;
    }

    .chevron-left a {
        font-size: 1em;
    }
}


/* Tablets en horizonal y escritorios normales
      ------------------------------------------------------------------------- */

@media (min-width: 992px) and (max-width: 1199px) {
    .form {
        margin: 0;
    }

    .zona-cliente,
    #_username::placeholder,
    #_password::placeholder,
    #_doc::placeholder,
    #_tipo_doc::placeholder, #_email::placeholder,
    .login-form .txt-zona.registro {
        font-size: 1em;
    }

    .form-button {
        scale: .85;
    }
    #_username,
    #_password,
    #_doc,#_tipo_doc, #_email
     {
        padding: 0;
    }

    .chevron-left a {
        font-size: 1em;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .form {
        margin: 0;
    }

    /* .form{
        border: 2px solid #ddd;
    } */
    .zona-cliente,
    #_username::placeholder,
    #_password::placeholder,
    #_doc::placeholder,#_tipo_doc::placeholder, #_email::placeholder
    .login-form .txt-zona.registro {
        font-size: 1em;
    }

    .form-button {
        scale: .85;
    }
    #_username,
    #_password,
    #_doc,#_tipo_doc, #_email
     {
        padding: 0;
    }

    .chevron-left a {
        font-size: 1em;
    }

    .img-front > img {
        max-width: 100%;
    }
}


/* Móviles en horizontal o tablets en vertical
      ------------------------------------------------------------------------- */

@media (max-width: 767px) {
    .wrap {
        flex-flow: column;
        padding: 0 2em 2em 2em;
        justify-content: unset;
    }

    .form {
        margin: 0;
    }

    /* .form{
        border: 2px solid #ddd;
    } */
    .zona-cliente,
    #_username::placeholder,
    #_password::placeholder,
    #_doc::placeholder,
    #_tipo_doc::placeholder, #_email::placeholder,
    .login-form .txt-zona.registro {
        font-size: 1.2em;
    }

    .form-button {
        scale: .85;
    }
    #_username,
    #_password,
    #_doc,#_tipo_doc, #_email{
        padding: 0;
    }

    .logo,
    .client-zone,
    .chevron-left {
        display: none !important;
    }

    .img-front > img {
        max-width: 100%;
    }
}


/* Móviles en vertical
      ------------------------------------------------------------------------- */

@media (max-width: 480px) {
}

.alert-danger-ma {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: .75rem 1.25rem;
    border-radius: 7.5px;
    margin-top: -5em;
    position: absolute;
}

.alert {
    margin-top: 1em;
}


/* NUEVOS ESTILOS LOGIN */

.tittle-login {
    font-size: 1.3em;
    font-weight: bolder;
    color: #ffc107;
}

.info-login {
    font-size: 1em;
    color: black;
    margin: 1em 0 0 0;
    text-align: center;
}

.login-form {
    padding: 1.5em;
    height: 30em;
    width: 20em;
    margin: 0 30px
}

.img-person {
    max-width: 100% !important;
}

.img-person img {
    width: 100%;
}

.footer-text-pw,
.footer-text-user {
    color: rgba(0, 0, 0, 0.45) !important;
    text-decoration: underline;
    font-weight: bold;
}

.footer-text-registrate {
    color: #ffc107;
    font-weight: bold;
    text-decoration: underline;
}

.form-footer {
    font-weight: bold;
}

.parent-el {
    margin: 1em 0;
}

.client-zone {
    position: absolute;
    left: 0;
    top: 10%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5em;
    color: black !important;
    display: flex;
    flex-flow: row;
    align-items: center;
}

.client-zone > div > .client-zone-line {
    width: 100px;
    background: #ffc107;
    display: block;
    height: 5px;
    margin: 5px;
}

.client-zone-txt {
    padding-left: 8px;
}

.float {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 10px;
    left: 10px;
    background-color: #fabd44;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: nowrap;
    text-transform: uppercase;
    border: solid 1px white;
}

.float .material-icons {
    font-size: 32px;
    font-weight: bold;
}

.float.float-login {
    width: 120px;
    border: none;
    box-shadow: none;
}


/* MODAL AL CARGAR LOGIN */

.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 100ms ease-in;
    -moz-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
    pointer-events: none;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.modalDialog:target {
    opacity: 1;
    pointer-events: auto;
}

.modalDialog > div {
    width: 60%;
    position: relative;
    margin: 10% auto;
    padding: 20px;
    border-radius: 3px;
    background: transparent;
    text-align: center;
}

.closeModal {
    font-family: Arial, Helvetica, sans-serif;
    background: #fe2d00;
    color: #fff;
    line-height: 25px;
    /* position: absolute; */
    /* right: 5%; */
    /* text-align: center; */
    /* top: 5%; */
    width: 34px;
    height: 34px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    /* padding-top: 5px; */
    /* margin-right: 15%; */
    padding: 5 12;
}

.img-front > img {
    max-width: 70%;
    max-height: 70vh;
}

@media screen and (max-width: 900px) {
    .img-front > video {
        width: 85vw;
        /* height: 85vh; */
    }
    .size-modal-login{
        display:block;
    }
    .parent-el {
        margin: 1em 0;
        flex-wrap: wrap;
        text-align: center;
        margin-bottom: 1rem;
        display: flex;
        justify-content: center;
        flex-flow: column;
        align-items: center;
    }
}

.img-front {
    display: flex;
    justify-content: center;
    flex-flow: row-reverse nowrap;
}

@media screen and (max-width: 460px) {
    .size-modal-login{
        display:block;
    }
    .size-modal{
        width: 300px;
        height: 300px;
    }
    .customize-modal{
        display: flex;
        margin-right: -300px;                                
        width: 20px;
        height: 20px;
        position: absolute;
        margin-top: -300px;
        background: red;
        border-radius: 15px;
        color: white;
        padding-left: 6px;
    }
    .parent-el {
        margin: 1em 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
  }