/***********
            diseño de login
***********/
@import url('https://fonts.googleapis.com/css?family=Lobster&display=swap');
:root {
    --body: #dfe6e9;
    --text: #636e72;
    --content: #fff;
    --bordes: #eaeaeb;
    --error: #C14C4C;
    --correct: #6ab04c;
    --activo: #C14C4C;
    --align: center;
    --margin: 20px auto;
    --shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

body{
    background: url("../../images/center.png");
}

.headerr-top{
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0; left: 0;
    z-index: 999999;
}

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
  }
  .ribbon::before,
  .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #EEC24F;
  }
  .ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #EEC24F;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
  }
  
  /* top left*/
  .ribbon-top-left {
    top: -10px;
    left: -10px;
  }
  .ribbon-top-left::before,
  .ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
  }
  .ribbon-top-left::before {
    top: 0;
    right: 0;
  }
  .ribbon-top-left::after {
    bottom: 0;
    left: 0;
  }
  .ribbon-top-left span {
    right: -17px;
    top: 30px;
    transform: rotate(-45deg);
  }

.main-header-lg{
    margin: 0 auto;
    width: 1200px;
    height: 80px;
    line-height: 80px;
}

.container-title{
    float: left;
    width: 30%;
    margin-left: 400px;
}

.container-title h1{
    text-transform: capitalize;
    font-family: 'Lobster', cursive;
    font-size: 28px;
    color: #fff;
    font-weight: normal;
}

.btn-float-right{
    float: right;
    width: 18%;
    text-align: center;
}

.active-login-p1{
    display: inline-block;
    width: auto;
    padding: 12px 30px;
    color: #fff;
    border-radius: 3px;
    background: url("../../images/button.png");
    font-size: 14px;
    outline: none;
    border: 0;
    cursor: pointer;
    font-weight: 800;
    text-transform: uppercase;
    box-shadow: var(--shadow);
    transition: .3s all;
}

.active-login-p1:hover{
    background: url("../../images/button-hover.png");
}

.text-info-ad2 {
    margin: 1em 0;
    font-family: 'Lobster', cursive;
    font-size: 25px;
    color: #fff;
    font-weight: normal;
    text-indent: 10px;
}

.slide-advertising{
    margin: 130px auto;
    width: 70%;
}

#lightSlider{
    height: 500px!important;
}

#lightSlider li .img-slider{
    width: 100%;
    height: 500px;
    transition: .5s all;
}

#lightSlider li{
    overflow: hidden;
}

.img-slider:hover{
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
    filter: opacity(.9);
}

.ingresos_login {
    box-shadow: var(--shadow);
}

.ingresos_form_login {
    width: 90%;
    margin: auto;
}

.ingresos_name {
    width: 100%;
    line-height: 3.5em;
    text-align: var(--align);
    background: url("../../images/barra.png");
    overflow: hidden;
}

.ingresos_name span {
    font-family: 'Lobster', cursive;
    font-size: 22px;
    color: #fff;
}

.ingresos_form_login p {
    width: 90%;
    margin: var(--margin);
    color: var(--text);
    text-align: var(--align);
    font-size: 13px;
}

.ingresos_form_login label {
    width: 90%;
    margin: var(--margin);
    color: var(--text);
    text-align: var(--align);
    font-size: 13px;
}

.ingresos_date_login {
    width: 80%;
    margin: var(--margin);
}

.ingresos_date_login div {
    margin-bottom: 15px;
}

.ingresos_date_login div input {
    display: inline-block;
    width: 90%;
    padding: 10px;
    border: solid 1px var(--bordes);
    border-right: solid 3px var(--bordes);
    border-radius: 3px;
    font-size: 13px;
    color: var(--text);
}

.ingresos_date_login div select {
    display: inline-block;
    width: 96%;
    padding: 10px;
    border: solid 1px var(--bordes);
    border-right: solid 3px var(--bordes);
    border-radius: 3px;
    font-size: 13px;
    color: var(--text);
    background-color: #ffffff;
}

.ingresos_date_login div select:disabled {
    background-color: rgba(239, 239, 239, 0.3);
}

.ingresos_date_login div input:focus {
    border: solid 1px var(--activo);
    border-right: solid 3px var(--activo);
}

.ingresos_date_login div button {
    display: inline-block;
    width: 100%;
    height: 35px;
    border: 0;
    text-align: var(--align);
    background: var(--activo);
    color: white;
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
}

.ingresos_date_login div button:hover {
    opacity: 0.9;
}

.ingresos_date_login div button:active {
    background: #95afc0;
}

.ingresos_date_login div button:disabled {
    background: #95afc0;
}

.ingresos_date_login div button:hover,button:disabled {
    opacity: 1;
}
.ingresos_clear {
    clear: both;
}

.ingresos_center_reset {
    display: block;
    text-align: center;
    padding-bottom: 20px;
}

.ingresos_center_reset a {
    color: var(--activo);
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}

/***********
            mensajes de alertas
***********/
.ingresos_alerta {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 30px;
    width: 25%;
    z-index: 99999;
    display: none;
}

.ingresos_alerta .ingresos_mesagge {
    width: 100%;
    padding: 12px;
    color: white;
    border-radius: 3px;
    font-size: 13px;
    text-align: var(--align);
}

.ingresos_alerta .ingresos_danger {
    background: var(--error);
}

/***********
            movil
***********/

@media (max-width: 1194px){
    .main-header-lg{
        width: 95%;
    }
    .btn-float-right{
        width: 30%;
    }
}

@media (max-width: 900px) {
    .ingresos_login {
        width: 70%!important;
    }

    .ingresos_alerta {
        width: 69%;
    }

    .slide-advertising{
        width: 90%;
    }
    .slide-advertising ul#lightSlider li {
        width: 10%!important;
    }
}

@media (max-width: 740px){
    .btn-float-right{
        width: 50%;
    }
}

@media (max-width: 660px) {
    .slide-advertising ul#lightSlider li {
        width: 13%!important;
    }
}

@media (max-width: 480px) {
    .slide-advertising ul#lightSlider li {
        width: 20.5%!important;
    }
}

@media (max-width: 500px) {
    .ingresos_login {
        width: 90%!important;
    }

    .ingresos_alerta {
        width: 80%;
    }
}

@media (max-width: 428px){
    .btn-float-right{
        width: 95%;
    }
}
