    /* Footer */
    .footer::before{
        display: none;
    }
    .footer{
        position: static;
        background-color: #D9D9D9;
        /* border-bottom: 3rem solid #5b455b; */
        text-align: center;
        padding-top: .5rem;
        /* margin-top: 2rem; */
        color: #5B455B;
    }
    .footer ul{
        list-style: none;
        display: flex;
        justify-content: center;
        padding: 0;
    }
    .footer ul i{
        font-size: 1.5rem;
    }
    .footer ul li:hover{
        opacity: .8;
        cursor: pointer;
    }
    .footer a{
        cursor: pointer;
        color: #5B455B;
    }
    .footer .sa{
      font-weight: 700;
    }
    .footer a, .footer p, .footer span{
      font-size: 10px;
      line-height: 1.3;
      font-weight: 300;
    }
    @media(max-width:768px){
        .footer{    
            padding: 1rem 0;
        }
    }
    .footer__termycond{
        font-size: .85rem;
        color: #5B455B;
    }
    .footer__termycond:hover{
        color: #5B455B;
        opacity: .8;
    }
    /* / Footer */

    /* Terminos y cond */
    #modalTerminosCondiciones{
        color: #5b455b;
    }
    #modalTerminosCondiciones .modal-title{
        font-weight: 700;
      }
      
      #modalTerminosCondiciones .modal .modal-content{
        border: none;
        border-radius: 20px;
        padding: 1rem;
        box-shadow:  10px, 40px rgba(229, 233, 246, 0.4);
      }
      
      #modalTerminosCondiciones p, #modalTerminosCondiciones li{
        font-size: .8rem;
      }
      #modalTerminosCondiciones .modal-content .list-unstyle{
        list-style:none;
      }
      #modalTerminosCondiciones .modal-content .list-circle{
        list-style:disc;
      }
      #modalTerminosCondiciones .modal-content  h2{
        font-size: 17px;
      }
      #modalTerminosCondiciones .modal-content  h2, li::marker, .indice-terminos-condiciones li, .list-circle span{
        font-weight: 700;
      }
      
      #modalTerminosCondiciones .modal-content a{
        color: rgb(56, 52, 52);
      }
      #modalTerminosCondiciones .modal-content .bolder{
        font-weight: 600;
      }
      
      #modalTerminosCondiciones .modal-header, .modal-footer{
        border: none;
      }
    
      #modalTerminosCondiciones .btn-modal{
        width: 23%;
        background-color: #00C2CB;
        color: #fff;
      }
      
      #modalTerminosCondiciones .btn-modal:hover{
        color: #00C2CB;
        background-color: white;
        border: 1px solid #00C2CB;
      }
      
      /* SCROLL MODAL */
      .modal-body::-webkit-scrollbar{
        width: .7rem;    
        height: .7rem;     
        border-radius: .2rem;
        background-color: rgba(91, 69, 91, 0.63);
      }
      
      .modal-body::-webkit-scrollbar-thumb{
        background-color: #5B455B;
        border-radius: .3rem;
      }
      #modalTerminosCondiciones h3{
        font-size: 18px;
      }
      .btn-modalPopUpVIoleta{
        top: 0;
        right: 0;
        color: #5B455B;
        background-color: transparent;
        border: none;
        font-size: 1.7rem;
      }
    .texto-chico{
        font-size: .90rem;
    }
    .btn-modalPopUpVIoleta{
        outline: none!important;
    }