
html { 
    height: 100%;
    }
    body{
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    
    }
    *{
    margin:0;
    padding:0;
    box-sizing: border-box;
    }
    .content{
      width: 100%;
      position: absolute;
    }
    
    .context{
      width: 100%;
      min-height: 60vh;
    
    }
    .tittle-1{
      width: 100%;
      min-height: 60vh;
      display: flex;
      justify-content: center;
      text-align: center;
      align-items: center;
      
    }
    .container{
    width: 100%;
    min-height: 10vh;
    }
    .row{
    display: flex;
    flex-wrap: wrap;
    }
    ul{
    list-style: none;
    }
    .footer{
    margin-top: auto;
    background-color: #24262b;
    padding: 50px 50px 50px 100px;
    }
    .footer-col{
    width: 25%;
    padding: 0 15px;
    }
    .footer-col h4{
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
    }
    .footer-col h4::before{
    content: '';
    position: absolute;
    left:0;
    bottom: -10px;
    background-color: #e91e63;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
    }
    .footer-col ul li:not(:last-child){
    margin-bottom: 10px;
    }
    .footer-col ul li a{
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
    }
    .footer-col ul li a:hover{
    color: #ffffff;
    padding-left: 8px;
    }
    .footer-col .social-links a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255,255,255,0.2);
    margin:0 10px 10px 0;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
    }
    .footer-col .social-links a:hover{
    color: #24262b;
    background-color: #e91e63;
    }
    
    /*responsive*/
    @media(max-width: 767px){
    .footer-col{
    width: 50%;
    margin-bottom: 30px;
    }
    }
    @media(max-width: 574px){
    .footer-col{
    width: 100%;
    }
    }
    
    img{
        width: 100%;
    }
    .login {
        height: 700px;
        width: 100%;
        background: #f2eee3;
        position: relative;
    }
    .login_box {
        width: 1050px;
        height: 600px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        background: #fff;
        border-radius: 10px;
        box-shadow: 1px 4px 22px -8px #0004;
        display: flex;
        overflow: hidden;
    }
    .login_box .left{
      width: 51%;
      height: 100%;
      padding: 25px 25px;
    
    }
    .login_box .right{
      width: 49%;
      height: 100%
    }
    .left .top_link a {
        color: #452A5A;
        font-weight: 400;
    }
    .left .top_link{
      height: 20px
    }
    .left .contact{
        display: flexbox;
        align-items: center;
        justify-content: center;
        align-self: center;
        height: 100%;
        width: 73%;
        margin: auto;
        padding: 50px 0px ;
    }
    .left h3{
      text-align: center;
      margin-bottom: 40px;
    }
    .left input {
        border: none;
        width: 80%;
        margin: 15px 0px;
        border-bottom: 1px solid #4f30677d;
        padding: 7px 9px;
        width: 100%;
        overflow: hidden;
        background: transparent;
        font-weight: 600;
        font-size: 14px;
    }
    .left{
      background: linear-gradient(-45deg, #dcd7e0, #fff);
    }
    .boton_1 {
        border: none;
        padding: 15px 20px ;
        border-radius: 8px;
        display: block;
        margin: auto;
        background: #583672;
        color: #fff;
        font-weight: bold;
        -webkit-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
        -moz-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
        box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
    }
    
    
    
    .right {
        /* background: url(https://cdn.dribbble.com/users/118246/screenshots/5343519/wifi.gif); */
        background: url(https://i.pinimg.com/originals/d6/47/b4/d647b456928a2d3672f45cc782a94b35.gif);
        background-position: 50%;
        background-size: 150%;
        color: #fff;
        position: relative;
        left: auto;
    }
    
    .right .right-text{
      height: 100%;
      position: relative;
      transform: translate(0%, 45%);
    }
    .right-text h2{
      display: block;
      width: 100%;
      text-align: center;
      font-size: 50px;
      font-weight: 500;
    }
    .right-text h5{
      display: block;
      width: 100%;
      text-align: center;
      font-size: 19px;
      font-weight: 400;
    }
    
    .right .right-inductor{
      position: absolute;
      width: 70px;
      height: 7px;
      background: #fff0;
      left: 50%;
      bottom: 70px;
      transform: translate(-50%, 0%);
    }
    .top_link img {
        width: 28px;
        padding-right: -10px;
        margin-top: -3px;
    }
    
    .modal-container{
      position: relative;
      width: 100%;
      height: 1000px;
    }
    .modal {
      position: absolute;
      background-color: #fff;
      width: 600px;
      max-width: 100%;
      padding: 30px 50px;
      border-radius: 5px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
      text-align: center;
    }
    #popup{
      left: 3%;
      top: 20%;
      position: absolute;
      width: 100%;
      height: 500px;
      z-index: 1001;
    }
    .content-pop{
      align-items: center;
      text-align: center;
      margin: 0px auto;
      position: relative;
      padding: 40px;
      width: 500px;
      min-height: 250px;
      background-color: #dcd7e0;
      border: solid rgba(88,54,114,1);
      border-radius: 10px;
    }
    
    .cosulta{
      align-content: center;
      text-align: center;
      width: 100%;
      height: 100%;
      margin-bottom: 10px;
    }
    
    #loading-screen{
      display: none;
      width: 100%;
      height: 100%;
      position: absolute;
      display: block;
      background-color: #24262b;
      text-align: center;
      align-content: center;
      align-items: center;
      justify-content: center;
      z-index: 105;
    
    }
    .img-loading{
      position: absolute;
      text-align: center;
      align-content: center;
      align-items: center;
      left: 43vh;
      top: 2vh;
      width: 30%;
      float: left;
    
    }
    .label-loading{
      position: relative;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 20px;
      font-weight: bold;
      color: #fff;
      top: 35vh;
      width: 60%;
      text-align: center;
      align-content: center;
      align-items: center;
    }

    .container-not-found{
      width: 100%;
      height: 600px;
      background-color: #EEE;
      display:flex;
      justify-content: center;
      align-items: center;

    }
    .content-error{
      width: 100;
      height: 720px;
      text-align: center;
      justify-content: center;
      align-content: center;
      margin-top: 50px;
    }
    .title1-error{
      color: #FE646F;
    }
    .title2-error{
      margin-bottom: 50px;
      font-size: 26px;
    }
    .button1-error{
      padding: 13px;
      border-style: solid;
      border-radius: 10px;
      border-color: #FE646F;
      color: #FE646F;
      width: 250px;
      height: 50px;
      text-align: center;
      font-size: 16px;
      font-weight: bold;
    }
    .button1-error:hover{
      border-color: #24262b;
      color: #24262b;
      background-color: #FE646F;
      width: 250px;
      height: 50px;
      text-align: center;
      font-size: 16px;
      font-weight: bold;
    }
    .img1-error{
      margin-bottom: 10px;
      width: 10%;
    }
