.card{
    width: 400px;
}

.btn-outline-primary{
    border: solid 2px #c1d129;
    color: #c1d129;
    font-weight: 500;
    cursor: pointer;
}

.btn-outline-primary:hover{
    background: #c1d129;
    border: solid 2px #c1d129;
}

.btn-primary{
    border: none;
    background: #c1d129;
    color: white;
    font-weight: 500;
    cursor: pointer;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:active, .btn-primary:visited{
    background: #c1d129;
    border-color: #c1d129;
    outline: none;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle{
    background: #c1d129;
    border-color: #c1d129;
    outline: none;
}

.tab-content a{
    color: black;
}

#areaCliente .modal{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

#land-page .listaDetails ul{
    font-size: 14px;
    list-style: none;
    line-height: 30px;
    padding: 10px 0;
    margin: 0;
}

#land-page .listaDetails ul li:before{
    display: none;
}

#land-page .listaDetails hr{
    margin-top: 0rem;
    margin-bottom: 0rem;
}


@media screen and (max-width: 425px){
    .tab-pane{
        padding: 0;
    }
    #areaCliente input[type=checkbox]{
        margin: 0px 13px 0px 0px;
    }
    #areaCliente .main-title {
        text-align: center;
        width: 100%;
    }
}
