/* import url('https://fonts.googleapis.com/css?family=Lato:100,400,700,900'); */
body {
    margin: 0;
}
body {
    color: #333;
    font-family: "Open Sans",sans-serif !important;
    font-size: 14px;
    line-height: 1.42857;
}
.background {
    background-image: url("../images/login/background-login.jpg");
    position: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.background-client {
    background-image: url("../images/login/background-login-client.jpg");
}
.background-pop-fisico {
    background-image: url("../images/login/background-login-pop-fisico.jpg");
}
.background-pop-virtual {
    background-image: url("../images/login/background-login-pop-virtual.jpg");
}
.dv_tels_login {
    width: 100%;
    display: table;
    background-color: #0a2646;
    color: white;
    padding: 1rem 0;
}
.dv_tels_login p {
    margin: 0px;
    font-size: 15px;
}
/* .col-6 {
    width: 50%;
    float: left;
} */
.abs_title {
    position: absolute;
    left: 0;
    color: white;
    font-size: 46px;
    top: 18%;
    line-height: 58px;
}
.abs_title span{
    font-weight: 600;
    font-size: 56px;
}
.abs_title strong{
    color: #F0A000;
    font-weight: 600;
    font-size: 56px;
}
/* .text-right {
    text-align: right;
} */
.cylo {
    color: #F0A000;
    margin: 0px 15px 0 0px;
    font-size: 16px;
}
/* .container {
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
    padding: 0 1rem;
} */
.form-signin-heading img {
    max-width: 160px;
    margin: 10px 0 0 0;
}
.form-signin {
    border: 1px solid #dedede;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgb(57 62 69 / 25%);
    /* height: 415px; */
    margin: 8% 0 8% auto;
    /* padding: 15px 30px 0 40px; */
    width: 100%;
    background-color: white;
    max-width: 420px;
}
.frm_footer {
    float: left;
    text-align: left;
    width: 97%;
}
.kap-lnkg {
    color: #757575;
    text-decoration: none;
	/* font-family: "Lato",sans-serif; */
}
.subt_lgk {
    color: #0a2747;
    float: left;
    font-size: 18px;
    margin: 20px 0 8px 0;
    text-align: center;
    width: 100%;
}
.kap-lnk {
    color: #008cdd;
    float: left;
    margin: 0px 0 0;
    text-decoration: none;
    /* font-family: "Lato",sans-serif; */
}
.kap-lnk:hover{
	text-decoration: underline;
}
.subt_lgk span {
    font-size: 14px;
    font-weight: 500;
}
.form-signin-heading {
    font-weight: 600;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
	/* font-family: "Lato",sans-serif; */
}
/* .cosa-rara {
    color: #5d5d5d;
    float: left;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px;
    width: 100%;
} */
.frmc-login {
    /* height: 30px !important;
    margin: 0 0 15px; */
    box-shadow: 4px 0 0 0 #0a2747 inset!important;
    background-color: #fafbfb!important;
}
/* .form-control {
    box-shadow: 4px 0 0 0 #0a2747 inset;
    background-color: #fafbfb;
    border: 1px solid #c5cad0;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 90%;
}
.form-control:focus{
	outline-color: #c5cad0;
} */
/* .btn-group-lg > .btn, .btn-lg {
    border: 2px solid #337ab7;
    border-radius: 0;
    font-size: 18px;
    line-height: 1.33333;
    padding: 8px 16px;
} */
/* .dv_accion {
    float: left;
    margin: 0px 0 0;
    padding: 5px 0 15px;
    width: 97%;
} */
/* #recordar {
    width: 15px;
    height: 15px;
    margin: 0 10px;
}
#recordar + label {
    font-size: 14px;
    font-weight: 100;
    margin: 10px 0 0;
    color: #004D40;
} */
.btn-log {
    background-color: #0a2747;
    border-color: #0a2747;
    color: white;
}
/* .btn-primary {
    background-color: #0a2747;
    border-color: #0a2747;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    float: right;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: unset;
    padding: 3px 18px;
    width: auto;
} */
.btn-log:hover {
    background-color: #2d4661;
    border-color: #2d4661;
    color: white;
}
/* .btn-primary:hover {
    background-color: #2d4661;
    border-color: #2d4661;
    color: white;
} */
/* .alert.alert-danger {
    color: #dc1e33;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    margin: 9px 0 -9px;
    text-align: center;
    padding: 6px;
    background: antiquewhite;
    border-radius: 6px;
}
.alert.alert-warning {
    color: goldenrod;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    margin: 9px 0 -9px;
    text-align: center;
    padding: 6px;
    background: lemonchiffon;
    border-radius: 6px;
}
.alert.alert-success {
    color: green;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    margin: 9px 0 -9px;
    text-align: center;
    padding: 6px;
    background: azure;
    border-radius: 6px;
} */
@media screen and (max-width: 992px) {
	/* .container{
        width: calc(100% - 2rem);
	} */
	.form-signin {
		margin: 4% auto 0 auto;
	}
}

/* .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 30%;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} */

/* .btn-prim{
	background-color: #26A69A;
    border:none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: unset;
    padding: 3px 18px;
    width: auto;
} */
/* .kap-lnk{
	cursor:pointer;
} */

.ligaRastreo {
    color: var(--color-sale-amarillo);
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
}

.line-height-1_2 {
    line-height: 1.2;
}
/* .d-none {
    display: none;
}
.d-flex {
    display: flex;
}
.flex-column {
    flex-direction: column;
}
.mt-5 {
    margin-top: 3rem;
}
.mr-2 {
    margin-right: .5rem;
}
.mb-2 {
    margin-bottom: .5rem;
}
.px-3 {
    padding-left: 1rem;
    padding-right: 1rem;
} */

@media (min-width: 768px){
    /* .d-md-none {
        display: none;
    }
    .flex-md-row {
        flex-direction: row;
    }
    .mb-md-0 {
        margin-bottom: 0;
    }
    .mr-md-3 {
        margin-right: 1rem;
    } */
}
@media (min-width: 992px){
    /* .d-lg-block {
        display: block;
    }
    .d-lg-none {
        display: none;
    } */
}
